#facebook_slider_widget{color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:600;cursor:pointer;background:url(/images/front/button_fb.png) right 0 no-repeat #3B579D;padding-left: 0px}#facebook_slider_widget:hover{margin-left:0!important}#facebook_slider_widget div{display:table-cell;vertical-align:top}
div.p img{
    max-width: 100%;
    height: auto !important;
    object-fit: cover;object-position: center;
    border-radius:15px;
}
#cookies-message{
    padding: 20px;font-size: 11px;line-height: 1.3;text-align: center;position: fixed;bottom: 0px;background-color: rgba(0,0,0,0.85);max-width: 100%;z-index: 10500;color:#fff;width:180px;height: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
}
#cookies-message a{
    color:#ddd;
}
#cookies-message a#accept-cookies-checkbox{
    background-color: #4A6750;font-size:14px;padding: 3px 7px;color: #FFF;border-radius: 8px !important;display: inline-block;text-decoration: none;cursor: pointer;margin:10px auto 0;
}
#cookies-message a#accept-cookies-checkbox:hover{
    background:#232323
}
a,button{
    outline: none !important;
    text-decoration: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "DM Sans", sans-serif;font-weight: 400;
}
.fb-allter:hover{
    color:#dedede;
}
.fb-allter {
    position: relative;
    float: left;
    width: 290px;
    max-width: 290px;
    text-align: center;
    color: #fff;
    padding: 12px 0 10px 0;
    font-size: 18px;
    z-index: 0;
    text-transform: uppercase;
    line-height: 1;
}
.social_slider_widget{background-image:none !important;color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:600;cursor:pointer;background-color: #3B579D;padding-left: 0px}.social_slider_widget:hover{margin-left:0!important}.social_slider_widget div{display:table-cell;vertical-align:top;max-width:290px;}
.social_slider_widget + .social_slider_widget{
    top:calc(40% + 40px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 80px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 120px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget+ .social_slider_widget{
    top:calc(40% + 160px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 40px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 80px);
}
.social_slider_widget.facebook{
    background: #3B579D;
}
.social_slider_widget.twitter{
    background: #5EAADE;
}
.social_slider_widget.linkedin{
    background: #0E76A8;
}
.social_slider_widget.instagram{
    background: #e1306c;
}
.social_slider_widget.pinterest{
    background: #e60023;
}
.social_slider_widget.youtube{
    background: #c4302b;
}
.social_slider_widget.medium{
    background: #03a87c;
}
.social_slider_widget:before{
    font: normal normal normal 24px/40px "FontAwesome"; 
    position: absolute;
    right: 0;
    top:0;
    width:40px;
    text-align: center;
}
.social_slider_widget.facebook:before{ 
    content: "\f09a";
}
.social_slider_widget.twitter:before{ 
    content: "\f099";
}
.social_slider_widget.linkedin:before{ 
    content: "\f0e1";
}
.social_slider_widget.instagram:before{ 
    content: "\f16d";
}
.social_slider_widget.pinterest:before{ 
    content: "\f231";
}
.social_slider_widget.youtube:before{ 
    content: "\f167";
}
.social_slider_widget.medium:before{ 
    content: "\F35A";
}
#preloader #status{
    margin-top:-80px;
}
#preloader #status::before {
    background-image: url("/images/front/logo.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 130px;
    margin-left: -88px;
    margin-top: -90px;
    position: absolute;
    width: 200px;
}
#map{
    min-height: 330px;height: 100%;margin-top: 50px;filter:grayscale(0.1)
}
#map #content h3{
    font-size:20px;margin-bottom: 6px;
}
#preloader {
    background: #F2E9E4;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33232;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #4A6750 #eaeaea;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}
.preloader .preloader-circle ,.preloader .preloader-circle:before,.preloader .preloader-circle:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation-fill-mode: both;
    animation: bblFadInOut 2.5s infinite ease-in-out;
}
.preloader .preloader-circle {
    color: #4A6750;
    font-size: 20px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.25s;
}
.preloader-circle:before,
.preloader-circle:after {
    content: '';
    position: absolute;
    top: 0;
}
.preloader .preloader-circle:before {
    left: -35px;
    animation-delay: -0.5s;
}
.preloader .preloader-circle:after {
    left: 35px;
}

