.testimonial{
    text-align: center;
}
.testimonial1{
    text-align: left;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
	padding-bottom: 4%
}

.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #0c4767;
    margin: 0 0 0px 0;
}
.testimonial .testimonial-title1{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color:#fcd00f;
    margin: 0 0 10px 0;
	border-bottom: #C7C6C6 1px solid;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description{
    font-size: 14px;
    color: #787878;
    line-height: 27px;
    position: relative;
    margin: 1% 20% 0 20%;  
}
.testimonial .description1{
    font-size: 14px;
    color:white;
    line-height: 27px;
    position: relative;
    margin: 0 20%;  
}
.testimonial .description1 span{
    font-size: 12px;
    color:#222222;
	background: #fcd00f;
	float: left;
	padding:0% 1% 0.5% 1%;
	margin: 2% 0 0 5%
}
.demo
{
	padding: 0px 0 50px 0;
}

.testimonial .description:before{
    content: "\1f676";
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    left: 48%;
    font-size: 40px;
    color: #fa7921;
    line-height:49px;
    border: 2px solid #fa7921;
}

.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid #fa7921;
}

