/* ===== 8. Counter Area CSS ===== */
.dt_coun_area {
  padding: 0px 0 95px 0;
}
.count_inner {
  background-position: center center;
  background-size: cover;
  padding: 88px 0 64px 0;
  position: relative;
}
.count_inner::before {
  content: "";
  background: #00000017;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.witr_counter_single {
  text-align: center;
  margin-bottom: 25px;
}
.witr_counter_number_inn {
  overflow: hidden;
}
.witr_counter_number_inn h3,
.witr_counter_number_inn span {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.witr_counter_single h4,
.witr_counter_single h1 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 5px 0 0 0;
}
.ab_page_counter {
  padding: 101px 0 0px 0;
}

@media screen and (max-width: 768px) {.dt_coun_area {
    padding: 0px 0 30px 0!important;
}}
