#skill{
  background-color: #fff;  
  display: inline;
  width: 100%;
}

.skill{
  padding-top: 60px;
  padding-bottom: 60px;
}

.skill-inner{
  display: inline;
  float: left;
  width: 100%;
}


.skill-inner p{
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
} 


.title{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 35px;
  text-transform: uppercase;
}


.skill-progress-bar{
  display: inline;  
  float: left;  
  width: 100%;  
}


.skill-progress-bar span {
  color: #727272;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}


.pro-bar-container {
  border-radius: 4px;
  height: 20px;  
  text-align: center;
  color: #fff
}


.pro-bar {
  border-radius: 0px;
  height: 30px; 
}

.pro-bar-container.color-wisteria {
  background-color: #eee;
}