.custom-services-wrap {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.custom-services {
	max-width: 33.3%;
	flex: 0 0 33.3%;
	padding: 0 8.5px;
	margin-bottom: 17px;
}

.custom-services-inner {
	position: relative;
	min-height: 404px;
	max-width: 370px;
	margin: auto;
	overflow: hidden;
}

.custom-services-inner:hover .custom-services-hover {
	bottom: 0 !important;
}

.custom-services-hover {
	position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,178,76,.9);
    padding: 0 28px;
    transition: bottom 0.5s ease;
}

.custom-services-hover * {
	color: #fff;
}

.csh-content {
	margin-bottom: 20px;
}

.csh-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	margin-bottom: 15px;
}

.csh-content p {
	line-height: 1.4;
	font-size: 16px;
}

.csh-cta a {
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Roboto,sans-serif;
	letter-spacing: 0px;
	color: #fff !important;
}

.csh-cta a:hover {
	color: #fff;
	text-decoration: underline;
}

.csh-cta a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 2px;
	background: #fff;
	margin-right: 15px;
}

.custom-services-title {
	font-size: 20px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
	padding: 20px 0 !important;
}

.custom-services-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.custom-services-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.custom-services .read-more-title {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	color: #fff !important;
	display: none;
}

.custom-service-title-inner {
	width: 100%;
	display: block;
	float: left;
}

.custom-services-title::after {
	content: "";
	display: table;
	clear: both;
}

.custom-full-service.custom-services {
	max-width: 100%;
	flex: 0 0 100%;
}

.custom-full-service .custom-services-inner {
	max-width: 100%;
	min-height: 259px;
}

@media (max-width: 1080px) {
	.custom-service-title-inner {
		float: none;
		text-align: left;
		display: block;
		width: 100%;
	}

	.custom-services .read-more-title {
		text-align: right;
		width: auto;
		position: absolute;
		right: 20px;
		top: 14px;
		font-size: 14px;
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		font-family: Roboto,sans-serif;
		letter-spacing: 0px;
		color:
			#fff !important;
	}
} /* END 1080px */

@media (max-width: 800px) {
	.custom-services .read-more-title {
		display: block !important;
	}
	
	body .custom-services-title {
		padding-right:100px !important;
	}
} /* END 800px */

@media (max-width: 684px) {
	
} /* END 684px */

@media (max-width: 480px) {
	.custom-services-inner {
		min-height: 300px;
	}

	.custom-services-hover {
		overflow: scroll;
	}
} /* END 480px */