.service-three__single i {
    color: #1e90ff;
    background-color: rgba(0, 114, 255, .1);
}

.service-three__single i:hover {
    background-color: #1e90ff;
}

.service-three__single:hover i {
	background-color: #1e90ff;
	color: #fff;
}