/* USING SVG-INLINE TO CONVERT IMAGE TO SVG */

.single_features i {
    color: #e24241;
    font-size: 30px;
    height: 120px;
    line-height: 160px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    width: 120px;
	top:5px;
	position:absolute;
}

.single_features_rt i {
	display:inline;
    color: #e24241;
    font-size: 30px;
    height: 120px;
    line-height: 160px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    width: 120px;
	top:5px;
	margin-left:19%;
	position:absolute;
}

.single_features .fa{

	font-weight:light;
	overflow:hidden;
}

.svg path
{  
	fill: rgb(41,48,130) !important;
	color: rgb(41,48,130);
}

.svg{
	display:inline;
	vertical-align:middle;
	width:80%;
}


.outer_tray:hover > .svg path{
	color: #E9A057!important;
}

.outer_tray:hover .svg path
{  
	fill: #E9A057!important;
}

