body{background-color:transparent}
.testimonial-slider-2{
    text-align: center;
    margin: 0 10px;
}
.testimonial-slider-2 .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: ~~BORDERWIDTH~~ solid ~~BORDERCOLOR~~;
    border-left: ~~BORDERWIDTH~~ solid ~~BORDERCOLOR~~;
    font-size: ~~FONTSIZE~~;
    color: ~~FONTCOLOR~~;
    line-height: 25px;
    min-height: ~~MINHEIGHT~~;
    text-align: left;
    position: relative;
}
.testimonial-slider-2 .testimonial-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slider-2 .testimonial-content:before {
    content: "";
    width: 2px;
    height: 20px;
    background: ~~BORDERCOLOR~~;
    position: absolute;
    top: -52px;
    left: 50%;
}
 .testimonial-slider-2 .testimonial-content:after {
    content: "";
    width: 3px;
    height: 40px;
    background: ~~BORDERCOLOR~~;
    position: absolute;
    top: -71px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial-slider-2 .description:before{
    content: "\f10e";
    font-family: fontawesome;
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ff5a5f;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0;
}

.testimonial-slider-2 .description:after{
    content: "";
    width: 50%;
    height: 2px;
    background: ~~BORDERCOLOR~~;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial-slider-2 .testimonial-slider-2-content{ position: relative; }
.testimonial-slider-2 .testimonial-slider-2-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial-slider-2 .testimonial-slider-2-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial-slider-2 .pic{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 7px;
    border: 1px solid #eee;
}
.testimonial-slider-2 .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-slider-2 .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.testimonial-slider-2 .owl-theme .owl-controls{
    margin-top: 30px;
}
.testimonial-slider-2 .owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.testimonial-slider-2 .owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}

.testimonial-module-slider-2 .owl-buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto;
    top: calc(50% - 30px);
    height: 100%;
    opacity: 0;
}
.testimonial-module-slider-2 .owl-buttons .owl-prev {
    background: none!important;
    position: absolute;
    left: 5px;
    padding: 3px !important;
    z-index: 9;
}

.testimonial-module-slider-2 .owl-buttons .owl-next {
    background: none!important;
    position: absolute;
    right: 5px;
    padding: 3px !important;
    z-index: 9;
}
.testimonial-module-slider-2 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-2 .owl-buttons .nav-button i {
    background: transparent;
    padding: 8px 10px!important;
    font-size: 22px;
    margin-right: 0px;
}

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

.owl-carousel .owl-wrapper-outer{
    z-index: 9;
}
