.services_homepage [class^="icon-"]::before, 
.services_homepage [class*=" icon-"]::before{
	font-size:8em !important;
}
.why-choose-box-row .row{
	display:flex;
	flex-wrap: wrap;
}
/*.clickablebox{
	cursor:pointer;
}*/
.why-choose-box{
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
.why-choose-box h3{
	margin-top:90px !important;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

.why-choose-box:hover h3{
	color:#0093C9;
	margin-top:0px !important;
}
.why-choose-box:hover .icon {
	display: none;
}
.why-choose-box > p {
	height:0px;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

.why-choose-box:hover > p{
	height:auto;
}