
.testimonials-carousel .swiper-slide {
    width: 130px;
    text-align: center;
}

.testimonials-carousel .swiper-slide.swiper-slide-active {
    width: 210px;
}

.testimonial-bio {
    opacity: 0;
    transform: translate3d(0px, -10px, 0px);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.t-name.fw-700 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--bs-gray-dark);
}

.testimonials-carousel .swiper-slide figure {
    max-width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
    border: 2px solid #00010C;
    padding: 10px;
}
.testimonials-carousel .swiper-slide:not(.swiper-slide-active) figure {
    margin-top: 32px;
}

.testimonials-carousel .swiper-slide figure img {
    filter: grayscale(1);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonials-carousel .swiper-slide.swiper-slide-active figure {
    max-width: 170px;
    height: 170px;
    background: var(--bs-green);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0 none;
}

.testimonials-carousel .swiper-slide.swiper-slide-active figure img {
    max-width: 80%;
    filter: grayscale(0);
}

.testimonials-carousel .swiper-slide.swiper-slide-active .testimonial-bio {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
}

.testimonial-content {
    max-width: 540px;
    background: #fff;
    padding: 45px 50px;
    margin: 35px auto 35px auto;
    color: #000;
    text-align: center;
}
.quotest-cont {
    width: 104%;
    font-size: 85px;
    position: absolute;
    z-index: 0;
    color: var(--bs-green);
    opacity: 0.15;
    left: -13px;
    height: 100%;
    top: -18px;
}

.testimonial-content:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--bs-green);
    border-radius: 50%;
    right: -25px;
    top: -25px;
}

.testimonials-carousel-one {
    margin-bottom: 15px;
}

.d-flex.quotest-cont .icon-quote_down {
    position: absolute;
    bottom: 0;
    right: 0;
}

.container-content p {
    margin: 0;
}
.container-content {
    position: relative;
    padding-bottom: 20px;
}

.testimonial-content:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    bottom: -17px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -20px;
}

@media(max-width: 767px) {
    .testimonial-content {
        padding: 30px 20px;
        margin: 15px 15px 45px 15px;
    }
    .t-name.fw-700 {
        font-size: 28px;
        line-height: 31px;
    }
    .testimonial-content .quotest-cont {
        width: 105%;
        left: -8px;
    }
    .testimonial-content:before {
        width: 30px;
        height: 30px;
        right: -15px;
        top: -15px;
    }

    .testimonial-bio {
        padding: 0 30px;
    }
}

@media(max-width: 478px){

}

@media(max-height: 420px) {

}

@media(min-width: 1200px){
    .swiper.testimonials-carousel {
        width: 875px;
    }

}
