body{background-color:transparent}
.testimonial-slider-4{ text-align: center; }
.testimonial-slider-4 .description{
    font-size: ~~FONTSIZE~~;
    color: ~~FONTCOLOR~~;
    line-height: 27px;
    margin-bottom: 15px;
}
.testimonial-slider-4 .pic{
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 3px solid #ff9800;
    margin-bottom: 15px;
    position: relative;
}
.testimonial-slider-4 .pic:after{
    content: "";
    border-width: 12px;
    border-style: solid;
    border-color: #ff9800 #ff9800 transparent transparent;
    position: absolute;
    bottom: -18px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}
.testimonial-slider-4 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider-4 .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #413f3f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.testimonial-slider-4 .post{
    display: block;
    font-size: 15px;
    color: #ff9800;
    text-transform: capitalize;
}
.testimonial-slider-4 .owl-theme .owl-controls{
    margin-top: 10px;
}
.testimonial-slider-4 .owl-theme .owl-controls .owl-page span{
    width: 30px;
    height: 3px;
    background: #585656;
    border-radius: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.testimonial-slider-4 .owl-theme .owl-controls .owl-page.active span,
.testimonial-slider-4 .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #1bddc6;
}

.testimonial-module-slider-4 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 130px;
    bottom: 0;
    margin: auto;
}

.testimonial-module-slider-4 .owl-buttons .owl-prev {
    background: none!important;
    position: absolute;
    left: -15px;
    padding: 3px !important;
}

.testimonial-module-slider-4 .owl-buttons .owl-next {
    background: none!important;
    position: absolute;
    right: -15px;
    padding: 3px !important;
}
.testimonial-module-slider-4 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-4 .owl-buttons .nav-button i {
    background: black!important;
    padding: 8px 10px!important;
    font-size: 15px;
    margin-right: 0px;
}
.testimonial-module-slider-4.owl-theme .owl-controls .owl-buttons div {
    margin: 5px 0;
}
.testimonial-module-slider-4 .owl-pagination {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 767px){
    div.testimonial-module-slider-4.owl-carousel .nav-button {
        display: none !important;
 }
 .testimonial_module_slider_iframe, .testimonial-module-slider {
    padding: 0!important;
} 
}
