/************************************************************************
*  Testimonial 2 css
************************************************************************/

.tgx-testimonial-2 .owl-stage-outer {
  padding: 0 0 20px;
  margin: 0 0 50px;
}

.tgx-testimonial-2 .testimonial-image {
  display: block;
  border-radius: 50px;
  max-width: 80px;
  height: 80px;
  width:auto !important;
  object-fit:cover;
}
.tgx-testimonial-2 .testimoni-wrapper {
  transition: all 0.3s ease;
}
.tgx-testimonial-2 .testimoni-wrapper .testimony {
  display: block;
  margin: 35px auto;
  width: 60%;
}

.tgx-testimonial-2 .testimoni-wrapper .testimony p {
  line-height: 27px;
}
.tgx-testimonial-2 .testimoni-wrapper .author {
  position: relative;
  padding: 25px 0;
}
.tgx-testimonial-2 .testimoni-wrapper .author img{
    // max-width: 10% !important;
    margin:0 auto;
}
.tgx-testimonial-2 .testimoni-wrapper .name {
  font-size: 16px;
  margin: 5px -10px;
}
.tgx-testimonial-2 .testimoni-wrapper .designation {
  font-size: 14px;
    margin: 5px -10px;
}
.tgx-testimonial-2 .owl-carousel-left,
.tgx-testimonial-2 .owl-carousel-right {
  position: absolute;
  top: 45%;
  border: 1px solid #ed485f;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 100px;
  padding:0;
  line-height: 54px;
  background:white;
}
.tgx-testimonial-2 .owl-carousel-left:hover,
.tgx-testimonial-2 .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #6d6be7;
  color: #fff;
}
.tgx-testimonial-2 .owl-carousel-left i,
.tgx-testimonial-2 .owl-carousel-right i {
  color: #000;
  font-size: 22px;
}
.tgx-testimonial-2 .owl-carousel-right {
  right: 0;
}
.tgx-testimonial-2:hover .owl-carousel-left,
.tgx-testimonial-2:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}
  