.app_testimonial_area {
  position: relative;
  margin-top: 50px;
}

.app_testimonial_slider {
  max-width: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_container {
  position: relative;
  z-index: 1;
}
.nav_container .owl-prev,
.nav_container .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.06);
  font-size: 20px;
  color: #222d39;
  border: 0px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  cursor: pointer;
}
.nav_container .owl-prev:hover,
.nav_container .owl-next:hover {
  background: #4069eb;
  color: #fff;
  box-shadow: none;
}
.nav_container .owl-prev {
  left: -50px;
}
.nav_container .owl-next {
  right: -50px;
}
.nav_container .owl-dots {
  margin-top: 30px;
}
.nav_container .owl-dots .owl-dot span {
  background: #cfcfe7;
  border: 0px;
}
.nav_container .owl-dots .owl-dot.active span {
  background: #653cee;
}

.shap {
  position: absolute;
  opacity: 0.02;
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}

.app_testimonial_item .author-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.app_testimonial_item .author-img img {
  width: auto;
  border-radius: 100%;
  max-width: 100%;
}
.app_testimonial_item .author_info {
  margin-bottom: 35px;
}

.app_testimonial_item .author_info h6 {
  color: white;
}

.app_testimonial_item .author_info p,
.app_testimonial_item p {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 0px;
}
