#html{background:#fff;}
#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;
}
.flex-center {align-items:center;}
#cookies-message{
    padding:30px 20px 20px 20px; font-size: 12px; 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:190px;height: 190px;
    align-items: center;left:0;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    word-spacing: normal !important;
}
#cookies-message a{
    color:#ddd;
}
#cookies-message  a#accept-cookies-checkbox{
    background-color: #f2b084;font-size:14px; padding: 4px 12px; color: #fff; border-radius: 24px !important; display: inline-block; text-decoration: none; cursor: pointer;margin:10px auto 0;
}
#cookies-message  a#accept-cookies-checkbox:hover{
    background:#f2b084;color:#fff;
}
a,button{
    outline: none !important;
    text-decoration: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    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;
}
div.p a{
    color:#fff;
}
div.p a:hover{
    color:#ccc;
}
.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% + 45px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 90px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 135px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget+ .social_slider_widget{
    top:calc(40% + 180px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 45px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 90px);
}
.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:0px;
}
#preloader #status::before
{
    background-image: url("/images/front/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100px;
    margin-left: 0px;
    margin-top: -80px;
    position: absolute;
    width: 280px;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

#preloader {
    background: #f4ce93;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33232;
}
.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 {
    width: 60px;
    height: 60px;
    margin-top:35px;
    position: relative;
    border-style: solid;
    border-width: 4px;
    border-top-color: transparent;
    border-bottom-color: #f2b084;
    border-left-color: transparent;
    border-right-color: #f2b084;
    z-index: 10;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: ldr 2s infinite ease;
    animation: ldr 2s infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
@-webkit-keyframes ldr {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
@keyframes ldr {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

body {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color:#30231A;background:#fdf6ec;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
	-webkit-font-feature-settings: "lnum" !important;
	-moz-font-feature-settings: "lnum" !important;
	font-feature-settings: "lnum" !important;
}

.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:13px;
}
.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -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: 16px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #fff;
}
.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);
}

.slider-area .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
    background-position-y: center;
    background-size: auto;
    background-size: cover;
    display: flex;align-items:center;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-position:center;
  /*  background-image: url(/images/front/bg.jpg);*/
}
.slider-area .page-title h1,.title-cls{
    font-size: clamp(24px,3.8vw,60px);
    padding: 5px 0;
    line-height: 1;
    font-weight: 600;color:#fff;    

}
.title-cls{
    font-size:clamp(24px,2.7vw,48px);
}
.title-cls{
    color:#000;margin-bottom: 40px;
}
.slider-area nav{
    display: inline-block;
}
.slider-area,.video-home-c{
    position: relative;
}
.video-home-c video,.video-home-c img{
    display: block;
}
.bg-overlay > *{
    position: relative;z-index: 2;
}
.breadcrumb{
    background:rgba(0,0,0,0.8);margin:0;
}
.breadcrumb a{
    color:#fff;
}
.breadcrumb a:hover {
    color: #f2b084;
}
.btn:focus,
.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.home-text{
    padding:75px 0;background:#000;position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.home-text::before {
    background: #2a514a;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    top:0;left:0;
    content: '';
}
.home-text .container{
    position: relative;z-index: 3;color:#fff;text-align: center
}
.home-text .heading__title{
    color:#000;font-size:24px;text-align: center;margin:0;
}
.home-text p{
    margin-top:30px;font-size:18px;
}
.service-item{
    height: 100%;
}
.service-item .service_title{
    margin:0 auto;width:100%;font-size:clamp(20px,1.5vw,34px);position: relative;font-weight: 700;color:#fff;padding:5px 0;;text-align: center;line-height: 1.2;margin-bottom: 20px;
}
#info .service-item{width:500px;margin:15px auto;max-width:90%;}
.btn {
    -moz-user-select: none;
    background: #f2b084;
    border: 1px solid #f2b084;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    margin-bottom: 0;
    border-radius: 45px;
    padding: 12px 24px  !important;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: normal;
    text-transform: none;
    /*box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);*/
}
.btn:hover {
    box-shadow: none;background: #f4ce93;color:#000;
}
.simple-button.btn:hover{
    background: #f2b084 !important;color:#fff;border-color:#f2b084 !important
}
.btn.btn-secondary{
    color: #fff;
    background: #f2b084;
    border-color: #f2b084;
}
.btn.btn-secondary:hover{
    color: #fff !important;
    background: #f2b084 !important;
    border-color: #f2b084;
}
.full-banner{
    position: relative;overflow: hidden;background:#f8f7f6;;height: 40vw;min-height: 295px;
}
.full-banner .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    background: #f2b084;
    height: 46px;
    border: none;
    color: #fff;
    left: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:32px;
    border-radius: 50px;
    line-height: 1;
}
@-webkit-keyframes fadeInBlur{0%{opacity:0;filter: blur(10px);}100%{opacity:1;filter: blur(0px);}}@keyframes fadeInBlur{0%{opacity:0;filter: blur(10px);}100%{opacity:1;filter: blur(0px);}}.fadeInBlur{-webkit-animation-name:fadeInBlur;animation-name:fadeInBlur}
.full-banner .owl-theme .owl-nav [class*="owl-"]:hover,.owl-theme .owl-nav [class*="owl-"]:hover{
    opacity: 0.8;
}

.full-banner .owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 10px;
    background:#f2b084
}
.full-banner .slide__content{
    padding-top:0px;width:1200px;max-width:100%;margin:0 auto;
}
.full-banner .owl-slide {
    width: 100%;
    min-height: 295px;
    max-height: unset !important;
    height: 40vw;
    background-size: cover;
}
.full-banner .container{
    max-width:1600px;
}
.full-banner .owl-text.home_content {
    position: absolute;color:#fff;
    top: 50%;
    left: 0;
    right: 0;
    width:100%;text-align: center !important;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 0;margin-top:30px;
    -webkit-transition: all 0.3s ease-in-out 0.9s;
    -moz-transition: all 0.3s ease-in-out 0.9s;
    -ms-transition: all 0.3s ease-in-out 0.9s;
    -o-transition: all 0.3s ease-in-out 0.9s;
    transition: all 0.3s ease-in-out 0.9s;
    z-index: 3;
}
label.has-error{
    box-shadow: none;color:red !important;
}
.has-error{
    box-shadow: 0 0 0px 2px red;
}
textarea{resize: none;}
.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,.slider-area .page-title h1{
    font-size: clamp(24px,3.8vw,60px);padding:5px 0;line-height: 1;font-weight: 700
}

