

.barfiller {
	width: 100%;
	height: 10px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 40px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
	border-radius: 10px;
}

.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #333;
	z-index: 1;
	border-radius: 10px;
	background: rgb(221,36,118);
	background: linear-gradient(98deg, rgba(221,36,118,1) 0%, rgba(242,30,78,1) 100%);
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
	margin-top: -30px;
	font-size: 16px;
	color: #11253c;
	left: 0px;
	position: absolute;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.skills-title {
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 3px;
	font-size: 16px;
	color: #07123b;
	font-family: 'Roboto', sans-serif;
}






