.testimonials {
    background-image: url(../../../../../uploads/2021/03/testi_bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.testimonials-slider .item {
    background-image: url(../../../../../uploads/2021/03/testi_user_bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%100%;
    border-radius: 20px 20px 0 0;
    height: 100%;
    min-height: 372px;
    margin-top: 80px;
    padding: 20px 25px 35px;
    overflow: visible;
}
.testimonials .image-wrapper{
    transform: translateX(-50px);
}
.testimonials-slider .logo-wrapper {
    width: 116px;
    margin: -80px auto 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonials-slider .reviewer-info span {
    display: block;
    text-align: center;
}
.reviewer-info .client-name {
    font-weight: 700;
    font-size: 18px;
}
.reviewer-info .company-name {
    color: var(--blue-dark);
    margin-top: 3px;
    font-weight: 500;
    font-size: 14px;
}
.testimonials-slider .owl-nav {
    margin-top: 20px;
}
.testimonials-slider .owl-theme .owl-nav [class*="owl-"] {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    font-size: 20px;
    color: #fff;
}
.testimonials-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: var(--dark);
}
.testimonials-slider .owl-nav button:first-child {
    transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
    .testimonials-slider .logo-wrapper {
        width: 100px;
        margin-bottom: 20px;
        margin-top: -70px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials-slider .item {
        min-height: 340px;
    }
    .testimonials-slider .owl-theme .owl-nav [class*="owl-"] {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }
    .testimonials .image-wrapper{
        transform: unset;
    }
}
