.videos-sec {
    padding-top: 0;
    padding-bottom: 0;
}

.videos-sec .videos-box .item-box {
    position: relative;
}

.videos-sec .videos-box .item-box .play-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.videos-sec .videos-box .owl-carousel .owl-item img {
    object-fit: fill;
}

.videos-sec .videos-box .item-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.videos-sec .videos-box .item-box .video {
    width: 60%;
    position: absolute;
    bottom: 10px;
    right: 25px;
    background: #04172A;
    border-radius: 20px;
}

.videos-sec .videos-box .item-box .video .video__image,
.videos-sec .videos-box .item-box .video .video__image .item {
    width: 100%;
}

.videos-sec .videos-box .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.videos-sec .videos-box .owl-nav .owl-prev {
    right: 25px;
}

.videos-sec .videos-box .owl-nav .owl-next {
    left: 25px;
}

/********************************************************************************************************************/

.partners .partner-box .item {
    box-shadow: none !important;
}

.partners .partner-box .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 100%;
}

.partners .partner-box .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #ffffff !important;
    position: relative;
    font-size: 20px !important;
}

.partners .partner-box .owl-nav .owl-next {
    right: 25px;
}

.partners .partner-box .owl-nav .owl-prev {
    left: 25px;
}

/********************************************************************************************************************/

.counters {
    margin-bottom: 50px;
    padding-block: 40px;
    position: relative;
    background-image: unset;
    background-size: unset;
    background-position: unset;
}

.counters .counters-box {
    background-color: unset;
    border-radius: 20px;
    padding: 20px;
    color: var(--primary-color) !important;
}

.counters .counters-box .counter {
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 45px 20px 35px;
}

.counters .counters-box .counter .icon-box {
    position: relative;
    margin-bottom: 10px;
}

.counters .counters-box .counter .icon-box svg {
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    top: -13px;
}

.counters .counters-box .counter .count {
    font-size: 30px;
    color: var(--secondary-color) !important;
}

.counters .counters-box .counter .title {
    margin-bottom: 0;
    color: #2E2E2E !important;
    font-size: 20px;
}

/********************************************************************************************************************/

.faqs .custom-accordion {
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 20px 0px #8725DE0D;
}

.faqs .custom-accordion .card-header {
    border-radius: 12px;
    background-color: #FFFFFF;
    border: none;
}

.faqs .card-header.active {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faqs .toggle-icon i {
    transition: transform 0.3s ease;
}

.faqs .custom-accordion .card-header .custom-toggle .toggle-icon {
    font-size: 27px;
    background-color: #FFFFFF;
    color: var(--primary-color);
}

.faqs .custom-accordion .card-header .custom-toggle {
    color: #4D4455;
}

.faqs .custom-accordion .card-header.active .custom-toggle {
    color: #FFFFFF;
}

.faqs .custom-accordion .card-header.active .custom-toggle .toggle-icon {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

/********************************************************************************************************************/
.testimonials .testimonials-box .owl-item.active {
    position: relative;
}

.testimonials .testimonials-box .owl-item.active:nth-child(2) {
    z-index: 5;
}

.testimonials .testimonials-box .owl-item.active .testimonial {
    position: absolute;
    left: -50px;
}

.testimonials .testimonials-box .owl-stage-outer {
    padding: 20px 27px;
}

.testimonials .testimonials-box .testimonial {
    /*border: 3px solid #edededd1;*/
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    font-size: 14px;
    backdrop-filter: blur(18.672502517700195px);
    box-shadow: -3px 3.42px 5.84px 0px #00000026;
}

.testimonials .testimonials-box .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials .testimonials-box .testimonial .description {
    font-size: 15px;
    font-weight: 700;
    color: #707070;
    text-align: start;
    margin-top: 20px;
}

.testimonials .testimonials-box .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 100%;
}

.testimonials .testimonials-box .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #ffffff !important;
    position: relative;
    font-size: 20px !important;
}

.testimonials .testimonials-box .owl-nav .owl-next {
    right: 60px;
}

.testimonials .testimonials-box .owl-nav .owl-prev {
    left: 60px;
}

/********************************************************************************************************************/


@media (max-width: 1199.98px) {
    .videos-sec .videos-box .item-box .video {
        width: 80%;
    }

    .videos-sec .videos-box .item-box .video .item {
        padding: 20px;
    }
}


@media (max-width: 991px) {
    .videos-sec .videos-box .item-box .video {
        width: calc(100% - 50px);
    }

    .videos-sec .videos-box .item-box .video .item {
        padding: 20px;
    }

    .testimonials .testimonials-box .testimonial .name {
        display: block;
    }
}


@media (max-width: 575.98px) {
    .partners .partner-box .owl-nav {
        display: none !important;
    }

    .testimonials .testimonials-box .owl-stage-outer {
        padding: 20px 0px;
    }

    .testimonials .testimonials-box .owl-item.active .testimonial {
        left: 0;
        transform: scale(1) !important;
    }

    .testimonials .testimonials-box .owl-nav {
        display: none !important;
    }
}
