body{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    background:#fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}
*, html {

    scroll-behavior: smooth !important;
}
div.p img{
    max-width: 100%;
    height: auto !important;
    object-fit: cover;object-position: center;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #212121;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}
footer{
    background:#1F1F1F ;color:#fff;padding:40px 0 20px 0;position: relative;z-index: 5;border-radius: 50px 50px 0 0px;line-height: 2;
}
footer a{
    color:#fff;
}
footer a:hover{
    color:#FFBB00
}
.copyright{
    background:#1F1F1F;color:#fff;font-size:14px;text-align: center;margin-top:0px;
}
.copyright .container .row{
    margin:0;
}
.copyright .container .col-12{
    border-top: 1px solid #fff;padding:15px 0px;text-align: left;  
}
#cookies-message{
    padding: 20px; font-size: 12px; line-height: 1.3; right:0; text-align: center; position: fixed; bottom: 0px; background-color: rgba(0, 0, 0,0.85); max-width: 100%; z-index: 10500;color:#fff;width:200px;height: 200px;
    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: #4c4646;font-size:14px; padding: 3px 7px; color: #FFF; border-radius: 2px !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;
    transition:all .3s ease-in-out 0s;
}
.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.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 80px;
    margin-top: -90px;
    position: absolute;
    width: 200px;
    margin-left:-70px;
    max-width: 80%;
}
#preloader {
    background: #fff;
    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: 50px;
    height: 50px;
    position: relative;
    border-style: solid;
    border-width: 4px;
    border-top-color: #FFBB00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 5px rgba(35,181,185,.15);
    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;
    }
}


.btn {
    padding: 10px 20px;
    text-align: center;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    background: #FFBB00;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 6px;
    border:none !important;
}
.btn:hover {
    color: #fff;
    background: #FFBB00 !important;
}
.full-banner .owl-slide:after
{
    position: absolute;top:0;left:0;width:100%;height: 100%;content:'';
    background: linear-gradient(270deg, #10161B -14.17%, rgba(75, 59, 41, 0) 100%);
}
.full-banner .owl-carousel .owl-item .owl-lazy{
    max-height: unset;
}
.simple-button.btn:hover{
    color: var(--bg-color) !important;
    background:#000 !important;
}

.back_top {
    position: fixed;
    bottom: 0%;
    right: 10px;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #FFBB00;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border:none;
    line-height: 42px;
    z-index: 100;
    -webkit-transition: .5s;
    transition: .5s;
}
.back_top.active {
    bottom: 0%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
}

.hide_overflow{
    overflow: hidden !important;
}
/*overlay*/
.overlay-window.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.overlay-window {
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    position: fixed;
    top: 0px;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    height: 100vh;
    opacity: 0;
    display: flex;
}
.overlay-window .window-close:hover{
    opacity:0.8;
}
.overlay-window .window-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 12;
    background: #FFBB00;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-window .window-close i {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;
}

.overlay-window.active .window_content {
    margin-top: 0;
}
.overlay-window .post-image {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px 0;
}
.overlay-window .window_content {
    position:relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 96%;
    align-self: center;
    text-align: center;
    padding: 0px;
    margin-top: -100px;
    width:1100px;
    max-width:90%;
    background: #fff;
    box-shadow: 0 0 4px #ccc;    
    overflow-y: auto;
    overflow-x: hidden;
}
.overlay-window .window_content h2{
    font-size:24px; color: #000; margin-bottom: 12px;  font-weight: bold;
}
.overlay-window .window_content .overlay-text-content{
    padding: 25px;
}
.overlay-window .window_content .photo-poss{
    position: relative;display: inline-block;
}

.overlay-window .window_content p{
    font-size:15px;
}

