.owl-item > div {
    cursor: pointer;
    margin: 0 4%;
    transition: margin 0.4s ease, opacity 0.4s ease;
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
    opacity: 1;
}
.owl-item:not(.center) > div {
    opacity: 0.2;
}

.owl-item:not(.center) > div:hover {
    opacity: 0.75;
}
.client-nav button, .custom-nav button {
    font-size: 45px;
    color: #434343;
    border: none;
    padding: 6px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.client-nav button:hover {
    color: #33cccc;
}
.client-dots, .custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.client-dots .owl-dot, .custom-dots .owl-dot {
    width: 0px;
    height: 0px;
    background-color: #888584;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.client-dots .owl-dot.active, .custom-dots .owl-dot.active {
    background-color: #33cccc;
}
/* testimonial styling */
  .testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d5a80;
    color: #3d5a80;
  }
  .testimonial-slide {
    padding: 40px 20px;
  }
  .testimonial_box-top {
    background-color: #e0fbfc;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
  }
  .testimonial_box-icon {
    padding: 10px 0;
  }
  .testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
  }
  .testimonial_box-text {
    padding: 10px 0;
  }
  .testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
  }
  .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
  }
  .testimonial_box-name {
    padding-top: 10px;
  }
  .testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
  }
  .testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
  }