@charset "utf-8";
/* CSS Document */

.about__skill h6 { font-size: 18px;font-size: calc-rem-value(18); font-weight: 600; margin: 0 0 .56em;}
	.progress {background-color: transparent; height: 5px; margin: 0; box-shadow: none; overflow: visible;}
	.progress-bar {  background-color: #012f5c; position: relative;}
	.progress-bar {  
	float: left;  
	width: 0;  
	height: 100%;
	font-size: 12px;  
	line-height: 20px;  
	color: #fff; 
	text-align: center;  
	background-color: #ca0000;  
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);    
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);    
	-webkit-transition: width .6s ease;    
	-o-transition: width .6s ease;    
	transition: width .6s ease;}	
	
	.progress-bar span {
    font-family: "Roboto",sans-serif;
    background-color: #fdd415;   
    text-align: center;
    font-size: 18px;
    font-size: calc-rem-value(18);
    font-weight: 600;
    color: #ca0000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	padding:20px;
}
.about__skill+.about__skill {
    margin-top: 30px;
}
