.testimonial-section h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 70px;
}
.testimonial-section h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #088ec3;
	left: 0;
	right: 0;
	bottom: -20px;
}
.testimonial-section .carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.testimonial-section .carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.testimonial-section .carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.testimonial-section .carousel .testimonial::before {
	content: "\201C";
	font-family: Arial,sans-serif;
	color: #e2e2e2;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}
.testimonial-section .carousel .overview b {
	text-transform: uppercase;
	color: #088ec3;
}
.testimonial-section .carousel .carousel-indicators {
	bottom: -50px;
}
.testimonial-section .carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 3px;
	box-sizing: border-box;
}
.testimonial-section .carousel-indicators li {	
	background: #e2e2e2;
	border: 4px solid #fff;
}
.testimonial-section .carousel-indicators li.active {
	color: #fff;
	background: #088ec3;    
	border: 5px double;    
}