
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/

.single-testimonial {
position: relative;
background:#fff;
padding: 30px;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.single-testimonial::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	font-size: 40px;
    content: "\f10e";
    font-family: 'FontAwesome';
    padding-left: 14px;
	height: 64px;
	width: 50px;
	color: #fff;
	background-color: #fda40b;
	right: 0;
	top: 0;
}
.testimonial-comment-desc h2 {
	font-weight: bold;
	color: #071c34;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.testimonial-comment-desc .title {
	color: #071c34;
	font-size: 17px;
	margin-bottom: 10px;
}
.testimonial-comment-box {
	width: 100px;
	height: 100px;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	float: left;
}
.testimonial-comment-box img {
    border-radius: 100%;
}

.client-rating span {
	color: #fda40b;
}
.testimonial-comment-desc {
	padding-left: 126px;
}