.closemenu{
    display: none;
}
div.p table,div.p iframe{max-width:100%;}
div.p table,div.p table *{border-color:#cecece;}


.full-banner .owl-slide {
    width: 100%;
    min-height: 600px;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.full-banner {
    position: relative;
    overflow: hidden;
    min-height: 600px;background:#fff;
    height: 100vh;
}
.full-banner .owl-text.home_content {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    background:rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 100%;
    right: 0;
    transform: translateY(-60%);
    padding: 0 15px;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
    z-index: 4;
}

.full-banner .owl-text.home_content.text-left{
    text-align: left;
}
.full-banner .owl-text.home_content.text-left .container{
    margin-left: 0;
}
.full-banner .owl-text.home_content.text-right .container{
    margin-right: 0;
}
.full-banner .owl-text.home_content  .container{
    width:60%;max-width:100%;
}
.full-banner .active .owl-text.home_content {
    opacity: 1;
    transform: translateY(-50%);
}

.full-banner .owl-text.home_content h2 {
    color: #fff;
    font-size: clamp(28px,5.85vw,80px);
    font-style:italic;
    padding: 5px 0;
    line-height: 1.2;
    /*filter: drop-shadow(0 0 .5rem black);*/
    /*text-shadow: 0 0 5px black;*/
}
.full-banner .owl-text.home_content .banner-subtitle {
    font-size: clamp(12px,1.4vw,24px);
    line-height: 1.5;
    margin: 5px auto;
    color: #fff;    
    /*filter: drop-shadow(0 0 .5rem black);*/
    /*text-shadow: 0 0 3px black;*/
}
.full-banner .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    font-size: 18px;
    color: #000;
    left: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.full-banner .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.full-banner .owl-theme .owl-nav [class*="owl-"]:hover{
    color:#fff;background:#FFBB00
}
.slide__content{
    display: inline-block;
    padding: 15px;
    background:rgba(255,255,255,0);
}
.slide__content .btn{
    margin-top:20px;
}
header{
    position: fixed; z-index: 32;width: 100%;top:0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;z-index: 55;
}

.navbar-toggler{
    display: none;
}
.header-top{
    display: flex;flex-wrap:wrap;width:100%;justify-content: space-between
}
.header-top .menu-top{
    background:rgba(0,0,0,0.6);border-radius: 0 0 30px 0;
}
.header-top .menu-top nav{
    padding:0 30px;
}
header .dropdown-toggle::after {display: none;content:'';opacity: 0;visibility: hidden;}
.header-top .menu-top a,.navbar-expand-lg .navbar-nav .nav-link{
    padding:5px 10px;
    text-transform: normal;position: relative;margin:0 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;

    /* identical to box height, or 240% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.2px;

    /* Dark */
    color: #1F1F1F;
}
.header-top .menu-top a,.navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: white;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}
.header-top .menu-top a,.navbar-expand-lg .navbar-nav .nav-link:hover:before{
    width:100%;
}
header .right-elems{
    background:#86837c;border-radius: 0 0 0 30px;padding: 0 30px;color:#fff;
    display: flex;
    align-items: center;
}
header .right-elems a{
    color:#34f4c9;
}

header .languages-top a:hover{
    color:#34f4c9
}
header .languages-top a{
    padding:5px;color:#fff;font-size:20px;
}
header .languages-top .languages-items .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 10px;
    right: 0 !important;
    transform:translate3d(0px, 42px, 0px) !important;
}
.languages-items{
    width:130px;text-align: center;
}
header .languages-top .languages-items .dropdown-menu{
    width:130px;background:#000;border-radius: 0;border:none;box-shadow: none;margin: 0;
    padding: 0;padding-bottom: 10px;
}
header .languages-top ul{padding:0;}
header .languages-top {
    width:130px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    background: #000;
    padding: 0;
    top: -9px;
    height: calc(100% + 18px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu .dropdown-item{
    color:#fff;
}
.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f8f9fa;
}
.entry-title a{
    font-weight: 600;
    font-size: 24px;
    display: block;
    color: #232124;
    margin:15px 0;
}
.entry-title a:hover{
    color:#FFBB00
}
@media only screen and (min-width: 1200px){
    .navbar .navbar-nav .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,0.6);
        border: none;
        position: absolute;
        visibility: hidden;
        -webkit-transform-origin: top;
        transform-origin: top;
        border-radius: 0;
        display: block;
        width: 230px;
        z-index: 99;
        opacity: 0;
        top: 80px;
        left: calc(50% - 115px);
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding: 5px;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu a{
        padding:5px 10px;font-size:15px;text-align: center;color:#fff;line-height: 1.1;font-weight:400;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu a:hover{
        background:transparent;color:#efefef
    }
    .menu-top ul li ul li{
        width:100%;
    }
    .nav-item.dropdown:hover .dropdown-menu {
        top: 100%;
        opacity: 1;
        margin-top: 0;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    header{
        position: fixed;background:rgba(0, 0, 0, 0.6);padding:5px;
    }
    header.fixed-navbar{
        top:0;
    } 
    header.fixed-navbar .menu-top{padding-top:5px;padding-bottom: 5px;}
}
header{
    position: fixed;background:#fffffe;padding:9px 0;
}
.dropdown-item{
    white-space: normal;
}
.full-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.owl-dots{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.owl-theme .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dot button {
    background-color: #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 14px;
    margin: 2px 3px;
    width: 14px;
    border:none;
    box-shadow: none;
}
.owl-theme .owl-dot.active button{
    background-color:#FFBB00;
}
.adr-inf{
    width:100%;
}
.partners-box{
    padding:40px 0 40px 0;width:100%;margin: 0 auto;max-width: 100%;margin-top: 0px;
}
.partners-box .owl-carousel .owl-stage{
    margin:0 auto;
}
.partners-box .one-items{
    padding:0 15px;
}

.about-home,.section {
    background: #fff;
    padding:100px 0;
    position: relative;
    z-index: 3;
}
.section .container{
    position: relative;
}
.section .container div.p .row.spc{position: relative;}

.spc-t{
    position: relative;text-align: center;font-size: 34px;margin-bottom: 30px;padding-bottom: 20px;font-weight: bold;color:#3a3939;
}
.spc-t:before{
    width:94px;max-width: 80%;background:#383735;height: 3px;position: absolute;bottom:0;content:'';margin:0 auto;left: 0;right: 0;
}
footer .social-list{
    padding:0;margin:0px 0;margin-left:-5px;margin-right: -5px;
}
footer .social-list a{
    color:#FFBB00;font-size:18px;padding: 5px;margin: 5px;width:40px;height: 40px;background:rgba(0,0,0,0.05);border-radius: 50%;display: flex;align-items: center;justify-content: center;
}
footer .social-list a:hover{
    color:#fff;background:rgba(0,0,0,0.1)
}
.footer__widget-content{
    font-size:14px;padding: 10px 0;line-height: 2;
}
.footer__widget-content span.brs{padding:0 10px;}
footer h6{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
/*.wrapper{
    overflow-x: hidden;
}*/
footer p.about{
    font-size:14px;line-height: 1.6; color:rgba(255,255,255,.6)
}
.footer-menu{
    padding: 40px 80px;box-shadow: 0 0 30px 0 rgba(0,0,0,0.35);
}
.footer-menu ul a:hover{
    opacity: 0.75;
}
.footer-menu ul a{color:#3a3939;font-size:17px;padding:5px 0px;}
.footer-menu ul{
    padding:0;text-align: right
}
.footer-menu ul li{
    display: inline-block;margin-left: 30px;
}
.copyright a{
    color:#eee
}
div.p p:last-of-type{
    margin-bottom: 0;
}
blockquote {
    padding-left: 20px;
    border-left-width: 5px;
    font-style: italic;
    background:#fafafa;
    padding: 10px 20px 10px 25px;
    font-size: 16px;
    border-left: 5px solid #FFBB00;
    border-left-width: 5px;
    margin: 10px 0;
}
blockquote p:last-of-type{
    margin:0;
}
.photos{
    margin-top: 30px;
}
.box-gallery{
    position: relative;overflow: hidden;margin-bottom: 30px;
}
.box-gallery a{
    display: block;
}
.box-gallery a:hover img{
    transform: scale(1.1) rotate(2deg);
}
.box-gallery a img{
    transition: all .3s ease-in-out;
}
.box-gallery a:before{
    background:#000;opacity: 0;width:100%;height: 100%;content:'';position: absolute;left:0;top:0;  transition: all .3s ease-in;z-index: 1;
}
.box-gallery a:hover:before{
    opacity:0.2;
}
.box-gallery span.title {
    position: absolute;
    bottom: 0;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    background: rgba(255,255,255,0.6);
    left: 0;
    color: #000;
    z-index: 4;
    line-height: 1.2;
}
a .video-icon{
    position: absolute;top:50%;left: 50%;color:#fff;font-size:18px;width:50px;height: 50px;background:rgba(255, 0, 0, 0.9);text-align: center;line-height: 50px;border-radius:50%;margin: -25px 0 0 -25px;
}
.files {
    margin:25px 0;
}
.files  h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
}
.files ul li{
    padding: 3px 0 3px 10px;
    position: relative;

}
.files ul li a span{
    padding-left: 5px;font-weight: bold;
}
.files ul li a img{
    margin:5px 15px 5px 0
}
.files ul li a{
    font-size: 14px;
    display: flex;
    align-items: first baseline;
    color:#444;
}
.files ul li a:hover{
    color:#FFBB00;
}
.img-bnr{
    width:100%;
    min-height: 330px;object-fit: cover;object-position: center;
}
div.p table,div.p iframe{max-width:100%;}
div.p table,div.p table *{border-color:#cecece;}

.text-content-b{
    position: absolute;top:45%;transform: translateY(-50%);color:#d5d3c7;z-index: 2;
    min-width: 62%;
    text-align: center;
    left:-5%;
}
.text-content-b .page-title{
    font-size:34px;font-weight: bold;text-transform: uppercase;font-weight: bold;position: relative;display: flex;align-items:center;
}
.text-content-b .page-title:before{
    background-color: transparent;
    background-image: radial-gradient(rgba(218, 215, 206,0.62) 50%, transparent 55%);
    background-size: 40px 40px;
    background-position: center right;
    width: 50%;
    height: 40px;
    position: relative;display: inline-block;
    content: '';
    z-index: 3;
    pointer-events: none;
    margin-right: 15px;
}
.text-content-b .page-title:after{
    background-color: transparent;
    background-image: radial-gradient(rgba(218, 215, 206,0.62) 50%, transparent 55%);
    background-size: 40px 40px;
    background-position: center left;
    width: 50%;
    height: 40px;
    position: relative;display: inline-block;
    content: '';
    z-index: 3;
    pointer-events: none;
    margin-left: 15px;
}
.text-content-b .page-subtitle{
    font-size:14px;font-weight: bold;
}
.photos-section {padding-top: 30px;}
.contact-form .controls label{
    margin: 0;font-weight: 400;font-size: 13px;margin-bottom: 2px;
}
.controls{
    margin-bottom: 10px;
}
textarea.form-control{
    min-height: 208px;
}
.map-contact{
    width:864px;margin:0 auto;margin-top:70px;border-radius: 10px;position: relative;max-width:100%;
}
#map{height: 300px;width:100%;border-radius: 10px;}
.row-mp-data{
    text-align: center;padding: 80px 0 0;
}
.row-mp-data .col-md-5{
    margin:10px auto;
}
.row-mp-data .col-md-5 form label{
    text-align: left;width: 100%
}
.form-title{
    font-weight: 400;color:#FFBB00;font-size:32px;margin-bottom: 15px;
}

.form-control{
    height: auto;border-radius: 0;border:1px solid #ddd;border-radius: 0px;min-height: 46px;padding:5px 15px;font-size:13px;
    border-radius:6px;}
label.has-error{
    box-shadow: none;color:red !important;
}
textarea{resize: none;}
.agree-info{
    text-align: justify;font-size:10px;
}
.disclaimer{margin:0;text-align: justify;}
.disclaimer input{
    margin:0 4px 4px 0;
}
.has-error{
    box-shadow: 0 0 2px 2px red;
}
.data-info{
    padding:0px 0 0px 0;
}
.one-contact{
    display: flex;padding:10px 0;font-family: 'Quicksand';font-size:15px;color:#414141;flex-wrap:wrap;
}
.one-contact h3{
    min-width:100%;font-size:16px;font-weight: bold;color:#414141;line-height: 1.2;
}
.one-contact h3 span{
    font-size:90%;
}
.contact-info-data{
    padding:10px 0 15px 0;
}
.contact-info-data p{
    padding:5px 0;font-family: 'Quicksand';font-size:22px;color:#414141;
}
.contact-info-data p a:hover{
    color:#ffbf00;
}
.contact-info-data p a{
    color:#414141;
}
.contact-info-data p img{
    margin-right: 15px;
    top: -6px;
    position: relative;
}
.data-info{
    position: relative;
}
.box-info a{
    color:#c5cbd3
}
.box-info a:hover{
    color:#fff
}
.box-info{
    background:#FFBB00;color:#c5cbd3;font-size:14px;font-family: 'Quicksand';border-radius: 30px;padding:40px 20px 40px;height: 100%;
}
.box-info h4{
    font-weight: 600;color:#c5cbd3;font-size: 19px;
}
.box-info i{
    width:70px;height: 70px;background:#232124;color: #FFBB00;margin: 0 auto;margin-bottom: 20px;border-radius: 50%;display: flex;font-size:36px;align-items: center;justify-content: center;
}
.box-info .social-list{
    padding:0;margin:0;
}
.box-info .social-list li{
    display: block;margin:0;padding:2px 0;
}
.map-box{
    margin-top: -70px;
}
.box-info img{
    max-width: 50%;margin-bottom: 30px;
}
.admin-preview{
    margin-bottom: 50px;
}
.admin-preview h3{
    margin:0;
}
.top-header {
    padding: 5px 0;
    position: relative;
    z-index: 5;
    color: #fff;
    overflow: hidden;
    /*background:#f3f3f3;*/
}
header .menu-top{
    position: relative;width:100%;padding:5px 0px;padding-right: 125px;
}
.menu-top ul{
    padding:0;margin:0;padding-left: 15px;
}
.menu-top ul li{
    color:#fff;display: inline-block;margin: 0;padding:0;font-size:20px;margin-left: 10px;
}
header .cnt i{margin-right: 5px;}
header .menu-top .container{
    display: flex;align-items:center;max-width:100%;width:100%;
}
.languages-items{
    margin:0 !important;
}
header .menu-top .logo-top img{
    max-width:100%;max-height: 70px;object-fit: contain;
}
.top-header ul{
    list-style: none;padding: 0;margin:0;color:#232124
}
.top-header ul li{
    display: inline-block;padding: 0px 10px;
}
.top-header ul li:last-of-type{
    padding-right: 0;
}
.top-header a{
    color:#000;font-size:14px;
}
header nav.navbar {
    margin-left:auto;padding:10px 0;margin-right: 0;
}   
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .active > .nav-link{
    color:#FFBB00;
}
.header-right{
    text-align: right;
}
.gold-row{
    padding:50px 0;background:transparent;position:relative;
}
.gold-row:before{
    width:200vw;left:-100vw;height:100%;background:#FFBB00;content:'';position:absolute;top:0;z-index: -1;
}
.gold-row *{
    color:#fff;
}
.page-title nav{
    display: none;
}
.page-title {
    background: #1f1f1f;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    padding: 40px 0 40px 0;
    min-height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-position-y: center;
    background-size: cover;
    position: relative;
    background-image: url('/images/front/header.jpg');
}
.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0,0,0, 0.79) 8%, rgba(0,0,0, 0.79) 46%, rgba(0,0,0, 0.07) 95%, rgba(0,0,0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0, 0.79) 8%, rgba(0,0,0, 0.79) 46%, rgba(0,0,0, 0.07) 95%, rgba(0,0,0, 0) 100%);
    background: linear-gradient(to right, rgba(0,0,0, 0.79) 8%, rgba(0,0,0, 0.79) 46%, rgba(0,0,0, 0.07) 95%, rgba(0,0,0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151a30', endColorstr='#00151a30', GradientType=1);
    mix-blend-mode:multiply;
}
.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    margin:0;
    text-transform:uppercase;
}
.breadcrumb{
    justify-content: flex-start !important;
}
.single-slider .container{
    position: relative;z-index: 2;
}
.single-slider .container h1{
    color:#fff;text-align: center;line-height: 1.2; font-weight: 700;
    ;margin-bottom: 0px;
    font-size: clamp(22px,3.85vw,48px);
}
.breadcrumb-item a{
    color:#fff;
}
.breadcrumb-item.active{
    color: #FFBB00
}
.header-top .menu-top a, .navbar-expand-lg .navbar-nav  .nav-item:last-child > .nav-link{
    /*padding-right: 0;*/
}
.header-right .social-links a {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.top-header a:hover{
    color:#FFBB00;
}
.header-right .social-links a:hover{
    background: rgba(255,255,255,0.1);color:#fff;
}
.header-right .social-links li{
    padding-right:0;
}
.footer__contact{
    display: flex;align-items:center;
}
.footer__contact i{
    color: #FFBB00;
    font-size: 22px;
    padding: 5px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__contact a{
    color: rgba(255,255,255,0.6);
}
.footer__contact a:hover{
    color:#fff
}
.footer-pera{
    color:rgba(255,255,255,.6)
}
.homebox{
    padding:40px 0;
    background:#FFBB00;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain
}
.one-box{
    text-align: center;margin:10px 0;  background: transparent;padding:15px;color:#ffffffd6;height:calc(100% - 20px);border:5px solid #fff;border-radius: 50px;
}
.one-box > *:last-child{margin-bottom: 0;}
.one-box img{
    margin-bottom: 20px;max-width: 60%;filter:invert(1);width:70px;
}
.one-box .circle{
    position: relative;
}
.one-box h3{
    font-weight: bold;font-size:20px;color:#fff
}
.clearfix::after {height: 0}
.footer-menu-list{
    margin-bottom: -30px;background:rgb(0,0,0);padding: 10px;border-top: 1px solid #595f7b;border-bottom: 1px solid #595f7b;
}
.footer__menu ul li{
    padding-bottom: 2px;padding-top: 0px;
}
.footer__menu ul li a{
    color:rgba(255,255,255,.6)
}
.footer__menu ul li a:hover{
    color:rgba(255,255,255,1)
}
.footer-menu-list a{
    color: #fff;
    font-size: 16px;
    padding: 5px 0px;
}
.footer-menu-list a:hover{
    color: #232124;;
}
.footer-menu-list ul li {
    display: inline-block;
    margin-left: 30px;
}
.footer-menu-list ul {
    padding: 0;
    text-align: right;
    margin: 0;
    padding: 5px 0;
}
.admin-preview{  
    position: absolute;
    z-index: 323;
    top: 122px;
    right: 0;
}
.desc-fade{
    display: none;padding: 20px 0;
}

.one-fade-row .a-fade::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: "\f196";
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    line-height: 1;
    font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #232124;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    content: '\f067';
    font-size: 16px;
}

.one-fade-row .a-fade.opened::before {
    content: '\f068';
}
.a-fade {
    font-weight: 600;
    color: #212121;
    padding: 10px 15px;
    padding-right: 15px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
}
.contect-date i {
    color: #FFBB00;
    font-size: 30px;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin: 10px;  
    margin-left: 0px;
}
.contect-social a{
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.3s;
}
.contect-social a:hover{
    background:#fff;color:#FFBB00;
}
.contect-social ul{
    padding:0;margin:0;
}
.blog-item .blog__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -30px;
    border-radius: 0 0px 0 0;
}
.blog-item .blog__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 !Important;
    position: relative;
}
.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.blog-item {
    position: relative;
    margin-bottom: 40px;
}
.blog-item:hover .blog__img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog__img img,.service-item1 .rt-image img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px;
}
.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}
.news_post .blog__meta {
    margin-bottom: 10px;
    padding:10px 5px;background:#fafafa;
}
.sidebar-box ul article .date {
    font-style: italic;font-size: 12px;
}
.sidebar-box ul article{
    display: flex;   align-items:center; margin:10px auto;
}
.sidebar-box ul article a.thumb{
    width:100px;flex:0 0 100px;margin-right: 15px;
}
.sidebar-box ul{
    list-style: none;padding-left: 5px;
}
.sidebar-box ul a{
    color:#222;
}
.menu-top .navbar  ul{
    padding:0;margin:0;
}
.menu-top .navbar  ul li{
    margin:0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FFBB00;
    border-color: #FFBB00;
}
.contact-top-data{
    display: flex; align-items:center;flex:0 0 100%;justify-content: space-between;background:#FFBB00
}
.contact-top-data > *{
    display: flex; align-items:center;flex:0 0 100%;justify-content: space-between;background:#FFBB00
}
header .menu-top .logo-top{
    width:180px;margin-left:5%;
}
.contact-top-data a{
    color:#fff;
}
.contact-top-data .contact-top i{
    color:#FFBB00
}
.contact-top-data .contact-top .cnt{display:flex;margin-right: 15px;
                                    align-items: center;}
