#testimonials {
  margin-bottom: 45px;
  margin-top: 15px;
}

#testimonial_carousel .owl-dots {
  top: 50px;
  width: 100%;
  position: absolute;
}


#testimonials{ 
position: relative;
}

#testimonials .pannel:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	z-index: 0;
}

 #testimonials .pannel > div{
 	position: relative;
 	z-index: 1;

 }