.testimonials {
    background: #f6f6f6;
    width: 100%;
}

.testimonials .testimonials-list {
    margin-bottom: 35px;
    padding: 60px 25px;
}

.testimonials .avatar, .testimonials a.avatar-link {
    display: inline-block;
    height: 70px;
    overflow: hidden;
    vertical-align: middle;
    width: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonials .testimonials-text {
    background: none;
    border: none;
    color: #707070;
    font-size: 1em;
    font-style: normal;
    line-height: 2;
    margin: 30px auto 30px auto;
    max-width: 900px;
    padding: 0;
}

.testimonials .testimonials-text p:after {
    background: url(/images/quote-icon.png) left center no-repeat;
    content: '';
    display: block;
    height: 30px;
    margin: 20px auto 0 auto;
    width: 40px;
}

.testimonials .author .name {
    color: #292929;
    display: block;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonials .author .title {
    color: #999;
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.testimonials .quote {
    text-align: center;
}

.testimonials blockquote {
    border-left: none;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #0a5a14;
}

.testimonials .owl-carousel .owl-nav {
    display: none;
}