
.testimonial{
    text-align: center;
}
.testimonial .description{
    font-size: 17px;
    color: #444;
    line-height: 25px;
    margin-bottom: 20px;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: 800;
    color: #444;
    text-transform: capitalize;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #444;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    top: 38%;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #808080;
    border-radius: 0;
}
.owl-prev{
    position: absolute;
    left: -3%;
}
.owl-next{
    position: absolute;
    right: -3%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: 'FontAwesome'; font-weight: 900;
    font-size: 16px;
    color: #808080;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
}
@media screen and (max-width: 480px){
    .owl-theme .owl-controls{ top: 48%; }
}
.testimonial-section h3{
	text-align: center;
    padding-top: 50px;
    text-transform: uppercase;
}
.testimonial-section span{
	font-size:15px
}
.mt-40{
	padding-top:40px
}