@import url(https://fonts.googleapis.com/css?family=Lato:100,400);
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
.progress {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 68%;
}
.progress > li {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ba1b1b;
  /*! font-family: Lato; */
  font-weight: 400;
  margin: 1.8rem;
  font-size: 20px;
  margin-bottom: 58px;
}
.progress > li:nth-child(1){
  color: #fff;
}
.progress > li:nth-child(2){
  color: #fff;
}
.progress > li:nth-child(3){
  color: #fff;
}
.progress > li:nth-child(4){
  color: #fff;
}
.progress > li:nth-child(5){
  color: #fff;
}
.progress > li:nth-child(6){
  color: #fff;
}
.progress > li:nth-child(7){
  color: #fff;
}
.progress > li:nth-child(8){
  color: #fff;
}
.progress > li:nth-child(9){
  color: #fff;
}
.progress > li:nth-child(10){
  color: #fff;
}
.progress > li:nth-child(11){
  color: #fff;
}
.progress > li:nth-child(12){
  color: #fff;
}

.progress > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}
.progress > li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 3.3rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
  font-size: 21px;
}
.progress svg {
  width: 8rem;
  height: 8rem;
}
.progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}
.progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: #000;
  opacity: 0.9;
  -webkit-animation: load 10s;
          animation: load 10s;
}
.skill{
  
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: black;
}
.skill div.wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 75%;
}
.skill div.wrap div.text{
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.skill div.wrap div.text h2{
  font-size: 50px;
  color: white;
}
.skill div.wrap div.text ul{
  border: 2px solid;
  display: flex;
  justify-content: center;
  padding: 4px 20px;
  border-radius: 14px;
}
.skill div.wrap div.text ul li{
  
}