.skills-section .subtitle {
	font-size: 18px;
	color: #8a8a8a;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400
}

.skills-section .top-skills {
	margin-bottom: 15px
}

.skills-section .top-skills .item {
	margin-bottom: 10px
}

.skills-section .level {
	color: #8a8a8a;
	margin-bottom: 15px
}

.skills-section .desc {
	color: #666
}

.skills-section .skill-tag {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	padding: 6px 30px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #f5f5f5;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 16px;
	border-radius: 7px;
}

.skills-section .obs {
	padding-top: 25px;
	color: #666;
	font-size: 1rem;
}
.chart-easy-pie {
	position: relative;
}

.chart {
	width: 110px;
	height: 110px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px
}

.chart span {
	line-height: 110px
}

.chart canvas {
	position: absolute;
	left: 0;
	top: 0
}