* {
    scrollbar-width: thin;
    scrollbar-color: #CA9E67 #000;
}
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: 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: #fff;font-size:14px; padding: 3px 7px; color: #000; border-radius: 8px !important; display: inline-block; text-decoration: none; cursor: pointer;margin:10px auto 0;
}
#cookies-message a#accept-cookies-checkbox:hover{
    background:#000;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: 300;
}
.menu-opened + .dimnessmenu{height: 200vh;width:200vw;left:-50vw;top:-50vh;background:rgba(0, 0, 0, 0.5);position: fixed;z-index: -1;transition: all 0.2s ease-in-out;}
.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;
}
/*section div.p a{
    color:#555;
}
section div.p a:hover{
    color:#ccc;
}*/
.social_slider_widget{border-radius: 0 10px 10px 0;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:-280px !important;color: #e6e4e4;}.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:50px;
}
#preloader #status::before {
    background-image: url("/images/front/logo.png"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 70px;
    margin-left: -65px;
    margin-top: -95px;
    position: absolute;
    width: 200px;
    /*filter: invert(1) contrast(100);*/
}

#preloader {
    background: #000;
    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: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
}
.preloader-circle::after,
.preloader-circle::before {
    content: ''; 
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #CA9E67;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    animation: animloader 500ms linear infinite;
}
.preloader-circle::after {
    animation-delay: 1s;
}
@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

body {
    font-family: "Noto Sans",sans-serif;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    color: #010101;background:#fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1; 
    -moz-font-feature-settings:"lnum=1"; 
    -ms-font-feature-settings:"lnum" 1; 
    -o-font-feature-settings:"lnum" 1; 
    -webkit-font-feature-settings:"lnum" 1; 
    font-feature-settings:"lnum" 1;
}

.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:7px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler.actived .menu-lines{
    margin-top:10px;
}
.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 5px;border-radius:0px;
    display: inline-block;
    background-color: #fefefe;
    -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: 20px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;border-radius:0px;
    height: 5px;
    background-color: #fefefe;
}
.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{
    min-height: 108px;
}
.slider-area .page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    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;
    height: 22vw;
    min-height: 150px;
    background-position:center;
}
.slider-area .page-title h1,.title-cls{
    color: #fff;
    font-size:clamp(22px,3.1vw,58px);
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.slider-area .page-title h1{
    display: none;
}
.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;
}

.btn:after{
    position: absolute;top:0;right:0;
    height: 100%;
    content:"";
    background: url("/images/front/ar.png") no-repeat center center;
    background-size: 40px;
    background-position: center;
    background-color: #CA9E67;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
}
.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:80%; font-size:clamp(22px,2.7vw,70px);position: relative;font-weight: 900;color:#fff;padding:20px 10% 20px 11%;text-align: left;
}

.service-item .text-cnt h2::before {
    width: 25px;
    height: 25px;
    content: '';
    position: absolute;
    top: 2vw;
    left: 8%;
    transform: translateX(-50%);
    border-left: 24px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.btn {
    -moz-user-select: none;
    background: #000;
    border: 0px solid #000 !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.3;
    min-height: 56px;
    display: inline-flex !important;     /* dopasowuje szerokość do treści */
    justify-content: center;  /* poziome centrowanie */
    align-items: center;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 5px 23px !important;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    /*box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);*/
}
.has-shadow,.btn.btn__secondary.btn__block{
    box-shadow: 0px 0px 20px 0px rgba(255, 201, 134, 1) !important;
}
.btn{padding-right: 73px !important;position: relative;}
.btn:hover {
    box-shadow: none;background: #CA9E67;color:#fff;
}
.simple-button.btn:hover{
    background: #CA9E67 !important;color:#fff !important;
}
.btn.btn-secondary{
    color: #000;
    background: #fff;
    border-color: #FFFFFF;
}
.btn.btn-secondary:hover{
    color: #010101;
    background: #FFFFFF;
    border-color: #010101;
}
.full-banner{
    position: relative;overflow: hidden;background:transparent;;height: 46.21vw;min-height: 280px;padding:0 0px;margin-top: 0px;
}
.full-banner .owl-theme{overflow: hidden;}
.full-banner .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background: transparent;
    height: 40px;
    border: none;
    color: #000;
    left: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 0px;
    line-height: 1;
}
.owl-theme .owl-nav [class*="owl-"] .fa:before{
    content:'';
}
.owl-theme .owl-nav [class*="owl-"] .fa{
    background:url('/images/front/al.png') no-repeat center center;background-size: contain;
    width:40px;height:40px;
}
.owl-theme .owl-nav [class*="owl-next"] .fa{
    background-image:url('/images/front/ar.png');
}
.owl-theme .owl-nav [class*="owl-"] .fa:hover{
    opacity:0.8;
}

@-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{

}
.full-banner .owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.full-banner .slide__content{
    padding-top:0px;
}
.full-banner .owl-slide {
    width: 100%;
    min-height: 280px;
    max-height: unset !important;
    height: 46.21vw;
    background-size: cover;background-position:center;
}
.full-banner .container{
    max-width:1600px;
}
.full-banner .owl-text.home_content {
    position: absolute;color:#fff;
    top: 50%;
    left: 0px;
    right: 0;
    margin:0 auto;
    width:90%;text-align: center !important;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 0;margin-top:0px;
    -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;
}
label.has-error{
    box-shadow: none;color:red !important;
}
.has-error{
    box-shadow: 0 0 0px 2px red;
    background: #f7a9a9;border-color:#f7a9a9;
}
.mpx-s{padding:1.5rem 0 !important;}
.mpx-s iframe{height: 100% !important;border-radius:10px;}
.map-section{padding:0 0px;}
.map-section iframe{
    border-radius:0px;
}

.photos-section .box-gallery{margin:10px !important; border-radius: 0px;}
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 b{font-weight: 500;}
.full-banner .owl-text.home_content h2,.slider-area .page-title h1{
    font-size: clamp(22px,3.3vw,66px);padding:0px 0;line-height: 1;
    /*filter: drop-shadow(0 0 5px #000);*/
    font-weight: 300;color:#fff;
}
.full-banner .owl-text.home_content h2{margin:0;}
.full-banner .single-slider::before,.slider-area .bg-overlay::before {
    background: rgba(204, 204, 204, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top:0;
    mix-blend-mode: multiply;
}
.full-banner .owl-text.home_content .banner-subtitle{
    font-size: clamp(14px,1.85vw,22px);
    line-height: 1.4;
    margin: 30px auto 0px auto;font-weight: 400;
    /*filter: drop-shadow(0 0 5px #000);*/
}
.full-banner .owl-text.home_content .btn{
    margin-top:40px;border:none;padding:10px 20px !important;font-size:16px;
}
.photos-section .slider.gallery-page{
    padding:10px 10px;
}
#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: 50px;
    color: #fff;
    background-color: #CA9E67;
    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:#444
}
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:#aa9483
}
.breadcrumb-item{
    text-transform: lowercase;
}

