
/** skrills-section **/

.skrills-section{
  position: relative;
  width: 100%;
  padding: 322px 0px 120px 0px;
  margin-top: -213px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.progress-box{
  margin-bottom: 22px;
  position: relative;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background: #dfdfdf;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  -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: -40px;
  font-size:18px;
  color: #868686;
  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: 5px;
  height: 35px;
  left: -14px;
  top: 13px;
}

.progress-box .bar-inner.counted .count-text{
  opacity:1;  
}

.content_block_7 .content-box .text{
  position: relative;
  margin-bottom: 44px;
}

.content_block_7 .content-box .text p{
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 33px;
}

.content_block_7 .content-box .text h3{
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.content_block_7 .content-box .progress-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.skrills-section .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}