.skill__bar__wrapper {
  overflow-x: hidden;
}
.skill__wrapper {
  margin-bottom: 5px;
  position: relative;
}
.skill__wrapper p {
  font-weight: 600;
  margin-bottom: 8px;
}
.skill__wrapper::before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #e4e4e4;
  bottom: 0;
}
.skill__wrapper .skill-bar {
  width: 100%;
  height: 5px;
  background-color: var(--theme-primary-color);
  display: block;
  margin-bottom: 20px;
}
.skill__wrapper .skill1 {
  width: 58%;
}
.skill__wrapper span {
  position: absolute;
  border-top: 0px solid transparent;
  top: 0px;
  right: 0px;
  padding: 0;
  font-size: 16px;
  padding: 3px 0;
  font-weight: 500;
}
.elementor-edit-area .animated {
  animation-fill-mode: both !important;
}

/* progressbar 2 style */
.progressbar2 .skill__wrapper span {
  top: -32px;
}
.progressbar2 .skill-bar::after {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--theme-primary-color);
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}