body{background-color:transparent} 
.testimonial-slider-10{
    border-left: 4px solid #d45113;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 90px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.testimonial-slider-10:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial-slider-10 .pic{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 40px);
    left: 20px;
    border: 1px solid #eee;
}
.testimonial-slider-10 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider-10 .description{
    font-size: 17px;
    color: #000;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial-slider-10 .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    margin: 0;
}
.testimonial-slider-10 .post{
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #d45113;
}
/* @media only screen and (max-width: 767px){
    .testimonial-slider-10{
        padding: 12px;
        text-align: center;
    }
    .testimonial-slider-10 .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
} */

.testimonial-module-slider-10 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 130px;
    bottom: 0;
    margin: auto;
}
.testimonial-module-slider-10 .owl-buttons .owl-prev {
    background: none!important;
    position: absolute;
    left: -15px;
    padding: 3px !important;
}

.testimonial-module-slider-10 .owl-buttons .owl-next {
    background: none!important;
    position: absolute;
    right: -15px;
    padding: 3px !important;
}
.testimonial-module-slider-10 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-10 .owl-buttons .nav-button i {
    background: black!important;
    padding: 8px 10px!important;
    font-size: 15px;
    margin-right: 0px;

}
.testimonial-module-slider-10.owl-theme .owl-controls .owl-buttons div {
    margin: 5px 0;
}
.testimonial-module-slider-10 .owl-pagination {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 767px){
    div.testimonial-module-slider-10.owl-carousel .nav-button {
        display: none !important;
 }
 .testimonial_module_slider_iframe, .testimonial-module-slider {
    padding: 0!important;
} 
}
