
.msb-block.msb-testimonials {
    position: relative;
    z-index: 99;
    margin-top: -410px;
    margin-bottom: 70px;
}
.msb-block.msb-testimonials .msb-heading-block {
    margin-bottom: 0;
}
.msb-testimonial-items {
    position: relative;
    padding-bottom: 10px;
}
.msb-testimonial-item {
    border: 1px #C2C2C2 solid;
    border-radius: 12px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin: 10px 0 0;
}
.msb-testimonial-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}
.msb-testimonial-item .avatar {
    width: 230px;
    min-width: 230px;
    position: relative;
    overflow: hidden;
}
.msb-testimonial-item .avatar:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,103,31,0) 0%, rgba(255,103,31,.1) 100%);
    background: linear-gradient(to right, rgba(255,103,31,0) 0%, rgba(255,103,31,.1) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.msb-testimonial-item:hover .avatar:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.msb-testimonial-item .avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.msb-testimonial-item:hover .avatar img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.msb-testimonial-item .content {
    padding: 25px 25px 25px 0;
    background: #ffffff;
    position: relative;
}
.msb-testimonial-item .content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -25px;
    background: #ffffff;
    border-radius: 0 0 0 25px;
    z-index: 9;
}
.msb-testimonial-item .content .content-top {
    position: relative;
    z-index: 10;
    padding-right: 59px;
    background-image: url("../images/icons/icon-quote.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-bottom: 25px;
}
.msb-testimonial-item .content .name {
    color: #231F20;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.msb-testimonial-item .content .position {
    font-family: "SVN-Gotham Rounded Light Italic";
    font-size: 12px;
    color: #FF671F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.msb-testimonial-item .content .desc {
    position: relative;
    z-index: 10;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.testimonials-top .msb-testimonial-item {
    border-color: transparent;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.testimonials-top .msb-testimonial-item .avatar {
    width: 500px;
    min-width: 500px;
}
.testimonials-top .msb-testimonial-item .content {
    padding: 50px 50px 50px 0;
    background: #ffffff;
    position: relative;
}
.testimonials-top .msb-testimonial-item .content:after {
    left: -50px;
}
.testimonials-top .msb-testimonial-item .content .desc {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.msb-quote {
    padding: 20px 70px;
    background: #f2f2f4;
    font-family: "SVN-Gotham Rounded Bold";
    font-size: 16px;
    position: relative;
    z-index: 10;
    margin-top: 30px;
}
.msb-quote:before,
.msb-quote:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 36px;
    background-image: url("../images/icons/icon-quote-small.png");
    background-repeat: no-repeat;
}
.msb-quote:before {
    top: 20px;
    left: 42px;
}
.msb-quote:after {
    bottom: 0;
    right: 42px;
}
.msb-quote p {
    margin: 0;
}
.msb-testimonial-items .nav-dots {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .msb-block.msb-testimonials {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .testimonials-top .msb-testimonial-item .avatar {
        width: 390px;
        min-width: 390px;
    }
    .testimonials-top .msb-testimonial-item .content {
        padding: 0 20px 25px;
        margin-top: -45px;
        background: transparent;
        position: relative;
    }
    .testimonials-top .msb-testimonial-item .content:after {
        display: none;
    }
    .testimonials-top .msb-testimonial-item .content:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 126%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    }
    .msb-quote {
        padding: 20px 32px;
    }
    .msb-quote:before {
        left: 15px;
    }
    .msb-quote:after {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .testimonials-top .msb-testimonial-item {
        display: block !important;
        min-height: auto;
    }
    .testimonials-top .msb-testimonial-item .avatar {
        width: auto;
        min-width: auto;
        height: 250px;
    }
    .testimonials-top .msb-testimonial-item .content .desc {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 480px) {
    .msb-testimonial-item {
        display: block !important;
    }
    .msb-testimonial-item .avatar {
        width: auto;
        min-width: auto;
        height: 250px;
    }
    .msb-testimonial-item .content {
        padding: 0 20px 25px;
        margin-top: -45px;
        background: transparent;
    }
    .msb-testimonial-item .content .content-top {
        padding-right: 39px;
        background-size: 29px;
        margin-bottom: 9px;
    }
    .testimonials-thumbs .msb-testimonial-item .content:after {
        display: none;
    }
    .testimonials-thumbs .msb-testimonial-item .content:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 126%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 100%);
    }
    .msb-quote {
        display: none;
    }
}