



/** annual-stats **/

.annual-stats{
  position: relative;
  padding: 95px 0px;
}

#content_block_two .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

#content_block_two .content-box .single-progress-box{
  position: relative;
  max-width: 50%;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
}

#content_block_two .content-box .single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  color: #222;
  text-align: center;
}

#content_block_two .content-box .single-progress-box .piechart span:after{
  color: #222;
  content: "%";
  font-size: 36px;
}

#content_block_two .content-box .single-progress-box .piechart{
  position: relative;
  margin-bottom: 23px;
}

#content_block_two .content-box .single-progress-box .box{
  position: relative;
  width: 100%;
  text-align: center;
}

#content_block_two .content-box .single-progress-box .box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  margin-bottom: 9px;
}

#content_block_two .content-box .single-progress-box .box h3{
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
}

#image_block_one .image-box{
  position: relative;
  display: block;
}

.annual-stats #image_block_one .image-box{
  margin-left: 55px;
  margin-top: 7px;
}

#image_block_one .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#image_block_one .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_one .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_one .image-box .image img{
  width: 100%;
}

#image_block_one .image-box .award-box{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

#image_block_one .image-box .award-box .box{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  border-radius: 50%;
  padding: 30px 30px;
  box-shadow: 0 0 0 10px #fff;
}

#image_block_one .image-box .award-box .box .icon-box{
  position: relative;
  margin-bottom: 10px;
}

#image_block_one .image-box .award-box .box span{
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}

#image_block_one .image-box .pattern-layer{
  position: absolute;
  top: 120px;
  right: -250px;
  width: 347px;
  height: 271px;
  background-repeat: no-repeat;
}
