.testimonial{
    padding: 20px 15px 50px;
}
.testimonial .description{
   border: 1px solid #e0dfdf;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    padding: 45px 35px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top:-17px;
    font-size: 30px;
    color: #e77105;
}
.testimonial .description:after{
    
    content: "";
    border-top: 10px solid #e0dfdf;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 15.7%;
}
.testimonial-review{
    padding-top: 32px;
}
.testimonial-review img{
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    margin-right: 20px;
}
.testimonial-review .testimonial-title{
    color: #000;
    font-size: 17px;
    font-weight: 900;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
	font-family: 'Muli',sans-serif;
}
.testimonial-title small{
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}
.testimonial .rating{
    padding: 0;
    list-style: none;
    text-align: right;
}
.rating li{
    display: inline-block;
    color:#2c97de;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #2c97de;
}
.owl-theme .owl-controls .owl-page span{
    background: #333;
    opacity: 1;
}
@media only screen and (max-width: 480px) {
    .testimonial-review img{
        margin-left: 15px;
        margin-right: 10px;
    }
}