.contact-top-data .contact-top i{
    width:36px;font-size:16px;text-align: center;padding: 0px 0px;background:#fff;height:36px;
    display: flex;margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-top-data .contact-top a{
    font-size:14px;
}
.contact-top{
    display: flex;padding:4px 0;
}
.contact-top-data ul{padding:0;display: inline-block;font-size:22px;list-style: none;margin:0;}
.contact-top-data li{display: inline-block;}
.contact-top-data li a{
    color:#fff;padding: 5px; line-height: 1;min-width:35px;text-align: center;display: block;
}
.contact-top-data a:hover,body .contact-top-data .contact-top a:hover{
    color:#dedede;
}
contact-top i{
    color:#fff;
}
.sc_services_port_style .sc_services_item {
    position: relative;margin: 30px auto;height: calc(100% - 60px);
}
.sc_services_port_style .sc_services_item_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 10;
    padding: 15px;
    transform: scale(-1,1);
    background-color: #FFBB00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border:2px solid #fff;
}
.sc_services_port_style .sc_services_item_info{

}
.sc_services_port_style .sc_services_item_info .sc_services_item_content{
    max-height: 100%;overflow: auto;
}

.sc_services_port_style .sc_services_item_info .sc_services_item_content p{
    font-size:14px;
}
.sc_services_port_style .sc_services_item:hover .sc_services_item_info {
    opacity: 1;
    transform: scale(1,1);
}
.sc_services_port_style .sc_services_item img{
    width:100%;height: auto;max-width: 100%;
}
.sc_services_port_style .sc_services_item:hover > .post_featured {
    transform: scale(-1,1);
}
.sc_services_port_style .post_featured {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    margin: 0;
    text-align: center
}

