/** funfact-section **/

.funfact-section{
    position: relative;
  }
  
  .funfact-section .inner-container{
    position: relative;
    margin-top: -135px;
    z-index: 1;
  }
  .funfact-section.sec-pad .inner-container {
    margin: 0;
  }
  
  .funfact-section .counter-block-one{
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
  }
  
  .counter-block-one .inner-box {
    position: relative;
    display: block;
    padding: 38px 30px 41px 30px;
  }
  .counter-block-one .inner-box .count-outer {
    margin-left: 80px;
  }
  .counter-block-one:nth-child(2) .inner-box{
    background: #f6f6f6;
  }
  
  .counter-block-one:nth-child(3) .inner-box{
    background: #313143;
  }
  
  .counter-block-one .inner-box .shap-box{
    position: absolute;
    left: 30px;
    top: 50px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
  }
  
  @keyframes slide-2{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide-2{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  .counter-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    left: 30px;
    top: 40px;
  }
  
  .counter-block-one:nth-child(2) .inner-box .icon-box{
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .counter-block-one:nth-child(3) .inner-box .icon-box{
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .counter-block-one .inner-box .count-outer span{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 68px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 13px;
  }
  
  .counter-block-one:nth-child(2) .inner-box .count-outer span{
    color: #1e1e2a;
  }
  
  .counter-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
  }
  
  .counter-block-one:nth-child(2) .inner-box h3{
    color: #1e1e2a;
  }


  /** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding: 100px 0px 92px 0px;
}

.counter-block-two .inner-box{
  position: relative;
  display: block;
}

.counter-block-two .inner-box .upper-box{
  position: relative;
  padding-left: 80px;
  margin-bottom: 14px;
}

.counter-block-two .inner-box .upper-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 65px;
  line-height: 65px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.counter-block-two .inner-box .upper-box .count-outer .shap-box{
  position: relative;
  display: block;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.counter-block-two .inner-box .upper-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0px;
}

.counter-block-two .inner-box h3{
  color: #fff;
  margin: 0px;
}