/* ----- 
Start Testimonial
----- */
.testimonial-section .page-title h3 {
    color: var(--secondary-color);
}
.testimonial-section .page-title h3:after{
    margin: auto; 
}
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto; 
}
.themability-testimonial {
    position: relative; 
    background-attachment: fixed;
    color: var(--secondary-color);
    padding-top: 50px;
    padding-bottom: 50px;
}

.themability-testimonial-author {
    text-transform: capitalize;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.themability-testimonial-content {
    margin: auto; 
}
.themability-testimonial-customer {
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.row-items {
    max-width: 60%;
    display: flex;
    margin: auto;
}
.tetimonial-image-content {
    display: inline-block;
}
.themability-testimonial-images {
    display: inline-block;
}

.themability-testimonial-text {
    line-height: 24px;
    font-size: 16px; 
    margin-left: 40px; 
}
.themability-testimonial-text p { 
    margin: 0; 
}
.themability-testimonial-content .themability-testimonial-text .btn-info {
    margin-top: 22px;
    border: 2px solid #FFFFFF;
}
.testimonial-quotes {
    font-size: 30px;
    margin-top: 20px;
    display: block;
    display: none;
}
@-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:1199px) {
    .row-items {
        max-width: 80%;
    }
}
@media (max-width: 991px) { 
    .themability-testimonial-author {
        font-size: 18px;
    }
    .themability-testimonial-customer {
        font-size: 16px;
    }
    .row-items {
        max-width: 100%;
    }
}
@media (max-width:767px) {
    .row-items{
        display: block;
    }
    .tetimonial-image-content {
        display:block;
        justify-content: center;
    }
    .themability-testimonial-content{
        text-align: center;
    }
    .themability-testimonial .container .testimonial-section {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .themability-testimonial-block .themability-testimonial{
        padding: 0;
    }
    .testimonial-section .owl-item{
        text-align: center;
    }
    .slideTestimonial .row-items .themability-testimonial-images img {
        width: 50%;
        margin: auto;
    }
    .themability-testimonial-text{
        margin-left: 0;
    }
}
@media (max-width:530px) {
    .themability-testimonial-text {
        font-size: 14px;
        line-height: 22px;
    }
}