

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@media (min-width: 1200px) {
    .contain-sec1 {
        max-width: 83.072% !important;
        margin: 0 auto;
        padding: 0;
    }
    .contain-sec2 {
        max-width: 76% !important;
        margin: 0 auto;
        padding: 0;
    }
}
.banner-sec-cont{
    padding-top: 210px;

}
.banner-sec-cont h2 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1rem, 5vw, 3.2vw);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
    letter-spacing: 0;
        width: 70%;
}
.banner-sec-cont h2:before{
    content: '';
    position: absolute;
    left: 0%;
    width: 56%;
    bottom: -30px;
    height: 15px;
    background: linear-gradient(90deg, rgba(206,173,75,1) 0%, rgba(206,173,75,0.11248249299719892) 46%, rgba(206,173,75,0) 100%);
}
.log-header-1{
    padding-top: 50px;
}
.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
    display: none !important;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#header.header-effect-shrink .header-logo{
    width:100% !important;
    height: 100% !important; 
    padding-top: 145px;
}
 #header.header-effect-shrink .header-logo img{
    width:45% !important;
    height: 100% !important; 
}


.banner-sec-cont p{
    font-family: "Roboto", sans-serif;
    font-size: clamp(1rem, 5vw, 1.23vw);
    color: #fff;
    width: 59.5%;
    line-height: 1.3;
    padding-top: 35px;
    margin-bottom: 0px !important;
    display: inline-block;
    height: 130px;
}
.banner-sec-cont a{
    height:51px;
    color: #cfad49;
    border-radius: 50px;
    border: 2px solid #cfad49;
    margin-top: 30px;
    width: 295px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: clamp(1rem, 5vw, 1vw);
    display: inline-block;
    
    
}
.banner-sec-cont a:hover{
    color: #cfad49;
    text-decoration: none !important;
}
.banner-box-img{
    border-radius: 100%;
    position: relative;


}
.banner-box{
    border:9px solid rgb(168, 179, 36, 0);
    border-radius: 100%;
    transition: all .3s ease;

}

.banner-box-img img{
    border-radius: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    transition: transform .2s;
    transition: all .3s ease;

}
.zoom:hover {
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari 3-8 */
    transform: scale(0.8); 
  }
.banner-box-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7287289915966386) 100%);
    z-index: 1;
    border-radius: 100%;
}
.banner-box-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all .3s ease;
}
.banner-box-text h3{
    color:#fff;
    font-size:16px;
    text-align:center;
    text-transform: inherit;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    margin-bottom: 17px;
    line-height: 1.2;
    position: relative;
    transition: all .3s ease;

}
.banner-box{
    position: relative;
}
.banner-img-text a:hover .banner-box{
    border:5px solid rgb(168, 179, 36, 1);
}
.banner-img-text a:hover .banner-box-img img{
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
  }
  .banner-img-text a:hover .banner-box-text{
    position: absolute;
    bottom: 30px;
}
.banner-box-text h3:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    right: 0%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    margin-left: auto;
    margin-right: auto;

  }
  .banner-img-text a:hover .banner-box-text h3:after { 
    width: 30%; 
    left: 0; 
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
/* .banner-img-text{
    padding-left: 10%;
    padding-right:10%;
    padding-top:70px;
} */
#footer.footer-bg{
    background:#bd2a35 !important;
    padding-top:75px;
    padding-bottom: 40px;
}

.footer-bg p{
    font-size: clamp(1rem, 5vw, 0.9vw);
    font-family: "Roboto", sans-serif;
    color:#fff !important;
    font-weight: 300;

}
.footer-bg .address-ftr span{
    font-size: clamp(1rem, 5vw, 1vw);
    font-family: "Roboto", sans-serif;
    color:#fff !important;
    font-weight: 600;


}
.footer-bg .feature-box .feature-box-icon {
    width: 55px;
    margin-right: 10px;
}
.footer-bg .feature-box .feature-box-icon img {
    width: 55px;
}
.phone-fter .feature-box .feature-box-info a{
    font-size: clamp(1rem, 5vw, 0.93vw);
    font-family: "Roboto", sans-serif;
    color:#fff !important;
    font-weight: 300;
    line-height: 1.4;
    display: inline-block;

}
.phone-fter .feature-box .feature-box-info a span{
    width: 18px;
    font-size: clamp(1rem, 5vw, 0.93vw);
    font-family: "Roboto", sans-serif;
    color: #fff !important;
    font-weight: 300;
   
}
.phone-fter .feature-box .feature-box-info a:first-child{
    margin-bottom:5px

}
.phone-fter .feature-box .feature-box-info a:last-child span{
    width:30px;
    display: inline-block;
}
.email-ftr .feature-box .feature-box-info a{
    font-size: clamp(1rem, 5vw, 0.93vw);
    font-family: "Roboto", sans-serif;
    color:#fff !important;
    font-weight: 300;
    line-height: 1.4;
    display: inline-block;

}
.copy-ftr{
    padding-top: 30px;
}
.addr-phon-email{
    padding-bottom: 50px;
}