.sc_services_port_style .small-image img {
    width:40%;height: 40%;border-radius: 50%;margin: 0 auto; margin-bottom: 10px;
}
.sc_services_item_title {
    margin:0;padding:0;color:#fff;line-height: 1.1;
}
.sc_services_item_title{
    margin:10px 0;
}
.sc_services_item_title,.sc_services_item_title a{
    font-size:28px;color:#fff;margin-bottom: 20px;
}
.sc_services_item_content p{
    margin:0;
}
.pagesubtitle__heading{
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-size: clamp(13px,1.4vw,24px);
    background: #fff;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left:auto;margin-right: auto;
}
.page-title .text-left{
    text-align:center !important;
}

.subpage-owl .box-gallery{
    margin:0;
}

.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%;
    } 
}
.blog-item{
    height: calc(100% - 50px);background: #fcfcfc;margin:0 25px 50px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}
.blog-item .blog__img{
    width: calc(100% + 50px);
    left: -25px;
}
.blog-item .blog__content{
    margin-left: 0;margin-right: 0;padding:15px 30px;
}
.breadcrumb-item a:hover,.contact-top-data .contact-top a:hover{
    color:#FFBB00 
}
a{
    color:#FFBB00
}
a:hover{
    color:#502b21
}
.blog-item .btn {
    padding: 10px 25px;
}
.blog-item .blog__desc{
    margin:0;font-size:14px;
}
.blog__title{
    font-weight: 600;
}
.widget{
    margin-left: 50px;
}
.widget .sidebar-box{
    background:#f9f9f9;padding: 20px;
}
.hmla{
    position: absolute;top:0;left:0;height: 100%;width: 100%;
}
.bg-sct{
    width:100%;height: 100%;background-attachment: fixed;background-size:cover;height: 100vh;
    display: flex;align-items:center;background-position: center;
}
.bg-sct .text-content{
    width:100%;max-width:800px;
    background: rgba(0,0,0,0.5);opacity: 0;
    padding: 50px;margin-top:5vw;    
    transition:all .3s ease-in-out 0s;
}
.bg-sct .text-content h4{
    font-size:38px;color: #FFBB00;letter-spacing: 1px;
}
.bg-sct .text-content p{
    color:#fff;font-size:16px;margin:35px auto;
}
.bg-sct .btn:hover{
    color:#fff;background:#000 !important;
}
.bg-sct .btn{
    background:#FFBB00
}
.sc_services_port_style{

}
.bg-one-elem:nth-of-type(2n) .text-content{
    margin-left: auto;
}
.bg-one-elem{
    width:100%;padding:30px 80px;display: block;transition:all .5s ease-in-out 0.2s;
}
.animated-complete .text-content{opacity: 1;margin-top:0;}
@media only screen and (max-width: 767px){
    .bg-one-elem{
        padding:30px 30px;
    }
    .bg-sct .text-content h4{
        font-size:26px;
    }
    .bg-sct .text-content p{
        font-size:15px;
    }
    .bg-sct .text-content{
        padding:30px;
    }
}
.bg-one-elem.animated-complete{
    padding:30px 0;
}

.subpage2v{
    padding-top: 120%;
    background-color: rgba(53,51,51,.1);position: relative;
    margin:15px 0;
}
.subpage2v a:before{
    content: "";
    height: 185px;
    background-image: linear-gradient(180deg,rgba(0,0,0,.6),transparent);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition:all .5s ease-in-out 0s;
}
.subpage2v a:after{
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    transition:all .5s ease-in-out 0s;
}
.subpage2v:hover a:after{
    height: 100%;background-color: rgba(0,0,0,.6);background-image: none;
}
.subpage2v img{
    width:100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;object-position: center;
}
.subpage2v .list-content{
    position: absolute;z-index: 1;top:0;padding: 20px;color:#fff;
}
.subpage2v .entry-title {
    color:#fff;text-align: left;
}
.subpage2v .list-content p{
    opacity: 0;transform: translateY(30px);transition:all .5s ease-in-out 0s;
    text-align: left;
    margin-top:30px;
}
.subpage2v:hover .list-content p{
    opacity: 1;transform: translateY(0px);
}
.subpage2v .abs-prc{
    position: absolute;bottom:5px;right:10px;color:#efefef;z-index: 2;font-weight: 600;letter-spacing: 1px;font-size:17px;
}
.img-border {
    position: relative;
    height: 100%;
}
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 30px;
    bottom: 30px;
    border: 5px solid #FFBB00;
}
.img-border img{
    padding-left:30px;
    padding-top:30px;
    float:none !important;
    display: block;position: relative;
}
.bg-overlay::before {
    background: rgb(0,0,0);
    mix-blend-mode: normal;
    opacity: 0.5;
}


