@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section1 {
	padding: 10px 0;
}
section1 .section1-title {
	text-align:center;
	color:#007b5e;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do {
	background:#ffffff;
}
#what-we-do .card1 {
	padding: 0.6rem!important;
	border: none;
	margin-bottom:1rem;
 -webkit-transition: .5s all ease;
 -moz-transition: .5s all ease;
 transition: .5s all ease;
}
#what-we-do .card1:hover {
	border-radius: 25px 25px 25px 25px;
	-webkit-box-shadow: 2px 4px 9px -2px rgb(158, 158, 158);
	-moz-box-shadow: 2px 4px 9px -2px rgb(158, 158, 158);
	box-shadow: 2px 4px 9px -2px rgb(158, 158, 158);
}
#what-we-do .card1 .card1-block {
	padding-left: 25px;
	position: relative;
}
#what-we-do .card1 .card1-block a {
	color: #007b5e !important;
	font-weight:500;
	text-decoration:none;
}
#what-we-do .card1 .card1-block a i {
	display:none;
}
#what-we-do .card1:hover .card1-block a i {
	display:inline-block;
	font-weight:500;
}
#what-we-do .card1 .card1-block:before {
	font-family: FontAwesome;
	position: absolute;
	font-size:13px;
	color:#5880fb;
	font-weight:400;
	left: 0;
	top:2px;
	padding-left:8px;
 -webkit-transition: -webkit-transform .2s ease-in-out;
 transition:transform .2s ease-in-out;
}
#what-we-do .card1 .block-1:before {
	/*content: "\f0e7";*/
	content: "\f054";
}
#what-we-do .card1 .block-2:before {
	content: "\f0eb";
}
#what-we-do .card1 .block-3:before {
	content: "\f00c";
}
#what-we-do .card1 .block-4:before {
	content: "\f209";
}
#what-we-do .card1 .block-5:before {
	content: "\f0a1";
}
#what-we-do .card1 .block-6:before {
	content: "\f218";
}
#what-we-do .card1:hover .card1-block:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
 -webkit-transition: .5s all ease;
 -moz-transition: .5s all ease;
 transition: .5s all ease;
}
.zA_WALL_LIST_TTL1 {
	color: #333333;
	font-size:14px;
	text-align:left;
	line-height:20px;
	list-style-type:disc;
}