.testimonial-item {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*.testimonial-item img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*}*/
.testimonial-item h3 { color: #333; }
.rating { font-size: 20px; color: gold; }
.owl-carousel.testimonials-carousel.owl-loaded.owl-drag {
    direction: ltr;
}
img.testimonials-logo{
    width: 250px !important;
    height: 50px !important;
    object-fit: contain;
    margin: auto;
}
/***excerpt***/

.testimonial-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    padding: 5px 10px;
    background: #033052;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 15px;
    transition: 0.3s;
}
a.read-more{
    color:white !important;
}
.read-more:hover {
    background: #005f87;
}



/***scale***/
.testimonial-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}







