/**Testimonial**/
.testimonials{
    padding: 108px 0px;
	text-align:center;
}
.testimonials h3{
    font-style: italic;
    color: #003F62;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 24px;
}
.testimonials h2{
    color: #003F62;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
}
.tes-item{
	max-width:1040px;
	margin:0 auto;
        padding: 0px 15px;
}
.tes-item p{
	position:relative;
    padding: 0px 110px;
	text-align:center;
    line-height: 24px;
font-size: 15px;
}
.tes-item p::before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    font-size: 44px !important;
    color: #DDDDDD;
    font: normal normal normal 14px/1 FontAwesome;
    background: url(/template/0a485e3b/images/start-quote.png) no-repeat center;
    width: 40px;
    height: 60px;
}
.tes-item p::after{
	position:absolute;
	right:0px;
	top:0px;
	content:"";
	font-size: 44px !important;
	color:#DDDDDD;
	font: normal normal normal 14px/1 FontAwesome;
    background: url(/template/0a485e3b/images/end-quote.png) no-repeat center;
    width: 40px;
    height: 60px;
}
.tes-item img{
	display:inline-block;
	margin: 15px 0px;
}
