.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 8px;
    background: rgba(255, 255, 255, 0) !important;
    width: 8px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 4px;
    border: 1px solid #d6ab60;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #d6ab60 !important;
    width: 15px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    /*background-color: white;*/
    /*box-shadow: 0 0 2px #dadfd3;*/
    /*margin: 2px;*/
    /*padding: 20px;*/
    /*font-style: italic;*/
    /*padding-left: 85px;*/
}

.single-testimonial-descr {
    background-color: white;
}

.single-testimonial-author span {
}

.single-testimonial-author-name {
    text-align: left;
    font-size: 21px !important;
    color: #fff;
    font-weight: 300;
}

.single-testimonial-author-position {
    text-align: left;
    line-height: 13px;
    font-size: 16px !important;
    color: #fff;
    font-weight: 300;
}

.single-testimonial-item img {
    border-radius: 50%;
    width: 70px !important;
}

.single-testimonial-author-arrow {
    position: absolute;
    bottom: 98px;
    left: -10px;
    width: 42px;
    height: 22px;
    background: -webkit-linear-gradient(left,#c0954b,#e7bd74);
    background: -o-linear-gradient(right,#c0954b,#e7bd74);
    background: -moz-linear-gradient(right,#c0954b,#e7bd74);
    background: linear-gradient(to right,#c0954b,#e7bd74);
    transform: rotate(90deg) skew(-52deg);
    z-index: -1;
}

/*.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}*/

/*.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}*/

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}