.full-banner .owl-text.home_content h2{
    filter: drop-shadow(0 0 5px #000);font-size: clamp(24px,5.5vw,100px);
}
.full-banner .owl-text.home_content h2 span{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.full-banner .single-slider::before,.slider-area .bg-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top:0;
    background:rgba(0,0,0,0.4);
}
.full-banner .owl-text.home_content .banner-subtitle{
    font-size:clamp(14px,1.4vw,28px);
    line-height: 1.2;
    margin: 20px auto 0;
    filter: drop-shadow(0 0 3px #000);
}
.full-banner .owl-text.home_content .btn{
    margin-top:50px;
}
#scrollTopBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    display: none;
    height: 40px;
    border:none;box-shadow: none;
    z-index: 26;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #30231A;
    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;
}
#scrollTopBtn:hover{
    background:#f2b084
}
a,.box-gallery a img{
    -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:#f2b084
}
.breadcrumb-item{
    text-transform: lowercase;
}

section.section-padding{
    padding:40px 0;
}
.box-gallery{
    margin:0px auto;position: relative;overflow: hidden;
}
.photos-section{
    padding:0 0px;margin-bottom: 30px
}
.box-gallery a:hover img{
    transform: scale(1.1) rotate(1deg);
}
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:#0d0d0d;
    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: #f4e5cd;
    display: block;
    height: 12px;
    margin: 2px 3px;
    width: 12px;border-radius:0%;
}
.slider.owl-theme .owl-dot.active span{
    background-color:#f2b084;
}
.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:#ccc;font-weight: 700;
}
.files-row ul li a:hover{
    color:#f2b084
}
.breadcrumb {
    margin: 0;
    padding: 0px 15px;
    background:rgba(0,0,0,0);color:#f2b084;
}
.page-title nav  {
    display: flex;font-size:12px;
    justify-content: center;
    position: relative;
    width: 1260px;max-width:100%;
    bottom:0;
    right:0;
    margin: 0 auto;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#f2b084;
}

p.agree-p{
    font-size:11px;color:#696969;text-align: justify;line-height: 1.2;
}
.gallery-grid{margin-bottom: 40px;}
.gold-row{
    padding:50px 0;background:transparent;position:relative;
}
.gold-row:before{
    width:200vw;left:-100vw;height:100%;background:#151515;content:'';position:absolute;top:0;z-index: 0;
}
.gold-row >*{
    position: relative;z-index: 2;
}
.photo-full .col-md-6 .img-responsive{
    width:50vw;max-width: 50vw;
}

@media only screen and (max-width: 767px){
    .photo-full .col-md-6 .img-responsive{
        width:auto;max-width: 100%;
    } 
}
textarea.form-control{
    resize: none;
}
#contact-form{
    margin-top:30px;padding:3px;
}
#contact-form .page-title-s{
    margin-bottom: 10px;
}
.header-blog .page-title-s{
    margin: 4px 10px 10px;font-size: clamp(22px,2vw,48px);line-height: 1.3;
}
.form-control{border-radius:0px;padding:10px 15px;font-size:13px;height: auto;}
.form-group label {
    background: transparent;
    bottom: 0px;
    position: relative;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0 0;
}
.contact a{
    color:#f2b084;
}
.contact a:hover{
    color:#f4e5cd;
}
.form-group .inputAgree label{
    background:transparent;bottom:auto;
}
.navbar{
    padding:0;
    position: relative;
    width: 100%;
    z-index: 32;
    top: auto;
}
.main-menu header.header .navbar{
    border-bottom: none;
}
.navbar-brand{
    padding:0;
}
.navbar-brand img{
    width:120px;
    padding:0px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    object-fit: contain;
}
.navbar-brand{
    margin-left:0rem;margin-right: 1rem;
}
.menu-ul{
    padding:0;margin:0;list-style: none;margin-right: auto;margin-left: 5vw;
}
.menu-ul li{
    display: inline-block;margin:0 8px;position: relative;
}
.menu-ul li a{
    border-radius:0px;padding:5px 5px;color:#fff;font-size:18px;position: relative;text-transform: none;font-weight: 400;display: block;display: inline-block;
}
.menu-ul li a:hover,.menu-ul li.active > a{
    color:#f2b084
}
.navbar .menu-ul .nav__item .dropdown-menu a.active{
    color:#f2b084
}
header .navbar .container{
    display: flex;
    align-items: center;
    flex-wrap:nowrap;
    max-width:99%
}
/*header.fixed-navbar {
    position: sticky;
    top: -45px;
    z-index: 32;
    width: 100%;
    background: #fff; 
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}*/

