
/*** 

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section{
	position: relative;
	display: block;
	padding: 160px 0 110px;
    background-image: url(../images/icons/bg-3.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.fun-fact-section:before{
	position: absolute;
	left: 0;
	top: 120px;
	width: 971px;
	height: 680px;
	content: "";
    background-image: url(../images/icons/bg-5.png);
    background-position:left;
    background-repeat: no-repeat;
    z-index: -1;
}

.fun-fact-section .fact-counter{
    position: relative;
    padding-left: 70px;
}

.counter-box{
	position: relative;
	margin-bottom: 50px;
}

.counter-box .inner-box{
	position: relative;
	text-align: center;
}

.counter-box .graph-outer{
	position: relative;
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
	margin: 0 auto 20px;
}

.counter-box .graph-outer .count-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.counter-box .graph-outer .count-box .txt{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 120px;
	color: #3c4858;
	font-weight: 800;
}

.counter-box h3{
	position: relative;
	font-size: 17px;
	line-height: 1.2em;
	color: #3c4858;
	font-weight: 600;
}


/** funfact-ex-section **/

.funfact-ex-section{
  position: relative;
  padding: 107px 0px 106px 0px;
  background: #402a9d;
}

.funfact-ex-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 95px;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 40px;
  color: #fff;
  background: #7947bf;
  border-radius: 50%;
  text-align: center;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1px;
}

.counter-block-one .inner-box h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
}


/** funfact-ex-section-two **/

.funfact-ex-section-two{
  position: relative;
  background-color: #dce8f1;
  padding: 375px 0px 140px 0px;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  margin-top: -230px;
}

.funfact-ex-section-two:before {
  position: absolute;
  content: '';
  background-color: #c5d8e8;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.funfact-ex-section-two .counter-block-one .inner-box .icon-box{
  background-color: #ffffff;
  color: #f44438;
}

.funfact-ex-section-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 226px;
  height: 316px;
  background-repeat: no-repeat;
}

.funfact-ex-section-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 373px;
  height: 383px;
  background-repeat: no-repeat;
}