
.widget_comments_list_testimonials .carousel {
	margin: 50px auto;
	padding: 0 0;
}
.widget_comments_list_testimonials .carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.widget_comments_list_testimonials .carousel p { margin:0; }
.widget_comments_list_testimonials .carousel .media img {
	width: 64px;
	height: 64px;
	display: block;
	border-radius: 50% !important;
}
.widget_comments_list_testimonials .carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.widget_comments_list_testimonials .carousel .testimonial::before {
	font-family:"Font Awesome 5 Free";font-style:normal;font-weight:600;font-display:auto; content:"\f10d";
	color: #e2e2e2;
	font-size: 38px;
	line-height: 54px;
	position: absolute;
	left: 0;
	top: -10px;
}
.widget_comments_list_testimonials .carousel .testimonial .text {
	font-size:16px;line-height:22px;height:86px; overflow:hidden;
}
.widget_comments_list_testimonials .carousel .overview{ margin-top:10px; }
.widget_comments_list_testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #1c47e3;
	font-weight:normal;
	font-family:BaseFontBold;
}
.widget_comments_list_testimonials .carousel .carousel-indicators {
	bottom: -60px;
}
.widget_comments_list_testimonials .carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 50%;
	margin: 1px 3px;
}
.widget_comments_list_testimonials .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.widget_comments_list_testimonials .carousel-indicators li.active {
	color: #fff;
    background: #1c47e3;    
    border: 5px double;    
}