.service-item {
    position: relative;
    text-align: center;
    padding:15px;
    background:#1F1F1F;
    height: 100%;
    display: flex;
    align-items: center;
}
.service-item .ifms{
    width:100%;
}
.service-item .service-img img{
    width:auto;max-width:45%;margin:0 auto;
}
.service-item .service-text {
    width:100%;color:#fff;
    transition: .3s;bottom:0;left:0;width:100%;padding:0px !important;
}
.offer-slider .owl-stage{
    margin:0 auto;
}
.offer-slider.owl-theme .owl-dot.active button{
    background:#FFBB00;
}

.service-item .title span{
    text-align: center;color:#FFBB00;
}
.service-item .title{
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin: 10px auto;
    /*display: flex;*/
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    width: 470px;
    max-width: 100%;
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}
#offer-slider.owl-carousel .owl-stage-outer .owl-stage{
    display: flex;
}

.service-item .descript{
    margin:0;
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;overflow: hidden;border:5px solid #FFBB00;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #FFBB00;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}
.owl-carousel .owl-item .testimonial-item img{
    width:100px;height: 100px;padding:0px;
    border:5px solid #FFBB00;
}
.testimonial-carousel .owl-item.center .testimonial-item img {
    border:5px solid #FFBB00;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
    font-size:20px;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.contact-form .controls label{color:#fff;}
.contact-info-card .one-contact .adr-inf{
    width:calc(100%/3 - 30px);background:#f9f9f9;margin:15px;padding:15px 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.contact-info-card .one-contact{
    margin-left:-15px;margin-right: -15px;
}
.contact-info-card .one-contact .adr-inf > *:last-child{
    margin-bottom: 0;
}
.contect-social ul{
    text-align: center;
}

.contact-info-card .contect-date .ondc-c{
    display: flex;flex-wrap:wrap;align-items:center;
}
.contact-info-card .contect-date i {
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0px 0px;
    background: #fff;
    height: 40px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-companies{
    display: flex;flex-wrap:wrap;justify-content: space-around;width:1100px;max-width:100%;margin:0 auto;
}
.footer-companies .footer-img{
    max-width: 15%;object-fit: contain;
    margin: 20px 50px;
}
.footer-img img{
    max-width: 100%;
}
.contact-bg{
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.contact-bg .title{
    font-family: 'Playfair Display';
    color: #dfd9d2;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px;   
    font-size: clamp(22px,5vw,80px);
}

.contact-section .form-title,.section-title{
    color:#fff;font-size:48px;font-weight: 700
}
.contact-section .data-info > .col-12{
    border-radius: 10px;padding:20px;background:#444444;
}
.contact-section .data-info{
    width:864px;max-width:80%;margin:0 auto;
}
.contact-section .data-info:before{
    width:250px;height: 250px;background:url('/images/front/dots.png') no-repeat center center;content:'';left:-35px;top:-35px;position: absolute;z-index: -1;pointer-events: none;
}
.contact-section .data-info:after{
    width:250px;height: 250px;background:url('/images/front/dots.png') no-repeat center center;content:'';right:-35px;bottom:-35px;position: absolute;z-index: -1;pointer-events: none;
}
.map-contact:after{
    width:250px;height: 250px;background:url('/images/front/dots.png') no-repeat center center;content:'';left:-35px;bottom:-35px;position: absolute;z-index: -1;pointer-events: none;
}
.contact-section .form-title{
    margin-top: 30px;
}
.contact-data{
    color:#fff;text-align: center;font-size: 20px;
}
.contact-form{
    width:90%;margin:30px auto 20px;color:#ccc
}
.contact-form .btn{
    width:100%;color:#1F1F1F;font-size:16px;
}
.contact-form .btn:hover{
    background:#fff !Important;color: #FFBB00 !Important
}
.page-title:before{
    display: none;
}
.page-title .bg-tt{
    background:rgba(0, 0, 0, 0.4);padding:30px;width:100%;
}
.wrapper{
    overflow-x: hidden;padding-top:80px;
}
.bg-light {
    background-color: #FFBB00 !important;
}
.menu-top .navbar ul.social-list{
    color:#fff;font-size:20px;padding-right: 10px;
}
.menu-top .navbar ul.social-list li{
    display: inline-block;padding:6px 8px;width:auto;
}
.menu-top .navbar ul.social-list li a{
    color:#fff;
}


.one-text-desc{
    background: rgba(31, 31, 31, 0.9);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px 25px 25px 25px;
    padding: 10px 20px;
}
.iphone-text{
    position: absolute;left: 7vw;top: 50%;transform: translateY(-50%);width: 55vw;color: #fff;padding-top:40px;
}
.iphone-text .one-text{
    display: flex;align-items:center;padding:10px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}
.iphone-text .one-text:nth-of-type(2){
    max-width:85%
}
.iphone-text .one-text:nth-of-type(3){
    max-width:70%
}
.one-text svg{
    width:39px;flex:0 0 39px;margin-right: 10px;
}
.dels{
    background:#fff;width:2px;height: 2px;display: inline-block;margin:3px 8px;
}
.specialinfo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%,-50%);
}
.specialinfo .txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;color:#444;
    background: #FFFFFE;
    padding: 14px 20px 14px 20px;
    border: 1px solid #FFBB00;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin:0 0 6px 26px;
}
.partners-box{
    background:#FFBB00;
}
.partners-box .flexslider{
    width:930px;margin:0 auto;max-width:100%;
}
.partners-box .section-title{
    margin-bottom: 50px;
}
.flexslider .slides > li .content{
    width:800px;margin: 0 auto;text-align: center;max-width:100%;font-size:21px;line-height: 36.75px;color:#444444;font-weight: 500;
}
.flexslider .slides > li .content .name{
    margin-top: 30px;
}
#carousel{
    border-top: 5px solid #fff;margin-top: 50px;padding:0 60px;padding-top: 50px;
}
.partners-box .flexslider .slides img {width: auto; display: inline;}
#carousel li img{opacity: 0.5;cursor: pointer;}
#carousel .flex-active-slide img{
    opacity: 1;
}
#slider.flexslider .slides{
    display: flex;align-items:center;
}
#carousel.centered-img .flex-viewport ul{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
#carousel .flex-direction-nav{display: none;}
.title-special:before{
    width:100%;height: 40px;background:url('/images/front/dots.png') no-repeat center center;content:'';position: absolute;z-index: -1;pointer-events: none;background-repeat: repeat-x;
    left: 0px;
    bottom: -32px;
}
.title-special{
    margin-bottom: 60px;
    background:#FFBB00;color:#fff;position: relative;
    font-weight: 700;
    font-size: 48px;
    line-height: 80px;padding:18px 40px;
    display: inline-block;text-align: center;
    margin-left: -40px;
}
.title-special:after{
    width:35px;height: 100%;background:url('/images/front/title-in.png') no-repeat center center;content:'';position: absolute;z-index: -1;pointer-events: none;background-repeat: repeat-x;
    right: -35px;
    top: 0;
}
.title-special span::before {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    background: #FFBB00;
    width: 62vw;
    left: 100%;
    content: '';
    height: 6px;
}
.title-special span::after {
    position: absolute;
    top: 0%;
    background: #FFBB00;
    width: 58vw;
    right: 99%;
    content: '';
    height: 100%;
}
.special-list{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    padding: 0;
}
.special-list li:before{
    width:14px;height:14px;background:#FFBB00;border-radius: 50%;content:'';position: relative;display: inline-block;flex:0 0 14px;margin-right: 15px;
}
.special-list li{
    display: flex;
    margin-bottom: 18px;
    align-items: baseline;
}

