.testimonial.testimonial-style-4 blockquote p {
    margin-bottom: 0;
}
.homepage_banner
{
  position: relative;
}
.carousel .carousel-inner
{
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
.carousel .testimonial {	
	position: relative;
}
.carousel .testimonial img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial  .overview  {
	text-align:left;
}

.carousel .testimonial  .overview strong {
	text-transform: uppercase;
	color: #1c47e3;
}

.carousel-indicators li, .carousel-indicators li.active {	
}
.carousel-indicators li {	
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}





