
.testimonials-grid { 
    text-align: center; 
}
.testimonials-grid .carousel-title {
    display: none;
}
.testimonials-grid .slick-list { 
    position: relative;
}
.testimonials-grid .slick-list:before,
.testimonials-grid .slick-list:after { 
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-grid .slick-list:before { 
    left: 0;
    top: 0;
    background-image: url('../img/quote-l.png');
}
.testimonials-grid .slick-list:after { 
    right: 0;
    bottom: 0;
    background-image: url('../img/quote-r.png');
}
.jCarouselMainWrapper .testimonials-grid .slick-arrow {
    display: none !important;
}
.jCarouselMainWrapper .testimonials-grid .slick-dots {
    padding: 20px 0 30px;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.jCarouselMainWrapper .slick-dots li {
    display: inline-block;
    overflow: hidden;
    margin: 0 8px;
}
.jCarouselMainWrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    background: rgb(0 116 200 / 40%);
    border-radius: 50%;
    text-indent: 999px;
    border: 0
}
.jCarouselMainWrapper .slick-dots .slick-active button {
    background-color: #0074c8;
}
.testimonial-item {
    padding: 30px 150px;
}
.testimonial-item .logoImage { 
    margin-bottom: 35px; 
    position: relative; 
    border-radius: 4px; 
    overflow: hidden; 
    background-color: #ffffff; 
    padding: 0 35px;
    height: 200px;
    display: grid;
    align-items: center;
    text-align: center; 
}
.testimonial-item .logoImage .imagerap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    margin: auto;
    z-index: 0;
    border-radius: 6px;
    background-color: transparent;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(43,43,43,.10) 100%, rgba(43,43,43,.10) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,43,43,.10) 100%)), color-stop(100%, rgba(43,43,43,.10));
    background: -webkit-linear-gradient(top, rgba(43,43,43,.10) 0%, rgba(43,43,43,.10) 100%);
    background: -o-linear-gradient(top, rgba(43,43,43,.10) 0%, rgba(43,43,43,.10) 100%);
    background: -ms-linear-gradient(to bottom, rgba(43,43,43,.10) 0%, rgba(43,43,43,.10) 100%);
    background: linear-gradient(to bottom, rgba(43,43,43,.10) 0%, rgba(43,43,43,.10) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2b2b2b', GradientType=0 );
}
.testimonial-item .logoImage img { 
    display: inline; 
    width: auto; 
    max-width: 60%;
    margin: auto;
}
.testimonial-item .description { 
    position: relative; 
}
.testimonial-item .description p { 
    font-size: 18px; 
    line-height: 30px; 
    font-weight: 300; 
    color: #000000;
    margin-bottom: 25px; 
}
.testimonial-item .author_details p { 
    font-size: 16px; 
    line-height: 30px; 
    font-weight: 500;  
    color: #000000;
    margin-bottom: 0px; 
}
.testimonial-item .author_details .author_name { 
    color: #000000; 
    font-size: 16px; 
    font-weight: 500;
    line-height: 30px;
}

.testimonials-wrapper {
   background-color: #f2f2f2;
   padding: 50px 0;
}
.testimonials-wrapper ul.testimonial_lists { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: start; 
    justify-content: space-between; 
}
.testimonials-wrapper ul.testimonial_lists li { 
    width: 100%; 
    margin-bottom: 30px; 
}

/*-- Testimonials list page --*/
.testimonials-page .testimonials-grid {
    margin-bottom: 60px;
}
.testimonials-page .testimonials-grid .testimonial-item {
	position: relative;
	padding: 30px 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0577c5;
}
.testimonials-page .testimonials-grid .testimonial-item:before,
.testimonials-page .testimonials-grid .testimonial-item:after { 
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-page .testimonials-grid .testimonial-item:before { 
    left: 0;
    top: 0;
    background-image: url('../img/quote-l.png');
}
.testimonials-page .testimonials-grid .testimonial-item:after { 
    right: 0;
    bottom: 20px;
    background-image: url('../img/quote-r.png');
}


/*------------ Respoonsive --------------*/

@media (min-width: 481px) {
    
}
@media (min-width: 767px) {

}

@media (min-width: 1025px) {
    .testimonials-wrapper .testimonials-grid {
        width: 980px;
        margin: auto;
    }
}

@media (min-width: 1281px) {
    .testimonials-wrapper .testimonials-grid {
        width: 1200px;
    }
}

@media (min-width: 1441px) {
    .testimonials-wrapper .testimonials-grid {
        width: 1315px;
    }
}
@media (max-width: 1024px) {
    .testimonials-wrapper {
    padding: 20px 24px;
}
.testimonials-wrapper .testimonials-grid {
    margin: 0;
}
.testimonials-wrapper .testimonial-item {
    padding: 50px 0;
}
}


