.evoProgress>li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #93A2AC;
    font-family: Lato;
    font-weight: 100;
    margin: 1rem;
}

.evoProgress>li:before {
    content: attr(data-name);
    position: absolute;
    width: 100%;
    bottom: -2rem;
    font-weight: 400;
}

.evoProgress>li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}

.evoProgress svg {
    width: 10rem;
    height: 10rem;
}

.evoProgress svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.evoProgress svg:nth-child(2) path {
    fill: none;
    stroke-width: 25;
    stroke-dasharray: 629;
    stroke: rgba(255, 255, 255, 0.9);
    -webkit-animation: load 10s;
    -moz-animation: load 10s;
    -o-animation: load 10s;
    animation: load 10s;
}


.evoProgressBar{
    width: 100%;
    text-align: center;
    height: 3em;
    line-height: 3em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;

    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0.4em;
}
.evoProgressBar::-webkit-progress-bar {
    background-color: whiteSmoke;
    border-radius: 0.4em;
}
.evoProgressBar[value]::-webkit-progress-value::before {
    content: '80%';
    position: absolute;
    right: 0;
    top: -125%;
}


.evoProgressBar1{
    border:1px solid #66AFE9;
    color: whiteSmoke !important;
}
.evoProgressBar1::-moz-progress-bar{
    background: #66AFE9 !important;
    border-radius: 0.4em;
}
.evoProgressBar1::-webkit-progress-value{
    background: #66AFE9 !important;
    border-radius: 0.4em;
}

.evoProgressBar2{
    border:1px solid rgba(0, 0, 0,80);
    color:rgba(0, 0, 0,80);
}
.evoProgressBar2::-moz-progress-bar{
    background: rgba(0, 0, 0,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar2::-webkit-progress-value{
    background: rgba(0, 0, 0,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar3{
    border:1px solid rgba(37, 77, 110,80);
    color: whiteSmoke !important;
}
.evoProgressBar3::-moz-progress-bar{
    background: rgba(37, 77, 110,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar3::-webkit-progress-value{
    background: rgba(37, 77, 110,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar4{
    border:1px solid rgba(247, 150, 71,80);
    color: whiteSmoke !important;
}
.evoProgressBar4::-moz-progress-bar{
    background: rgba(247, 150, 71,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar4::-webkit-progress-value{
    background: rgba(247, 150, 71,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar5{
    border:1px solid rgba(182, 52, 52,80);
    color: whiteSmoke !important;
}
.evoProgressBar5::-moz-progress-bar{
    background: rgba(182, 52, 52,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar5::-webkit-progress-value{
    background: rgba(182, 52, 52,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar6{
    border:1px solid rgba(0, 204, 0,80);
    color: whiteSmoke !important;
}
.evoProgressBar6::-moz-progress-bar{
    background: rgba(0, 204, 0,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar6::-webkit-progress-value{
    background: rgba(0, 204, 0,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar7{
    border:1px solid rgba(0, 149, 182,80);
    color: whiteSmoke !important;
}
.evoProgressBar7::-moz-progress-bar{
    background: rgba(0, 149, 182,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar7::-webkit-progress-value{
    background: rgba(0, 149, 182,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar8{
    border:1px solid rgba(48, 214, 200,80);
    color: whiteSmoke !important;
}
.evoProgressBar8::-moz-progress-bar{
    background: rgba(48, 214, 200,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar8::-webkit-progress-value{
    background: rgba(48, 214, 200,80) !important;
    border-radius: 0.4em;
}

.evoProgressBar9{
    border:1px solid rgba(191, 191, 191,80);
    color: whiteSmoke !important;
}
.evoProgressBar9::-moz-progress-bar{
    background: rgba(191, 191, 191,80) !important;
    border-radius: 0.4em;
}
.evoProgressBar9::-webkit-progress-value{
    background: rgba(191, 191, 191,80) !important;
    border-radius: 0.4em;
}