
/*
* Expertise
*/
.feature-box.custom-feature-box {
	padding: 20px 10px;
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
	box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-o-transform: translate3d(-50%, -50%, 0) scale(1.1);
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.feature-box.custom-feature-box .feature-box-icon {
	background: transparent;
	width: 100px;
	position: relative;
	height: 100px;
	border: 6px solid #FFF;
	border-radius: 100%;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.feature-box.custom-feature-box .feature-box-icon img {
	position: absolute;
	width: 113%;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1);
	-ms-transform: translate3d(-50%, -50%, 0) scale(1);
	-o-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	-webkit-transition: ease transform 300ms;
	-moz-transition: ease transform 300ms;
	transition: ease transform 300ms;
}

@media (max-width: 991px) {
	.col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info {
		padding-left: 115px;
	}
}
