/* ===========================================
   TESTIMONIALS
=========================================== */

.testimonial-section{

    background:#ffffff;

}

.testimonial-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #eef2f7;

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

}

.testimonial-image img{

    width:100px;

    height:100px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #0b4ea2;

    margin-bottom:20px;

}

.stars{

    color:#ffc107;

    margin-bottom:20px;

}

.testimonial-card p{

    line-height:1.9;

    color:#666;

    margin-bottom:25px;

    font-style:italic;

}

.testimonial-card h4{

    margin:0;

    font-size:22px;

    font-weight:700;

}

.testimonial-card span{

    color:#0b4ea2;

    font-weight:600;

}

.testimonialSlider .swiper-pagination{

    margin-top:40px;

    position:relative;

}