/*skill-bars*/
.skill-bars .skill {
    width: 100%;
    height: 10px;
    background-color: #e1e1e1;
    position: relative;
    margin-bottom: 75px;
    box-sizing: border-box;
}
.skill-bars .skill:last-child {
    margin-bottom: 0;
}
.skill-bars .skill-title {
    position: absolute;
    bottom: 5px;
    font-weight: normal;
}
.skill-bars .count-bar::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0px;
    border-right: 5px solid #000000;
    height: 10px;
}
.skill-bars .count-bar {
    width: 95%;
    height: 10px;
    width: 0px;
    position: relative;
    background: #5164cf;
}
.skill-bars .count-bar .count {
    position: absolute;
    top: -25px;
    right: -17px;
    color: #4d4d4d;
    font-weight: normal;
}
.skill-bars .count-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}