#clientSwiper {
    position: relative;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f0f0f0;
}

#clientSwiper .swiper {
    width: 90%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-wrapper {
    margin-top: 40px;
}

#clientSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 410px;
    height: 500px;
    min-height: 530px;
    background: #000;
    /* background-image: url("../assets/images/banner.jpg"); */
    background-color: #000;
    background-repeat: no-repeat;
    border: 1px solid #000;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0);
    filter: blur(2px);
}

#clientSwiper .swiper-slide-active {
    filter: blur(0px);
}

.testinomialBox {
    position: relative;
    height: 100% !important;
    width: 100%;
    padding: 50px 15px;
    color: #fff;
}

.testinomialBox .quote {
    position: absolute;
    top: 40px;
    width: 20px;
    left: 6%;
}

.testinomialBox .content {
    margin-top: 55px;
    font-size: 1rem;
    margin-left: 5px;
    padding: 30px;
    text-align: justify;
    letter-spacing: 0.1rem;
    font-style: italic;
    height: 100% !important;
}

.testinomialBox .details {
    display: flex;
    margin-top: 20px;
}

.testinomialBox .details .imgBx {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.testinomialBox .details .imgBx img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testinomialBox .details h3 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(241, 187, 38);
    line-height: 1.1em;
    margin-top: 30px;
    margin-left: 30px;
}

.testinomialBox .details h3 span {
    font-size: 1.1rem;
    color: #fff;
}

#clientSwiper .swiper-slide-shadow-left,
#clientSwiper .swiper-slide-shadow-right {
    background-image: none;
}


/*Sponsor Slider CSS*/

#sponsor-section {
    position: relative;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#sponsor-section .swiper {
    width: 90%;
    height: 12rem;
    background: #fff;
}

#sponsor-section .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#sponsor-section .swiper-slide img {
    display: block;
    object-fit: cover;
}


/* Responsive */

@media (max-width: 500px) {
    #clientSwiper .swiper-slide {
        width: 100%;
        height: 400px;
    }
    .testinomialBox .content {
        font-size: 0.8rem;
        letter-spacing: 0rem;
    }
    .testinomialBox .quote {
        width: 10px;
        margin-bottom: 1rem;
        left: 10%;
    }
    .testinomialBox .details h3 {
        font-size: 0.9rem;
        font-weight: 400;
        letter-spacing: 0px;
        margin-left: 5px;
    }
    .testinomialBox .details h3 span {
        font-size: 0.7rem;
    }
}

@media (max-width: 400px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}