section.section-padding{
    padding:60px 0;
}
.box-gallery{
    margin:0px auto;position: relative;overflow: hidden;background:#fff; 
}
.cattype a.box-link 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;
}
.cattype a.box-link:hover img{
    transform: scale(0.95);
}
.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:#010101;
    text-align: center;
    line-height: 39px;
    border-radius:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.min-tl{
    font-size:17px;color:#337ab7;text-align: left;padding-bottom: 5px;font-weight: 600;text-decoration: underline !important;
    width: 100%;
    display: block;
}
.slider .owl-dots{
    position: absolute;bottom:20px;left:0;right:0;
    margin: 0 auto;width:180px;
    text-align: center;
}
.slider.owl-theme .owl-dot,.owl-theme .owl-dot {
    display: inline-block;
}
.slider.owl-theme .owl-dot span,.owl-theme .owl-dot span {
    background-color: rgba(255,255,255,0.95);
    display: block;
    height: 10px;
    margin: 2px 3px;
    width: 10px;border-radius:50%;
}
.slider.owl-theme .owl-dot.active span,.owl-theme .owl-dot.active span{
    background-color:#CA9E68;
}
.files-row{
    margin:30px auto 30px auto;width:100%;
}
.files-row ul{
    list-style: none;padding-left: 10px;
}
.files-row ul li{
    list-style: none;padding:3px 0;
}
.files-row ul li a{
    color:#212121;font-weight: 700;line-height: 1.25;position: relative;word-wrap: anywhere;
}
.files-row ul li a:before{
    content: "\f105";
    color:#CA9E67;
    font: normal normal normal 18px/1 FontAwesome;
    position: relative;
    margin-right: 10px;
}
.files-row ul li a:hover{
    color:#0069aa
}
.files-row ul li a span{font-weight:200;font-size:80%;}
.breadcrumb {
    margin: 0;
    padding: 10px 15px;
    border-radius: 0px;
    background:rgba(0,0,0,0.3);
}
.page-title nav {
    width: calc(100% - 0px);
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom:0;
    display:none;
    right:0;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#efefef;
}

p.agree-p{
    font-size:13px;color:#696969;text-align: justify;line-height: 1.2;
}

