body {
    max-width: 100%;
    overflow-x: hidden;
    
  }



.nav-link{
    color:#fac6b5;
}
.navbar-toggler{
    margin-right: 20px;
}

.offcanvas{
    background-color: #594a47;
}
.menutop{
    background-color: #594a47;
}

.logo{
    width: 200px;
    height: 150px;
    margin-left: 100px;
}

.service{
    width:100%;
    background-color: #fac6b5;
    height: auto;
}

.logo1{
    width: 200px;
    height: 150px;
    margin-left: 20px;
}

h1{color: #594a47;}


p{ color: #594a47;}
.fontnew{

    font-size:28px;
}



.main{
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

.clear{
    clear: both;
}

.about_main{
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
}
.about_banner{width: 100%;
    height:700px;}

    .service_banner{width: 100%;
        max-height:700px;}
    

 .imga{height:600px;}   



 .contact_btn {
    --bs-btn-color: #594a47;
    --bs-btn-bg: #594a47;
    --bs-btn-border-color: #594a47;
    --bs-btn-hover-color: #fac6b5;
    --bs-btn-hover-bg: #fac6b5;
    --bs-btn-hover-border-color: #fac6b5;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #594a47;
    --bs-btn-active-bg: #594a47;
    --bs-btn-active-border-color: #594a47;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fac6b5;
    --bs-btn-disabled-bg: #fac6b5;
    --bs-btn-disabled-border-color: #fac6b5;
}
.about_img{
    width:100%;
    height:auto;
}
.clickimg{
    width: 100px;
    height:70px;
    margin: 10px;
}
.client_img{
    max-width: 200px;
}

.ftbg{
    background-color: #594a47;
    color:#fac6b5 ;
}

.copyr{
    background-color: #fac6b5; 
    color: #594a47;
}
a{ text-decoration: none;}

.text2{
    color:#fac6b5 ;
}
.testimonials{
    width: 100%;
    background-color: #594a47 ;
    color:#fac6b5 ;
    min-height: 400px;
    height: auto;
}
.google-map {
    padding-bottom: 50%;
    position: relative;
    width:80%;
  }
  
  .google-map iframe {
    height: 100%;
    width:100%;
    left: 0;
    top: 0;
    position: absolute;
  }

.thankyou{
    background-color: #fac6b5;
    background-size: cover;
}




  @media only screen and (max-width: 600px) {
    .about_img{
        max-width: 100%;
        max-height: 100%;
    }
  }
  