
.testimonial-bg{
   background-color:#fff;
    border: 1px solid #ccc;
     font-family: 'Raleway', sans-serif;
    padding: 35px 70px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 35px;
    height: 35px;
  border: 1px solid #ccc;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #3c414c;
    position: absolute;
    top: -13px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 13px;
    font-weight:400;
    color: #848484;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #ccc;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #007BFF;
}
.post2{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 12px;
    color: #007BFF;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #34363b;
    opacity: 1;
    padding: 0;
   display:inline-block;
   margin:0 10px; 
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .post2{
        font-size: 10px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}