/********** Template CSS **********/
:root {
    --primary: #e38c0a;
    --secondary: #ffb108;
    --light: #F4F6F8;
    --dark: #040F28;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    color: #000;
    background-color: var(--primary);;
    border-color: var(--primary);;
    color:#fff;
    padding: 1rem 3rem;
}
.btn:hover{
    color: var(--dark);
}
.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--dark);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    left: 50%;
    bottom: -50px;
    margin-left: -22px;
    border-radius: 0;
    opacity: 0;
    padding:0 !important;
    z-index: 99;
}
.back-to-top.act{
    opacity:1;bottom:0;
}
.mobile-close{
    display: none;
}
.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
    font-weight: 700;font-family: "Roboto",sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .active > .nav-link {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}
.page-header > *{
    position: relative;z-index: 2;
}
.slider-area .display-3{
    text-align: center;
}
.page-header {
    min-height: 21vw;padding:30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(/images/front/header.jpg) center center no-repeat;
    background-size: cover;
}
.page-header:before {
    background:linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7));
    content:'';position:absolute;top:0;left:0;width:100%;height: 100%;
}
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin: 30px 0;
}

.portfolio-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    top: -60px;
    width: 90%;
    margin: 0 auto;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}
.navbar-brand img{
    width:300px;
}
.footer .social-list{
    padding:0;
}
.footer .navbar-brand {
    display: inline-block;
}
.footer .navbar-brand img{margin-bottom: 20px;display: block;}
.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 .widgetcontent a{
    color:#fff;font-size:22px;padding:0 10px;line-height: 40px;display: block;width:330px;text-align: center;
}
.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-left: -100px;
    margin-top: -100px;
    position: absolute;
    width: 250px;
}
#preloader {
    background: #040F28;
    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: #e6c5bc;
    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;
    }
}
#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
}
.photo-full .col-md-6 .img-responsive{
    width:50vw;max-width: calc(50vw - var(--bs-gutter-x));
}

@media only screen and (max-width: 767px){
    .photo-full .col-md-6 .img-responsive{
        width:auto;max-width: 100%;
    } 
}
.row,:root {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 0;
}
.section{
    overflow-x: hidden;padding:40px 0;position: relative;
}
.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: var(--primary);
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    content: '\f067';
    font-size: 16px;
}
.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: var(--primary);;
}

.one-fade-row .a-fade.opened::before {
    content: '\f068';
}
.a-fade {
    font-weight: 700;
    color: #fff;
    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: 18px;
    background:#040F28 !important;
}
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 var(--primary);;
    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: var(--bs-gutter-x);
}
.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:var(--primary);;
}
.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;}
.dropdown-toggle::after {display:none;}
@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(255, 255, 255,1);
        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:#222;line-height: 1.1;font-weight:600;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu a:hover{
        background:transparent;color:var(--primary);
    }
    .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: sticky;top:-100px;
    }
    header.fixed-navbar{
        top:0;
    } 
    header.fixed-navbar .menu-top{padding-top:5px;padding-bottom: 5px;}
}

.full-banner .owl-slide {
    width: 100%;
    min-height: 300px;
    height: 41.7vw;
    max-height: 100% !important;
    background-size: cover;
    background-position: center;
}
.full-banner {
    position: relative;
    overflow: hidden;
    min-height: 300px;background:#fff;
    height: 41.7vw;
}
.full-banner .owl-text.home_content {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    width: 94%;
    max-width: 1640px;
    right: 0;
    transform: translateY(-60%);
    padding: 30px;
    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(22px,3.85vw,78px);
    font-weight: 700    ;
    padding: 5px 0;
    line-height: 1.1;
    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: 60px;
    height: 60px;
    border: none;
    background: #fff;
    color: #000;
    left: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 0%;
    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:var(--primary);
}
.slide__content{
    display: inline-block;
    padding: 15px;
    background:rgba(255,255,255,0);
}
.slide__content .btn{
    margin-top:20px;
}
.testimonial-area{
    margin-bottom: 30px;
}
.testimonial-area:before{
    width:40vw;height: 100%;position: absolute;content:' ';left:3rem !important;top:0;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
    background-color: #040F28 !important;
}
.h1-testimonial-active{
    background:#efefef;padding:30px;
}
.form-control{
    min-height: 50px;margin-bottom: 10px;
}
.social-list .btn{
    padding:0;display: flex;
    align-items: center;
    justify-content: center;
}
.one-box{
    margin:15px 0;text-align: left;
    padding: 40px;height: calc(100% - 30px);
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.one-box img{
    margin-bottom: 20px;width:70px;
}
.one-box h3{
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
}
.one-box p{
    font-size:14px;
}
.one-box .btn{
    padding:10px 28px;margin-top:15px;
}
form.contact-form {
    margin-left:0;
}
.contact-form {
    z-index:3;position:relative;
}
#map{
    width:100%;height:100%;min-height: 600px;
}
.contact-form .controls label{
    display: none;
}
.disclaimer{
    font-size:13px;
}
.agree-info{font-size:11px;}
label.has-error{
    box-shadow: none;color:red !important;
}
.has-error{
    box-shadow: 0 0 2px 2px red;
}
textarea{resize: none;}
.disclaimer input{
    margin:0 4px 4px 0;
}
.adr-inf i.text-primary{
    width:100px;height: 100px;background:#fff;line-height: 100px;
    display: block;
    margin: 0 auto 20px auto;
}
.adr-inf .social-list{
    margin:0;padding:0;text-align: center;
}
.adr-inf h3 span{
    font-size:15px
}

@media (min-width: 1200px) {

    .photo-full .col-md-6:last-of-type{
        padding-left: 40px;
    }
    .photo-full.right-photo  .col-md-6:first-of-type{
        padding-right: 40px;
    }
    .photo-full.right-photo  .col-md-6:last-of-type{
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .text-start{font-size:13px;}
    .text-start h6{margin-bottom: 1px;}
}
.full-banner .owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}