a:hover{
	text-decoration:none !important;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0%;
  text-align: center;
}

.progress-vertical {
  width: 30px;
  height: 175px;
  position: relative;
  background-color: #0AB5F9;
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  margin-bottom:25px;
}

.progress-vertical .progress-bar {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  transition: height 0.6s ease;
  text-align: center;
  line-height: 30px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.progress-bar-primary{
	background-color: #124A63 !important;
}

h3 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 33px;
  text-transform: none !important;
}