


.testimonial .testimonial-content{
    padding: 8px;
    margin-bottom: 35px;
    position: relative;
    margin: 12px;
    border: solid 1px #ddd;
    background: #fff;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #3e3e3e;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post {
    display: block;
    font-size: 13px;
    color: #d4d4d4;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242 !important;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 1 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff !important;
}.owl-theme .owl-controls .owl-buttons div.owl-prev {position: absolute;top: 0;right: 53px;margin-top: -56px;color: #011e40;display: inline-block;zoom: 1;
*display: inline;padding: 7px 16px;font-size: 22px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 0;background: #fff;opacity: 1;}
.owl-theme .owl-controls .owl-buttons div.owl-next {position: absolute;top: 0;right: 0;margin-top: -56px;color: #011e40;display: inline-block;zoom: 1;
*display: inline;padding: 5px 16px;font-size: 24px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 0;background: #fff;opacity: 1;}
