.text-dark .statistics .stats-head *{
    color: #00aeef;
}
.text-dark .statistics .stats-content p {
    color: #747474;
}

.stat-number .skill-count {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
}
.stat-number.skill.percentage {
    margin-bottom: 0;
}
.stats-head * {
	font-size: 50px;
	color: #FFF;
	text-align: center;
}
.stats-head {
    float: left;
    width: 50%;
}

.stats-content.percentage {
    float: left;
    width: 100%;
    text-align: center;
    /*display: flex;*/
}

span.skill-count {
    font-size: 70px;
    line-height: 80px;
    color: #fdc029;
    text-align: center;
    font-family: Ubuntu;
    font-weight: 700;
    font-style: normal;
}

.stats-head i {
    clear: both;
    display: block;
    font-family: "FontAwesome";
    font-size: 40px;
    padding-right: 0;
}
.stats-content p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
    line-height: 22px;
    display: inline;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-family: Ubuntu;
    font-weight: 700;
    font-style: normal;
}
.stat-number.skill img {
    padding-top: 30px;
}
.stat-number.skill i {
    padding-top: 30px;
}
.skill-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-left: 15px;
    /*align-self: center;*/
}
