
/** funfact-section **/

.funfact-section{
  position: relative;
  padding: 94px 0px 105px 0px;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
}

.counter-block-one .inner-box .count-outer{
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  font-weight: 700;
}

.counter-block-one .inner-box .text{
  position: relative;
  padding-left: 140px;
}

.counter-block-one .inner-box .text p{
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 13px;
}

.counter-block-one .inner-box .text .bar{
  position:relative;
  width:100%;
  height:7px;
  background:#618ddc;
  border-radius:0px;
}

.counter-block-one .inner-box .text .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:12px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}


/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding: 143px 0px 145px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

.counter-block-two .inner-box{
  position: relative;
  display: block;
  padding-left: 75px;
}

.counter-block-two .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 65px;
  line-height: 60px;
}

.counter-block-two .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.counter-block-two .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #a5a5a8;
}

.counter-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.3);
  width: 1px;
  height: 67px;
  top: 10px;
  right: 0px;
}

.counter-block:last-child .counter-block-two .inner-box:before{
  display: none;
}

.funfact-style-two.alternat-2{
  background-color: transparent;
}

.funfact-style-two.alternat-2 .counter-block-two .inner-box .count-outer{
  color: #142441;
}

.funfact-style-two.alternat-2 .counter-block-two .inner-box h5{
  color: #848484;
}

.funfact-style-two.alternat-2 .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #06194b;
  border-radius: 20px;
  padding: 146px 100px 100px 100px;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 0%);
  z-index: 1;
  margin-bottom: -150px;
}

.cta-section .inner-box .text h2{
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  position: relative;
  margin-top: 15px;
}

.cta-section .inner-box .btn-box .theme-btn-one{
  padding: 19px 56px 20px 56px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 445px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 556px;
  background-size: cover;
  background-repeat: no-repeat;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  padding: 95px 0px 100px 0px;
}

.cta-style-two .text h2{
  display: block;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .btn-box{
  position: relative;
  margin-top: 21px;
}

.cta-style-two .btn-box .banner-btn-two{
  padding: 19px 51px 20px 51px;
  border-radius: 35px;
}

.cta-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 125px;
  bottom: 0px;
  height: 100%;
  width: 616px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 532px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}