.offer-section{
    background: #1F1F1F;padding:120px 0;
    border-radius: 50px 50px 0px 0px;
    min-height: 100vh;
    display: flex;
    z-index: 2;
    align-items: center;
}
.offer-section::before {
    width: 75px;
    height: calc(100% - 300px);
    background: url('/images/front/dotw.png') no-repeat center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-repeat: repeat-x;
    left: 20px;
    top: 150px;
    background-repeat: repeat;
}
.background-text:before{
    width:20vw;height: 100%;content:'';position: absolute;top:0;background:#FFBB00;left: 100%;
}
.background-text:after {
    width: 50px;
    height: 60%;
    background: url('/images/front/dots.png') no-repeat center center;
    content: '';
    left: -52px;
    bottom: 100px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: auto;
}
.background-text {
    background: #FFBB00;
    border-radius: 50px 0 0 0;
    padding: 80px 120px;
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: -200px;
    z-index: 32;
    position: relative;
    margin-right: -150px;
    margin-top: -11px;
}
.background-text .text-content{
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
}

.main-text-content{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #1F1F1F;
    margin-top: -115px;
}
.main-text-content .one-item-text:first-of-type{
    padding-top: 145px;
}
.main-text-content .one-item-text:last-of-type{
    padding-bottom: 145px;
}
.main-text-content .one-item-text{
    padding: 100px 0;width:630px;max-width:100%;border-top:6px solid #FFBB00;border-right:  6px solid #FFBB00;border-radius: 0 50px 0 0;
    padding-right: 100px;position: relative;
}
.main-text-content .one-item-text:nth-of-type(2){
    margin-left: 25%;
}
.main-text-content .one-item-text:nth-of-type(3){
    margin-left: 50%;
}
.main-text-content .one-item-text:last-of-type::before {
    background: url('/images/front/title-in.png') no-repeat;
    transform: rotate(-90deg);
    border: none;
    border-radius: 0;
    width: 75px;
    height: 107px;
    right: -30px;
}
.main-text-content .one-item-text:before{
    width:50px;height: 50px;border-left: 6px solid #FFBB00;border-bottom: 6px solid #FFBB00;border-radius:  0 0 0 50px;content:'';position: absolute;background: #fff;bottom:-6px;right: -50px;z-index: 3;
}
.main-text-content .one-item-text:after{
    width:100%;height: 50px;;border-radius:  0 0 0 0px;content:'';position: absolute;background: #fff;bottom:-6px;right: -50px;z-index: 2;
}
.about-home .title-special{
    z-index: 3;
}
.about-home .title-special span::before {
    display: none;
}
.about-home .title-special::before {
    top:-41px;
}
.about-home .container{
    background-image:url('/images/front/pytanie.png');
    background-position: bottom  300px left 0px;
    background-repeat: no-repeat;
}
#offer-slider{
    margin-top:80px;
}
.men-photo{
    position: absolute;right:0;top:56px;
}
.men-photo img{
    border-radius: 50px 50px 50px 0;    
    max-width:20vw !important;
}
.men-photo:before{
    width:250px;height: 250px;background:url('/images/front/dots.png') no-repeat center center;content:'';left:-36px;top:-33px;position: absolute;z-index: -1;pointer-events: none;
}
.img-crd{
    padding-left: 10vw;
}
.img-crd img{
    object-fit: contain;border-radius: 50px 0 0 50px;object-fit: cover;
}
.languages-bottom ul{
    margin:0;padding:0;list-style: none;
}
.languages-bottom{
    width:150px;max-width:100%;
}
.languages-bottom .btn{
    background:transparent;border:2px solid #FFBB00 !important;color:#fff;font-size:14px;color:#FFBB00;width:100%;padding-right: 20px;padding-left: 30px;
}
.languages-bottom .btn:hover{
    background:transparent !important;color:#fff;
}
.languages-bottom .btn:after{
    display: none;
}
.languages-bottom  .dropdown-menu a{
    display: block;color:#FFBB00;text-align: center;font-size:14px;
}
.languages-bottom  .dropdown-menu a:hover{
    color:#fff;
}
.languages-bottom .dropdown-menu {
    background: #1f1f1f;
    right: 0;
    left: auto !important;
    min-width: 80px;
    width: 100%;
    border: 2px solid #fb0;
}

