
/** experience-section **/

.experience-section{
  position: relative;
  padding: 90px 0px;
}

.experience-section .single-item .inner-box{
  position: relative;
  padding-left: 240px;
  min-height: 177px;
}

.experience-section .progress-box .piechart{
  position: relative;
}

.experience-section .progress-box{
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: -13px;
}

.experience-section .progress-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 180px;
  height: 180px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}

.experience-section .progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #222;
  text-align: center;
}

.experience-section .progress-box .piechart span:after{
  content: "%";
  font-size: 24px;
}

.experience-section .single-item .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}

.experience-section .single-item .inner-box .content-box p{
  position: relative;
  margin-bottom: 15px;
}

.experience-section .single-item .inner-box .content-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.experience-section .single-item .inner-box .content-box a i{
  margin-left: 8px;
  font-weight: 700;
}

.experience-section .single-item .inner-box .content-box a:hover{
  color: #222;
}