/* ----- 
Start Testimonial
----- */
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: auto;
    border: 3px solid var(--primary-hover-color);
}
.themability-testimonial-block .page-title h3 {
    color: var(--secondary-color);
    margin: -6px 0 30px;
}
.themability-testimonial-block .page-title h3:after {
    display: none;
}
.themability-testimonial-block {
    position: relative;
    text-align: center;
    background: url(../image/testimonial-bg.jpg) center center;
    background-size: cover;
    color: var(--secondary-color);
    background-attachment: fixed;
}
.themability-testimonial-block:before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    opacity: 60%;
    position: absolute;
    left: 0;
    right: 0;
}
.themability-testimonial {
    padding: 50px 15px;
}
.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.themability-testimonial-content {
    margin-top: 27px;
}
.themability-testimonial-customer {
    margin: 7px 0 0;
}
.themability-testimonial-text {
    margin: 35px 0 30px;
    line-height: 24px;
}
.themability-testimonial-text p {
    margin: 0;
}
@-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 15px;
    }
    .themability-testimonial-block .page-title h3 {
        margin: 0 0 15px;
    }
    .themability-testimonial-content {
        margin-top: 10px;
    }
    .themability-testimonial-text {
        margin: 5px 0 10px;
    }
}
@media (max-width: 767px) {
    .themability-testimonial {
        padding: 20px 15px;
    }
}
