
.section {
    height: 1000px;
    width: 100%;
    overflow: hidden;
    align-self: stretch;


}
@media(max-width: 1025px) {
    .section {
        height: auto;
    }
}


.opinions-bg {
    background-repeat: no-repeat;
    background-position-y: bottom;

}
.blue-bg {
    background-color: #EAF5FB;
}
.black-p {
    color: #333;
}
.blue-title{
    color: #004F83;
}
  /* Owl Carrousel */

  .shadow-effect {
    background: #fff;
    padding: 35px;
    padding-bottom: 55px;
    border-radius: 12px;

    border: 1px solid #ECECEC;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.review-container {
    width: 100%;
}

#customers-testimonials .item {
    filter: blur(1px);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-stage {
    transform: translate3d(calc(-1048px - 300px), 0px, 0px);

}

#customers-testimonials .owl-item.active.center .item {
    filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);

}

.owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50px;
    margin: 20px 20px 0px 27px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background: #3190E7;
    display: inline-block;
    height: 24px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 24px;
}

#customers-testimonials.owl-carousel .owl-nav {
    display: relative;
    font-size: 70px;
    span{
      color: #fff;
      -webkit-text-stroke: 2px #004F83;
    }
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 2rem;
}

.owl-next {
  right: 2rem;
}

/* Owl Carrousel */
 /* Logo Carousel */

 .logo-carousel {

    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;

    .logos-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);

    }

    .logos-slider-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        margin-left: 30px;
        animation: slide 25s linear infinite;

    }

    .logos-slider-container img {
        max-width: 250px;
        align-self: flex-end;
    }



    h1 {
        text-align: center;
        font-family: 'Lato';
        color: #3D4A54;
    }

    .card {
        padding: 2rem;
        max-width: 1005px;
        margin: 0 auto;
    }

}
.quotation {
    width: 68px;
    height: 46px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}



/* Logo Carousel */
