
  @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Nunito:wght@800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* You can customize the background color */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DM Serif Display', serif;
  }
  /* @media screen and (max-width:765px) {
    .preloader h1{
        width: 16px !important;
    }
    
  } */
  /* ----------------------------------------------
 * Generated by Animista on 2024-2-8 15:46:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  .preloader h1 {
    font-size: 50px;
    text-align: center;
	
	        animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}  
@media screen and (max-width:765px) {
    .preloader h1{
        font-size: 20px !important;
    }
    
}
  
  /* .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc; 
    border-top: 4px solid #00bcd4; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
   */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');


/* ========nav============ */

/* ==================== */
section{
    overflow: hidden;
    margin: 100px 0;
}
/* ===================== */


.carousel-item{
  
    position: relative;
}
.sm_banner_tlt{
    position: absolute;
    color: white;
    z-index: 3;
    top: 35%;
    left: 4%;
    text-align: center;
    
}
.sm_banner_tlt h3{
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: 1s;
    transform: translateY(-100px);
    opacity: 0;
   
   

}
.sm_banner_tlt .call_mail{
    transition: 1s;
    transform: translateY(100px);
    opacity: 0;
    display: flex;
        justify-content: space-between;
        margin-top: 40px;
   
}
.carousel-item.active .sm_banner_tlt .call_mail{
    transform: translateY(0);
        opacity: 1;
       
}
.carousel-item.active .sm_banner_tlt h3{
        transform: translateY(0);
        opacity: 1;
  
  

}
.sm_banner_tlt h5{
    font-family: 'Nunito', sans-serif;
}
.carousel-item img{
    object-fit: cover;
    position: relative;
}
.carousel-item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .2;
}

