/* ===== 11. Circle Progress Area CSS ===== */
.dt_circle_area {
  background-color: #f6f6f6;
  padding: 100px 0 65px 0;
}
.witr_cp_class {
  position: relative;
}
.witr_circle_area {
  text-align: center;
  margin-bottom: 30px;
}
.witr_cir_text {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  color: #222222;
}
.witr_circle_title {
  margin-top: 10px;
}
