progress bar style : demo 8

System design 85%
Data analysis 70%
Link-level analysis 60%

HTML

                    
System design 85%

CSS

                    .progress_bar_8 .vc_label{
                        text-transform: capitalize;
                    }
                    .progress_bar_8 .vc_single_bar{
                        height: 6px;
                        margin: 15px 0;
                    }
                    .progress_bar_8 .vc_single_bar{
                        background: hsl(0, 0%, 97%) none repeat scroll 0 0;
                        border-radius: 3px;
                        box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
                        margin-bottom: 11.6667px;
                        position: relative;
                    }
                    .progress_bar_8 .vc_single_bar span.vc_bar{
                        background-color: #e98a38;
                        border-radius: 3px;
                        display: block;
                        height: 100%;
                        left: 0;
                        position: absolute;
                        top: 0;
                        transition: width 1s linear 0s;
                        width: 0;
                    }