



.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 31px;

}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: white;
    margin-top: 12px;
}

.progressbar {
    position: relative;
}

.progressbar .progress-caption{
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom:0;
}

.progressbar .progress-caption .title{
    font-size: 2rem;
    font-weight: bolder;
    color: #870a24;
}

