:root {
  --blue: #5ab335;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: var(--blue);
  --secondary: var(--gray);
  --success: var(--green);
  --info: var(--cyan);
  --warning: var(--yellow);
  --danger: var(--red);
  --light: var(--gray-light);
  --dark: var(--gray-dark);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family: 'Montserrat', sans-serif, Arial, Helvetica;
}

/* ------- DO NOT EDIT BELOW --------- */

.chart-one {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-one.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-one svg {
  width: 100%;
  height: 100%;
}

.chart-one svg .circle-background, .chart-one svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-one svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 215.4668px 229.22px;
  stroke-dashoffset: 215.4668px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-one figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

@keyframes chart-one-label {
  100% {
    transform: translateY(-141rem);
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart two */

/* ------- DO NOT EDIT BELOW --------- */

.chart-two {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-two.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-two svg {
  width: 100%;
  height: 100%;
}

.chart-two svg .circle-background, .chart-two svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-two svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 229.22px 229.22px;
  stroke-dashoffset: 229.22px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-two figcaption {
  text-align: center;
  position: absolute;
  top: calc(35% - 0.75rem);
  left: 0;
  width: 100%;
}

.chart-two figcaption span#animatedNumber2 {
  display: block;
  font-size: 1.15rem;
  line-height: 1.25rem;
  color: #5ab334;
}

.chart-two figcaption span.years {
  display: block;
  font-size: 1rem;
  color: #5ab334;
}

@keyframes chart-two-label {
  100% {
    transform: translateY(-18rem);
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart three */

/* ------- DO NOT EDIT BELOW --------- */

.chart-three {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-three.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-three svg {
  width: 100%;
  height: 100%;
}

.chart-three svg .circle-background, .chart-three svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-three svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 178.7916px 229.22px;
  stroke-dashoffset: 178.7916px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-three figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

@keyframes chart-three-label {
  100% {
    transform: translateY(-117rem);
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart four */

/* ------- DO NOT EDIT BELOW --------- */

.chart-four {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-four.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-four svg {
  width: 100%;
  height: 100%;
}

.chart-four svg .circle-background, .chart-four svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-four svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 204.0058px 229.22px;
  stroke-dashoffset: 204.0058px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-four figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

@keyframes chart-four-label {
  100% {
    transform: translateY(-133.5rem);
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

/* Testimonial section done */

