#testimonials_section .owl-carousel .item {
  background-color: #fff;
}
#testimonials_section .owl-carousel .item video {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 7px;
}

#testimonials_section .owl-carousel .item .infoBox {
  padding: 20% 8% 20% 3%;
}
#testimonials_section .owl-carousel .item .infoBox h3 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}
#testimonials_section .owl-carousel .item .infoBox h5 {
  font-size: 13px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
#testimonials_section .owl-carousel .item .infoBox p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev span {
  font-size: 4em;
  color: #fff;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.owl-nav .owl-next span {
  font-size: 4em;
  color: #000;
}

.padding_no {
  padding: 0;
}

.pr-1 {
  padding-right: 15px;
}

.text_center {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 1366px){
	#testimonials_section .owl-carousel .item video {
  height: auto;
	}
	.owl-nav .owl-prev span{
		color:#000;
	}
	#testimonials_section .owl-carousel .item .infoBox {
    padding: 0% 8% 4% 8%;
}
}
/*# sourceMappingURL=main_style_2.css.map */