.amazatic-circle-counter {
/*   width: 190px; */
  margin: 0 auto;
  text-align: center;
}
.amazatic-circle-counter svg {
  width: 183px;
  height: 183px;
  transform: rotate(-90deg);
}
.amazatic-circle-counter .bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 10;
}
.amazatic-circle-counter .progress {
  fill: none;
  stroke: #094B7E;
  stroke-width: 10;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 1s ease-out;
}
.amazatic-circle-counter .number {
  position: absolute;
  font-weight: bold;
  font-size: 52px;
  line-height: 72px;	
  color: #094B7E;
  font-family: 'Montserrat', sans-serif;
  transform: translate(-50%, -125px);
  left: 50%;
}
.amazatic-circle-counter .label {
  margin-top: 25px;
  font-size: 16px;
  color: #363d4a;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  line-height: 160%;
	text-transform:none;
	letter-spacing:0px;
}



.custom-circle-counter {
/*   width: 150px;
  margin: auto; */
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.circle-svg {
  width: 183px;
  height: 183px;
  transform: rotate(-90deg);
}

.circle-svg circle {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
}

.circle-svg .bg {
  stroke: #C5CCD2;
	stroke-width: 10px;
}

.circle-svg .progress {
  stroke: #63CB9F;
  stroke-dasharray: 339.29;
  stroke-dashoffset: 339.29;
  transition: stroke-dashoffset 1.5s ease;
	stroke-width: 12px;
}

.counter-text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
	font-size: 52px;
    color: #094B7E;
	font-family: 'Montserrat';
}

.counter-label {
    margin-top: 10px;
    font-size: 16px;
    color: #363d4a;
    font-weight: 700;
}
