.service_3_detail {
    border: 1px solid #e7e6e6;
    padding: 0 10px;
	}
	.info_service {
    padding: 20px 0 0;
	
	}
	
	.service_3_img img {
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
h3 {
    font-size: 16px;
    line-height: 30px;
	}
	
	/* Add here all your CSS customizations */


.dividerHeading h4, .widget_title h4 {
    border-bottom: 1px solid #8cbe45;
    font-size: 18px;
    line-height: 0;
    position: relative;
}
.testimonial-item blockquote::after {
    bottom: 4%;
    color: #eaeaea;
    content: "?";
    font-family: FontAwesome;
    font-size: 40px;
    left: 23px;
    position: absolute;
}


.service_3_detail{border:1px solid #E7E6E6;padding:0 10px;}
.service_3_img{overflow:hidden;}
.service_3_img img {
    width:100%;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out ;
    -moz-transition:all 0.4s ease-in-out ;
    -ms-transition:all 0.4s ease-in-out ;
    -o-transition:all 0.4s ease-in-out;
}

.serviceBox_3 > h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top:15px;
}
.serviceBox_3 > p {
    color: #747474;
    font-family: Pt Sans;
    font-size: 14px;
    line-height: 20px;
}
.serviceBox_3:hover .service_3_detail{border-bottom-color:#0085C3}
.serviceBox_3:hover img
{
    transform:scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
}