.testimonials{
  background-color: #fff;
	position: relative;
	padding-top: 50px;
	&:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 30%;
		background-color: #fff;
	}
}
.owl-carousel .owl-dot{
  display: none;
} 
.owl-carousel {
    -webkit-tap-highlight-color: #df7900;
    text-align: center;
}
#customers-testimonials .item-details{
  font-family: museo_sans300,sans-serif !important;
  font-size: 1.1rem;
  font-weight: 500;
	padding-top: 10px;
	text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  }
.blog-post-summary p{
  font-family: museo_sans300,sans-serif !important; 
  color: #635e5c !important;
  font-size:14px !important; 
  text-align:justify !important;
  margin-top: -39px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.item-details{
	background-color: transparent !important;
}
.item-details p a{
  color: #635e5c;
  font-size: 1.2rem;
}
.item-details p a:hover{
  color: #df7900;
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
  padding: 0 38px;
}
{#.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  background: #fff;
  color: #df7900;
	border: 1px solid #df7900;
	text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}#}
/* Carousel Arrows */
.carousel-arrow {
    position: absolute;
    transform: translateY(-50%);
    font-size: 3.5em;
    top: 42%;
    color: #e87817;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    transition: color 0.3s ease;
}

.carousel-arrow:hover {
    color: #d16b14;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.hs-embed-wrapper{
  display: none !important;
}
.myHide{
  display: none !important;
}