/*CSS*/
.testimonial-bg{
	/*background:#2c3e50;
	background:#f1a94e;
	background:#56baec;
	background:#ff4c3b;
	background:#ff9900;
	background:rgba(255,153,0,0.8);
	background:#fff;*/
	background:#f2f2f2;
	/*border:1px solid #c6c8ca;*/
	border:1px solid #f2f2f2;
	}
/*.testimonial{
    text-align: center;
}*/
.testimonial{
	text-align: center;
	padding:20px;
	}
.testimonial .pic{
    margin-bottom: 35px;
}
.testimonial .pic > img{
    border-radius: 50%;
}
.testimonial .testimonial-review{
    color:#505050;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
}
.testimonial-review > .testimonial-description{
    font-style: normal;
}
.testimonial .testimonial-title{
    /*color:#21b68a;*/
	color:#ff634d;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}
.testimonial-title > small{
    color:#ff634d;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}
.owl-theme .owl-controls .owl-page span{
    width: 9px;
    height: 9px;
    background: transparent;
    /*border: 1px solid #ff634d;*/
	border: 1px solid #909090;
    margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    /*background: #fd795b;*/
	background: #fff;
}
.testimonial_img{
	border-radius: 50%;
}