
 
.testimonial{
    text-align: center;
}
.testimonial .description{
    font-size: 14px;
    color: #0f0f0f;
    line-height: 25px;
    margin-bottom: 20px;
}
.testimonial .pic{
    width: 140px;
    height: 160px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 18px;
    font-weight: 600;
    color: #002e5b;
    text-transform: capitalize;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    color: #002e5b;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    top: 15%;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: transparent;
    border: 2px solid #002e5b;
    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-size: 16px;
    color: #002e5b;
}
.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: 35%; }
}