/***** Testimonial Start Here *****/
.testimonials .testi-quotes {
    position: relative;
}

.testimonials .testi-quotes::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    background-image: url(../../images/quote-left.png);
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.testimonials .testi-quotes::after {
    content: '';
    position: relative;
    left: 2px;
    top: -6px;
    background-image: url(../../images/quote-left.png);
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transform: scale(-1.1);
    transform: scale(-1.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.testimonials .testimonial-item .testimonial-profile .profile-img {
    margin-right: 18px;
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
}

.testimonials .testimonial-item .testimonial-profile .profile-img img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonials .testimonial-item .testimonial-profile .profile-names {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.testimonials .testimonial-item .testimonial-profile .profile-names .name-says {
    font-family: "Atkinson Hyperlegible";
    color: var(--elm);
    font-size: var(--fs18);
    line-height: 27px;
}

.testimonials .testimonial-item .testimonial-profile .profile-names .client-designation {
    font-size: var(--fs13);
    line-height: 17px;
    max-width: 130px;
}


.testimonials .testimonials-content p a {
    color: var(--blue);;
}

.testimonials .testimonials-content p a:hover,
.testimonials .testimonials-content p a:focus {
    color: var(--elm);
}

.testimonials .text-btn-link {
    color: var(--blue);;
}

.testimonials .text-btn-link .plus-sign {
    color: var(--blue);;
}

.testimonials .text-btn-link:hover,
.testimonials .text-btn-link:focus {
    color: var(--elm);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonials .text-btn-link:hover .plus-sign,
.testimonials .text-btn-link:focus .plus-sign {
    color: var(--elm);
}

.single-quote .profile-desc .author-info .courses-count {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.single-quote .profile-desc .author-info .courses-count .course-number {
    margin-right: 10px;
}

/***** Testimonial END Here *****/