.ua-testimonial-s {
  overflow: hidden;
}

/** Testimonial **/
.ua-testimonial {
  background: #f7fafd;
  padding: 4em 0;
  position: relative;
}

.ua-testimonial .t_txt {
  background: -webkit-gradient(linear, left top, right top, from(#f30d55), to(#5820e5));
  background: linear-gradient(to right, #f30d55 0%, #5820e5 100%);
}

.ua-testimonial .t_item {
  opacity: 1;
}

.ua-testimonial .t_txt,
.ua-testimonial .t_item:hover .t_txt {
  background: -webkit-gradient(linear, left top, right top, from(#f30d55), to(#5820e5));
  background: linear-gradient(to right, #f30d55 0%, #5820e5 100%);
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.4);
}

.ua-testimonial .center .t_txt::after {
  border-top: 30px solid #5820e5;
}

.ua-testimonial .t_item:hover .t_txt::after {
  border-top: 30px solid #5820e5;
}

.ua-testimonial .t_item {
  padding: 0 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.ua-testimonial .t_item .t_txt {
  color: #fff;
  position: relative;
  padding: 34px 45px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.ua-testimonial .t_item .t_txt::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 30px;
  margin: 0 auto;
}

.ua-testimonial .t_item .client_info {
  text-align: center;
}

.ua-testimonial .t_item .client_info .c_img img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.5);
  -o-object-fit: cover;
     object-fit: cover;
}

.ua-testimonial .t_item .client_info .c_o_info h2 {
  color: #3b566e;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0.5em 0;
}

.ua-testimonial .t_item .client_info .c_o_info h3 {
  color: #3b566e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
}
/*# sourceMappingURL=testimonial.css.map */