.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #f07926;
    margin: 0px auto 20px;
    border-radius: 100%;
}

.carousel-content {
    padding: 50px 0px;
}

.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #f07926;
    text-transform: uppercase;
}

.carousel-indicators li.active {
    background-color: #f07926;
}

.client-img img {
    width: 100%;
}

#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #0a3f7f;
    background: url(/upload/styles/why-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}

#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #8e0f28;
    padding-bottom: 20px;
    display: inline-block;
	color: #8e0f28;
}