.line-skill {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Quicksand', sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 8px;
}

.radial-skill {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Quicksand', sans-serif;
  margin: 20px;
  width: 150px;
  height: 150px;
  position: relative;
}


.skills-section {
  height: 100%;
  width: 100%; 
  background-color: #1a1e23;
  color: #fff;   
}

.skills-section .container {
  padding-top: 50px;
}


.skills-section .section-title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 110px;  
}


.skills-section h3{
  font-size: 22px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 30px;
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Quicksand', sans-serif;
  text-align-last: center;
  text-transform: uppercase;
}

#percent {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Quicksand', sans-serif;
  float:right;
}

.radial-skill-label {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Quicksand', sans-serif;
  float: center;
  text-align: center;
}

