/*Testimonial Par*/
.testimonial{
	padding-top: 85px;
	padding-bottom: 170px;
}
.testimonial-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-image: /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.8), 
      rgba(0, 0, 0, 0.8)
    ), /* bottom, image */
    url(../img/testimonial.jpg);
}
.testimonial .titleArea span {
    color: #eeb51e;
}
.testimonial-bg .titleArea h1{
	color: #ffffff;
}
.testimonial .owl-prev span,.testimonial .owl-next span{
    display: none;
}
.testimonial .owl-prev,.testimonial .owl-next{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	padding: 0;
	border: 1px solid #ccc !important;
}

.testimonial .owl-prev:focus,.testimonial .owl-next:focus {
    border: none;
}
button:focus {
    outline: none;
}
.testimonial .owl-prev {
    background: url(../img/chevron-left-solid.svg) center center no-repeat !important;
    background-size: 40% auto !important;
}

.testimonial .owl-next {
    background: url(../img/chevron-right-solid.svg) center center no-repeat !important;
    background-size: 40% auto !important;
    
}
.item h4{
	color: #fff !important;
}


.owl-theme .owl-nav{
	margin-top: 30px;
}


.testimonial .item p{
	color: #9bc5d6;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}
.testimonial .item p i{
	color: #6c7585;
	margin-right: 30px;
}

.testimonial .client-img, .testimonial .client-info{
display: inline-block;
}

.client-img{
	width: 80px;
	height: 80px;
	border: 3px solid #9bc5d6;
	border-radius: 50%;
	margin-right: 15px;
	overflow: hidden;
	margin-top: 5px;
}

.client-info h5{
	color: #eeb51e;
	font-weight: 700;
	margin-bottom: 5px;
}
.degination,.companyName{
	color: #9bc5d6;
	line-height: 18px;
}
.companyName{
	font-size: 14px;
}

.degination{
	font-size: 16px;
}