@keyframes bblFadInOut {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
}

.top-info-beam{
    color:#fff;background:#E0AFA0;font-family: "Inter", sans-serif;padding:5px 0;z-index: 2;position: relative;
}
.top-info-beam i{
    color:#fff;
}
.top-info-beam .phone-top{
    display: flex;color:#fff;padding-right: 20px;font-size:14px;align-items: center;
}
.top-info-beam .phone-top i{
    margin-right: 5px;font-size:16px;
}
.top-info-beam .phone-top a{
    color:#fff;
}
.top-info-beam a:hover{
    color:#efefef;
}
.top-info-beam .row{
    align-items: center;
}
.header .social__icons{padding:0;margin:0;font-size:28px;color:#fff;padding-left: 20px;}
.header .social__icons a{color:#fff;display: block;}
.header .social__icons a:hover{color:#4A6750}
.top-info-beam .social__icons{
    margin:0;padding:0;
}
.top-info-beam .social__icons a{
    font-size:20px;
}
.top-info .flx{
    display: flex;flex-wrap:wrap;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #201d1d;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}
header .menu-top .container {
    display: flex;
    align-items: center;
}
header .navbar-brand{
    position: relative;margin:0;display: inline-block;padding-top: 0;padding-bottom: 0;
}
.logo{
    max-width: 200px;
}
header.header{
    text-align: center;background:rgba(74, 103, 80,0.55);position: relative;z-index: 43;width:100%;
}
header.header.header-transparent{
    margin-bottom: 0px;
}
.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
    display: none;
}
.navbar .navbar-toggler .menu-lines {
    display: inline-block;position: absolute;top:0;left:0;margin-top:6px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler.actived .menu-lines{
    margin-top:10px;
}
.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #333;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333;
}
.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar .menu-ul {
    padding: 20px 0;
    display: flex;list-style: none;margin: 0;
    justify-content: center;
    max-width: 100%;
    font-family: "Inter", sans-serif;
    font-size:18px;
    margin: 0 auto;
}
.navbar .menu-ul li {
    padding:5px;min-width: 110px;
}
.header-transparent .navbar .menu-ul li a{
    color: #fff;
}
.navbar .menu-ul li a{
    color: #282828;
    letter-spacing: .5px;
}
.header-transparent .navbar .menu-ul li a:hover,.header-transparent .navbar .menu-ul li.active a{
    color:#F9F9F9;
}
.navbar .menu-ul li a:hover,.navbar .menu-ul li.active a{
    color:#E0AFA0
}
.slider-area .page-title {
    padding-top: 105px;
    padding-bottom: 85px;
    background: url(/images/front/header.webp) no-repeat center center;
    background-position-y: center;
    background-size: auto;
    background-size: cover;
    position: relative;
}
.slider-area .page-title h1{
    color: #fff;
    font-size:clamp(22px,2vw,40px);
    font-family: "DM Sans", sans-serif;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.slider-area nav{
    display: inline-block;
}
.slider-area{
    position: relative;
}
.bg-overlay > *{
    position: relative;z-index: 2;
}
.breadcrumb{
    background:rgba(0,0,0,0.8);margin:0;
}
.breadcrumb a{
    color:#fff;
}
.slider-area .bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.25);
}
.btn:focus,
.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
#info .container{max-width:1600px;}
.btn {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    margin-bottom: 0;
    border-radius: 32px;
    padding: 12px 27px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: normal;
    min-width:180px;
    /*box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);*/
}
.btn:hover {
    box-shadow: none;background: transparent;color:#fff;
}
.btn.btn-secondary{
    color: #fff;
    background: #E0AFA0;
    border-color: #FFFFFF;
}
.btn.btn-secondary:hover{
    color: #E0AFA0;
    background: #FFFFFF;
    border-color: #E0AFA0;
}
.full-banner{
    position: relative;overflow: hidden;background:#4A6750;
    min-height:280px;height: 47vw;
}
.full-banner .btn{background:#4A6750;color:#fff;border-color:#4A6750;font-size: 120%;font-weight: 600;}
.full-banner .btn:hover{background: #E0AFA0;border-color: #E0AFA0;}
.full-banner .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255,255,255,0.2);
    border:2px solid #fff;
    font-size: 18px;
    color: #fff;
    left: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:28px;
    border-radius: 50%;
    line-height: 1;
}
.full-banner .owl-theme .owl-nav [class*="owl-"]:hover{
    background: rgba(255,255,255,1);color:#000;
}
.full-banner .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}
.navbar .container{max-width:100%;}
.full-banner .owl-slide {
    width: 100%;
    min-height:280px;
    height: 47vw;
    background-size: cover;
}
.full-banner .owl-text.home_content {
    position: absolute;color:#fff;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 0;margin-top:5%;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -ms-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
}
.full-banner .active .owl-text.home_content{
    opacity: 1;margin-top:0;
}
.full-banner .owl-dots{
    position: absolute;bottom:5px;left: 0;right: 0;
}
.full-banner .owl-text.home_content h2{
    font-size: clamp(26px,3.45vw,80px);font-weight: bold;font-family: "DM Sans", sans-serif;padding:5px 0;line-height: 1;
    filter: drop-shadow(0 0 11px rgba(0,0,0,0.5));
}
.full-banner .owl-text.home_content h2 span{color:#E0AFA0}
body header.header > nav.navbar .phone-top svg{
    fill:#E0AFA0;
}
.full-banner .single-slider::before,.timeline-sc:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .65;
    content: '';
    background:  #45403E;
    mix-blend-mode: multiply;

}
.full-banner .owl-text.home_content .banner-subtitle{
    font-size: clamp(16px,1.44vw,42px);
    line-height: 1.5;
    filter: drop-shadow(0 0 8px  rgba(0,0,0,0.5));
    margin: 30px auto;
}

.row-contact-data{
    width: 100%;width: calc( 100% + 80px);margin: 0 -40px;display: flex;
}
@media screen and (max-width: 1199px) {
    .full-banner .owl-text.home_content{
        text-align: center !important
    }
    .banner-link{
        padding:12px 25px;margin-top: 10px !important;
    }


    .cat-banner-item .content > h3{
        font-size:20px;
    }
    .cat-banner-item .content > span{
        line-height: 1.2;font-size:11px;
    }
    .row-contact-data{
        width: 100%;margin: 0 -15px;display: block;
    }
    .row-contact-data .col-md-6,
    .row-contact-data .col-md-12{
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .full-banner .owl-text.home_content{
        padding:15px 0;
    }
    .home-banner-uptitle{
        font-size:16px;
    }
    .full-banner .owl-text.home_content h2{
        font-size: 22px;
    }
    .full-banner .owl-text.home_content .banner-subtitle{
        font-size: 14px;
    }
    .banner-link{
        padding:8px 15px;font-size:10px;
    }
}
.services .service_desc{
    font-size:clamp(40px,4vw,70px);font-weight: 900;margin:0;position: relative;margin-bottom: 20px;
}
.services .service_desc:before{width:60px;max-width:50%;left:50%;transform: translateX(-50%);position: absolute;bottom:0;background:#fff;height: 5px;content:'';}
.services {
    margin-top:-138px;position: relative;z-index: 3;
}
.services .bgcenter{
    color:#fff;padding:60px 0 30px 0;
    background: #4A6750;
    background: radial-gradient(circle,rgb(224, 175, 160) 0%, #4A6750 100%)
}

.services .service-item{
    margin:30px auto;text-align: center;
}
.services .service-item img{
    margin-bottom: 20px;max-width: 80%;width: 90px;
}
.services .service-item div.h4{
    font-weight: bold;padding:5px 0;font-size:24px;
}
.flex-center{
    align-items:center;
}
.about {
    padding:40px 0;
}

footer{
    width: 100%;
    padding-top: 0px;text-align: center;
    color: #eee;
}
footer .footer-top{
    padding-bottom: 10px;
}
.footer-top a{
    color:#03a87c
}
.footer-bottom{
    background:#4A6750;color:#fff;font-size:12px;padding:8px 0;margin-top: 0px;
}
.partners{
    background: #F0F5FA;
}
.partners .container{
    width: 1600px;max-width: 100%;padding:10px 0;
}
.partners .container .owl-stage{
    margin:0 auto;
}
.home-text{
    padding:50px 0;background:#4A6750;position: relative;color:#fff;text-align: center;
    background-attachment: fixed;min-height: 33vh;display: flex;align-items: center;
    background-size: cover;
    background-position: center;
}
.home-text::before {

    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .65;
    background:  #4A6750;
    top:0;left:0;
    content: '';
}
.home-text .container{
    position: relative;z-index: 3;
}
.home-text .heading__title{
    color:#fff;font-size:32px;text-align: center;font-family: "Inter", sans-serif;margin:0;
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 45px;
    display: none;
    height: 45px;
    border:none;box-shadow: none;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #E0AFA0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menurest{
    padding:50px 0;
    background: url(/images/front/imgbgcategory.jpg) no-repeat;
}
.social_icons_footer{
    margin:0;padding:0;font-size:20px;color:#fff;
}
.social_icons_footer a{
    color:#fff;padding:3px;
}
.social_icons_footer a:hover{
    color:#ccc;
}
footer .list-unstyled a,.footer__contact-phone a:hover{
    color:#ccc;
}
footer .list-unstyled a:hover{
    color:#fff;
}
.footer__widget-title{
    font-size:20px;font-family: "DM Sans", sans-serif;font-weight: bold;
}
.footer__contact-phone{
    margin-bottom: 5px;
}
.footer__contact-phone a{
    color:#fff;margin-left: 7px;
}
a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.breadcrumb-item.active{
    color:#ccc
}
section.section-padding{
    padding:50px 0;
}
.box-gallery{
    margin:15px auto;position: relative;overflow: hidden;background:#000;border-radius:12px;
}
.box-gallery a:hover{
    opacity: 0.75;
}
a .video-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);;
    color:#fff;
    font-size:15px;
    width:50px;
    height: 40px;
    background:#E0AFA0;
    text-align: center;
    line-height: 39px;
    border-radius:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-dots{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.slider.owl-theme .owl-dot {
    display: inline-block;
}
.slider.owl-theme .owl-dot span {
    background-color: #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 2px 3px;
    width: 12px;
}
.slider.owl-theme .owl-dot.active span{
    background-color:#E0AFA0;
}
.files_title{
    font-family: "DM Sans", sans-serif;background:#F2E9E4;color:#121212;padding:10px 10px;border-radius:12px;margin-bottom: 10px;
}
.files_title h3{font-size:24px;margin:0;}
.files-row{
    margin:20px auto;
}
.files-row ul{
    list-style: none;padding-left: 10px;
}
.files-row ul li{
    list-style: none;padding:2px 0;
}
.files-row ul li a{
    color:#555
}
.files-row ul li a:hover{
    color:#999
}
.breadcrumb {
    margin: 0;
    padding: 20px 80px;
    border-radius: 15px;
    background:#E0AFA0
}
.page-title nav {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom:-115px;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#efefef;
}
.contact-info{
    padding: 30px;
    margin-left: 40px;
}

.contactForm {
    background-color: #E0AFA0;
    padding: 55px 55px 55px 55px;
    color: #fff;
}
.contact .contactForm .form-control{
    border:1px solid #E0AFA0;
}
.contact .contactForm p.agree-p{
    color:#746767;
}
.contact .btn{
    background:#4A6750;color:#fff;border-color:#4A6750;
}
.contact .contactForm {
    background-color: #F2E9E4 ;color:#1d1d1d;
    padding: 30px;border-radius:12px;display: flex;flex-wrap:wrap;
}
.contact .contactForm{
    height: 100%;
}
.contactForm p.agree-p{
    color: #eee;
}
.contactForm p.agree-p a{
    color: #4A6750;
}
.form-control{
    border:none;;border-radius:0;font-size:13px;min-height: 46px;border-radius:12px;padding:10px 15px
}
.contactForm label{
    font-size:12px;margin:0;font-weight: 700;margin-left: 12px;display: none;
}
.form-group{
    margin-bottom: 10px;
}
p.agree-p{
    font-size:11px;color:#898;text-align: justify;line-height: 1.2;
}
.contactForm .btn:hover{
    color:#fff;background:#E0AFA0;border-color:#E0AFA0;
}
textarea.form-control{
    resize: none;
}
.contact-info.fullh{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding:0 15px;
}
.contact-info i.bigicon{
    font-size: 40px;
    color: #E0AFA0;
    margin-right: 10px;
    width:50px;
}
.contact_number .media-body{max-width:100%;}
.contact_number svg{width:36px !important;}
.contact_number b,.contact_number strong{font-size:18px;display: flex;align-items: center;}
.contact_number {
    display: flex;margin-top: 18px;
}
.contact_number p{
    margin:1px 0;font-size:16px;padding-left: 53px;padding-bottom: 18px;
}
.contact_number p a{
    color:#4A6750;
}
.contact_number p a:hover{
    color:#E0AFA0;
}
.contact-data-n i{
    margin-right: 5px;width:20px;color:#4A6750;
    font-size: 18px;
    text-align: center;
}
#map.map-home{
    margin:0;
}
.f13{
    font-size: 13px;
}
.heading.heading-2 .heading__subtitle {
    letter-spacing: 2px;
    font-size: clamp(18px,1.5vw,30px);
    opacity: 0.3;
    margin-bottom: -5px;
    display: block;
    font-weight: 600;
    line-height: 1.1;
}
.heading.heading-2{margin-bottom:30px;}
.contactForm.banners-form .form-control.has-error,.contactForm.banners-form .form-control.error,
.form-control.has-error,.form-control.error{
    background:#ffbebe;
}
.btn.btn-maps{
    padding: 4px 8px;
    font-size: 12px;
}
.btn.btn-sm.btn-maps{
    border-color: #E0AFA0;
    color: #fff;
}
.btn.btn-sm.btn-maps:hover{
    background: #4A6750;
    color: #fff;
}
.submitting.info{
    padding: 8px 14px;
    text-align: center;
    border: 2px solid #E0AFA0;
    border-radius: 30px;
    margin-top: 15px;
    display: none;
    opacity: 0;
}
.list-inline-item:not(:last-child) {
    margin-right: 1.0rem;
}
.full-banner .owl-slide:before{background:#fff;}
.full-banner .owl-slide,.full-banner{
    height:47vw;min-height: 400px;
}
.full-banner .owl-text.home_content .slide__content{
    max-width:66%;text-align: left;
}
.full-banner .owl-text.home_content .container{
    max-width:100%;width:1700px;
}
.contactForm.banners-form{
    padding: 30px;
    position: absolute;
    top: 0;
    z-index: 3;
    left: calc(50% - 184px + 25vw);
    width: 366px;
    max-width: calc(50% - 60px);
    border-radius:12px;
    top: calc(50% + 5px);
    transform: translate(0%,-50%);
    background:rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
}
.contactForm.banners-form p.agree-p{
    color:#f9f9f9;padding-top:4px;
}
.contactForm.banners-form .form-control{
    background:rgba(255,255,255,0.75);min-height:40px;
}
.services{
    margin-top:0;
}
.services .bgtop{
    display:none;
}
@media only screen and (max-width:991px){
    .contactForm.banners-form {
        background-color: #f2edf4;
        padding: 30px;
        position: relative;
        top: 0;
        z-index: 3;
        left: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        top: auto;
        transform: none;
    }
    .full-banner{
        height:auto;
    }
    .full-banner .owl-text.home_content .slide__content {
        max-width: 100%;
        text-align: center;
    }
    .full-banner,.full-banner .owl-slide,.full-banner #owl-banners{
        min-height:360px;
    }
    .full-banner #owl-banners{
        display: block !important;
    }
    .lead {
        font-size: 1rem;
    }
}
.home-faq{
    font-size: 1.5rem;
    padding: 5px 40px;
    text-align: center;
}
.home-faq a{
    color:#E0AFA0;
}

.opinions {
    background: #0A2D4D;
    color: #eee;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
.opinions:before {
    background: #0A2D4D;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    top: 0;
    left: 0;
    content: '';
}
.opinions .review {
    font-size: 18px;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    color: #666;
}
.opinions .review {
    font-size: 16px;
    text-align: left;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.4);
    padding: 30px;
    font-style: italic;
    font-weight: 400;
    position: relative;
    margin: 40px 40px 20px 40px;
    color: #666;
}
.opinions .review:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    left: 10%;
}
.opinions .review-author {
    text-align: left;
    padding-left: 40px;
    font-weight: 700;
    margin-left: 20px;
}
.owl-dots{
    display: flex;
    justify-content: center;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4A6750;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 30px;
    margin: 0 5px;
    padding: 0;
    background: #053E6D;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 39px;
    display: flex;align-items:center;justify-content: center;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    opacity: 0.8;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 38px;
    position: absolute;
    width: 38px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-prev {
    left: -20px;
}
.owl-carousel .owl-next {
    right: -20px;
}

.accordion-item .accordion__item-body {
    display: none;
}
.accordion-item {
    border: 1px solid #ededed;
    background-color: #fff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 27px;
}
.accordion-item .accordion__item-title {
    width: 100%;
    color: #222;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
}
.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: fontawesome;
    background-color: transparent;
    color: #090708;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}
.accordion-item .accordion__item-title:after {

}
.accordion-item .active .accordion__item-title:after {
    content: "\f068";
}
.accordion-item .active .accordion__item-title {
    color: #0e2c73;
}
.accordion-item.opened .accordion__item-title:after {
    background-color: #0e2c73;
    color: #fff;
    content: "";
}
.accordion-item .accordion__item-body {
    padding-top: 25px;
}
.accordion-item .accordion__item-body p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}

.accordion-item{
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(216, 216, 216, 0.4);
    border: none;
}

.accordion-item .accordion__item-title{
    color: #0b2154;
    font-size: 18px;
    font-weight: 600;
}

#faq-slider.owl-carousel .owl-stage{
    display: flex;align-items: center;
}
#faq-slider.owl-carousel .owl-item{
    height: 100%;
}
.one-faq-h{
    padding:0 30px;
}
.header-transparent .logo{
    display: none;
}
.header-transparent .logo.logo-w{
    display: block;
}

