/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 08:01:51 */
.testimonials_excerpt_main p {
	font-family: neue-haas-unica, Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
	color: #725D52
}

.video_testimonial {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video_testimonial iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.testimonial_name_and_designation {
	border-top: 1px solid #C5620F;
    margin-top: 15px;
    padding-top: 7px;
}

.testimonial_name_and_designation h6 {
	font-family: polymath-display, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
	color: #3B3429;
}