#counter.atf-section-padding {
  padding: 90px 0;
  background-size:cover;
  background-position: center center;
  background-attachment: fixed;
}

#counter .counter {
  color: #fff;
  text-align: center;
  width: 230px;
  margin: 0 auto;
}

#counter .counter-value-wrapper {
  width: 150px;
  height: 150px;
  line-height: 140px;
  margin: 0 auto 20px;
  border: 8px solid;
  border-radius: 100px;
  display: block;
  position: relative;
  z-index: 1;
}

#counter .counter-value-wrapper .counter-bg {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

#counter .counter-value-wrapper .counter-bg.counter-bg_bottom {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  width: 75%;
  height: 75%;
}

#counter .counter-value-wrapper .counter-value,
#counter .counter-value-wrapper .counter-per {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
#counter .counter-value-wrapper .counter-per {
  font-size: 20px;
}

#counter .counter-content {
  padding: 33px 10px 23px;
  border-radius: 0 0 50px 50px;
  position: relative;
}

#counter .counter-content .counter-overlay {
  width: 100%;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 0;
}

#counter .counter-icon {
  margin: 0 0 13px;
}
#counter .counter-icon img {
  width: 40px;
}

#counter h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 990px) {
  #counter .counter {
    margin-bottom: 40px;
  }
}