#sliderhome .tp-mask-wrap a {
    transition: .25s all ease !important;
}

li .tp-caption {
    color: #303030 !important;
}

li a {
    border-color: #303030 !important;
}

.down-section {
    z-index: 10;
    bottom: 110px;
}

.tp-bullets.hermes .tp-bullet {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 0 #fff;
}

.clients-swiper {
    max-height: 200px;
}

.clients-swiper .swiper.black-move .swiper-slide {
    align-content: center;
}

.clients-swiper .swiper-slide img {
    /* max-height: 115px; */
    max-height: 45px;
    max-width: 250px;
}

.clients-swiper.black .swiper-slide img {
    /* filter: grayscale(100%); */
}

/* Custom swipper (slider) */
.customSwiper-container * {
    max-height: 200px;
}

.customSwiper * {
    max-height: 90px;
}

.customSwiper-container .swiper-wrapper {
    max-height: 90px;
}

.customSwiper {
    /* position: absolute; */
}

.customSwiper .swiper {
    /* position: relative; */
    white-space: nowrap;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 75px;
    color: white;
    pointer-events: none;
    /* top: 43.7vh; */
    /* left: -30vh; */
    max-width: 300px;
    width: fit-content;
    margin: 0;
}

li.tercer-slide .customSwiper-container .swiper-wrapper .swiper-slide {
    color: #303030;
}

.white-overlay {
    display: block;
    background-color: white !important;
    width: 80%;
    height: 55%;
    top: 20%;
    left: 10%;
    border-radius: 5px;
}

.white-overlay.white-overlay-1 {
    height: 23%;
    top: 40%;
}

.white-overlay.white-overlay-2 {
    height: 35%;
    top: 30%;
}

.white-overlay.white-overlay-3 {
    height: 23%;
    top: 40%;
}

.text-dark-gray{
    color:rgb(31, 31, 31) !important;
}

@media (min-width: 2000px) {
    #sliderhome .opacity-extra-medium {
        width: 90%;
        height: 40%;
        top: 30%;
        left: 5%;
    }
}

@media (max-width: 1440px) and (min-width: 1040px) {
    .first-slide .tp-caption.caption-1 {
        margin-top: -130px !important;
    }
    .first-slide .tp-caption.caption-2 {
        margin-top: -120px !important;
    }
    .first-slide .tp-caption.caption-3 {
        display: none !important;
    }

    .first-slide .tp-caption.caption-5 {
        margin-top: 30px !important;
    }
    .white-overlay.white-overlay-1 {
        height: 35%;
        top: 30%;
    }
}
@media (max-width: 1440px) and (min-width: 1170px) {
    .first-slide .tp-caption.caption-4 {margin-left: -520px !important;}
}
@media (max-width: 1169px) and (min-width: 1040px) {
    .first-slide .tp-caption.caption-4 {margin-left: -455px !important;}
}


@media (max-width: 1040px) {
    .white-overlay.white-overlay-1 {
        height: 35%;
        top: 30%;
    }
}

@media (max-width: 1025px) {
    .customSwiper .swiper {
        font-size: 35px;
        line-height: 75;
    }
}

@media (max-width: 769px) {
    .customSwiper .swiper {
        font-size: 30px;
        line-height: 60px;
    }

    .white-overlay.white-overlay-1 {
        height: 34%;
        top: 30%;
        width: 70%;
        left: 15%;
    }

    .white-overlay.white-overlay-2 {
        height: 34%;
        top: 30%;
        width: 75%;
        left: 15%;
    }
    
    .white-overlay.white-overlay-3 {
        height: 27%;
        top: 38%;
        width: 75%;
        left: 15%;
    }
}

@media (max-width: 426px) {
    .customSwiper .swiper {
        font-size: 24px;
        line-height: 60px;
    }

    .white-overlay.white-overlay-1,
    .white-overlay.white-overlay-2,
    .white-overlay.white-overlay-3
    {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

}

@media (max-width: 376px) {
    .customSwiper .swiper {
        font-size: 20px;
        line-height: 60px;
    }
}

@media (max-width: 321px) {
    .customSwiper .swiper {
        font-size: 18px;
        line-height: 60px;
    }
}

.customSwiper-container .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#rev_slider_1078_1 .btn.btn-transparent-white.btn-medium {
    transition: .25s all ease;
}