.skill-set .title { text-align: center; font-weight: 600; font-size: 22px; } .skills { position: relative; margin: 15px 0; font-size: 14px; } .skills .skill h3 { margin-top: 4px; float: left; font-size: 14px; } .skills .skill .percent { float: right; } .skills .bar { position: relative; width: 100%; height: 2px; background: #061d36; margin: 0 0 20px 0; } .skills .bar .dd-progress { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #061d36, #2b80ff); } .skills .bar .dd-progress:before { content: ''; position: absolute; top: -5px; right: 0; width: 12px; height: 12px; border-radius: 50%; background: #fff; //box-shadow: 0 0 25px rgba(41, 123, 247, 1); }