
.progressbar, .progressbarsecond, .progressbarthird {
  width: 100px;
  margin: 20px;
}

.circle, .circlesecondcolor, .circlethirdcolor  {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas, .circlesecondcolor canvas, .circlethirdcolor canvas{
  vertical-align: middle;
}

.circle div, .circlesecondcolor div, .circlethirdcolor div   {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.circle strong i, .circlesecondcolor strong i, .circlethirdcolor strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span, .circlesecondcolor span, .circlethirdcolor span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}


.progress-bar-content-and-effect {
    width: 100%;
    float: left;
}


.progress-bar-content-and-effect .progressbar, .progress-bar-content-and-effect .progressbarsecond, .progress-bar-content-and-effect .progressbarthird {
    width: 20%;
    float: left;
}

.progress-bar-content-and-effect .content {
    width: 71%;
    float: left;
}
.percent-value {
    visibility: hidden;
}

p.percent-icon {
    position: absolute;
    top: 28px;
    left: 37px;
}

p.percent-icon .fa {
    font-size: 38px;
    color: #FF9700;
}

.progressbarsecond i.fa.fa-thumbs-up {
    color: #3CB879;
}
.progressbarthird i.fa.fa-handshake-o {
    color: #4CC3C1;
}
.progress-bar-content-and-effect .content h2 {
    margin-top: 45px;
}