.no-bg-text.main-text-content .one-item-text:last-of-type::before {
    background:#fff;
}
.full-banner .right-text span,.special-list li span{
    color:#FFBB00;font-weight: bold;
}
.contact-section{
    overflow: hidden;
}
#success.info{
    text-align: center;margin-top:5px;font-size:14px;
}

.partners-box {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.no-all{
    padding-bottom: 15px;
}
.no-all .section-title{
    color:#444444;
}
.textsx-a{
    padding:40px;
    box-shadow: 0 1px 5px 5px rgba(35,181,185,.15);
    background: #FFFFFE;
    border-radius: 0px 25px 25px 25px;
    width:calc(100% - 70px);
}
.textsx-a .special-list{
    margin-bottom: 0;
}
.textsx-a p{
    font-size:18px;text-decoration: underline;
}
.infs-s{
    display:flex;margin:0 auto;width: 864px;
    max-width: 80%;
}
.infs-s img{
    width:50px;margin-right: 20px;
}
.textsx-a p{
    margin-bottom:20px;
}
.textsx-a .special-list li:last-of-type{margin-bottom:0;}
.textsx-a .special-list li{
    margin-bottom: 25px;
}
.offer-section .section-title{
    position: sticky;height:100vh;top:0;display:flex;align-items:center;    
	width: 100%;
    text-align: center;
    justify-content: center;
}
.wrapper{
 overflow-x: clip ;
}
.service-item{
    height: calc(100vh - 180px)
}