body{
	background: #eee;
}

.main-container{
	background: #eee;
	min-height: calc(100vh - 100px);
}

.services-container{
	width: 90%;
	margin: auto;
}

.service-items{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.service-item{
	width: 25%;
	/*background: white;*/
	padding: 2px;
	padding-bottom: 3px;
	float: left;
	display: inline-block;
	text-align: center;
}

.service-item-wrap{
	background: white;
	padding: 15px;
	padding-top: 20px;
	cursor: pointer;
}

.service-item-wrap:hover{
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.service-name{
	width: 100%;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.service-image{
	margin-top: 15px;
	width:100%;
}

.service-image img{
	max-width: 100%;
	width: 100%;
	height: 250px;
	max-height: 250px;
	border-radius: 5%;	
}

.service-view{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 15px;
}

.power{
	color: white;
	display: none;
}

.service-view-button{
	padding: 10px 20px;
	cursor: pointer;
	color: white;
	background: #E74C3C;
	display: inline-block;
}

.footer{
	background: #2C3E50;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.cc{
	color: white;
}