textarea.form-control{
    resize: none;
}
#contact-form{
    margin-top:30px;font-size:16px;
}
#contact-form .page-title-s{
    color:#fff;
    margin-bottom: 60px;text-transform: none;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    display: inline-block;
    padding: 8px 0 0 0px;
    font-size: clamp(24px,3.2vw,46px);
}
#contact-form .row [class*="col-lg-"]{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#contact-form .page-title-s span{width:100%;text-align: right;display: inline;font-size:70%;color:#fff;font-weight: 400;padding-left: 10px;}
.contactForm {padding:30px;background:#f3f3f3;border-radius:4px;color:#020101;padding-bottom: 50px;}
.contactForm p{font-size:16px;line-height: 1.4;font-weight: 300}
.contactForm .col-md-4 > p{;max-width:100%;padding-right: 10%;}
.contactForm .form-group{margin-bottom: 20px;}

.form-control{
    border-radius:0px;padding:15px 18px;font-size:17px;height: auto;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.form-group > label {
    background: transparent;
    bottom: 0px;color:#fff;
    position: relative;
    font-size: 20px;text-transform: uppercase;
    margin: 0;
    padding: 2px 0;
}
.contact a{
    color:#000;
}
.contact a:hover{
    color:#000;
}
.form-group div div a{color:#ccc;}
.form-group .inputAgree label{
    background:transparent;bottom:auto;font-weight: 500;
}
.navbar{
    padding:0;
    position: relative;
    width: 100%;
    z-index: 32;
    top: auto;
    padding:0px 0 0 0;
}
.main-menu header.header .navbar{
    border-bottom: none;
}
.navbar-brand{
    padding:0;position: relative;margin:0
}
.navbar-brand img {
    width: 250px;
    margin-top: 0px;
    height: 92px;
    object-fit: contain;
    padding: 0px 0;
    position: relative;
    z-index: 2;
    background: transparent;
    /*filter: invert(1) contrast(100);*/
}
.navbar-brand{
    position: relative;
}
.navbar ul.social__icons{margin:0;padding:0;padding:5px 15px;position: absolute;right:0;}
.navbar ul.social__icons li{display: inline-block;margin:0 10px;}
.navbar ul.social__icons li a{color:#010101;font-size:16px;}
.navbar ul.social__icons li a:hover{color:#0069aa;}
.menu-top{margin-right: 0;padding:0px 0;margin-left:auto;margin-top:0px;}
.menu-ul{
    padding:0;margin:0;list-style: none;margin-left:0px;
}
.menu-ul li{
    display: inline-block;margin:0 3px;position: relative;
}

.header .left-logo {
    color: #CA9E67;
    font-size: clamp(16px,2vw,36px);font-weight: 200;
    display: flex;
    align-items: center;
}
.topbar .container-fluid > a:hover{color:#CA9E68}
.topbar .container-fluid > a{
    color:#fff;margin-right: 30px;font-weight: 600;font-size:18px;text-decoration: underline !important;
}
.topbar .social-list a span{display: none;}
.menu-ul li a{
    padding:5px 5px;color:#A7A7A7;font-size:20px;position: relative;text-transform: normal;font-weight: 300;display: block;line-height: 1.2;
}
.menu-ul li ul li a{font-size:16px;}
.menu-ul li a:hover,.menu-ul li.active > a,.menu-ul li > a.active{
    color:#fff
}
header .navbar .container{
    display: flex;padding:0;
    align-items: center;
    flex-wrap:nowrap;
    position: relative;
}
.header,.header .navbar-brand img,.header .menu-top{
    -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;
}

.bg-light {
    background-color: #010101 !important;
}
.blog-section .blog-item{
    margin-bottom: 30px;padding:15px;
    width: 500px;
    max-width: 100%;margin-left: auto;margin-right: auto;
}
.widget{
    padding: 30px;
    border-radius: 25px;background:#F4F4F4;margin-left: 40px;
}
.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:#F4F4F4;border-radius: 30px;display: flex;align-items:center;
}
.home-text p{
    margin:0;padding:30px;background:#F4F4F4;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: #F4F4F4;
    border-radius: 50px;
    left: 25px;
}
.blog-item .blog__content .text-center{
    margin:10px auto 0;font-weight: 800;color:#000;font-size:13px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-item .blog__content{
    padding:5px 5px 5px 5px;margin-right: 20px;
    background:url('/images/front/blog-n.jpg') no-repeat center top 20px;background-size: auto;
}
.blog-item .blog__content .blog__title{
    line-height: 0.85;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.b-lnk:hover .blog__content .blog__title{
    transform: rotate(-8deg);
}

.bg-dark{
    background-color:#444 !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;
}

.h1-testimonial-active.owl-carousel .owl-stage {
    display: flex;align-items:center;
}
footer{
    padding:50px 15px 30px 15px;background:#000;color:#fff;font-size:15px;line-height: 1.5;align-self:flex-end;
}
footer .footer-menu ul{
    padding-left: 0px;list-style: none;
}
.footer-bottom{
    background:#000;color:#fff;padding:10px;border-radius:20px 20px 0 0;margin-top:10px;
}
.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:5px 0;margin-bottom: 10px;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: #010101;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #010101;
    border-color: #010101;
    color: #fff;
}
.page-item .page-link{
    border-radius: 50% !important;
    width:40px;height: 40px;margin:2px;
    color: #28211b;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:#F4F4F4;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
    }
}
.navbar .navbar-toggler.actived .menu-lines {
    margin-top: 15px;
}
.navbar .navbar-toggler.actived{
    position: fixed;top:5px;right: 5px;
}
.navbar .navbar-toggler .menu-lines {
    left: 4px;
    top: 2px;
}
header .navbar .menu-ul ul{border:none;box-shadow: none;}
header .navbar .menu-ul ul li{padding:5px 0;}
.navbar .menu-ul li a{
    display: inline-block;
}
.navbar .menu-ul li a i{
    color:#CA9E67;border-radius:4px;position: absolute;left: -30px;height: 30px;width: 30px;background:transparent;text-align: center;line-height: 30px;cursor: pointer;top: 50%;margin-top: -15px;
}
.navbar .menu-ul.menu-opened{
    right: 0;
}
.menu-top .social-list a{color:#000;font-size:24px;width:32px;height: 32px;display: flex;align-items:center;justify-content: center;border-radius:50%;background: #fff;}
.menu-top .social-list a span{display:none}
.menu-top .social-list li {
    margin-right: 40px;
}
.menu-top .social-list{
    color:#fff;padding:0;margin:0;margin-right: 50px;
}
.menu-top{
    padding:5px 0;margin-top: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;margin-left: auto;margin-right: 0;
}
.navbar{
    padding:0px 0 !important;
}
.navbar .menu-ul > ul{
    max-height: 100%;
    padding: 60px 7vw 30px 50px;
}
.navbar .menu-ul {
    max-height: 100%;overflow-y: auto;overflow-x: hidden;
    position: fixed;
    flex-wrap: wrap;
    height: 100%;
    top: 0;
    max-width:100%;
    width:450px;
    right: -500px;
    padding:0;
    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: left;
}
header.header .container{width:100%;max-width:100%;}
.navbar .navbar-toggler{
    display: block;background:transparent;height: 44px;z-index: 33;border-radius: 0px;position: absolute;width:44px;right: 0;border-radius: 4px;
    -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: auto;
}
header.header{
    position: absolute;top:0px;width:100%;max-width:100%;z-index: 323;
    margin: 0px;
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 999;
    justify-content: space-between;
    max-width: none;
    align-items: center;
    padding: 30px 7vw 30px 15vw;
}

header.header .navbar-brand {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;margin-left:0px;margin-right: 50px;
}
.main-menu header.header{
    position: relative;
}
.maps-mg{
    padding:0 !important;filter:grayscale(1);
}
.contact-info-top {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    padding: 0 0px 10px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.contact-info-top .item-topb{margin-left: 20px;display: flex; align-items: center;}
.contact-info-top .item-topb a{color:#000;font-size:16px;letter-spacing: 0.5px;}
.contact-info-top .item-topb a:hover{color:#777}
header .navbar .menu-ul ul{margin-left:auto;text-align: center;margin-right: auto;}
.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 .container{
    max-width: 1300px;
}
.partners-box .owl-carousel .owl-stage{display:flex;flex-wrap:wrap;margin:0 auto;}
.partners-box .sec-tls{
    line-height: 21px;
    font-size: 26px;
    margin-bottom: 42px;
    margin-top: 12px;
    color:#020101;
    font-weight: 500;
    text-align: center;
}
.partners-box{
    background:#fff;padding:40px 0;
}
.partners-box .owl-carousel .owl-item:hover img{filter:grayscale(0);}
.partners-box .owl-carousel .owl-item img{
    width: 220px;
    max-width: 100%;
    margin:0 auto;
    filter:grayscale(1) brightness(100%) contrast(100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.partners-box .one-items{
    padding:0px 10px;
}
hr{
    border-color: #888;
}
.inputAgree,.agree-p,.contactForm .agree-p p{
    font-size:14px;line-height: 1.1;font-weight: 400;color:#a7a7a7;
}
.agree-title,.contactForm .agree-p .agree-title{
    font-weight: bold;margin:0;padding-bottom: 5px;
}
.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 70px;
}
.section-padding{
    position: relative;
}
section.section-padding{
    background:#fff;color:#000;
}
.homeabout{
    background:#fff;color:#000;
}
.homeabout > .container{
    position: relative;z-index: 2;
}
.fullvd,.home-img-banner{
    width:100%;
}
section.section-padding.services {
    padding:0;
}
.service-item{
    min-height: 26.75vw;
    background-size: cover;
    background-position: center;
    padding:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.service-item:before{
    width:100%;height: 100%;background:url('/images/front/pap.jpg') no-repeat center center #cccccc;opacity: 0;content:'';position: absolute;top:0;left:0; -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-item .text-cnt a{align-items: center;height:100%;width:100%;display: flex;outline-offset: -3px;}
.service-item .text-cnt{
    position: relative;z-index: 2;width: 100%;height: 100%;display: flex;align-items: center;
}
.service-item:hover h2{
    color:#000
}
.service-item:hover:before{
    opacity: 1
}
.menu-ul .dropdown-toggle::after{
    display: none;
}
.navbar .submenu {
    position: relative;
    top: auto;
    float: none;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-left: 0px;
}

@media only screen and (min-width: 1200px){

    .files-row .files-list-widget{
        display: flex;
        flex-wrap: wrap;
    }
    .files-row .files-list-widget li{
        width:50%;
    }
}
.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;width:100%;
}
.files-row .files-list-widget i{
    display: none;
}

section.section-padding .photos-section > .row{
    margin-right: -15px;
    margin-left: -15px;
}
.box-gallery{
    border:none;
}
.box-gallery .pte{
    width:100%;position: absolute;bottom:0;left:0;color:#fff;padding:30px 15px;background:rgba(0, 105, 170, 0.45);text-align: center;height: 100%;width: 100%;display: flex;
    justify-content: flex-start;
    align-items: flex-end;opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
    line-height: 1.2;
    font-size:16px;
    font-family: "Noto Sans",sans-serif;
}
.box-gallery .pte span{
    display: flex;align-items: center;
}

.box-gallery img{
    opacity: 1;width:100%;
}
.box-gallery a:hover img{
    /*opacity: 0.9;*/
}
.box-gallery a:hover .pte{
    transform: translateX(-5px);opacity: 0;
}
#slider-pages{
    background:transparent;padding:5px 5px;
}
.footer-logo{
    width: 100px;padding: 10px;margin: 0 auto;margin-top: -70px;background: #f4f4f4;display: block;border-radius: 50%;z-index: 32;position: relative;
    margin-bottom: 30px;
}
.footer__widget-title,.sec-tls,.footer_title{
    font-size: 18px;font-weight: 500;margin-bottom: 30px;color:#010101;margin-top:10px;
}
.company-sub-menu li a{text-transform: uppercase;font-size:15px;}
.footer-contact-io li{margin-bottom: 9px;display: flex;align-items:center;}
.footer-contact-io li img{margin-right: 5px;}
.footer-contact-io li a span{font-size:80%;color:#666}
.sec-tls{
    color:#000;margin-bottom: 0;
}
.footer__widget-content ul li{
    line-height: 1.4;
}
.footer__widget-content ul li a{
    color:#fff;line-height: 1.4
}
.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;
}
a{color:#CA9E67}
a:hover{color:#777}
footer .social-list li{display: flex;margin-bottom: 5px;}
footer .social-list li a{
    margin-right: 0px;font-size:35px;display: flex;align-items:center
}
footer .social-list li a i{width:30px;font-size:35px;display: none}
footer .social-list li a span{padding-left: 5px;font-size:18px;text-transform: capitalize;font-weight: 300}
section.section-padding{
    overflow:clip;word-wrap: anywhere;
}
footer a{color:#fff;}
footer p{
    font-size:16px;line-height: 1.5;color:#fff;margin-bottom: 5px;font-weight: 300
}
.menu-d{
    margin:0 auto;
}
.menu-d > ul{
    padding:0; margin:0;
}
.owl-theme .owl-nav [class*="owl-"].disabled{
    opacity: 0.3;
}
@-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;
    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{
    background:#fff;padding-left: 50px;padding-right: 50px;
}
#blogGrid .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 70px);
    left: -35px;
}
.b-lnk .text-center:hover {
    color:#000;
}
a.b-lnk{
    outline-offset: -3px !important;
}
.b-lnk{
    display: flex;padding:15px 0;align-items: center;
}
.b-lnk:hover .date-content{
    background:#000;
}
.b-lnk .date-content{
    margin-right: 20px;flex:0 0 36%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#a0a0a0;color:#fff;position: relative;padding:5vw 5px;min-width: 36%;text-align: center;font-size:22px;text-transform: lowercase;
}
.b-lnk .date-content .day{
    position: absolute;top:-15px;right:-15px;font-size:3.4vw;font-weight: 900;background:#000;padding:16px 10px;line-height: 1 !important;

    font-size: clamp(30px,3.4vw,72px);
}
.b-lnk .date-content .month{
    font-weight: 600; font-size: clamp(14px,1.5vw,30px);
}
.b-lnk .date-content .year{
    letter-spacing: 1px;
    position: absolute;bottom:5px;left:5px;font-size:1.8vw;font-weight: 400;background:#000;padding:10px 20px;line-height: 1 !important;
    font-size: clamp(20px,1.8vw,36px);
}
.b-lnk .blog__title{
    font-size:clamp(22px,2.32vw,48px);color:#000;font-weight: 800;text-align: center;text-transform: uppercase;hyphens: auto;
}
.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;
}
section.section-padding.blog-section > .container-fluid{
    max-width: 2000px;
}
.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:60px 0;
}
.service-item1{
    margin:15px auto;border: 2px solid #ccc;height: calc(100% - 30px);
}
.service-item1 .text-center{padding-bottom: 15px;}
.service-item1 .list-content p{margin-bottom:0;}
.service-item1 .list-content h3 a{
    color:#fff; font-size:22px;
}
.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);
}
.page-title-s {
    font-size: clamp(22px,2.6vw,36px);
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-top: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.files-row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.files-row .files-list-widget{
    margin-bottom: 0;
}
.files_title{
    text-align: left;position: relative;min-height: 65px;
    padding:0px 5px 0px 70px;
    dosplay:flex;
    color:#fff;
    font-size: clamp(30px,3.4vw,50px);
    line-height: 1;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    width:260px;max-width: 100%;
    background: url('/images/front/favicon.png') no-repeat top 5px left;
    background-size: auto;
    background-size: 60px;
}
.files_title span span{
    font-size: 18px;
    color: #a7a7a7;line-height: 0.8;
    font-weight: 300;
    display: block;
}
.pd-0{
    padding:0;
}
.files-row ul li a{
    padding:5px 15px;color:#fff;font-weight: 400;
}
.files-row ul li a:hover{
    background:transparent;color:#CA9E67
}
.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:16px;padding:8px 66px 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{
    flex: 0 0 auto;
    min-width: 200px;
}
.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-weight: 800;
    color: #000;
    font-size: 13px;
}
.back-c:hover{
    color:#000;
}
a:hover {
    color: #000;
}
footer .useful-links ul{
    padding: 0;margin:0;list-style: none
}
footer .useful-links ul a{font-size:17px;margin-bottom: 7px;display: inline-block;font-weight: 300;}
footer h4{
    font-weight: 300;margin-bottom: 25px;color: #CA9E67;
    font-size: 24px !important;
    text-transform: uppercase;
}

footer p.f-14{
    display: flex;align-items: center;
}
footer p.f-14 svg,footer p.f-14 img{
    margin: 3px 15px 3px 0;
    margin-right: 15px !important;
}
.section-text > div.p{padding:0 7vw;}
.section-text{
    background-position: center center !important;
    background-size: cover !important;
    box-shadow: none;
    position: relative;
}
.section-text div.p > *:last-child{margin-bottom: 0;}
.section-text > div.p{z-index: 2;}
.section-text .alpha-bg,.full-banner .owl-slide .alpha-bg{
    position: absolute;top:0;left:0;width: 100%;height: 100%;
}
.full-section{
    min-height: 100vh;
    align-content: center;
    align-items: center;
    align-self: center;
    display: flex;
}
.spx-cmsl{padding:0 calc(7vw - 15px);}
.special-box-imlx p{width:350px;max-width:100%;margin-left:auto;margin-right: auto;}
.section-text > div.p .div-with-background{margin-left:-7vw;margin-right:-7vw;}
.map-section.full-section,
.contactform-section.full-section{
    min-height: 100vh;
    align-content: center;
    align-items: center;
    align-self: center;
    display: flex;
}
.contactForm .btn{border:1px solid #fff;margin-top:10px;}
.contactform-section.full-section.slider-area .page-title,
.map-section.full-section.slider-area .page-title{ 
    min-height: 100vh;
}

.contactform-section > .row {
    padding-left: 15px;
    padding-right: 15px;
}


.video-box .overlay{
    background:rgba(0, 0, 0,0.5);width:100%;height: 100%;position: absolute;left: 0;top:0;z-index: 1;
}
.video-box .spec-btn{
    z-index: 2;padding:0 15px;text-align: left;max-height: 100%;overflow: auto;
    position: relative;line-height: 1.2;
}
.fullscreen-bg__video{
    background: #000;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    max-height: 100%;
    object-fit: cover;
}
.video-box{
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: clamp(22px,3.1vw,48px);
}
.video-box.video-box-type-1{
    height: 75vh;
}
.video-box.video-box-type-2{
    height: 50vh;
}
.video-box.video-box-type-3{
    height: 33vh;
}

.photos-section .box-gallery{
    margin: 0;
}
.section-text.section-gallery{
    padding: 0px 0;
}
.section-text div.p{position: relative;z-index: 3;width:100%;}
.sltswp{overflow-x: clip;display: flex;flex-wrap:wrap;min-height:400px;}
.sltswp > *{width:100%;}

.video-boxyt{
    overflow: hidden;
}
.video-container{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video-container
iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-container .text-yt *{
    color: #FFFFFF;
}
.video-container .text-yt{
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0%);
    z-index: 3;
    width: 90%;
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}
.photo-paralaxed{
    overflow: hidden;
    background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

.special-slider-tx .owl-item img{
    transform: scale(0.6);
    -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;
    padding:0% 0 0% 0;opacity: 0.36;
}

.special-slider-tx .owl-item.center img{
    transform: scale(1.2);padding:0;padding-top: 0%;opacity: 1;
}
.special-slider-tx.owl-carousel .owl-stage{
    display: flex;align-items:center;padding:50px 0;
}
.slider_sync{display: block;max-width: 100%;}
.slider_sync .title-s{margin-bottom: 10px;font-size:22px;font-weight: bold;line-height: 1.2;}
.slider_sync .slider-text.active{
    opacity: 1;visibility: visible;display: block;
}
.slider_sync .slider-text{
    opacity: 0;display: none;visibility: hidden;
    -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;
}
div.p iframe{max-width:100%;}
.sltswp .top-bar-info{position: absolute;z-index: 2;width:auto;right:0;}
.sltswp .top-bar-info .bar-cn{
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px;
}
.sltswp .top-bar-info .bar-cn .one-tp{margin-left: 15px;display: flex;align-items:Center;}
.sltswp .top-bar-info .bar-cn .one-tp a{color:#fff;}
.sltswp .top-bar-info .bar-cn .one-tp:first-of-type a{color:#fff;font-weight: bold;}
.sltswp .top-bar-info .bar-cn .one-tp .flags-list{margin:0;padding:0;}
.photo-full .col-md-6 .img-responsive{
    width:calc(50vw - 15px);max-width: 50vw;
}
footer{position: relative;overflow: hidden;padding-top:30px;padding:30px;}
.sltswp > .files-sct{margin:0 0px;background:#000;border-radius: 0px;padding:30px;}
.sltswp .files-sctpg{margin:5px 0;background:#000;border-radius: 0px;padding:30px;width:100%;}
.si-file-pg{position: relative;}
.container .photos-section.si-pht{padding:5px;}
.si-file-pg:before{
    width:100vw;height: 100%;background:#000;left:50%;top:0;content:'';position: absolute;margin-left: -50vw;
}
@media only screen and (max-width: 767px){
    .photo-full .col-md-6 .img-responsive{
        width:auto;max-width: 100%;
    } 
}
@media only screen and (min-width: 1200px){

    .files-sct .container div.p > .row{flex-wrap:nowrap;}
    .flags-list{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        visibility: hidden;opacity: 0;
        background: rgba(0,0,0,0.7);
        padding: 5px !important;
        position: absolute;right:0;
        min-width:110px;width:100%;
    }
    .flags-list *{font-weight: 400 !Important;}
    .flags-pos{margin-top:2px;position: relative;}
    .flags-pos .flag-pos{display: flex;align-items:center;}
    .flags-pos{color:#fff;text-transform: uppercase;font-size:14px;}
    .flags-pos:hover .flags-list,.flags-list.active{
        visibility: visible;opacity: 1;
    }
    .flag-pos img{margin-left: 7px;display:block}
    li.flags a.active{display: none;}
    .sltswp .top-bar-info .bar-cn .one-tp .flags-list li{margin:0;padding:0 5px;}
}
.main-cat-title{
    color:#fff;padding: 5px;text-align: right;
    margin: 0;flex-wrap:wrap;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;line-height:1.1;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    height:100%;align-items:center;
}
.prod-info{
    background: #0069aa;border-radius: 0px;
}
.cat-info div.p{padding:20px;}
.cat-info div.p *:last-child{margin-bottom: 0;}

.cattype{padding:10px;margin-bottom: 40px;border:1px solid #e5e5e5;border-radius: 0px;position: relative;background:#fff;}
.cattype a.box-link{
    display: block;margin-top: 0px;margin-bottom: 0px;height: calc(100% -40px);text-align: center;
}
.cattype .nms{text-align: center;
              padding:10px 5px 5px 5px;background:transparent;color:#0069aa;font-size:clamp(16px,1.4vw,24px);font-weight: 600;display: block;line-height: 1.2;
}
.cattype .nms span{
    font-size:clamp(14px,1.3vw,16px);
    font-weight: 300;
    text-transform: none;margin-bottom: 5px;
    line-height: 1;
    display: block;
}
.cattype .nms span small{font-weight:700}
.cattype .image-sc{position: relative;
                   text-align: center;display: block;padding:0px 0px;background-size:contain;overflow: hidden;border-radius: 5px;
}
.cattype .image-sc .btn{font-size:20px;
                        padding:0px !important;width:34px;height: 34px;position: absolute;right:5px;top:5px;color:#fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
}
.cattype .text-center.btn-prod-shop{
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    right: 0;
    width: 100%;
}
.subcategories-area{padding:0 15px;}
#product-reload{padding:0 15px;}
#product-reload .row.products{margin:0;padding:5px;justify-content: center;}
#product-reload .row.products div[class*="col-"]{
    padding:0 10px;margin-bottom: 20px;margin-top:20px;
}
.cattype .features{line-height: 1.3;color:#000;font-size:14px;font-style: italic;}
.products .cattype{height: calc(100% - 20px);}
.products .cattype .btn{color:#fff;}
/*.products .cattype .btn{background:#fff;color:#000;border-color:#777;}
/*.products .cattype .btn:hover{background:#000;color:#fff;}*/
.prod-info .cat-prod{flex: 0 0 100%;font-weight: 300;color:#fff;font-size:16px;display: block;line-height: 1;text-transform: uppercase}
.prod-info .cat-prod:first-letter{text-transform: uppercase;}
.prod-info .cat-prod a{color:#fff}.prod-info .cat-prod a:hover{color:#777}

.prod-info .main-cat-title{font-size: clamp(16px,1.4vw,22px);line-height:1;padding-left: 10px;font-weight: 800}
.prod-info .cat-prod{margin-bottom:5px;}
.btl{width:300px;max-width:100%;text-align: right;}
.btl .btn{background:#0055a5;border:1px solid #fff;}
.cat-info .text-right .btl .btn{margin:7px 0;}
.btl .btn:hover{background:#0069aa;border-color:#0069aa;}
.other_product_area{margin-top:40px;}
.other_product_area .main_title{background:#000;padding:20px 40px;color:#fff;}
.other_product_area .main_title h2{
    font-size:clamp(18px,2vw,40px);margin:0;text-transform: uppercase;
    font-weight: bold;
}
.s_product_inner {margin-top:40px;}
.s_product_text{padding-left:10px;}
.s_product_text .subtit{font-weight: 300;font-size:19px;color: #0069aa;padding-bottom: 2px;}
.s_product_text h2{font-size:28px;font-weight: 600;margin-bottom:15px;}
ul.list.features{padding:0;margin:0;list-style: none;font-style: italic;}
ul.list.features li{margin-bottom: 5px;}
ul.list.features li span{font-weight: bold;}
.latest_product_inner {padding:0 15px;}
.related_prod {padding:0;}
.slider-area .mpx-s iframe.page-title{min-height: 350px;}
.map-section.slider-area .page-title{height: 25vw;min-height: 350px;}
.video-box.first-sc{padding-top:100px;}
.flexslider .flex-direction-nav a .fa{background-size:contain;}
#slider.flexslider{border-radius:0px;overflow: hidden;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1;color:#020101;}
div.p ,.video-box .spec-btn p{line-height:1.75}
.video-box .spec-btn div.p,.photo-paralaxed div.p{font-size:16px;}
.photo-paralaxed .container{
    max-height: 100%;
    overflow: auto;
    position: relative;
    z-index: 2;
    padding: 30px 15px;
}
.video-box.photo-paralaxed{
    min-height: 100vh;height: auto
}
.video-box.photo-paralaxed.video-box-type-1{
    min-height: 75vh;height: auto
}
.video-box.photo-paralaxed.video-box-type-2{
    min-height: 50vh;height: auto
}
.video-box.photo-paralaxed.video-box-type-3{
    min-height: 33vh;height: auto
}
.btn-top-shop{display: flex;flex-direction:column;font-size:11px;font-weight: 400;padding:10px 15px !important;max-width:220px;margin-left: auto;}
.btn-top-shop span{margin-bottom: -9px;margin-left:-5px;font-size:10px;;}

footer .ft-inf strong{font-weight: 800}
footer .ft-inf{color:#fff;min-height: 90px;display: flex;align-items:center;font-size:clamp(16px,1.3vw,24px);;line-height: 1.05;font-weight: 300}
footer .ft-inf img{
    max-width: 40%;margin-right: 10px;
    background: #fff;
    padding: 20px 4px;
    border-radius: 5px;
}
footer .ft-inf + a{width:100%;margin-top: 10px;}

footer .ftr-cpr *{font-size:13px;}
footer{padding-right: 0;}

#contact-form{
    margin:0 -15px;background:url('/images/front/form-bg.jpg') no-repeat;background-position: top center;background-size: cover;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 80px;
    padding-bottom: 50px;
}
.contactform-section2 {
    background-size: 100% !important;
    background-position: top !important;
    background-repeat:no-repeat;
}
.contactform-section2 div.p{padding:0 7vw 0 5vw;}
.spc-clasm{margin:0;}
.spc-clasm span[style*="background-color:"] {
    padding: 10px 30px; border-radius: 5px;display: block;margin-bottom: 1rem;
}
.listing-slider{width:650px;max-width:100%;margin-left: auto;margin-right: auto;margin-bottom: 10px}
.contact-text-inf *{font-size:15px;}
.sltswp .contactform-section2{margin-right: 0;margin-left: 0;}
.one-bx-na .hidden{display: none;}
.one-bx-na{padding:10px;border-radius: 5px;margin:15px 0;text-align: center;}
.one-bx-na p{font-size:90%;}
.one-bx-na img{border-radius:2px;width:100%;margin-bottom: 30px;}
.one-bx-na .btn{background:#0055a5;padding:6px 29px;margin:20px auto;width: 120px;font-size:26px;line-height: 1;color:#fff;}
.one-bx-na .btn.active i{transform: rotate(180deg);}
.one-bx-na .title-s{
    font-size:clamp(22px,2.1vw,24px);line-height: 1;color:#020101;font-weight: 600;margin-bottom: 30px;
}
.special-box-ds{padding:15px;}
.prod-info{margin:5px 0 0 0px;}
.category-br{display: flex;align-items:center;min-height: 85px}
.category-br img{margin-top:-5px;}
div.p.param-info{line-height: 1.6;}
#carousel.flexslider.prdcnt3{
    left: calc(8px + 12.5%);
}
#carousel.flexslider.prdcnt2{
    left: calc(8px + 25%);
}
#carousel.flexslider .slides > li{
    opacity: 0.8
}
#carousel.flexslider .slides > li.flex-active-slide{
    opacity: 1
}
.div-with-background{margin-left:0px;margin-right:0px;border-radius: 0px;overflow: hidden;}
.section-text > div.p .row [class*="col-md-"] > .div-with-background{margin-left:0;margin-right: 0;}
.one-section-row .spc-row-bxsd {margin-left:-5px;margin-right: -5px;}
.one-section-row .spc-row-bxsd .col-md-3{padding-left:25px;padding-right: 25px;}
.container .one-section-row .spc-row-bxsd .col-md-3{padding:0 10px;}
.one-section-row .one-fade-row{position: relative;margin-bottom: 18px;}
.one-section-row .spc-row-bxsd .one-itm-be{height:100%;color:#fff;padding:40px 10px;}
.one-section-row .spc-row-bxsd .one-itm-be p{margin:0;}
.one-section-row .spc-row-bxsd .one-itm-be p.tx1{
    font-size:clamp(34px,3.1vw,42px);font-weight: 400;line-height: 1.1;margin-bottom: 10px;
}
.one-section-row .spc-row-bxsd .one-itm-be p.tx2{
    font-size:clamp(18px,1.6vw,26px);font-weight: 700;line-height: 1.1;
}
.one-section-row .spc-row-bxsd .one-itm-be p.tx3{
    font-size:clamp(15px,1.4vw,22px);font-weight: 300;line-height: 1.2;
}

.desc-fade{
    display: none;
}
.a-fade  *{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: clamp(16px,2vw,20px);
	text-decoration: none !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
	color: #fff;
	margin: 0;
}
.a-fade {
    text-align: left;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: clamp(16px,2vw,20px);
    padding: 13px 40px 13px 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    position:relative;
    line-height: 1.1;
    font-weight: 400;
    color: #00a0dd;background:transparent;border-radius:0px;
    background-color:#000;
    color: white !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
    padding: 15px 110px 15px 60px !important;
}
.one-fade-row.collapsible-item .a-fade::before,
.one-section-row .one-fade-row .a-fade::before {
    content: "\f107";
    color: #fff;
    font: normal normal normal 34px/1 FontAwesome;
    font-weight: 300;padding-top: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    top: 0;
    width: 50px;
    height: 100%;
    background:#ca9e67;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-fade-row .a-fade.opened:before{
    content: "\f106";padding-bottom: 3px;
}

.one-fade-row .desc-fade{
    text-align: center;font-size:16px;
    background-color: #ca9e67 !important;
    padding: 20px 30px 10px 30px;
    color: #fff;
}

.ckeditor-html5-video video{border-radius: 5px;overflow: hidden;}
.info-mbl{display: none;}
.shop-dsg-btn {
    position: sticky;z-index:8;
    top: 80px;
    background: #fff;
    padding-top: 30px;
    margin-top: -20px;
    margin-bottom:10px !important;
    padding-bottom: 20px !important
}
.btn-shop{
    background:#CA9E68
}
.btn-shop:hover{
    background-color: #0055a5;
}
footer .col-lg-7 .ft-inf{min-height: 105px;margin-top:-10px;}

@media (max-width:1440px){
    .shop-dsg-btn {top:60px}
}
@media (max-width:1199px){
    .shop-dsg-btn {padding-bottom: 20px !important;top:40px}
    footer .col-lg-7 .ft-inf{flex-wrap:wrap;}
    footer .col-lg-7 .ft-inf img {
        max-width: 60%;
    }
}
@media (max-width:991px){
    .info-ds{display: none}
    .info-mbl{display: block}
    footer .col-lg-7 .ft-inf{flex-wrap:nowrap;}
    footer .col-lg-7 .ft-inf img {
        max-width: 40%;
    }
}
@media (max-width:767px){
    .shop-dsg-btn{position: relative;top: auto; background: transparent;}
}


.search-box{
    position: fixed;top:0;left:0;width:100%;background:rgba(255,255,255,0.85);z-index: 9999;text-align: center;padding:58px 15px; 
    transform: translateY(-100%);opacity: 0;
    -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;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box.search-active{
    opacity:1;transform: translateY(0%);
}
.search-box .search-box-content{
    display: flex;align-items:center;justify-content: center;
    width: 500px;
    padding: 20px;
    background: #fff;
    border: 1px solid #0069aa;
    border-radius: 4px;
}
.search-box-close{
    position: absolute;right: 0;top:0;width: 40px;height: 40px;background:#0069aa;color:#fff;line-height: 40px;text-align: center;cursor:pointer;
    border-radius: 4    px;
}
.search-box-close:hover{
    background: #1a5f93;
}
.search-box form.search_toolbar{
    width: 100%;
    display: flex;
    justify-content: center;
}
.search-box .search-box-content input{
    font-size: 14px;
    color:#242368;width:70%;
    max-width:350px;
    padding:6px 25px 4px;
    line-height: 1.5;
    height: 40px;
}
.search-box-content button{
    min-height: 35px;
    margin-left: 15px;
}
.search-page-title{
    color:#fff;margin:0;background:#0069aa;padding:10px;text-align: center;margin-bottom: 15px;
}
.search-page-title h2{
    margin:0;font-weight: bold;
}
@keyframes i-pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}
.i-pulse {
    animation: i-pulse 2s infinite;
}

.code-city-inputs{
    display: flex;justify-content: space-between;
}
.code-city-inputs input:first-of-type{
    width:25%;min-width: 100px;margin-right: 15px;
}
.code-city-inputs input:last-of-type{width:75%;}
.window-form-prod{
    display: none;
    position: fixed;top:0;left:0;width:100%;background:rgba(255,255,255,0.95);z-index: 9999;text-align: center;padding:15px 15px; 
    transform: translateY(-100%);opacity: 0;
    -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;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -100%;
}
.window-form-prod.window-form-prod-active{
    opacity:1;transform: translateY(0%);top: 0;
}
.window-form-prod .window-form-prod-content{
    width: 1100px;
    padding: 20px;
    background: #fff;
    border: 1px solid #0069aa;
    border-radius: 5px;
    max-width: 98%;
    max-height: 100%;
    overflow: auto;
}


@-webkit-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@-o-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
.site_loader:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 123123;
    cursor: progress;
}
.site_loader:after {
    content: '';
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    border-top: 2px solid #ba5c91;
    border-top-color: rgb(186, 92, 145);
    border-top-width: 2px;
    border-right: 2px solid transparent;
    border-right-width: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate .6s linear infinite;
    -moz-animation: m-loader-rotate .6s linear infinite;
    -ms-animation: m-loader-rotate .6s linear infinite;
    -o-animation: m-loader-rotate .6s linear infinite;
    animation: m-loader-rotate .6s linear infinite;
    border-top-color: #716aca;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-top-width: 3px;
    border-right-width: 3px;
    z-index: 32324;
}
#productform h2{font-size:26px;font-weight: 500}
#productform h2 span{font-weight: 700}
#productform h3{text-align: left;font-weight: 500;font-size:19px;}
.product_details_text.s_product_text{padding-bottom: 40px;min-height: 100%;}
@media (max-width:767px){
    #productform textarea.form-control{min-height: 100px;}
}
.one-fade-row .desc-fade li[style*="text-align: center;"],.one-fade-row .desc-fade li[style*="text-align: right;"]{
    list-style-position: inside;
}

.submitting.info{
    background: #427f86;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    display: none;
    padding: 6px 12px;
    margin-top: 15px;
}
footer .logo-ft{
    filter: grayscale(1) brightness(400%);width:170px;
}
footer .footer-terms {
    padding-top: 30px;
    margin-top: 20px;
}
footer .terms ul {
    margin:0;padding:0;

    overflow: auto;
    width: auto;
}
footer .terms ul li{display: inline-block;padding:5px 10px;position: relative;}
footer .terms ul li a{color:#fff;text-decoration: underline !important;}
footer .terms ul li a:hover{color:#bebebe}
footer .terms{display: flex;align-items: center; margin-top: 20px; margin-left: 15px;}
footer .terms ul li:not(:last-child):before{
    content:'';height: 10px;width:1px;background:#fff;right:0;top:50%;margin-top: -5px;content:'';position: absolute;
}
footer a:hover{color:#bebebe}
footer .m-footer-address{color:#fff;}
footer .m-footer-address .h-adr > div{
    display: flex;font-weight: 500;padding:0px 0 10px 0;
}
footer .m-footer-address .h-adr > div svg{
    height:26px !important; width:26px !important;margin-right: 15px !important;
}
.right-br img{width:35px;}
.right-br .btn-shop{margin-left: 15px;background: #8ec549;}
.right-br .btn-shop:hover{
    background:#9ACAEA
}
.right-br .btn-shop span img{margin-right: 10px;}
.right-br .btn-shop span{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
}
.right-br .srh:hover{opacity: 0.65;}

.section-title-img{
    width:1230px;max-width:100%;margin: 0 auto;position: relative;
    min-height: min(21.5vw, 270px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: left !important;
}
.section-title-img img{position: absolute;top:0;left:0;max-width:75%;width: 75%;}
.section-title-img .txt{
    width:50%;rigth:0;background:#fff;
    padding:28px;
    position: relative;
    z-index: 2;
}
.section-title-img .txt h2{
    color:#020101;font-size:clamp(24px,2.2vw,36px);font-weight: 600;
}
footer{padding: 150px 7vw 50px 7vw;}
.er-title{position: relative;}
.er-title::after {
    content: "";
    display: block;
    background: #020202;
    width: 60px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.displfx .one-inx{display: flex;align-items:center;padding:5px 0;}
.displfx .one-inx label{
    font-weight: bold;font-size:13px;flex:0 0 150px;margin: 5px 0;
}
.disclaimer label{font-size:14px;display: flex;}
.disclaimer label input{margin-right: 10px;flex: 0 0 14px; height: 14px;margin-top:4px;}
p.disclaimer {font-size:12px;}
.btn-prod-shop .shop-bn{
    background:#CA9E68
}
.btn-prod-shop .shop-bn:hover{
    background-color: #0055a5;
}
.btn-prod-shop .btn{min-width:35%;line-height: 1.7}
.container #product-reload{
    margin-left: -30px;
    margin-right: -30px;
}

.one-bx-na{
    background: #EDEDED;
    background: linear-gradient(90deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.section-title-img.spc-img img{position: relative;flex: 0 0 67%;}
.section-title-img.spc-img{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    min-height: min(21.5vw, 270px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    text-align: left !important;
    align-items: center;
}
.section-title-img.spc-img .txt{
    margin-left:0%;
}
.section-title-img.spc-img.right-ver{
    flex-direction: row-reverse;
}
.section-title-img.spc-img.right-ver .txt {
    margin-right: 0%;margin-left: 0;
}
.owl-one-slide2{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left !important;
    align-items: center;
}
.owl-one-slide2 img {
    position: relative;
    flex: 0 0 75%;
}
.owl-one-slide2 h2.slide__title {
    color: #020101;
    font-size: clamp(24px,2.2vw,36px);
    font-weight: 600;
}
.owl-one-slide2 .slide-item-txt {
    margin-left: -25%;
    width: 50%;
    rigth: 0;
    background: #fff;
    padding: 28px;
    position: relative;
    z-index: 2;
}
.main-banner .owl-theme .owl-dot span{background:#ccc;}
.main-banner .owl-dots{padding:10px 0 10px;}
.main-banner .owl-theme .owl-dot.active span{background:#CA9E68;}
div.p hr.small-hr{
    width: 60px;
    border-width: 2px;
    border-color: #000;
    max-width:20%;
}
.box-n{
    padding-top:69%;
    position: relative;
}
.box-n .title-s{
    position: relative;
    top: -50%;
    max-width: 250px;
    margin-top: -33%;
    margin-bottom: 0;
    width: 60%;
    text-align: left;
    font-size: clamp(16px,1.55vw,23px);line-height: 1.34;
    font-weight: 300;
}
.box-n .title-s > span{display: block;font-size:80%;padding-top:6px;}
.box-n img{
    position: absolute;top:0;clip-path: polygon(100% 0, 0 0, 100% 100%);width:100%;left:0;
}
.one-box-n .btn{
    margin-top: 20px;
}
.one-box-n{text-align: right;margin: 30px 0;}
.sltswp > #header + section:first-of-type{padding-top:150px;}
.stpage-bg{
    height: 22vw;
    min-height: 150px;background:#000;clip-path: polygon(100% 0px, 0px 0px, 0% 35%, 100% 100%);
}
.slider-area.stpage-bg .bg-overlay::before {
    background: rgba(0, 0, 0, 0.37);
}
.pages-section .div-with-background{
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.spcl-bx-dsg.fullpg-dsg{
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding:0 7vw;
}

.main-header-section .bg-header{
    clip-path: polygon(100% 0px, 0px 0px, 0% 1.33%, 100% 98.5%);
    height: 47vw;
    margin-top:0px;
    background-size: cover;background-color:#000;background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;min-height: 280px;
}
.main-header-section{position: relative;min-height: 47vw;display: flex; align-items: center;}

.section-text div.p.trinagle-align{
    width:60%;
}
section > div.p > .fq-dsg .one-fade-row{max-width:100%;width:1400px;margin-left:auto;margin-right: auto;}

section div.p ul li{padding-left: 15px;}
section div.p ul li::marker {
    content: "\f105";
    padding-right: 10px;
    font: normal normal normal 34px/1 FontAwesome;
    font-size: 30px;
    color:#CA9E67;
    font-size: 1em;
}
section div.p .div-with-background ul li::marker {
    font-size: max(18px,min(2.2vw,28px));
}
#productform{
    background:url('/images/front/bgfrm.jpg') no-repeat center center #000;background-size:cover;padding:50px 7vw;
}
#productform h2{font-size: max(26px,min(3vw,48px));text-align: center;padding:30px 0;}
#productform h3{font-size: max(19px,min(1.7vw,28px));text-align: center;margin-top:20px;}
#productform h2,#productform h3,#productform p{color:#fff;}

#productform .confirm-checkbox{display: flex;align-items: start;}
#productform input:required:user-invalid + label {color: #ff2f2f;}
#productform input:required:user-invalid + label b:after {content: "\f071";font-family: "fontAwesome";margin-left: 6px;margin-right: 6px;color: red;}

.one-fade-row .desc-fade p:not([style*="text-align"]) {
    text-align: left;
}
.one-fade-row .desc-fade ul, .one-fade-row .desc-fade ol{
    text-align: left;
    padding: 0;
}
.one-fade-row .desc-fade ul li, .one-fade-row .desc-fade ol li{
    padding: 0;
}
.one-fade-row .desc-fade ul.cke-ul li:before {
  content: "\f111"; 
  font-family: "fontAwesome";  
  display: inline-block;
  font-size: 6px;
  vertical-align: middle;
  line-height: 100%;
  margin-right: 6px;
}
.collapsible-item .a-fade {
    text-align: left;
    padding-left: 20px !important;
    padding-right: 80px !important;
}
.collapsible-item .a-fade h1,.collapsible-item .a-fade h2,.collapsible-item .a-fade h3,.collapsible-item .a-fade h4,.collapsible-item .a-fade h5,.collapsible-item .a-fade h6{
    color:#fff;
    margin: 0;
}
.collapsible-item .collapsible-item-body h1,.collapsible-item .collapsible-item-body h2,.collapsible-item .collapsible-item-body h3,.collapsible-item .collapsible-item-body h4,.collapsible-item .collapsible-item-body h5,.collapsible-item .collapsible-item-body h6{
    color:#fff;
    margin: 0;
}