.rox-product-feature-block{position: relative;}
.rox-product-feature-block h2{
		padding-top: 16%;
		font-size: 22px;
		font-weight: 200;
	}
	
.bg-icon-block{
	width: 200px;
	height: 165px;
	display: inline-block;
}
.bottom-border-we-work{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	margin-top: 30px;
}

.pointer-arrow{
	width: 0;
	height: 0;
	position: absolute;
	left: 47%;
	bottom: 0%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid transparent;
}

.bg-icon-block {
	width: 135px;
	height: 135px;
	display: inline-block;
	background: transparent;
	border: 3px solid #9a9a9a;

	border-radius: 55%;
}

.bg-icon-block a i{
	line-height: 1.7;
	font-size: 80px;
	color: #9a9a9a;
}

.feature-section-hover-bg{
    display: inline-table;
    padding:15px 25px;
}

.rox-product-feature-block:hover .bg-icon-block{
	cursor: pointer;
} 

.rox-product-feature-block:hover .feature-section-hover-bg,.rox-product-feature-block:hover .bg-icon-block{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rox-product-feature-block:hover .bg-icon-block a i{
	color: #fff;
}
