/* ----- 
Start Testimonial
----- */
.row-items {
    margin-bottom: 30px;
}
.tetimonial-image-content {
    text-align: center;
    color: #fff;
}
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: 40px auto auto auto;
    -webkit-box-shadow: 0 0 40px var(--secondary-hover-color);
    box-shadow: 0 0 40px var(--secondary-hover-color);
}
.themability-testimonial {
    position: relative;
    padding: 50px 15px;
    max-width: 1920px;
    margin: auto;
}
.themability-testimonial:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(32, 27, 50, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.themability-testimonial:after {
    content: "";
    background: url(../image/testimonial-bg1.png) center center;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    animation: top-to-bottom 5s linear infinite;
}
.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 18px;
}
.themability-testimonial-content {
    margin-top: 25px;
}
.themability-testimonial-customer {
    margin: 10px 0 0;
    /*color: var(--secondary-light-color);*/
}
.themability-testimonial-text {
    line-height: 24px;
    margin: 20px auto auto auto;
}
.themability-testimonial-text p {
    margin: 0;
}
.testimonial-quotes {
    font-size: 30px;
    margin: 22px 0 0 0;
    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: 1199px) {
    .tetimonial-image-content{
        /*padding: 20px 15px;*/
    }
}
@media (max-width: 991px) {
    .row-items {
        margin-bottom: 0;
    }
    .themability-testimonial{
        padding: 30px 15px;
    }
    .slideTestimonial .row-items .themability-testimonial-images img{
        margin: 25px auto auto auto;
    }
}
@media (max-width: 767px) {
    .themability-testimonial-text{
        margin: 10px auto auto auto;
    }
    .themability-testimonial-content {
        margin-top: 20px;
    }
}
