====================================================================
	Feature Section
====================================================================

***/

.feature-section{
	position:relative;
	padding:95px 0px 80px;
}

.feature-section .sec-title-three .text,
.feature-section .sec-title .text{
	position:relative;
	color:#666666;
	font-size:16px;
	max-width:600px;
	line-height:1.7em;
}

.feature-section .feature-tabs{
	position:relative;	
}

.feature-section .feature-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
	margin-right:30px;
}

.feature-section .feature-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:24px;
	color:#010101;
	font-weight:600;
	cursor:pointer;
	line-height:1.6em;
	margin-bottom:20px;
	border:1px solid #d9d9d9;
	padding:29px 30px 29px 40px;
	transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.feature-section .feature-tabs .tab-btns .tab-btn:after{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	opacity:0;
	visibility:visible;
	margin-top:-10px;
	margin-right:0px;
	border-top: 10px solid transparent;
    border-left: 15px solid #ec0203;
    border-bottom: 10px solid transparent;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.feature-section .feature-tabs .tab-btns .tab-btn span{
	position:relative;
	display:block;
	font-size:15px;
	color:#666666;
	font-weight:400;
	cursor:pointer;
	line-height:1.8em;
	margin-top:8px;
	transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.feature-section .feature-tabs .tab-btns .tab-btn.active-btn::after,
.feature-section .feature-tabs .tab-btns .tab-btn:hover::after{
	opacity:1;
	visibility:visible;
	margin-right:-15px;
}

.feature-section .feature-tabs .tab-btns .tab-btn.active-btn,
.feature-section .feature-tabs .tab-btns .tab-btn:hover{
	background-color:#ec0203;
	border-color:#ec0203;
	color:#ffffff;
}

.feature-section .feature-tabs.style-two .tab-btns .tab-btn.active-btn,
.feature-section .feature-tabs.style-two .tab-btns .tab-btn:hover{
	border-color:#349800;
	background-color:#ffffff !important;
	background-image: -ms-linear-gradient(top, #4bc00e 0%, #349800 100%);
	background-image: -moz-linear-gradient(top, #4bc00e 0%, #349800 100%);
	background-image: -o-linear-gradient(top, #4bc00e 0%, #349800 100%);
	background-image: -webkit-gradient(linear, top , top, color-stop(0, #4bc00e), color-stop(100, #349800));
	background-image: -webkit-linear-gradient(top, #4bc00e 0%, #349800 100%);
	background-image: linear-gradient(to top, #4bc00e 0%, #349800 100%);
}

.feature-section .feature-tabs.style-two .tab-btns .tab-btn:after{
	border-left-color:#349800;
}

.feature-section .feature-tabs .tab-btns .tab-btn.active-btn span,
.feature-section .feature-tabs .tab-btns .tab-btn:hover span{
	color:#ffffff;
}

.feature-section .feature-tabs .tabs-content{
	position:relative;
	margin-left:-20px;
	margin-bottom:40px;
}

.feature-section .feature-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.feature-section .feature-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.feature-section .feature-tabs .tabs-content .tab .image img{
	width:100%;
	display:block;
}

.counter-section{
	position:relative;
	padding:85px 0px 50px;
	background-size:cover;
	background-attachment:fixed;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.90);
}