/* VC Progress
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 2px 9px 2px 9px;
  border-radius: 10px;
  background-clip: padding-box;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px 0px;
}
.vc_progress_bar .vc_progress_label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.vc_progress_bar .vc_progress_label:first-child {
  margin-top: 0;
}
.vc_progress_bar .vc_label_units {
  float: right;
  line-height: 0;
  position: relative;
  top: 11.7px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  width: 0%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-clip: padding-box;
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.vc_progress_bar.bar-variant .vc_single_bar {
  border-radius: 50px;
  padding: 8px 9px;
}
