.icon-box:hover{
    background-color: #505050;
	color: #eee !important;
}
.icon-box:hover p{
	color: #eee !important;
}
.icon-box:hover .icon i {
    color: #eee;
    border: 3px solid #eee;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
