@import url("https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css");
 
.testimonial-box{
    margin: 0 auto;
    padding: 80px 0;
}
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #000000;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #9e732e;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000000 ;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #9e732e;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
    background: url(../images/prev-icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}
.owl-next{
    position: absolute;
    right: -5%;
    background: url(../images/next-icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}
 
@media only screen and (max-width: 479px){
    .testimonial{ 
        padding: 10px;
        margin: 22px;
     }
    .testimonial .description:before{ top: -20px }
    .testimonial .post{ font-size: 11px; }
    .testimonial .title{
        padding: 5px;
        margin: 20px auto;
        width: 200px;
        text-align: center;
        background: #fff;
        border: 1px solid #000000;
        font-size: 12px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
        bottom: -12px;
    }
    .testimonial .description {
        padding-bottom: 45px;
    }
}