.serviceBox {
	font-family: "Lato",sans-serif;
	text-align: center;
	padding-top: 10px;
}

.serviceBox .service-icon {
	color: #fff;
	background: #fff;
	font-size: 45px;
	line-height: 100px;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	border-radius: 50%;
	box-shadow: 5px 0 5px rgba(0,0,0,.2);
	position: relative;
	z-index: 1;
}

.serviceBox .service-icon:before,.serviceBox .service-icon:after {
	content: "";
	background: linear-gradient(to right,#f09119 50%,transparent 50%);
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	transition: all ease .8s;
}

.serviceBox:hover .service-icon:before,.serviceBox:hover .service-icon:after {
	transform: rotateZ(180deg);
}

.serviceBox:hover .service-icon {
	box-shadow: -5px 1px 5px rgba(0,0,0,.2);
}

.serviceBox .service-icon:after {
	background: #f09119;
	box-shadow: 0 7px 15px rgba(0,0,0,.3);
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.serviceBox {
	border: 1px solid #e5e4e4;
	padding: 40px;
	border-radius: 20px;
	background: #f9f9f9;
	position: relative;
	z-index: 1;
}

.serviceBox .title {
	color: #f1921a;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.serviceBox .description {
	color: #777;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .5px;
	margin: 0;
	font-weight: 500px;
}

.serviceBox.red .service-icon:before {
	background: linear-gradient(to right,#e34a3a 50%,transparent 50%);
}

.serviceBox.red .service-icon:after {
	background: #e34a3a;
}

.serviceBox.red .title {
	color: #e34a3a;
}

.serviceBox.blue .service-icon:before {
	background: linear-gradient(to right,#009cb5 50%,transparent 50%);
}

.serviceBox.blue .service-icon:after {
	background: #009cb5;
}

.serviceBox.blue .title {
	color: #009cb5;
}

.serviceBox.green .service-icon:before {
	background: linear-gradient(to right,#a1c52d 50%,transparent 50%);
}

.serviceBox.green .service-icon:after {
	background: #a1c52d;
}

.serviceBox.green .title {
	color: #a1c52d;
}

@media only screen and (max-width:990px) {
	.serviceBox {
		margin: 0 0 30px;
	}
}

.objectives li {
	font-size: 18px;
	font-family: "Lato",sans-serif;
}

.objectives {
	display: list-item;
}
