
.pest-testimonial{
    border: 10px solid #9e510f;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
}
.pest-testimonial:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width:60px;
    height:60px;
    line-height:100px;
    background:#ffffff;
    margin: 0 auto;
    font-size:40px;
    font-weight:900;
    color: #535251;
    position:absolute;
    top: -55px;
    left: 0;
    right: 0;
}
.pest-testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #f6c812;
    font-size: 22px;
    font-weight: 700;
    color:#000000;
    position: relative;
}
.pest-testimonial .title:before{
    content: "";
    border-top: 15px solid #9e510f;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.pest-testimonial .title:after{
    content: "";
    border-top: 15px solid #9e510f;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.pest-testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#6a6a6a;
}
.pest-testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #535251;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
    .pest-testimonial{ margin: 30px; }
}




.pest-testimonial-details
{
    padding: 0 20px;
    margin: 0;
    font-size:11pt;
    color:#000000;
    line-height:18px;
}