/** funfact-section **/
.funfact-section{
  position: relative;
  padding: 82px 0px 110px 0px;
}
.funfact-section .map-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.counter-block-one .inner-box{
  position: relative;
  display: inline-block;
  text-align: left;
}
.counter-block-one .inner-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 60px;
  margin-bottom: 23px;
}
.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: #20445a;
  font-weight: 600;
  margin-bottom: 12px;
}
.counter-block-one .inner-box p{
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
/** funfact-style-two **/
.counter-block-two .inner-box{
  position: relative;
  display: block;
  padding: 52px 30px 66px 210px;
}
.counter-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}
.counter-block:last-child .counter-block-two .inner-box:before{
  display: none;
}
.counter-block-two .inner-box .icon-box{
  position: absolute;
  left: 85px;
  top: 65px;
  font-size: 90px;
  line-height: 60px;
  color: rgba(255,255,255,0.2);
}
.counter-block-two .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 11px;
}
.counter-block-two .inner-box p{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}