/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1775707362
Updated: 2026-04-09 04:02:42

*/


body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.015em;
}

.site-container{
    padding:0;
}


/* Header section */
.site-header-row-container-inner {
    padding: 10px;
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 7px 0px;
}

.kadence-svg-iconset.svg-baseline svg {
    display: none;
}
.nav-drop-title-wrap {
    padding-right:0;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a, .main-navigation .primary-menu-container > ul > li.menu-item > a {
    color: #5a5a5a;
    padding-bottom: 5px;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{
    color: #c79c60;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:before {
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 8px;
    border-color: #fff0 #fff0 #c79c60;
    bottom: 2px;
}


.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #c79c60;
    bottom: 0;
}

.header-menu-container ul li {
    margin: 5px;
}

.header-navigation .header-menu-container ul ul li.menu-item a{
 font-size: 16px;
}

.header-navigation .header-menu-container ul ul li.menu-item a:hover {
    color: #c79c60;
    background: #ffffff;
   
}


.header-navigation .header-menu-container ul ul li.menu-item:hover a::before {
    content: " ▸";
    left:0px;
    position: absolute;

}

.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu {
    background-color: #fff;
    border-bottom: 5px solid #c79c60;
    border-radius: 0;
    box-shadow: 0 0 10px #d0d0d0;
}

.primary-menu-container ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.entry-hero-container-inner .entry-header {
    justify-content: space-between !important;
    flex-direction: initial !important;

}
a.kadence-bc-home {
    color: #c79c60;
    text-decoration: none;
}

.entry-hero {
    margin-bottom: 25px;
    border-top: 15px solid #f5f5f5;
    border-bottom: 15px solid #fff;
}

/* Footer section */
.footer_cont_info {
    display: flex;
    gap: 100px;
}
.footer_cont_info h2 {
    color: #cba56f;
    font-size: 30px;
    margin-bottom: 10px;
}

.footer_cont_info ul {
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.footer_cont_info ul li {
    list-style: none;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 400;
}

.footer_cont_info ul li:hover{
    color: #c79c60;
}
.footer_cont_info ul li a{
    color: #c79c60;
}
.footer_cont_info ul li a:hover{
    color: #5a5a5a;
}

.site-middle-footer-wrap .site-footer-row-container-inner {
    padding: 19px;
}

.site-footer .footer-widget-area {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer .widget h2.wp-block-heading {
    color: #ffffff;
    text-align: center;
    font-size: 38px;
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
    grid-template-columns: minmax(0, 2fr) minmax(0, 9fr) minmax(0, 2fr);
}



/* home page */

.glodenhead{
      color: #c79c60;
}


a.goldenborbtn {
    color: #c79c60;
    border: 2px solid #c79c60 !important;
    padding: 10px 30px;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

a.goldenborbtn:hover{
    color: #fff;
    background-color: #c79c60;

}

.home_bnr{
    background-size: cover;
    background-repeat: no-repeat;
}
.home_bnr .vc_tta-panel-heading .vc_tta-title-text{
    color: #fff;
}
.home_bnr .vc_tta-panel-heading .vc_tta-title-text b {
    font-size: 24px;
}
.home_bnr p.vc_tta-panel-title a{
    padding: 0 !important;
}

.home_bnr p.vc_tta-panel-title a i{
 display: none;
}
.home_bnr p.vc_tta-panel-title a span{
    display: grid;
    gap: 10px;
    text-align: center;
}

.home_bnr .vc_tta-panel-heading{
    background-color: #c79c60 !important;
}

.home_bnr .vc_tta-panel-body {
    background-color: #000000 !important;
    padding: 10px 16px 0px 16px !important;
}

.home_bnr .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    border: none;
    padding-top: 13px;
    padding-bottom: 29px;
}
.home_bnr .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading::before, .home_bnr .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading::after {
    content: '';
    height: 32px;
    position: absolute;
    top: -16px;
    width: 51%;
    background: #c79c60;
    transform: rotate(-8deg);
}

.home_bnr .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading::after{
        left: auto;
    transform: rotate(8deg);
    right: 1px;
}


.home_bnr .aio-icon-component{
        border-bottom: 1px solid #e8e8e8;
}

.home_bnr .aio-icon-header a h3 {
    color: #c79c60;
    font-size: 20px;
    font-weight: 600;
}

.home_bnr .aio-icon-component {
    border-bottom: 1px solid #e8e8e8;
    margin: 0px;
    padding: 14px 0;
}

.home_bnr .vc_column_container .vc_tta-container, .hsec4 .vc_col-sm-4 .wpb_single_image, .hsec2 .vc_col-sm-6 .wpb_single_image, .contact_hm .vc_row, .hsec8 .vc_col-sm-12 .wpb_text_column{
    margin:0%
}

.home_bnr .vc_col-sm-4 {
    align-items: end;
}

.hsec2 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.mainhead {
    text-align: center;
}

.mainhead h2 {
    margin: 0;
    font-size: 7.22em;
    letter-spacing: -1px;
    font-weight: 400;
    color: #c79c60;
    font-family: 'Herr Von Muellerhoff', cursive;
}

.mainhead h3 {
    font-size: 57px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-right: -.1em;
    margin-top: -80px;
}

.vc_sep_line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0px 0px 20px;
}

.vc_sep_line::before,
.vc_sep_line::after {
  content: "";
  width: 290px;
  height: 1px;
  background: #c79c60;
  margin: 0 15px;
}

.vc_sep_line p {
  font-size: 20px;
  color: #c79c60;
}

.hsec3 {
    text-align: center;
    color: aliceblue;
}
.hsec3 .mainhead h3 {
    color: #fff;
}

.hsec3 p{
    font-size: 24px;
    font-weight: 400;
}
.hsec3, .hsec6, .hsec8, .about_sec1{
background-attachment: fixed;
}

.hsec4{
     padding-bottom: 70px;
}

.hsec5, .hsec6 {
    padding-top: 30px;
    padding-bottom: 60px !important;
}

.hsec4 .vc_col-sm-4 .mainhead {
    background: rgb(0 0 0 / .6);
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: 0;
}


.hsec4 .vc_col-sm-4 .mainhead h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: -35px;
}

.hsec4 .vc_col-sm-4 .mainhead h2 {
    font-size: 56px;
}

.hsec4 .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    position: relative;
}



