/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#5d2276;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	border-radius: 30px;
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #5d2276 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;

}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;

}
#what-we-do .card .card-block:before{
	background-color: #cd99cd;
	padding: 10px;
	border-radius: 13px;
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #5d2276;
    left: -30px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f073";
}
#what-we-do .card .block-2:before{
    content: "\f01c";
}
#what-we-do .card .block-3:before{
    content: "\f07a";
}
#what-we-do .card .block-4:before{
    content: "\f201";
}
#what-we-do .card .block-5:before{
    content: "\f07c";
}
#what-we-do .card .block-6:before{
    content: "\f1ec";
}
#what-we-do .card .block-7:before{
    content: "\f15c";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}