/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2021 | 14:32:38 */
.programme-quote {
  position: absolute;
  bottom: 100%;
  right: 30px;
  transform: rotateY(180deg) translateY(50%);
  animation-delay: 0;
}

.divider-animate .elementor-heading-title span {
  background-color: var(--e-global-color-accent);
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 25px;
}

.col-progess .elementor-progress-bar {
  height: 5px;
  border-radius: 35px;
  margin-top: 25px;
  position: relative;
}

.col-progess .elementor-progress-bar span {
  line-height: unset;
  color: var(--e-global-color-text);
  position: relative;
  top: -30px;
  overflow: visible;
}

.col-progess .elementor-progress-bar .elementor-progress-percentage {
  color: var(--e-global-color-accent);
}

.col-progess .elementor-progress-bar span:first-child {
  padding: 0;
}