
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/
:root {
  --test24-base: #e40013;
}
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    position: relative;
    padding: 30px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f1f1f1;
}
.ml-30 {
  margin-left: 30px !important;
}
.testimonials .item .stars {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0 0 0 20px;
    color: #f5b754;
    background: #fff;
}
.testimonials .item .stars span {
    font-size: 13px;
}
.testimonials .item .stars .shap-left-top {
    position: absolute;
    top: -2px;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonials .item .stars .shap-left-top svg {
    width: 24px;
    height: 24px;
}
.testimonials .item .stars .shap-right-bottom {
    position: absolute;
    bottom: -25px;
    right: -2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonials .item .stars .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}
.testimonials .item i.fa-quote-left {
    color: #f5b754;
    font-size: 45px;
    margin-bottom: 10px;
}
.testimonials .item .text h5 {
    border-radius: 20px;
    color: #f5b754;
    font-weight: 700;
    font-size: 16px;
}
.testimonials .item .text p {
    color: #222;
    margin-bottom: 15px;
}
.testimonials .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}
.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .item .info h6 {
    color: #111;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
}
.testimonials .item .info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    color: #222;
    margin-bottom: 0;
}
.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}
.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

