/*=============================================
  Testimonial Title
=============================================*/
.testimonials_title {
    font-family: "Arial", Helvetica, sans-serif;
	font-size:44px;
	font-weight:bold;
    color: #000;
	margin-top:48px;
    margin-bottom:30px;
	text-align: center;
}
.testimonials_subtitle {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	text-align: center;
}


/*=============================================
  Testimonials
=============================================*/
.carousel {
	width: 650px;
	margin: 0 auto;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 230px;
}
.carousel .item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	font-size:24px;	
	line-height:28px;
	padding-bottom:25px;
	color:#000;
}
.carousel .overview {
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	display: block;	
	padding-bottom:5px;
}
.carousel .overview a {
	font-size: 18px;
	font-weight:bold;	
	padding-bottom:10px;
	color:#99989c;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #e5b449;
	padding-top:20px;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border-color: #666;
}
.carousel-indicators li.active {
	border: none;
	background:#86858a;		
}

/*=============================================
  Resposive Clients
=============================================*/
@media only screen and (max-width: 1200px) {
.carousel {
	max-width:100%;
	margin: 0 auto;
	padding-bottom: 5px;
}  

.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 220px;
}
 
.carousel .testimonial {
	font-size:16px;	
	line-height:20px;
} 	
.carousel .overview b {
	font-size: 14px;
}
.carousel .overview a {
	font-size: 16px;
}

.testimonials_title {
	font-size:26px;
    color: #000;
	margin-top:140px;
    margin-bottom:15px;
	text-align: center;
}
.testimonials_subtitle{
	font-size: 13px;
	color: #000;
	text-align: center;
	padding-bottom:30px;
}
}