.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.video-con {
    flex: 1 1 calc(25% - 10px);
    max-width: 100%;
    padding: 40px;
    max-height: auto;
    border-radius: 2px;
}

.con1, .con2 {
    rotate: -10deg;
}

.con3, .con4 {
    rotate: 10deg;
}

.video {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-con {
        flex: 1 1 calc(50% - 10px);
    }

    .con1, .con2 {
        rotate: 0deg;
    }
    
    .con3, .con4 {
        rotate: 0deg;
    }

    .video {
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 4px;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .video-con {
        flex: 1 1 calc(25% - 10px);
        max-width: 100%;
        padding: 10px;
        max-height: auto;
        border-radius: 2px;
    }

    .v-con {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .video-con {
        flex: 1 1 100%;
    }
}

.carousel-wrap {
    padding: 0 5%;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-dots {
    display: block !important;
    text-align: center;
}

.owl-dot {
    width: 8px;
    height: 8px;
    background-color: #cdcbcd;
    /* border-radius: 50%; */
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #333;
}


.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.media-statistic .number {
    font-size: 45px;
    margin-bottom: 10px;
}

.copyright-footer {
    background-color: #000;
    border-top: 1px solid #ffffff38;
    padding: 15px 0;
}

.list-social__item a {
    color: #fff !important;
    font-size: 15px !important;
}

@media (min-width: 992px) {
    .col-lg-3-sec {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media only screen and (max-width: 600px) {
    .contact-breadcrumbs {
        height: 30vh !important;
    }
}

.loc {
    color: #fff;
    font-size: 50px;
}

.l-b {
    font-size: 50px;
}

.loc-sec {
    border-bottom: 1px solid #ffffff38;
}

.loca {
    font-size: 30px;
    font-weight: 700;
}

.logo img {
    max-width: 150px;
}

.ft-logo {
    max-width: 150px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #ffff;
}

::-webkit-scrollbar-thumb {
    background: #222222;
    height: 100px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
}

.slider-mobile {
    display: none;
}

.gall-phone {
    display: none;
}

.count-phone {
    display: none;
}

.counters-sec .media-statistic {
    margin-bottom: 30px;
}

.cta-btn {
    text-align: end !important;
    margin-top: 20px;
}

@media only screen and (min-width: 10px) and (max-width: 600px) {
    .slider-mobile {
        display: block;
    }

    .col-m-bp {
        background-position: center center !important;
    }

    .slider-desktop {
        display: none;
    }

    .gall-phone {
        display: block;
        margin-top: 100px !important;
        padding-bottom: 80px !important;
    }

    .gall-desktop {
        display: none;
    }

    .count-phone {
        display: block;
    }

    .count-desktop {
        display: none;
    }

    #logo {
        max-width: 140px;
    }

    .navbar .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .burger {
        width: 40px;
        height: 40px;
    }

    .counters-sec .media-statistic {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .cta-btn {
        text-align: start !important;
        margin-top: 20px;
    }

    .coll-font {
        font-size: 30px !important;
    }

    .media-statistic .number {
        font-size: 38px !important;
    }

    .tparrows.tp-rightarrow:before {
        display: none;
    }

    .tparrows.tp-leftarrow:before {
        display: none;
    }
}