
.feature-section{
	background: #fff;
	box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.1);
}

.feature-section .sec-title:before{
	position: absolute;
	content: '';
	background: #262626;
	width: 5000px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.feature-section .inner-content{
	position: relative;
	padding: 70px 130px 65px 130px;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
}

.feature-block-one .inner-box .icon-box{
	position: relative;
	display: block;
	font-size: 45px;
	margin-bottom: 22px;
}

.feature-block-one .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 14px;
}

.feature-section .owl-nav{
	position: absolute;
	left: 0px;
	top: 40%;
	width: 100%;
}

.feature-section .owl-nav .owl-prev{
	left: -115px;
	position: absolute;
}

.feature-section .owl-nav .owl-next{
	right: -130px;
	position: absolute;
}

.feature-section .pattern-layer .pattern-1{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 171px;
	height: 143px;
	background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2{
	position: absolute;
	bottom: 0px;
	right: 290px;
	width: 200px;
	height: 58px;
	background-repeat: no-repeat;
}


/** feature-style-two **/

.feature-style-two{
	position: relative;
}

.feature-style-two .inner-container{
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0px 50px 130px rgba(0, 0, 0, 0.12);
	border-radius: 250px;
	overflow: hidden;
	margin-top: -76px;
	z-index: 1;
}

.feature-style-two .single-item{
	position: relative;
	display: block;
	float: left;
	width: 33.333%;
	padding: 30px 40px;
}

.feature-style-two .single-item .inner-box{
	position: relative;
	display: block;
	padding-left: 120px;
}

.feature-style-two .single-item .inner-box .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 92px;
	background: #EFF5E5;
	border-radius: 50%;
	text-align: center;
	font-size: 40px;
	z-index: 1;
}

.feature-style-two .single-item .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.feature-style-two .single-item .inner-box:hover .icon-box:before{
	transform: scale(1,1);
}

.feature-style-two .single-item .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-style-two .single-item:nth-child(2){
	background: rgba(220, 229, 207, 0.3);
}