.hsec4 .vc_col-sm-4 .wpb_single_image * {
    width: 100%;
    
}

.hsec4 .vc_col-sm-4>.vc_column-inner{
    overflow: hidden;
}

.hsec4 .aio-icon-component {
    margin: 0;
    position: absolute;
    bottom: 0px;
    text-align: center;
    transition: all 0.5s;
}

.hsec4 .aio-icon-component .aio-icon {
    background: #c79c60;
    font-size: 35px !important;
    width: 116px;
    padding: 15px 0 6px 0;
    color: #ffffff !important;
    border-radius: 100px 100px 0 0;
}

.hsec4 .aio-icon-component .aio-icon-description {
    background: rgb(0 0 0 / .6);
    color: #fff;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    transition: all 1.3s ease;
}

.hsec4 .aio-icon-component {
    margin: 0;
    position: absolute;
    bottom: 0px;
    text-align: center;
    transition: all 0.5s;
    transform: translateY(116px);
}

.hsec4 .vc_col-sm-4:hover .aio-icon-component {
    transform: translateY(0px);
}

.hsec4 .vc_col-sm-4>.vc_column-inner {
    padding-top: 0px !important;
}

.hsec5 {
    background: rgb(237, 237, 237);
}


.hsec5 .vc_col-sm-6 h3 {
    color: #c79c60;
}
 
a.goldenbtn {
    background: #c79c60;
    border-bottom: 3px solid #a37b44;
    color: #fff !important;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    padding: 10px 13px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

a.goldenbtn:hover{
     background: #a5814f;
}

.hsec6 .vc_col-sm-12 h2, .hsec8 .vc_col-sm-12 h2 {
    color: #fff;
    font-family: 'Herr Von Muellerhoff';
    text-align: center;
    font-size: 7.22em;
    font-weight: 500;
}


.hsec6 .aio-icon-component .aio-icon-header h3 {
    color: #c79c60;
    font-size: 18px !important;
    letter-spacing: .16em;
}
.hsec6 .aio-icon-component .aio-icon-description{
    color: #fff;
}

.hsec7 {
    padding: 30px 0;
}

.hsec7 .vc_col-sm-6 .wpb_wrapper p {
    text-align: center;
}


.hsec8, .hsec9 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.hsec8 .vc_col-sm-12 h2 {
    color: #000;
}

.contact_hm {
    border: 1px solid #fff;
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
    padding: 30px;
    background-color: rgb(0 0 0 / .50);
}

textarea {
    height: 12rem;
}

.contact_hm label {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 -5rem 0;
    color: #fff;
    text-align: left;
}

.contact_hm .form-sum {
    text-align: center;
}


.contact_hm .form-btn {
    background: #c79c60 !important;
    border-bottom: 3px solid #a37b44 !important;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
    border-radius: 5px !important;
    font-weight: 600;
}

.contact_hm .form-btn:hover{
    background: #a5814f !important;
}


.contact_hm input.wpcf7-text, .contact_hm  textarea.wpcf7-textarea, .contact_hm select.wpcf7-select {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 13px!important;
    background-color: #fff;
    border: none!important;
    color: #000;
}

.about_sec .aio-icon-component {
    margin-top: 25px;
}

.about_sec .vc_col-sm-6 .wpb_single_image * {
    width: 100%;
}

.about_sec .aio-icon-component h3 {
    color: #c79c60;
    font-size: 23px !important;
}

.about_sec1 {
    padding: 55px 0;
}

.about_sec1 p {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    margin: 0;
}

.about_sec1 .mainhead h2{
    font-size: 8.22em;
}