.latest-content .latest-content-info .meta h4{
	padding-left: 20px;
	padding-bottom: 20px;
}
.latest-content .latest-content-info{
	min-height: 50px;
	height: auto;
}
.services-block{
	padding: 0px 10px 10px 20px !important;
}

p {
    text-align: justify;
    overflow: visible !important;
}
.service-img{
	float: left;
	width: 360px;
	height: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media (max-width: 750px) {
	.service-img{
		float:none;
		width:100%;
		margin-right: 20px;
		margin-bottom: 20px;
		padding:0px 15px;
	}
	p{
		padding:0px 15px;
	}
	h3{
		margin-left: 15px;
	}
}

.latest-content .services-page-image img{
	height: 360px !important;
}

@media (max-width: 767px) {
	.service-img{
		padding:0px 15px;
	}
	p{
		padding:0px 15px;
	}
	h3{
		margin-left: 15px;
	}
}

/* ==========================================================================

   Accordion

   ========================================================================== */

.panel {

	background: none;

	border: none;

	border-radius: 0;

	box-shadow: none;

}

.panel-group {

	margin-bottom: 0;

}

.panel-group .panel {

	border-radius: 0;

	margin-bottom: 24px;

}

.panel-group .panel+.panel {

	margin-top: 0;

}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {

	border: none;

}

.panel-body {

	padding: 0;

	color: black;

	font-size: 14px;

	line-height: 28px;

	padding-left: 106px;

	position: relative;

}

.panel-body p:last-of-type {

	margin-bottom: 0;

}

.panel-heading {

	padding: 0;

	border: none;

	border-radius: 0;

}

.panel-default>.panel-heading {

	background: none;

	color: #fff;

}

.panel-title {

	border: none;

	padding: 0;

	font-weight: 700;

	text-transform: none;

	font-size: 18px;

	line-height: 68px;

	letter-spacing: 1.26px;

	font-family: 'Asap', sans-serif;

}

.panel-title a:hover {

	opacity: 1;

	color: #fe5454;

}

.panel-title a i {

	font-size: 30px;

	display: inline-block;

	width: 68px;

	height: 68px;

	line-height: 64px;

	border: 2px solid #fff;

	color: #fff;

	text-align: center;

	border-radius: 100%;

	margin-right: 38px;

	vertical-align: middle;

	-webkit-transition: .25s;

	-ms-transition: .25s;

	-moz-transition: .25s;

	-o-transition: .25s;

	transition: .25s;

}

.panel-title a:hover i {

	color: #fe5454;

	border-color: #fe5454;

}

.panel-heading.active .panel-title a i {

	color: #fe5454;

	border-color: #fe5454;

}
