.testimonial{
    background-color: rgba(255, 255, 255, 0.739);
    text-align: center;
    padding: 180px 15px 25px;
    margin-top: 110px;
    border-top: 5px solid #faba00;
    position: relative;
    top:20px;
    width: 100%;
    border-radius: 0px;
}
.testimonial:before{
    /*content: "\f10d";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 50px;
    color: #134085;
    opacity: 0.5;
}
.testimonial .pic{
    width: 245px;
    height: auto;
    border: 5px solid #0c2b5a;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 16px;
    color: #6f6f6f !important;
    line-height: 25px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #dddddd;
}
.testimonial .testimonial-title{
    display: block;
    text-align: center;
    font-size: 22px;
    color: #0c2b5a;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 7px;
}
.owl-theme .owl-controls .owl-page span{
    width: 20px;
    height: 3px;
    background: #0c2b5a;
}
@media only screen and (max-width: 479px){
    .testimonial{ padding: 120px 15px 25px; }
    .testimonial::before{ top: 10px; }
    .testimonial .pic{
        width: 200px;
        height: 200px;
        top: -100px;
    }
}