@media (min-width:1301px){
    .banner-img-text {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 70px;
    }
}
@media (min-width:1200px) and (max-width:1300px){
    .banner-img-text {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 70px;
    }
}

@media (min-width:992px) and (max-width:1250px){
    .phone-fter .feature-box .feature-box-info a {
        font-size: clamp(1rem, 5vw, 0.7vw);
    }
    .phone-fter .feature-box .feature-box-info a:last-child span {
        width: 25px;
    }
    .footer-bg .feature-box .feature-box-icon {
        margin-right: 0px;
    }
}
@media (min-width:992px) and (max-width:1199px){
        .banner-img-text {
            padding-left: 0%;
            padding-right: 0%;
            padding-top: 50px;
        }
}
@media (max-width:991px){
    #header.header-effect-shrink .header-logo {
    padding-top: 10px;
}
    .banner-img-text {
        padding-top: 30px;
        padding-bottom:0px
    }
    .banner-sec-cont h2 {
        font-size: 60px;
    }
    .address-ftr .feature-box.align-items-center .feature-box-icon {
        top: -12px;
    }
    .email-ftr{
        justify-content: start !important;
    }
     .homw-banner-1{
        height:100% !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .banner-sec-cont p {
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        width: 70%;
    }
}
@media (max-width:767px){
    .log-head-sec.sticky-wrapper.sticky-wrapper-effect-1 { 
        position: relative !important;
    }
    .logo-sec{
        display:flex;

    }
    .log-header-1 {
        padding-top: 0px;
        width: 70%;
        margin-left: auto;
        margin-right:auto
    }
    .sticky-wrapper .sticky-body {
        display: flex;
        background: #fff !important;
    }
    .log-header-1 {
        padding-top: 0px;
    }
    #header .header-body {
        padding-top:10px;
        padding-bottom: 10px;
    }
    #header.header-effect-shrink .header-logo img {
        width: 70% !important;
        height: 100% !important;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    #header.header-effect-shrink .header-logo {
        padding-top: 0px;
    }
    .banner-sec-cont h2 {
        font-size: 40px;
    }
    .homw-banner-1{
        position:relative !important;
        background: url(../images/mobile-banner-1.webp) no-repeat !important;
        background-size: cover !important;
        /* background-position: right 0px top 110px !important; */
        background-position: top center !important;
        height:100% !important;
        /* margin-top: 130px !important; */
    }
    #header.header-transparent {
        background: #fff !important;
    }
    .banner-sec-cont {
        padding-top: 65vw;
    }
    .banner-sec-cont p {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        width: 70%;
    }
    .email-ftr{
        justify-content: start !important;
    }
    .address-ftr .feature-box.align-items-center .feature-box-icon {
        top: -12px;
    }
}
@media (max-width:575px){
    .banner-sec-cont {
        padding-top: 68vw;
    }
    .banner-sec-cont a {
        width: 70%;
    }
    .banner-sec-cont p {
        width: 90%;
        font-size: 16px;
        line-height: 1.7;
    }
    .banner-sec-cont h2 {
        font-size: 33px;
    }
    .footer-bg p {
        font-size: 14px;
        line-height: 1.5 !important;
    }
    .footer-bg .address-ftr span {
        font-size: 15px;
    }
    .phone-fter .feature-box .feature-box-info a {
        font-size: 14px;
    }
    .phone-fter .feature-box .feature-box-info a span {
        font-size: 14px;
    }
    .email-ftr .feature-box .feature-box-info a {
        font-size: 14px;
        line-height: 1.7;
    }
    .footer-bg .feature-box .feature-box-icon {
        width: 40px;
    }
    .footer-bg .feature-box .feature-box-icon img{
        width: 40px;
    }
    .email-ftr .feature-box .feature-box-info {
        padding-left: .5rem !important;
    }
    .banner-box-text h3 {
        font-size: 16px;
    }
}
@media (max-width:401px){
    .banner-sec-cont a {
        margin-top: 30px;
        width: 100%;
        font-size: 16px;
    }
    .banner-box-text h3 {
        font-size: 14px;
    }
}