.bg-light {
    background-color: #151515 !important;
}
.blog-section .blog-item{
    margin-bottom: 30px;padding:0px;
    max-width: 100%;margin-left: auto;margin-right: auto;
}
.widget{
    padding: 30px;
    border-radius: 0px;background:transparent;margin-left: 40px;
    border: 1px solid rgb(38, 37, 37);
    border-radius: 8px;
}
.blog__img a:before{
    content:'';position: absolute;top:0;left:0;background: rgba(0,0,0,0.7);width:100%;height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog__img a:hover:before{
    transform: scale(1.1) rotate(2deg);
}
.blog__img{position: relative;overflow: hidden;}
.title-cls + p{
    margin-top:-20px;margin-bottom:40px;letter-spacing: 2px;
}

.home-text .text-content{
    width:660px;max-width:100%;position: relative;padding: 0px;margin-left: auto;
}
.home-text .text-content .text-content-inner{
    position: relative;z-index: 2;display: flex;
    color: #28211B;
}
.home-text .text-content .text-content-inner > *:last-of-type{margin-bottom: 0;}

.home-text .heading__title{
    padding:20px 30px;background:#f8f7f6;border-radius: 30px;display: flex;align-items:center;
}
.home-text p{
    margin:0;padding:30px;background:#f8f7f6;border-radius: 30px;flex:0 0 60%;font-size:16px;
}

.blog__img a img,.nav-pages-nx-pr i{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-item .blog__meta-date{
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    background: #f8f7f6;
    border-radius: 50px;
    left: 25px;
}
.blog-item .blog__content .text-center{margin-top:15px;width: 100%;text-align: left !important;}
.blog-item .blog__content{
    padding:10px 0;position: relative;
}

.blog-item .blog__content .blog__title{
    line-height: 1.1;width:100%;margin-top:0px;position: relative;padding-top:0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.b-lnk:hover .blog__content .blog__title{
    color:#f2b084
}
.bg-dark{
    background-color:#AA9584 !important;color:#fff;
}
.bg-dark .title-cls{
    color:#fff;
}
.owl-dots{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.owl-theme .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dot span {
    background-color: #f4e5cd;
    display: block;
    height: 12px;
    margin: 2px 5px;
    width: 12px;
    border:none;border-radius: 50px;
}
.owl-theme .owl-dot.active span{
    background-color:#f2b084;
}
.h1-testimonial-active.owl-carousel .owl-stage {
    display: flex;align-items:center;
}
.partners-box .owl-carousel .owl-stage{margin:0 auto;}
.partners-box .owl-dots{margin-top:10px;margin-bottom: -10px;}
.top-bar {
    background: #f2b084;
    position: fixed;
    font-size:13px;
    top: 0;
    right: -400px;
    text-align: center;
    z-index: 5442;
    height: 100%;
    width: 400px;
    max-width:100%;
    transition: all 0.4s;
}
.top-bar.active{right:0;}
.top-bar .right-bar > *{
    margin-left:15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    text-align: center;
    justify-content: center;
}
.top-bar .right-bar svg path{
    fill:#71401c !important
}
.top-bar .right-bar .icn-x{display: block;margin: 10px 20px 10px 0;}
.top-bar .right-bar svg{
    width:26px;display: block;
}
.top-bar .right-bar img{max-width:40%;margin:10px 0 20px 0 !important;}
.top-bar .right-bar{
    display: flex;padding:35px 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 100%;
}
.top-right-b{align-items:center;margin-left:auto;}
.top-right-b .social__icons a{color:#fff;font-size:22px;margin:2px 8px;}
.top-bar .right-bar .top-right-b > a{
    display: block;margin:5px auto 5px auto;text-align: center;cursor: pointer;width:100%;
}
.top-bar .right-bar .top-right-b > a:last-child{margin-bottom: 20px;}
.top-bar .right-bar a{
    color:#000; 
}
.top-bar .right-bar a:hover{
    opacity:0.75;
}
.top-bar .right-bar ul{
    margin:0;padding:0;font-size:22px;line-height: 1 !important;
}
.top-bar .right-bar ul a{
    margin-left: 5px;display: block;
}
.top-bar .right-bar ul.flags-list{
    margin-left: 10px;
}
.top-bar .right-bar ul.flags-list img{
    width:22px;
}
#about{margin:50px 0;}
footer{
    padding:40px 0px 0px 0px;background:  #443830;color:#fdf6ec;
}
.footer-bottom{
    background: #30231A;color:#fdf6ec;padding:15px 20px;border-radius:0px 0px 0 0;margin-top:10px;border-radius:40px 40px 0 0 ;
}
#info{
    background:#f4ce93;padding:50px 5%;
}
#info,#preloader,.top-bar{
background: rgb(244,206,147);
background: -moz-linear-gradient(342deg, rgba(244,206,147,1) 25%, rgba(252,223,179,1) 100%);
background: -webkit-linear-gradient(342deg, rgba(244,206,147,1) 25%, rgba(252,223,179,1) 100%);
background: linear-gradient(342deg, rgba(244,206,147,1) 25%, rgba(252,223,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4ce93",endColorstr="#fcdfb3",GradientType=1);
}
.footer-bottom *{font-size:11px;}
.contact-info{
    height: 100%;margin-right: 30px;
}
.contact-info{
    padding:0px 30px;
    min-height: 100%;
    display: flex;
    align-items: flex-start;;
}
.contact-info p{
    padding-left: 40px;padding-top:0px;padding-bottom: 5px;
}
.contact-info p a:hover{
    color:#000
}
.contact-info p a{
    color:#aa9483
}
.contact-info strong,.contact-info b{
    font-size:16px;
}
.contact-info p:last-of-type{
    margin-bottom: 0;
}

.contact-info .contact_number svg{
    width:30px !important;height: auto;padding:5px;
}
.contact-info .contact_number img{
    width:50px !important;margin-right: 15px !important; margin-bottom: -10px;
}
.contact-info .svg-inc {
    width: 50px;
    padding: 10px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 15px !important;
    margin-bottom: -10px;
}
.widget .categories{
    list-style:none;padding:0;margin:0;
}
.widget .categories .item{
    display: flex;padding:0px 0;margin-bottom: 0px;align-items: center;
}
.widget .categories .item .thumb{
    width:80px;border-radius: 15px;flex:0 0 80px;margin-right: 10px;height: 80px;
    overflow: hidden;
    align-self: center;
}
.widget .categories .item .thumb img{
    width:100%;height: 100%;object-fit: cover;
}
.widget a {
    color: #aa9483;
}
.widget a:hover{
    color: #0d0d0d;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-weight:700
}
.page-item .page-link{
    background: rgb(29, 29, 29) !important;
    border-radius: 5px !important;border:none;font-size:20px;
    width:40px;height: 40px;margin:5px;font-weight: 400;
    color: #fff;display: flex;align-items:center;
    justify-content: center;
    padding: 0;
}
.nav-pages-nx-pr i{
    background:#aa9483; flex:0 0 46px;margin:10px; line-height: 42px; width:46px;height: 46px;border:2px solid #aa9483;text-align: center;font-size:20px; color:#fff;border-radius: 50%;
}

.nav-pages-nx-pr .text-center a{
    display: inline-block;
}
.nav-pages-nx-pr a{
    display: flex;align-items:center;color:#aa9483;line-height: 1.2;
}
.nav-pages-nx-pr a:hover i{
    background:#fff;color:#aa9483
}
.nav-pages-nx-pr a:hover{
    color:#000
}
.nav-pages-nx-pr .text-center a i{
    display: block;margin:0 auto 6px;
}
.nav-pages-nx-pr .next-p a{
    text-align: right;justify-content: flex-end;
}
.nav-pages-nx-pr{
    padding:8px;border-radius: 30px;background:#f8f7f6;margin-top:30px;
}

@media only screen and (max-width: 767px)
{
    .nav-pages-nx-pr .text-center{
        display: none;
    }
    .nav-pages-nx-pr i{
        width:35px;height:35px;line-height: 31px;flex:0 0 35px;margin:5px;
    }
    .nav-pages-nx-pr .col-md-4{
        padding:10px
    }
}
header .navbar .menu-ul{
    margin-left:auto;margin-right:0;padding:0px 0;
}
header.header{
    position: sticky;top:0;width:100%;z-index: 323;box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);background:#000;border-bottom: 1px solid rgb(38, 37, 37);
}
header.header .navbar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-menu{
    border-top:1px solid #f8f7f6;border-bottom: 1px solid #f8f7f6;
}
.main-menu header.header{
    position: relative;
}
.contact_number {text-align: center;}
.icn-x{
    margin-bottom: 10px;border:2px solid #f2b084;border-radius: 50%;
    display: inline-block;
    padding: 15px;
}
.icn-x svg{
    width:30px;height: auto;
}
.contact a:hover
{
    color: #f2b084;
}
.maps-mg{
    padding:0 !important;min-height: 300px;height: 16vw;
}
.slider-area .page-title.maps-mg{padding:0 !important;}
.social_slider_widget{
    background:#000 !important;
}
.contact-data-n{
    position: relative;
}
.contact-data-n i{
    position: absolute;top:6px;font-size:14px;
}
.row-contact-data h3{
    font-weight: bold;margin-bottom: 30px;
}
.row-contact-data .contact_number{
    font-size:16px;
}
.partners-box{
    background:#fff;padding:50px 0;
}
.partners-box .owl-carousel .owl-item img{
    width: 280px;margin:0 auto;padding:0 15px;
    max-width: 100%;
}
.partners-box .one-items{
    padding:5px 2px;
}
hr{
    border-color: #888;
}
.inputAgree,.agree-p{
    font-size:11px;line-height: 1.1;
}
.agree-title{
    font-weight: bold;margin:0;
}
.inputAgree{
    display: flex;
}
.inputAgree input{
    margin: 2px 10px 5px 0;border-radius: 0;
}
.agree-p{
    padding-left: 24px;
}
.inputAgree label{
    margin:0
}

.onepage-client{
    padding:0 0px;
}
.section-padding{
    position: relative;
}
section.section-padding{
    z-index: 3;
}

.homeabout > .container{
    position: relative;z-index: 2;
}
.fullvd,.home-img-banner{
    width:100%;
}
.service-item .icon-sx{
    width:180px;height:180px;border-radius: 50%;margin:0 auto 15px auto;overflow: hidden;
}
.service-item .icon-sx img{
    max-width:100%;
}
.service-item{
    text-align: center;
    position: relative;
    padding:20px 0;
}

.service-item .text-cnt{
    position: relative;z-index: 2;
}
.service-item .text-cnt > *:last-child{margin-bottom: 0;}
.service-item .text-cnt p{line-height: 1.4;color: #30231A;}
.menu-ul .dropdown-toggle::after{
    display: none;
}

@media only screen and (min-width: 1200px){
    .navbar .menu-ul .nav__item  .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background:rgba(0, 0, 0,1);
        border: none;
        position: absolute;
        visibility: hidden;
        -webkit-transform-origin: top;
        transform-origin: top;
        border-radius: 0;
        display: block;
        width: 220px;
        z-index: 99;
        opacity: 0;
        top: 110%;
        left: calc(50% - 110px);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding:5px 5px 5px 5px;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu a:before{display:none}
    .navbar .menu-ul .nav__item  .dropdown-menu a{
        padding:5px 10px;text-align: center;color:#fff;line-height: 1.1;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu li{
        margin:0;width:100%;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu a:hover{
        background:transparent;color:#dedede
    }
    .menu-top ul li ul li{
        width:100%;
    }
    .nav__item.with-dropdown:hover .dropdown-menu {
        top: 100%;
        opacity: 1;
        margin-top: 0;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navbar .dropdown-toggle{
        display: none;
    }
}
.files-row h3{
    display: inline-block;border-top: 1px solid #888;padding: 15px 0 0;font-size:18px;font-weight: 800;width:300px;max-width:100%;
}
.files-row .files-list-widget{
    padding-left:15px;
}
.files-row .files-list-widget i{
    display: none;
}

.box-gallery{
    margin:15px;
}
.box-gallery .pte{
    width:100%;position: absolute;bottom:0;left:0;color:#fff;font-size:12px;padding:10px 15px;background:rgba(0,0,0,0.5);transform: translateY(100%);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-gallery img{
    opacity: 1;width:100%;
}
.box-gallery a:hover img{
    opacity: 1;
}.box-gallery a:hover .pte{
    transform: translateY(0);
}
.footer__widget-title,.sec-tls{
    font-size: 16px;font-weight: bold;text-transform: normal;margin-bottom: 10px;
}
footer .foot-separator{display: block;width:40px;margin:15px 0;background:#FFFFFF;height: 2px;}
.sec-tls{
    color:#000;margin-bottom: 0;
}
.footer__widget a{color:#ccc}
.footer__widget a:hover{color:#000}
.footer__widget-content ul{
    list-style: none;padding-left:0px;text-align: center;margin-top:15px;
}
.footer__widget-content ul li{
    line-height: 1.4;width:auto;display: inline-block;margin:4px 10px;font-size:13px;
}
.left-fts{line-height: 1.1;}
.left-fts .footer__widget-title{margin:15px 0 0;letter-spacing: 1px;font-weight: 600}
.left-fts p{
    font-size:12px;font-weight: 300;padding:5px 0;
}
.contact-maps{
    position: relative;
}
.contact-maps iframe{
    height: 350px;
}
.fotmns{padding-bottom: 30px;}
.fotmns a{
    position: relative;
    color:#fff;

    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    padding-right: 50px;
    display: inline-block;
    text-align: left;
}
.fotmns a:after{
    width:40px;height: 1px;background:#f2b084;content:'';
    display: inline-block;
    vertical-align: middle;position: absolute;top:50%;right: 0;
    margin-left: 10px;
}
.footer__widget .row + .row{
    margin-top:50px;padding-top:50px;position: relative;
}
.footer__widget .row + .row:before{
    border-top:1px solid #f2b084;width:calc(100% - 30px);left:15px;height: 1px;content:'';position: absolute;top:0;
    width: 480px;
    max-width: 100%;
}
.footer__widget .row + .row a{
    font-weight: normal;color:#fff;
}
.footer__widget-content ul li a{
    color:#fff;line-height: 1.3;padding:2px;display: inline-block;
}
.footer__widget-content p{
    font-size:14px;
}
.footer-pera{
    font-size:12px;line-height: 1.6;margin-bottom: 0;
}
.footer-pera a{
    color:#000;
}
footer .social-list{
    margin:0;padding:0;
}
footer .social-list li a{
    color:#fff;margin-right: 15px;font-size:36px;display: flex;
}
footer .social-list li:last-of-type a{
    margin-right:0;
}
section.section-padding{
    overflow:clip;word-wrap: anywhere;
}

footer a:hover{
    color:#f2b084 !important;
}
footer p{
    font-size:13px;line-height: 1.5;padding-right: 0px;font-size:20px;
}
.menu-d{
    margin:0 auto;
}
.menu-d > ul{
    padding:0; margin:0;
}
.owl-theme .owl-nav [class*="owl-"].disabled{
    opacity: 0.1;
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom:30px;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.blog-grid .blog__img a{
    padding-top:137.5%;display: block;position: relative;
}
.blog-grid .blog__img a img{
    position: absolute;height: 100%;width:100%;object-fit: cover;top: 0;z-index: -1;
}
.blog__img a:hover:before{
    opacity: 0;
}
.blog__content h4{
    color:#fff;
}

.blog-grid .blog-item:hover .blog__content .btn{
    background:#000;color:#fff;border-color:#000;
}
.blog-sld .owl-stage{
    margin:0 auto;
}
#blogGrid{
    padding-left: 0px;padding-right: 0px;
}

#blogGrid .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 70px);
    left: -35px;
}
.blog-item{
    padding:0px;
}
.image-rox{
    position: relative;
}
.b-lnk .text-center:hover {
    color:#f2b084;
}
a.b-lnk{
    outline-offset: 2px !important;
}
.b-lnk{
    display: flex;padding:0px 0px;align-items: center;flex-wrap:wrap;
}
.b-lnk:hover .date-content{
    background:#f2b084;color:#fff;
}
.b-lnk .date-content{
    padding:5px;min-width: 100px;border:4px;
    display: flex;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;bottom:5px;left:5px;
    background:#F3F3F3;color:#000;position: absolute;;text-align: center;font-size:13px;text-transform: lowercase;
}
.b-lnk .date-content .day{
    position: relative;font-size:24px;font-weight: 900;line-height: 1 !important;padding:0px;display: block;
}
.blog__desc{
    color:#999;margin:10px auto;width:100%;text-align: left;line-height: 1.2;font-size:16px;font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog_date{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding:5px 10px;position: absolute;left:0;bottom:0;background:#fff;color:#000;
}
.post-author{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color:#B5B5B5;
    padding: 0px 0 0 0;
    margin-bottom: 8px;
    width:100%;
}
.finished{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    background:#B5B5B5;
    padding: 5px 10px;position: absolute;left:0;color:#000;
}


.b-lnk .date-content .month{
    font-weight: 600
}
.b-lnk .date-content .year{
    letter-spacing: 1px;
    position: relative;font-weight: 400;line-height: 1 !important;
    font-size: 16px;display: block;
}
.b-lnk .blog__title{
    font-size:clamp(16px,1.7vw,22px);color: #30231A;font-weight: 500;text-align: left;text-transform: normal;
}
.b-lnk .blog__content{
    display: flex;flex-wrap:wrap;align-items:center;
}
section.section-padding.blog-section{
    padding:30px 15px;   padding-left: 15px;padding-right: 15px;
}
.blog__img .text-absll{
    position: absolute;top:100%;padding:0px;color:#fff;width:100%;
    transition: 0.3s all ease-in-out;
}
.blog__img .text-absll h4{
    color:#fff;font-size:20px;font-weight: bold;margin:0;
    transform: translateY(-100%);padding:15px 15px;
    transition: 0.2s all ease-in-out;
}
.blog__img .text-absll .ovs{
    padding:5px 15px;
    transform: translateY(0%);
    visibility: hidden;
    opacity: 0;
    font-size:12px;line-height: 1.2;
    padding-bottom: 30px;
    transition: 0.3s all ease-in-out;
}
.blog__img:hover .text-absll .ovs{
    opacity: 1;visibility: visible;transform: translateY(0%);
}
.blog__img:hover .text-absll{
    transform: translateY(-100%);
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8267507686668417) 0%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8267507686668417) 0%, rgba(255,255,255,0) 90%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8267507686668417) 0%, rgba(255,255,255,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    padding-top: 20px;
}
.blog__img:hover .text-absll h4{
    transform: translateY(0%);  
}
.blog-section .blog-item .b-lnk{
    flex-wrap:wrap;
}
.blog-more-label{
    padding:25px 0;
}
.blog-more-label .btn{
    font-size:clamp(12px,3vw,22px);font-weight: 900;
}
.blog-section .blog__img a img{
    width:100%;
}
.partners-box .one-items{
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.video-home-c video{
    max-height: 80vh;
    object-fit: cover;
}
.page-list{
    padding:0px 0 60px 0;
}
.service-item1{
    margin:15px auto;border: 1px solid rgba(0,0,0,0.1);height: calc(100% - 30px);border-radius:0px
}
.service-item1 .text-center{padding-bottom: 15px;}
.service-item1 .list-content p{margin-bottom:0;}
.service-item1 .list-content h3 a,.service-item2 .entry-title a{
    color:#fff; font-size:22px;font-weight: 700;line-height:1.3;
}
.service-item1 .list-content{
    padding:10px 10px 20px 10px;
}
.service-item1 .rt-image{
    position: relative;overflow: hidden;
}
.service-item1 .rt-image a{
    display: block;padding-bottom: 66%;
}
.service-item1 .rt-image a img{
    position: absolute;top:0;left:0;height: 100%;width:100%;object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item1 .rt-image a:hover img{
    transform: scale(1.1) rotate(2deg);
}
.service-item2{
    display: flex;;margin-bottom: 30px;box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
}
.service-item2 .rt-image a{
    height: 100%;
}
.service-item2 .rt-image img{
    height: 100%;object-fit: cover;
}
.service-item2 .rt-image{
    width:30%;flex:0 0 30%;margin-right: 30px;
}
.service-item2 .entry-title a{
    color:#fff;margin-bottom: 15px;display: inline-block;
}
.service-item2 .list-content{
    padding:10px 30px 10px 0px;align-self:center;
}
.service-item2 .list-content p{
    font-size:14px;
}
.page-title-s {
    font-size: clamp(18px,2.8vw,34px);
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 30px;

}
.homeboxn{
    padding:0 15px;
}
.onehmbn{
    min-height: 49vw;background-size: cover;background-position: center;padding: 50px;color:#fff;
}
.onehmbn .service-item .text-cnt .xas{
    width:400px;max-width:100%
}
.onehmbn .service-item .text-cnt{
    text-align: left;
    font-size: clamp(14px,1.7vw,22px);
    line-height: 1.5;
    max-width: calc(100% - (50vw - 680px));
}
.homeboxn .row .onehmbn:nth-of-type(2n+1) .text-cnt{
    margin-left:auto
}
.files-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(100% - 40px);
}
.files-row .files-list-widget{
    margin-bottom: 0;
}
.files_title{
    text-align: left;position: relative;
    color:#fff;
    text-transform: uppercase;
    font-size: clamp(18px,1.5vw,26px);
    font-weight: 700;line-height: 0.9;
    display: flex;margin-top:20px;
    align-items: center;
}
.files_title span{
    position: relative;z-index: 2;
    padding:5px 13px;
}
.portfolio-item .box-gallery a{display: block;}
.portfolio-item .box-gallery{margin:15px 0;}
.special-row-2{
    flex-wrap:nowrap;width:100%;margin: 0;margin-bottom: 20px;
}
.special-row-2 .b-lnk .date-content{
    position: relative;bottom: auto;left:auto;top:auto;margin-right: 20px;
}
.special-row-2 .blog-item .b-lnk,
.special-row-2 .blog-item{
    padding:0;
}
.wrapper{
    overflow-x: clip;
}
.location-widg{
    padding:20px;background:#f8f7f6;
}
.location-widg a:not(.btn){color:#f2b084;font-size:120%;}
.location-widg a.btn{margin-top:30px;}
.location-widg .section_title {
    font-size: clamp(18px,1.5vw,26px);font-weight: bold;
}
.location-widg p{font-size:14px;}
.pd-0{
    padding:0;
}
.file-item:before{
    content:'';position: relative;display: inline-block;
    ;vertical-align: middle;margin-right: 8px;flex:0 0 7px;
    width:7px;height: 7px;background:#f2b084;border-radius:20px;
}
.file-item a span{
    font-weight: 400
}
.files-row ul li{
    display: flex;align-items:center;
}
section.section-padding.pb-0{
    padding-bottom: 0;
}
.tins-x img{width:80%;max-width:320px;}
.tins-x{
    display: flex;align-items:center;width:100%;margin-bottom: 30px;position: relative;
}

.b-lnk .tins-x + .blog__content{
    background: url('/images/front/blog-n.jpg') no-repeat left -5px top -5px;margin-right: 0;
}
.maps-btn{
    position: absolute;right:60px;bottom:24px;z-index: 32;font-size:12px;padding:8px 16px !important
}
.b-lnk .tins-x .date-content {
    position: absolute;
    right: 0;
    margin: 0;
    max-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 5px;
    min-width:42%;
}
.special-row{
    position: relative;flex-wrap:nowrap;margin-bottom: 30px;
}
.special-row .blog-item .b-lnk .date-content{
    position: relative;
}
.special-row .blog-item{
    position: absolute;right: 100%;
}
.special-col-md{
    -ms-flex: 0 0 49vw;
    flex: 0 0 49vw;
    max-width: 49vw;
}
.back-c{

    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;display: block;
    color:#000;width:100%;
    padding:14px 25px;border-radius: 50px;border:1px solid #f2b084;
}
.back-c:hover{
    background:#f2b084;color:#fff;;
}
a:hover {
    color: #f2b084;
}
.top-bar .right-bar > *{margin:0 0 0 0px;}
.flags-list{
    display: flex;
    text-align: center;padding:0;margin:0 10px;;
}
.top-info-us svg{width:22px;margin-left:0px;height: auto;}
.flags-list li a.active{font-weight: 700}
.flags-list li{
    margin:5px 5px !important;display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}
.right-nav-blx{
    width:100%;margin-left:auto;max-width:100%;padding-bottom: 20px;
}
.right-nav-blx .np-blog a {
    display: flex;line-height: 1.1;font-weight: bold;
    position: relative;margin-top:0px;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.right-nav-blx .np-blog a:hover{
    color:#f2b084
}
.right-nav-blx .np-blog a i{
    width:40px;height: 40px;background:#f2b084;color:#fff;border-radius: 50%;line-height: 40px;font-size:22px;text-align: center;margin:10px;flex:0 0 40px;
}

.top-bar .right-bar ul.flags-list{margin:25px 0;margin-top:39px;}
.top-bar .right-bar ul a{
    margin:0;
}
.top-bar .right-bar ul{
    width:100%;
}
.navbar{padding:5px 0;}
/*header.header.fixed-navbar .navbar{
    padding:5px 0;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}*/
div.p .table{color:#fff;}
.news-list .list-expand-title {
    border-bottom: 1px solid #b3b3b3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.news-list{margin-top:20px;}
.news-list .table td input{margin-right: 5px;}
.news-list .table td{border:none;padding:2px 0;}
.table-hover tbody tr:hover {
    color: #fff;
}
.social__icons{
    margin-bottom: 0px;padding:0;margin:0 10px;
}
.social__icons li{
    margin:5px !important;display: inline-block;;text-align: center;font-size: 20px;width:20px;
}
.slider-area .page-title{
    background-color:transparent;
}
.slider-area .page-title:before{
    background:#000;opacity:0.55;
}

.footer__widget-title{
    font-size:28px;
}
.sidebar-box.mb-30 .blog__widget-title{
    font-size:24px;

}
.sidebar-box.mb-30 {margin-bottom: 30px;}
.slider-area .blog-page-p.page-title h1{
    font-size: clamp(20px,2.7vw,36px);
}
.pagetitle__heading + .blog_date{padding-top:0;margin-top:-5px;font-size: 18px;}

.row.other-blog::before {
    border-top: 1px solid #f2b084;
    width: calc(100% - 30px);
    left: 15px;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    max-width: 100%;
}
.row.other-blog{
    margin-top:60px;padding-top: 50px;padding-bottom: 5px;;position: relative;
}



.full-slider-pg,.galxar-item,.smlx__content{
    padding:0 90px;
}
.section-tittl{
    font-size: clamp(32px,3vw,54px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top:0px;margin-bottom: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.bg-light .col-lg-6 iframe.maps-mg {
    height: calc(100% + 80px);
    width: 50vw;
    top: -40px;
    position: relative;
}
.home-sp-ev{
    margin:10px 0;
}
.col-12:last-of-type .home-sp-ev{border-bottom: none;}
.home-sp-ev{border-bottom: 1px solid #f2b084;padding: 0 0 10px 0;}
.home-sp-ev a{display: flex;flex-wrap: nowrap;}
.home-sp-ev a span.image-rox{width: 200px;flex:0 0 200px;margin-right: 30px;}
.home-sp-ev.blog-item .blog__content .blog__title::before{display: none;}
.home-sp-ev.blog-item .blog__content .text-center{margin-top: 0px;}
.home-sp-ev.blog-item .blog__content .blog__title{margin-top: 0px;padding-top:0}
.home-sp-ev a .blog__content .blog__desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.widget-events-window{position: fixed;top:30%;right:-100%;z-index: 1122;transition:all .3s ease 0s;max-width: calc(100% - 40px);width: 300px;}
.widget-events-window.active{
    right:0;
}
.widget-events-window.active:before{
    width:100%;height: 100%;position: fixed;background:rgba(0,0,0,0.4);content:"";top:0;left:0;
}
.widget-events-window .close-w{position: absolute;color:#fff;padding:5px 10px;right:100%;background:#f2b084;cursor: pointer;}
.widget-events-window .close-w:hover{color:#f2b084}
.widget-events-window .widget{margin:0;padding:15px;border:2px solid #f2b084;position: relative;z-index: 2;background:#fff;}
.widget-events-window .widget a{color:#f2b084;}


div.p  .history-cn{
    border-top: 1px solid #f2b084;border-bottom: 1px solid #f2b084;padding:30px 0;margin:30px 0;text-align: center;width:250px;max-width: 100%;margin-left: auto;
}

div.p  .history-cn .one-hs .line-int{
    position:relative;
}
div.p  .history-cn .one-hs{
    padding:10px 0 0;position: relative;
}
div.p  .history-cn .one-hs .line-h.dashed{
    border-left-style: dashed;
}
div.p  .history-cn .one-hs .line-h{
    height: 100px;width:1px;display: block;margin: 10px auto;position: relative;border-left:1px solid #000;
}
div.p  .history-cn .one-hs .line-h:before,div.p  .history-cn .one-hs .line-h:after{
    width:5px;height: 5px;border-radius: 50%;top:0;left: 50%;margin-left: -3px;content:'';position: absolute;background:#000;}
div.p  .history-cn .one-hs .line-h:after{
    top:100%;
}
div.p  .history-cn .itm-s{      

    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}
div.p .history-cn .rtxtxy
{

    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0em;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 15px;
    transform: translateY(-50%);
}
div.p  .history-cn .year{

    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color:#f2b084;
    margin:4px 0;
    display: block;
}
@media (max-width:991px){
    div.p  .history-cn{
        margin-right:auto;
    }
}

.small-hr{
    max-width: 50%;
}
.menu-ul li a{outline-offset: -2px;}
.dropdown-toggle:focus, .form-control:focus, a:focus, input[type="checkbox"]:focus,.btn.focus, .btn:focus,#scrollTopBtn:focus,.owl-nav [class*="owl-"]:focus,.owl-theme .owl-dot button:focus {
    outline: 2px solid #f5c125 !important;
    transition: none;
    box-shadow: none;
    outline-offset: 2px;
}
.slider-area .page-title h1{
    display: inline-block;padding:10px 0px;text-align: center;width:100%;
      background: -webkit-linear-gradient(#f2b084, #f4ce93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-box{text-align: left;width:100%;}
.sidebar-box .blog__widget-title{margin-bottom: 10px;font-weight: bold;font-size:22px;}
.sidebar-box .categories{
    display: inline-block;padding:0;margin:0;list-style: none;
}
.sidebar-box .categories li{display: inline-block;}
.sidebar-box .categories li.active a {
    color: #f2b084 !important;
}
.sidebar-box .categories li a:hover{ 
    color: #f2b084;
}
.sidebar-box .categories li a{
    padding:5px 10px;margin:2px;border-radius: 0px;color:#999;font-weight: 400;display:inline-block;
}


.home_slider_container{
    position: relative;overflow: hidden;background:#000;
}
.home_slider_container .video-bg{
    background:rgba(0, 0, 0,0.5);width:100%;height: 100%;position: absolute;left: 0;top:0;z-index: 1;
}
.fullscreen-bg__video{
    background: #000;
    left: 0;
    width: 100%;
    top: 0;
    object-fit: cover;
    height: 39.21vw;min-height: 295px;display: block;
    object-position: center;
}
.top-bar .right-bar .item-topb p{margin:0;font-size:14px;}
.top-bar .right-bar .item-topb{
    display: block;line-height:1.3;font-size:14px;
}
.top-bar .maps-mg{margin-top:30px;border-radius:5px;}
.top-bar .spx{
    display: inline-block;padding:10px 0px;text-align: center;width:100%;

}
footer{padding-top:36px;}
.footer-main-t{
    border:1px solid #141410;
    color: #FFFFFF00;
    font-size: clamp(32px,3.8vw,60px);margin-bottom: 20px;
    font-weight: 600;
    padding:5px 30px;text-align: center;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
}
.blog-section .col-lg-8 > .row > .col-sm-12:first-of-type{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.image-rox{width:100%;}
.blog-section  .image-rox img{width:100%;}
.img-fluid,.blog_date,.footer-main-t,.icn-x,.box-gallery{border-radius:15px;}
.icn-x{border-radius:50px;background:#FCDFB3;border-color:transparent;}
.top-bar .right-bar .item-topb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
	width:100%;
    font-size: 20px;
	text-align: left;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #f4ce93 #f2b084;
}
.top-bar .right-bar a.close-t{
    font-size:22px;position: absolute;top:10px;left:10px;width:auto;cursor: pointer;
}
.top-info-us{
    cursor: pointer;display: flex;align-items:center;margin:0 8px;color:#fff !important;
}

.form-control{
    width: 100%;
    padding: 18px 20px;
    border-radius: 10px;
    background-color: rgb(255, 229, 229);
    border: unset;
    outline: none;
    color: #fff;
    margin-bottom: 1.5rem;
}

body{
    background:linear-gradient(rgb(255, 255, 255), rgb(253, 246, 236));
}

.header.header{background:transparent;position: fixed;box-shadow:none;}

.navbar .menu-ul {
    z-index: 3;
    position: fixed;
    flex-wrap: wrap;
    height: 100%;
    top: 0;
    width:100%;
    right: -100%;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    transition: all 0.3s ease-in-out 0.0s;
    flex-direction: column;
    display: flex;  justify-content: center;
}
.navbar .menu-ul li{
    width:100%;padding:2px 30px;text-align: center
}
.navbar .navbar-toggler{
    display: block;background:transparent;height: 36px;z-index: 33;border-radius: 0px;position: relative;width:36px;right: 0;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    transition: all 0.3s ease-in-out 0.0s;
    margin-left: 15px;
}
.fixed-navbar .navbar .navbar-toggler{
    /*position: fixed;right:15px;top: 15px;*/
}
.navbar .navbar-toggler .menu-lines{
    left: 3px;
    top: 4px;
}
header .navbar-brand {
    position: relative;
    left: 0%;
    top: 0px;
    transform: none;
    margin: 0;
}
.navbar .menu-ul.menu-opened{
    right: 0;
}
.navbar .menu-ul li.separator,.navbar .menu-ul li.empty{display: none;}
.header-transparent .navbar .menu-ul li a{
    color:#000;font-size:17px;
}
.menu-ul li.active > a.nav__item-link::before {
    width:100px;
}
.menu-ul li > a.nav__item-link::before {
    max-width: 50px;

    left: 50% !important;
    transform: translateX(-50%);
}
.menu-ul li a{font-size:clamp(24px,2.5vw,50px);font-weight: 600;line-height: 1.3;}
.menu-d > ul{width:50%;margin-left:5%;}
.navbar .menu-ul li{text-align: left}
.navbar .menu-ul li{
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    transition: all 0.3s ease-in-out 0.0s;
}
.navbar .menu-ul li.show{
    opacity: 1;   transform: translateY(0px);
}
body:before{
    width:200vw;height: 200vh;background:#000;border-radius: 50%;top:-200vh;opacity: 0;position: fixed;content:'';left:-50vw;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    transition: all 0.3s ease-in-out 0.0s;
    pointer-events: none;
}

body.mainreload:before{
    top:-50vh;opacity: 1;z-index: 334332;
}
.full-banner  #owl-mainbanner{padding:0 !important;}
.full-banner .owl-nav,.full-banner  .btn{pointer-events: painted;}

.service-item3 h3.entry-title:before{top:0;left:0;width:150px;max-width:60%;content:'';position:absolute;height: 5px;background:#f2b084}
.service-item3 h3.entry-title{
    font-size:clamp(16px,1.5vw,22px);font-weight: 500;position: relative;padding-top:15px;padding-bottom: 10px;
}
.service-item3 p{font-size:14px;line-height: 1.4;}
.service-item3{border-bottom: 1px solid #333}
.slider-bg-pht{width:100%;height: 400px;object-fit: cover;object-position: center;}
.slider-bg-pht + .gallery-page{position: absolute;bottom:0;width:50%;right:0;background: #151515;border-radius: 10px 0 0 0;}
.photo-rels{position: relative;}
.service-item4{border-bottom: 1px solid #333;padding-bottom: 20px;margin-bottom: 20px;}
.about-photo-section  .box-gallery{margin:15px 0;}
footer{background: linear-gradient(45deg, #462d1a 1%, #443830 50%);}
.box-gallery a{display:block;}
.service-item .icon-sx {
  border: 4px solid #fcdfb3;
  padding: 5px;
  background: #fff;
  width:150px;height:150px;
}
.service-item .icon-sx img{border-radius:50%;}
.full-banner .owl-dots{z-index:3;}
.full-banner.slider-area #owl-mainbanner:before,.slider-area #pageTitle:after{
	width:100%;height:80px;background:url('/images/front/bgs-min.svg') repeat-x top center;background-size:contain;content:'';position:absolute;bottom:-2px;left:0;z-index:2;transform:rotate(180deg); pointer-events:none;
}
.slider-area .page-title > *{z-index:4}
.slider-area #pageTitle{padding-bottom:14vw;}
@media(min-width:575px){
	.full-banner.slider-area #owl-mainbanner::before,.slider-area #pageTitle:after{background-size: cover;height: 10vw;bottom: -1.3vw;}#about{margin-top:30px;}
	.slider-area #pageTitle { padding-bottom: 7vw;}
}