/* ----- 
Start Testimonial
----- */
.themability-testimonial-block {
    margin-bottom: 150px;
}
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: auto;
    border: 3px solid var(--secondary-color);
}
.themability-testimonial {
    position: relative;
    text-align: center;
    background: url(../image/testimonial-bg.png) center center;
    background-size: cover;
    color: var(--secondary-color);
    background-attachment: fixed;
}
.themability-testimonial {
    padding: 50px 0;
}
.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.themability-testimonial-content {
    margin-top: 35px;
}
.themability-testimonial-customer {
    margin: 15px 0 0;
    font-size: 16px;
}
.row-items {
    max-width: 750px;
    margin: auto;
}
.themability-testimonial-text {
    line-height: 24px;
    font-size: 17px;
    position: relative;
    margin: 30px auto auto auto;
    padding: 0 40px;
}
.themability-testimonial-text p {
    margin: 0;
}
.themability-testimonial-text i {
    position: absolute;
    left: 0;
    top: -50px;
    transform: rotate(180deg);
    font-size: 40px;
}
@-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: 1440px) {
    .themability-testimonial-block {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .themability-testimonial {
        padding: 30px 0;
    }
    .themability-testimonial-content {
        margin-top: 20px;
    }
    .themability-testimonial-text {
        padding: 0 30px;
        margin: 20px auto auto auto;
    }    
    .themability-testimonial-text i{
        font-size: 20px;
        top: -30px;
    }
    .themability-testimonial-block {
        margin-bottom: 30px;
    }
}

