/* ----- 
Start Testimonial
----- */
.testimonial-section .page-title h3 {
    color: var(--secondary-color);
}
.testimonial-section .page-title h3:after{
    margin: auto;
    background: var(--secondary-color);
}
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: auto;
}
.themability-testimonial {
    position: relative;
    text-align: center;
    background-attachment: fixed;
    color: var(--secondary-color);
}
.themability-testimonial {
    padding: 50px 0;
}
.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}
.themability-testimonial-content {
    margin-top: 20px;
}
.themability-testimonial-customer {
    margin: 15px 0 0;
    font-size: 16px;
}
.row-items {
    max-width: 70%;
    margin: auto;
}
.themability-testimonial-text {
    line-height: 24px;
    font-size: 14px;
    position: relative;
    margin: 15px auto auto auto;
    letter-spacing: 1px;
}
.themability-testimonial-text p {
    margin: 0;
}
.testimonial-quotes {
    font-size: 30px;
    margin-top: 20px;
    display: block;
}
@-webkit-keyframes top-to-bottom {
    0% {
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
    }
    100% {
        margin-top: 0;
    }
}
@-webkit-keyframes right-to-left {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -20px;
    }
    100% {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .themability-testimonial {
        padding: 30px 0;
    }
    .themability-testimonial-author {
        font-size: 18px;
    }
    .themability-testimonial-customer {
        font-size: 16px;
    }
    .row-items {
        max-width: 100%;
    }
}