.testimonial-sec {
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
}
 .testimonials-featured-box {
    position: relative;
    width: 30%;
}
 .testimonials-featured-box .testimonials-cta {
    display: grid;
    padding: 40px 25px;
}
.testimonials-featured-box .testimonials-cta header {
    justify-content: center;    justify-content: center;display: flex;
    align-items: center;
}
.testimonials-featured-box .testimonials-cta p,
 .testimonials-featured-box .testimonials-cta .btn-solid {
    text-align: center;
    margin: 15px auto;font-size: 15px;
}
.testimonials-featured-box .testimonials-cta .owl-controls {
    position: relative;
    padding: 10px 0;
}
.testimonials-featured-box .testimonials-cta .owl-controls #customNav.owl-testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-featured-box .testimonials-cta .owl-controls #customNav.owl-testimonial .owl-prev,
.testimonials-featured-box .testimonials-cta .owl-controls #customNav.owl-testimonial .owl-next {
    font-size: 30px;
    border: 2px solid #5abbb5;
    padding:0px 15px;
    color: #5abbb5;
    margin: 0 5px;
    cursor: pointer;
}
.testimonials-featured-box .testimonials-cta .owl-controls #customNav.owl-testimonial .owl-prev:hover,
.testimonials-featured-box .testimonials-cta .owl-controls #customNav.owl-testimonial .owl-next:hover {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background: #5abbb5;
    color: #fff;
}
.testimonial-sec .slick-track {
  display:flex;
}
.testimonial-sec .slick-slide {
    height: inherit;margin:0 1px;
}
 .testimonials-featured-wrapper {
    padding: 0;
    position: relative;
    width: 70%;
}
 .testimonials-featured-wrapper ul {
    list-style: none;
    margin: 0;padding: 0;
}
/* #testimonials-featured .testimonials-featured-wrapper ul:not(.owl-loaded) {
    height: 0;
    overflow: hidden;
    opacity: 0;
} */
.testimonials-featured-wrapper ul li {
    text-align: center;    background: #3e424a;
}

.testimonials-featured-wrapper ul li article {
    display: block;
    position: relative;
    text-align: center;
    background-color: #3e424a;
}
.testimonial-sec header h3 {
    color: #5abbb5;
}

 .testimonials-featured-wrapper ul li article .text {
    padding: 20px;
    display: grid;
}
.testimonials-featured-wrapper ul li article .text .quote .icon {
    fill: #5abbb5;
    width: 48px;
    height: 48px;
}
.testimonials-featured-wrapper ul li article h3 {
   
    color: #fff;
    font-size: 80px;
}
 .testimonials-featured-wrapper ul li article p {
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
    font-size: 15px;
}
 .testimonials-featured-wrapper ul li article p.info {
   font-family: Alata,sans-serif;
    color: #5abbb5;
    text-transform: uppercase;
}
.testimonials-featured-wrapper ul li:before {
    content: "";
    width: 4px;
    height: 180%;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
}
@media (max-width: 991px) {
    .testimonial-sec {
        flex-direction: column;
        padding: 0;
    }
   .testimonials-featured-box {
        width: 100%;
    }
   .testimonials-featured-box .testimonials-cta {
        padding: 40px 20px;
    }
     .testimonials-featured-wrapper {
        width: 100%;
    }
}
@media (max-width: 767px) {
  .testimonials-featured-wrapper ul li:before {
        display: none;
    }
}
@media (max-width: 991px) {
   .testimonial-sec header h3, .testimonial-sec header h4{
   margin: 0 0 0 10px;
}
}