



/** 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;
}

/** intro-section **/

.intro-section{
  position: relative;
}

.intro-section .upper-content{
  position: relative;
  background: #fff;
  margin-top: -60px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.intro-section .upper-content .single-column{
  position: relative;
  display: block;
  padding: 48px 50px 54px 50px;
}

.intro-section .upper-content .single-column:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 245px;
  top: 50px;
  right: 0px;
  transition: all 500ms ease;
}

.intro-section .upper-content .single-column:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.intro-section .upper-content .single-column:hover:after{
  height: 100%;
  top: 0px;
}

.intro-section .upper-content .single-column:last-child .single-item .inner-box:before{
  display: none;
}

.intro-section .upper-content .single-item .inner-box .icon-box{
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 100px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.intro-section .upper-content .single-column:hover .icon-box{
  background: #fff;
}

.intro-section .upper-content .single-item .inner-box h3{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.intro-section .upper-content .single-item .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.intro-section .upper-content .single-column:hover h3,
.intro-section .upper-content .single-column:hover h3 a,
.intro-section .upper-content .single-column:hover p{
  color: #fff !important;
}

.intro-section .upper-content .single-item .inner-box h3 a:hover{

}

.intro-section .lower-content{
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 93px 0px 94px 0px;
}

.intro-section .lower-content .sec-title{
  margin-bottom: 27px;
}