.dropdown-menu{
    display: flex;
    flex-direction: column;
    transition: 1s;
    transform: translateY(70px);
    opacity: 0;
    border: none !important;
    background: #b99c80;
    text-align: center;

}
.dropdown-item{
    color: white;
}
.dropdown:hover .dropdown-menu{
    opacity: 1;
    transform: translateY(0);
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.dropdown-item.active, .dropdown-item:active {
    color: black !important;
    text-decoration: none;
    background-color:white !important;
}


.drpdwn_bottom_menu li{
    list-style: none;
}
img{
    width: 100%;
}
.nav-img{
    width: 30px;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-a{
    flex-direction: column;
}
.mobile-toggler{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:none; 
    position: relative;
    color: black;
}
.mobile-toggler .nav-link{
    font-size: 16px;
}
.logo_img{
    width: 100px;
    margin: 0 21px;
}
.logo_img1{
    width: 70px;
}
.sm_hide .nav-item{
    margin: 0 20px;
}
header{
    position: relative;
}
nav{
    z-index: 1;
}
.sm_hide.navbar{
 position: absolute;
 top: 0;
 width: 100%;
 left: 0;
    background: transparent;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;

  
}

.sm_hide .nav-link,.sm_hide .nav-link:hover,.sm_hide .nav-link.active{
    color: white;
    
}
.nav-link{
    font-weight: 500;
    /* font-size: 17px; */
    letter-spacing: 1px;
    word-spacing: 1px;
}
/* .nav-link:focus{
    color: #000 !important;

} */
/* .sm_hide .nav-link:focus, .sm_hide .nav-link:hover{
    color: white !important;
} */

.nav_ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 95px; */
}
#mobile_cnt{
    position: absolute;
    bottom: 100%;
    right: 0px;
    padding: 0px 24px;
    text-align: right;
    width: 100%;
    background: white;
    padding: 0 26px;
}
/* .drpdwn_bottom_menu{
    background: white;
    position: absolute;
  
    
    
    bottom: 70px;
    right: 5px;
    width: 348px;
    text-align: right;
    padding: 0 19px;
} */
.sm_nav{
    position: fixed;
     bottom: 0; 
     left: 0; 
     width: 100%;
     box-shadow: -2px 3px 9px rgba(0,0,0,1);
    background: white;
    z-index: 1000; 
}
.top_bar{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: -6px -4px 15px rgb(91 89 89);
   
}
.row_bg{
    background: white;
}
.logo_img_top{
    width: 52px;
    margin: 4px;
}
.top_col_share{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top_share i{
    color: #4c412b;
    font-size: 22px;
    margin: 0 5px;
}
a{
    text-decoration: none;
}
.top_bar_col_top{
    background: #4d402e;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_bar_col_top a,.top_bar_col_top a:hover{
    color: white;
}
.top_bar_col_top i{
    margin-right: 5px;
}
.top_share_lg i{
    color: #282623;
    font-size: 22px;
    margin: 0 5px;
}

.top_share_lg{
    margin: 0 10px;
  
    padding: 5px 15px;
    border-radius: 21px;
   
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 1000;
    color: #282623;
   
}
.call_mail_item{
    margin: 0 15px;
}

/* .carousel-inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
} */

.h_content{
    position: absolute;
    top: 41%;
    z-index: 3;
    color: white;
    left: 26%;
    transform: translatey(50px);
    transition: 1s;
    opacity: 0;
   
}
.h_content h1,.h_content h3{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}
.h_content.animated{
    transform: translatey(0);
    opacity: 1;
}
.nav_lg_log_div{
    margin-bottom: 10px;
}

/* @media */
@media screen and (max-width:765px){
    .sm_hide{
        display: none !important;
      }  
      .md_block{
        display: none;
      }
      /* .footer_4_col{
       
        border-bottom: 1px solid !important;
    } */
    .hidden{
        display: none;
    }
    .about_section{
        margin-top: 126px;
    }
   .service_section{
    margin:  0 0 !important;
   }
   .acservice1{
    display: none !important;
   }
   .acservice2{
    display: none !important;
   }
   /* .w_cnt p{
    display: none !important;

   } */
   .w_img{
    max-width: 30px !important;
   }
   /* .w_card{
    align-items: center;
   } */
   .ftco-section{
    margin: 0 0 !important;
}
.carousel{
    margin-top: 30%;
}
.slid_h1 {
   
    font-size: 31px !important;
    font-weight: 600 !important;
}
.home_service_sec h2 {
  
    font-size: 31px !important;
    text-align: center !important;
}
.h_service_sec h2 {
  
    margin-bottom: 45px !important;
    font-size: 24px !important;
}
.sm_banner_tlt{
   
  
    left: 10%;
   
}
.sm_banner_tlt .call_mail{
    flex-direction: column;
}
.home_about_content h3 {
  
    font-size: 23px;
}
.carousel-item{
    height: 600px !important;
}
.services-toggler{
    border: none;
    position: relative;
    color: black;
    font-size: 16px;
    padding: 0;
    text-align: center;
    width: 25%;
    font-size: 13px;
    font-weight: 500;
}


}
@media screen and (min-width:768px){
  
      .lg_hide{
        display: none;
    }
    .navbar.fixed-top {
        background-color: #fff; /* Change this to your desired background color */
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    
     .navbar.fixed-top .logo_img{
        width: 70px;
    }
    .navbar.fixed-top .nav-link {
        color: #000 !important; /* Change this to your desired text color */
    }
    .service_section_s{
        margin-top: 200px;
    }
    .sm_banner_tlt{
   
  
        left: 36%;
       
    }
    .sm_banner_tlt h3{
        font-size: 40px;
    }
    .about_section{
        margin-top: 200px !important;
    }
    
  
}
@media screen and (max-width:990px) and (min-width:765px){
    
  .sm_hide{
    display: none;
  }
    .lg_hide{
        display: block;
    }
    .md_hide{
        display: none;
    }
    /* .md_block{
        display: block !important;
    } */
    /* .footer_4_col{
       
        border-bottom:none !important;
    } */
    .sm_banner_tlt{
   
  
        left: 27%;
       
    }
    .services-toggler{
        width: 13%;
        padding: 0;
    font-size: 14px;
    text-align: center;
    color: black;
    border: none;
    }
    .carousel-item{
        height: 600px !important;
    }
   
}

/* @media */
/* ============nav========= */

/* ===========modal============= */

.modal-body span i{
    color: gray;
    font-size: 30px;
}
.modal-body span{

    margin: 0 10px;
}
/* =========modal================ */

/* ==============homeabout=============== */
.home_about_content h3{
    color: #212121;
    font-family: 'Nunito', sans-serif;
}
.home_about_img_col{
    padding: 20px;
}
.home_about_content p{
   
  
    line-height: 30px;
}
.home_about_btn a{
    color: #b97d0b;
    font-size: 18px;
    font-weight: 700;
}
.home_about_img,.home_about_content{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}
.home_about_img.animated,.home_about_content.animated{
    transform: translateY(0);
    opacity: 1;
}
/* ===============homeabout============== */

/* =================homeservice===================== */
.home_service_icon{
    width: 25px;
}
.service_body{
    padding: 36px 0px;
    font-size: 18px;
}
.service_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    font-weight: 700;
    font-size: 18px;
}
.service_footer a{
    color: #64523b;
}
.service_card{
    margin: 10px;
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.home_service_btn{
    text-align: center;
    margin: 10px; 
}
.home_service_btn a{
    color: #9b691b;
    font-size: 18px;
    border: 1px solid;
    padding: 10px;
}
/* .service_body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
    margin-top: 20px;
    height: 85px;
    border-radius: 0 0 10px 10px;
} */
.slid_h1{
    text-align: center;
    color: #a57428;
   
   
}
/* ================== homeservice====================*/

/* ==================footer================== */
/* .foot_shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
  
}

footer{
    position: relative;
    background: #d0af72;
    
    color: white;
    padding: 32px 0;
    overflow: hidden;
  
}
footer a{
    color: white;
    transition: .5s;
}
.link_item{
    margin: 5px 0;
}
.footer_logo{
    width: 110px;
}
.social_icons{
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}

.footer_4_col{
    flex-direction: column;
    margin-bottom: 75px;
    padding: 0 !important;
  
} */

.social_icons .icn{
    margin: 0 10px;
}


/* ==============footer-====================== */


/* =======================about============== */
.header{
    position: fixed;
    top: 7%;
    left: 0;
    font-size: 18px;
    letter-spacing: 2px;
}
.about_section h2{
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #8d7956;
}
.about_text p{
    line-height: 30px;
    text-align: justify;
}
.about_sec_3 h3{
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: underline;
}
.about_sec_3 h4{
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #8d7956;

}
.about_sec_2{
   
    margin: 50px 0;
    
   
    text-align: justify;
    line-height: 30px;
}
.about_sec_2 h2{
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    text-align: center;

}
.about_sec_2 h1{
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #7e7d79;
    margin-bottom: 55px;
    text-align: center;
}
.about_sec_2{
    position: relative;
}
.about_sec_2_cont{
    background: #d0af72;
    padding: 26px 20px;
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;


}
/* ==============about====================== */
/* =============sercices============== */

.service_section h2{
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #8d7956;
    text-align: center;
    margin: 50px 0;
}
.service_section h3{

    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #212121;
}
.service_section p{
    text-align: justify;
}

/* ==========service================== */

/* =========ac-services=============== */


.acservice1 {
    position: absolute;
    width: 18px;
    height: 252px;
    background: #d0af72;
    bottom: 10%;
    right: 7%;
}
.acservice2{
    position: absolute;
    background: #d0af72;
    bottom: 17%;
    right: 1%;
    height: 18px;
    width: 522px;
}
.ac_service_col1{
    position: relative;
}
.ac_service_cnt{
    width: 422px;
   
}
.ac_service_cnt h3{
    font-family: "Work Sans", sans-serif;
    font-weight: 700; 
    color: #d0af72;
}
.ac_service_col2{
    position: relative;
}
.service_p_container{
    margin-top: 50px;
}
.s_p i{
    font-size: 25px;
    margin-right: 10px;
}
.s_p{
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    margin: 16px 0px;
}
.service_p_container h3{
    font-family: "Work Sans", sans-serif;
    font-weight: 700; 
    color: #d0af72;
}

/* =============ac-services=============== */

/* ==========whychoose-us=============== */
.w_img{
    max-width: 50px;
    margin-right: 24px;
}
.w_card{
    display: flex;
    transition: 1s;
    /* transform: translateY(70px);
    opacity: 0; */
}
.w_card.animated{
    opacity: 1;
    transform: translateY(0);
  
}

/* ==============whycoose us=============== */

/* =============home improvment service========== */
.home_service{
    position: relative;
}
.home_service_sec h2{
    
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #635745;
    font-size: 44px;
}
.h_service_cnt{
    margin: 24px 0;
   
}

.h_service_cnt p b{
    font-size: 20px;
    color: #3c3227;
   
}
.h_service_sec h2{
    text-align: center;
    color: #55482f;
    margin-bottom: 50px;
}
.h_service_shadow{
    position: absolute;
    height: 100%;
    width: 100%;
   
    opacity: .5;
    transition: 1s;
}
.h_service_head{
    position: relative;
}
.h_service_share{
    width: 25px;
}
.h_service_share img{
    filter: invert(63%) sepia(6%) saturate(216%) hue-rotate(201deg) brightness(87%) contrast(85%);
}
.h_service_footer{
    display: flex;
    justify-content: space-between;
}
.h_service_call{
    padding: 5px;
    background: #9d742a;
    border-radius: 10px;
}
.h_service_call i{
    font-size: 18px;
}
.h_service_call a{
    color: white;
}
.h_service_card{
    padding: 10px;
}
.h_service_body span{
    font-size: 23px;
    color: #504c4c;   
}
.h_service_body{
  
    text-align: center;
}
.h_service_body{
    padding: 10px 0;
}
.h_service_col{
    margin-bottom: 20px;
}
/* ================ home improvment service=========*/
.call,.whtsap{
    display: flex;
    justify-content: center;
    width: 150px;
    font-size: 16px;
    
    padding: 10px;
    border-radius: 0 10px 10px 0;
   
    margin: 15px 0;
    transition: 1s;
    transform: translateX(-103px);
    position: fixed;
    
}
.call{
    top: 50%;
    left: 0;
}
.whtsap{
    top: 65%;
    left: 0;
}
.call i,.whtsap i{
    margin-left: 18px;
    font-size: 18px;
}
.call::before,.whtsap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .5;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
.call:hover,.whtsap:hover{
    transform: translateX(0);

}
/* =======services */
.wy_h{
    background: #a57428;
    color: white;
    text-align: center;
    font-size: 29px;
}

/* =============testimonial=========== */
.star{
    color: yellow;
}
/* =============testimonial=========== */

/* ======blogs============= */

.blog_sec h1{
    text-align: center;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
   margin: 70px 0;

}
.blog_readmore{
    display: flex;
    justify-content: flex-end;
}
.blog_readmore a{
    color: #4d402e;
}