
/** progress-section **/

.progress-section{
  position: relative;
  padding: 115px 0px 240px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.progress-section .sec-title{
  margin-bottom: 0px;
}

.progress-section:before{
  position: absolute;
  content: '';
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.92;
}

.progress-box{
  margin-bottom: 26px;
  position: relative;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: rgba(255,255,255,0.1);
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .count-text{
  position:absolute;
  top: -43px;
  right: -33px;
  font-size:14px;
  color: #fff;
  font-weight: 700;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.progress-box .count-text:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: -8px;
  top: 10px;
}

.progress-box .count-text:after{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: -8px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.progress-box .bar-inner.counted .count-text{
  opacity:1;  
}

.content_block_4 .content-box{
  position: relative;
  display: block;
  padding-left: 270px;
}

.content_block_4 .content-box .counter-inner{
  position: absolute;
  left: 0px;
  top: 9px;
  width: 215px;
  border: 2px solid rgba(255,255,255,0.2);
  padding: 10px;
}

.content_block_4 .content-box .counter-inner .inner-box{
  position: relative;
  background: rgba(31,31,31,0.8);
  text-align: center;
  padding: 37px 30px 31px 30px;
}

.content_block_4 .content-box .counter-inner .inner-box .icon-box{
  position: relative;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

.content_block_4 .content-box .counter-inner .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 3px;
}

.content_block_4 .content-box .counter-inner .inner-box p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #a7a7a7;
}

.content_block_4 .content-box .progress-inner .text{
  margin-bottom: 35px;
}

.content_block_4 .content-box .progress-inner .text p{
  font-size: 18px;
  line-height: 34px;
  color: #a7a7a7;
}

.content_block_4 .content-box .progress-inner .progress-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}