:root {
    --main-white-color: white;
    --main-black-color: black;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
}

.owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-heading1.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-heading2.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .trafic-label.is-transitioned {
    transition-delay: 0.55s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.55s;
}

.owl-carousel .owl-slide-subtitle2.is-transitioned {
    transition-delay: 0.75s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 0;
    top: 42%;
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-47%); */
    margin: 0;
    width: 100%;
}

.owl-carousel .owl-nav svg {
    opacity: 1;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    /* background: transparent; */
    background: black;
}

section {
    display: none;
}

.owl-carousel.owl-theme {
    height: 100vh;
    background-image: url(../images/banner02.jpg);
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    background: black;
    padding: 10px 5px 10px 5px!important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
    background: black;
    padding: 10px 5px 10px 5px!important;
}

.main-heading h2 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.main-heading h3 {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: bold;
}

.main-heading.sec h2 {
    font-size: 20px;
}

.main-heading.sec h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.owl-theme .owl-nav .disabled {
    display: none;
}

.owl-carousel .owl-slide-subtitle {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 25px;
    padding: 0 10px 0 10px;
    display: inline-block;
}

.owl-carousel .owl-slide-subtitle2 {
    background-color: rgba(46, 114, 215, 0.6);
    color: #ffffff;
    font-size: 22px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
}

.owl-carousel .owl-stage-outer {
    background: rgba(0, 0, 0, 0.6);
}

.owl-slide-subtitle2 img.building {
    width: 280px !important;
}

.owl-slide-subtitle2 ul {
    margin: 0;
}

.owl-slide-subtitle2 ul li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.owl-slide-subtitle2 ul li:last-child {
    margin: 0 0 0 0;
}

.owl-slide-subtitle2 ul li img {
    height: 100px !important;
    width: auto !important;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loading.gif) center center no-repeat #f3f3f3;
    background-size: 160px;
}

.trafic-label {
    background: url(../images/trafic.png) no-repeat;
    width: 139px;
    height: 369px;
}

.traffic-text .owl-slide-subtitle {
    padding: 10px 20px 10px 20px !important;
    position: absolute;
    left: 152px;
    top: 8px;
}

.traffic-text .owl-slide-subtitle2 {
    position: absolute;
    left: 84px;
    top: 109px;
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 50%;
    }
    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .main-heading h3 {
        font-size: 30px;
    }
    .main-heading h2 {
        font-size: 20px;
    }
    .trafic-label {
        background: url(../images/trafic.png) no-repeat;
        width: 94px;
        height: 258px;
        background-size: 97px;
    }
    .traffic-text .owl-slide-subtitle {
        padding: 10px 10px 10px 10px !important;
        left: 108px;
        top: 2px;
        font-size: 16px;
    }
    .traffic-text .owl-slide-subtitle2 {
        left: 41px;
        top: 63px;
        font-size: 16px;
    }
    .owl-slide-subtitle2 img.building {
        width: 100% !important;
    }
    .owl-slide-subtitle2 ul li img {
        height: 60px !important;
        width: auto !important;
    }
    .owl-slide-subtitle2 iframe {
        height: auto;
        width: 100%;
    }
}