
/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
}

.counter-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:-300px;
	width:306px;
	height:768px;
	display:inline-block;
	background:url(../images/resource/pattern-1.png) no-repeat;
}

.counter-section .inner-section{
	position:relative;
	margin-left:-80px;
	padding:110px 0px 80px;
	padding-left:60px;
	background:#05e249;
	background-position:center center;
	background-repeat:no-repeat;
}

.counter-section .inner-section:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20000px;
	height:100%;
	background-color:#05e249;
}

.counter-section .inner-section .big-letter{
	position:absolute;
	content:'';
	right:150px;
	top:0px;
	line-height:1em;
	font-size:440px;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(255,255,255,0.1);
}

.counter-section .inner-section:after{
	position:absolute;
	content:'';
	right:-50px;
	bottom:-50px;
	width:100px;
	height:100px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#ffffff;
}

/* Counter Style Two */

.counter-section.style-two{
	border-top:1px solid #f2f2f2;
}

.counter-section.style-two:before{
	display:none;
}

.counter-section.style-two .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-two .inner-section:before{
	display:none;
}

.counter-section.style-two .fact-counter .count-outer .count-text,
.counter-section.style-two .fact-counter .count-outer{
	color:#222222;
}

.counter-section.style-two .fact-counter .column .counter-title{
	color:#777777;
}

.counter-section.style-two .fact-counter .column .inner .icon-box{
	color:#fff;
}

.counter-section.style-two .inner-section:after,
.counter-section.style-three .inner-section:after{
	display:none;
}

/*Counter Style Three*/

.counter-section.style-three{
	background-color:#ff4c72;
}

.counter-section.style-three:before{
	display:none;
}

.counter-section.style-three .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-three .inner-section:before{
	display:none;
}

.counter-section.style-three .fact-counter .count-outer .count-text,
.counter-section.style-three .fact-counter .count-outer{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .counter-title{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .inner .icon-box{
	color:#ffffff;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	z-index:1;
	padding-left:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	font-weight:400;
}

.fact-counter .count-outer{
	position:relative;
	font-size:60px;
	line-height:1em;
	font-weight:700;
	color:#ffffff;
	margin:10px 0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	letter-spacing:1px;
}

/** funfact-home-3 **/

.funfact-home-3{
	position: relative;
	padding: 150px 0px 100px 0px;
}

.funfact-home-3 .shape .shape-1{
	position: absolute;
	left: 150px;
	top: 100px;
	width: 109px;
	height: 140px;
	background-repeat: no-repeat;
}

.funfact-home-3 .shape .shape-2{
	position: absolute;
	top: -115px;
	right: 0px;
	width: 279px;
    height: 266px;
    background-repeat: no-repeat;
}

.funfact-home-3 .inner{
	position: relative;
	display: block;
}

.funfact-home-3 .inner .count-outer{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #222;
	font-weight: 600;
	margin-bottom: 11px;
}

.funfact-home-3 .inner p{
	font-size: 18px;
}

.funfact-home-3 .funfact-inner{
	position: relative;
	width: 100%;
	padding: 40px 0px;
}

.funfact-home-3 .funfact-inner .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/** funfact-home-4 **/

.funfact-home-4{
	position: relative;
	background-color: #f8f7f7;
	padding: 145px 0px 150px 0px;
}

.funfact-home-4 .inner{
	position: relative;
	display: block;
}

.funfact-home-4 .inner .count-outer{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #222;
	font-weight: 600;
	margin-bottom: 11px;
}

.funfact-home-4 .inner p{
	font-size: 18px;
}

.funfact-home-4 .funfact-inner{
	position: relative;
	width: 100%;
	padding: 40px 0px;
}

.funfact-home-4 .funfact-inner .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-4 .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 300px;
	height: 316px;
	background-repeat: no-repeat;
}

.funfact-home-4 .shape .shape-2{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 385px;
	height: 426px;
	background-repeat: no-repeat;
}