
 #testimonial-speed{padding: 60px 0px;}
.testimonial{
    text-align: center;
    margin: 0px 10px;
}
.testimonial .pic {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 0px;
	border: 1px solid #fff;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 1px #c37439;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0px 5px;
}
/* .testimonial .pic{margin: 0 auto;text-align: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: 4px solid #fff;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #003554;
    margin-bottom: 15px;
    overflow: hidden;
} */
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #003554!important;
	filter: Alpha(Opacity=50);
	opacity: 1!important;
	font-weight: 600;
}
.testimonial .pic img{padding-bottom: 40px;
    width: 100%;
    height: auto;
}
.testimonial .description {
	padding: 0 20px 20px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	border-radius: 0px;
	border-bottom: 1px solid #003554;
	/* box-shadow: 0 5px rgba(0, 0, 0, 0.1), 0 0px #003554; */
	margin-bottom: 25px;
}
/* .testimonial .description{
    padding: 0 20px 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #c06014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #003554;
    margin-bottom: 25px;
} */
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #003554;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #003554;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6b2014;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #e4ac01; }
@media only screen and (max-width: 768px){
    .testimonial{ padding: 10px; }
    .testimonial .description{ padding: 10px; }
    .testimonial {text-align: center;margin: 0px;}
}