.right-bar{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
body header.header {
    min-height: 65px;position: fixed;top:0;
}
body header.header{
    display:flex;align-items:center;
}
body header.header > nav.navbar{
    width:100%;
}
header.header{transition: all 0.3s ease-in-out;}
header.header.header-transparent {
    background: rgba(255, 255, 255, 0);
}
header.header.header-transparent.fixed-navbar,header.header.fixed-navbar{background: rgba(74, 103, 80, 0.88);}
.phone-top{
    color:#000;font-size:18px;margin-left: 30px;
    display: flex;
    align-items: center;
}
.phone-top a{
    color:#fff;
}
.phone-top a:hover{
    color:#4A6750;
}
.phone-top i{
    margin-right: 8px;font-size:16px;color:#4A6750;
}
.box{
    padding:40px 30px;
}
.box-item{
    padding:30px;border:4px solid #4A6750;display: flex;margin:15px 0;height: calc(100% - 30px);align-items: center;background:#E0AFA0;width:100%;transition:all .3s ease 0s;color:#fff;
}
.box-item h4{
    font-weight: bold;text-align: center;font-size: 22px;margin:5px 0;
}
.box-item h4 span{
    font-weight: normal;font-size: 80%;
}
.box-item:hover{
    transform: scale(1.08);background:#4A6750
}
.box-item .text-cnt{
    width:100%;
}
.timeline-nws{
    padding:50px 0;
}
.timeline-nws .g-5.row > div.col-md-7{padding:0 15px;margin-left:-40px;}
.timeline-nws .g-5.row > div{
    padding:0 60px 0 15px;
}

.slider-area .bg-overlay::before {
    opacity: .65;
    background:  #4A6750;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}
.slider-area .page-title{
    margin-top:0px;padding:115px 0 50px 0;
    min-height: 18vw;
    display: flex;
    align-items: center;
}
.breadcrumb{
    display:none;
}
section.contact{
    overflow-x:hidden;overflow-y: clip;
}
.phone-contact{
    position: fixed;
    z-index: 32;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    margin: 10px;
    cursor: pointer;
    display: flex;
    width:50px;height: 50px;text-align: center;align-items:center;font-size:30px;color:#E0AFA0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.25);
    transition: .3s all;
    visibility: visible;
    justify-content: center;
}

.phone-form{
    position: fixed;
    background:rgba(0,0,0,0.8);
    top:0;left:0;height: 100%;width: 100%;
    z-index: 34;
    display: flex;
    align-items: center;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
.phone-form.active{
    opacity: 1;visibility: visible;
}
.phone-form .container {
    max-width: 700px;width:98%;background:#4A6750 ;color:#fff;border-radius:12px;
    padding:30px;text-align: center;position: relative;
}
.phone-form .container p.agree-p{
    color:#eee
}
.close-p{
    position: absolute;color:#fff;right: 5px;top:0;cursor: pointer !important;font-size:20px;padding:5px;line-height: 1;
}

@media screen and (max-width: 767px) {
    .right-bar .phone-top:last-of-type{display: none;}
    .phone-contact{
        width:40px;height: 40px;font-size:24px;
    }
    .phone-form .container{
        padding:15px;
    }
}
.sep-bl, .sep-br, .sep-tl, .sep-tr {
    height: 45px;
    width: 45px;
    position: absolute;
}
.sep-bl::after, .sep-bl::before, .sep-br::after, .sep-br::before, .sep-tl::after, .sep-tl::before, .sep-tr::after, .sep-tr::before {
    content: "";
    position: absolute;
    background-color: #222;
}
.sep-tl::after {
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
}
.sep-tl::before {
    height: 100%;
    width: 1px;
    left: 10px;
    top: 0;
}
.sep-br::before {
    height: 100%;
    width: 1px;
    right: 10px;
    top: 0;
}
.sep-br::after {
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 10px;
}
.flip-bx .front.overlay-black-middle::after {background:#000;}
.icon-bx-wraper {
    transform-style:preserve-3d;
    perspective:1000px;margin:15px 0;
    cursor: default;
}
.icon-bx-wraper .sep-tl {
    left:30px;
    top:30px
}
.icon-bx-wraper .sep-br {
    right:30px;
    bottom:30px
}
.icon-bx-wraper .sep-tr {
    right:30px;
    top:30px
}
.icon-bx-wraper .sep-bl {
    left:30px;
    bottom:30px
}
.icon-bx-wraper h2.title {font-size:clamp(1.55rem,1.8vw,2.1rem);}
.icon-bx-wraper .title {
    color:#fff;
}
.icon-bx-wraper .sub-title {
    letter-spacing:3px;
    font-weight:400;
    font-size:17px;
    margin-bottom:0
}

.flip-bx {
    transform-style:preserve-3d;
    perspective:1000px
}
.flip-bx .inner {
    transform:translateY(-50%) translateZ(60px) scale(.94);
    top:50%;
    position:absolute;
    left:0;
    width:100%;
    padding:2rem;
    box-sizing:border-box;
    outline:1px solid transparent;
    perspective:inherit;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.flip-bx .back,
.flip-bx .front {
    background-size:cover;
    background-position:50%;
    transition:transform .7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    text-align:center;
    min-height:370px;
    height:auto;
    color:#fff;
    border-radius:15px;
    background-color:#4A6750;
}
.flip-bx .back {
    background:#E0AFA0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transform:rotateY(180deg);
    transform-style:preserve-3d
}
.flip-bx .back .title{color:#000;font-weight:600}
.flip-bx .back .inner p {
    font-size:16px;line-height: 1.4;
    color:#222
}
.flip-bx .back .inner .site-button-link {
    font-size:16px
}
.flip-bx .front {
    transform:rotateY(0deg);
    transform-style:preserve-3d
}
.flip-bx .front:after {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    content:"";
    display:block;
    opacity:.54;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    border-radius:12px
}
.flip-bx:hover .back,
.flip-bx:hover .front {
    transition:transform .7s cubic-bezier(.4,.2,.2,1)
}
.flip-bx:hover .back {
    transform:rotateY(0deg);
    transform-style:preserve-3d
}
.flip-bx:hover .front {
    transform:rotateY(-180deg);
    transform-style:preserve-3d
}

.work-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.process-card {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
@media only screen and (min-width: 1200px) {
    .process-card {
        gap: 41px;
    }
}
.contact__form-panel-header h4{font-size:22px;font-weight: bold;padding-bottom: 6px;}
.timeline-nws .section-heading{
    position: sticky;
    top: 30vh;
}
.timeline-nws .section-heading h2{
    font-size: clamp(26px,2.6vw,80px);line-height: 1.1;font-weight: bold;
}
.process-card::after {
    position: absolute;
    width: 1.5px;
    height: calc(100% - 44px);
    top: 65px;
    left: 25px;
    background-color: #eee;
    content: "";
    z-index: 10;
}
.process-card:last-child::after {
    display: none;
}
.process-card .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    background-color: #F2E9E4;
    color: #4A6750;
    font-size: 18px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}
.process-card .process-text {
    background-color: #4A6750;
	color: #ffffffd4;
    padding: 24px 30px;
    border-radius: 12px;
    width:100%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    cursor: default;
}
.process-card .process-text .process-title {
    font-size: 24px;font-family: "DM Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}
.process-card .process-text p {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    color: #ffffff;
}
@media only screen and (min-width: 1200px) {
    .process-card .process-text {
        padding: 40px 36px;
        border-radius: 12px;
    }
}
.process-card:hover .number,
.process-card:focus .number {
    background-color: #E0AFA1;
    color: #fff;
}
.process-card:hover .process-text,
.process-card:focus .process-text {
    background-color: #E0AFA1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.process-card:hover .process-text .process-title,
.process-card:focus .process-text .process-title {
    color: #fff;
}
.process-card:hover .process-text p,
.process-card:focus .process-text p {
    color: #fff;
}

.stepper-wrap {
    position: relative;
    z-index: 1;
    height: 1px;
    background-color: #faf6f3;
    margin-top: 35px;
}
.stepper-wrap > div {
    position: absolute;
    z-index: 100;
    top: -33px;
}
.stepper-wrap > div h6 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    padding-left: 4px;
}
.stepper-wrap > div span {
    width: 24px;
    height: 24px;
    display: block;
    background-color: #faf6f3;
    border: 4px solid #faf6f3;
    border-radius: 50%;
}
.stepper-wrap > div:nth-child(1) {
    left: -1px;
}
.stepper-wrap > div:nth-child(2) {
    left: 37%;
}
.stepper-wrap > div:nth-child(3) {
    left: 73%;
}

.process-card-two {
    border-radius: 12px;
    border: 1px solid rgba(254, 254, 254, 0.1);
    padding: 50px 36px;
}
.process-card-two h4 {
    margin-top: 40px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.48px;
}
dl, ol, ul{padding-left:25px;}
.oval-box .rounded-circle{
    width:100%;aspect-ratio: 1 / 1;
}
.only-data-cnt .col-lg-3{text-align: center;margin-bottom: 30px;}
.only-data-cnt .contact_number svg{
    display: block;width:100% !important;margin:0 0 18px 0 !important;
}
.only-data-cnt .contact_number b,.only-data-cnt .contact_number strong{
    flex-wrap:wrap;justify-content: center;line-height: 1.2;
}
.only-data-cnt .contact_number p{
    padding: 5px 0;word-break: break-all;
}
.only-data-cnt .contact_number .media-body{max-width: unset;}
.badge-trust {
    background-color: #4A6750;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}
.offer-section{
    background: #F2E9E4;padding:50px 0 20px 0;margin:0px auto 40px 0;
}
.card{border-radius:15px;}
.text-muted {
    color: #4D4D4D !important;
}
