#section-style-0012 {
  position: relative;
}
#section-style-0012 .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 25px
}

#section-style-0012 .col-lg-offset-1 {
  margin-left: 8.33333333%;
}

#section-style-0012 *,
#section-style-0012 *:before,
#section-style-0012 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#section-style-0012 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #2f2c2c;
  text-align: center;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media(max-width:587px) {
  #section-style-0012 h2 {
    font-size: 30px
  }
}

#section-style-0012 p {
  font-family: 'Muli', sans-serif;
  line-height: 26px;
  font-size: 18px;
  color: #acacac;
  margin-bottom: 30px;
}

#section-style-0012 .c-white {
  color: #fff !important;
}

#section-style-0012 .bg-primary-color {
  background-color: #4cc2c0;
}

#section-style-0012 .bg-secondary-color {
  background-color: #f15b26;
}

#section-style-0012 .bg-orange-color {
  background-color: #fcb03b;
}

#section-style-0012 .bg-green-color {
  background-color: #3cb878;
}

#section-style-0012 .border-orange-color {
  border-color: #fcb03b;
}

#section-style-0012 .border-green-color {
  border-color: #3cb878;
}

#section-style-0012 .border-primary-color {
  border-color: #4cc2c0;
}

#section-style-0012 .border-secondary-color {
  border-color: #f15b26;
}

#section-style-0012 .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-style-0012 .btn {
  display: inline-block;
  width: 80%;
  text-decoration: none;
  padding: 23px 31px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  background-color: #00adef;
  border-radius: 50px;
  position: relative;
  transition: 1s ease !important;
  text-align: center;
  box-shadow: #4db7fe 0 3px 8px;
}

#section-style-0012 .btn:hover {
  background-color: #ec2a57;
  box-shadow: #ec94a8 0 3px 8px;
  transition: 1s ease !important
}

@media (max-width:768px) {
  #section-style-0012 .btn {
    padding: 15px 35px;
    font-size: 13px;
  }
}

#section-style-0012 .btn:after {
  display: block;
  width: 100%;
  height: 100%;
}

#section-style-0012 .semicircle {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

@media (max-width:768px) {
  #section-style-0012 .semicircle {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
}

#section-style-0012 .semicircle:after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
}

@media (max-width:768px) {
  #section-style-0012 .semicircle:after {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
}

#section-style-0012 .heading {
  position: relative;
  z-index: 5;
}

#section-style-0012 .heading .heading-title {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

#section-style-0012 .skills-item {
  margin-bottom: 25px;
}

#section-style-0012 .skills-item-info {
  margin-bottom: 15px;
}

#section-style-0012 .skills-item-title {
  font-family: varela round, Arial, helvetica neue, Helvetica, serif;
  font-size: 16px;
  color: #797676;
}

#section-style-0012 .skills-item-count {
  font-size: 16px;
  color: #fff;
  float: right;
  font-family: varela round, Arial, helvetica neue, Helvetica, serif;
}

#section-style-0012 .skills-item-meter {
  padding: 0 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #373434;
  position: relative;
  height: 17px;
}

#section-style-0012 .skills-item-meter-active {
  position: relative;
  height: 6px;
  display: inline-block;
  border-radius: 5px;
  bottom: 6px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#section-style-0012 .skills-item-meter-active.skills-animate {
  -webkit-animation: skills-animated 1.2s ease-out;
  animation: skills-animated 1.2s ease-out;
}

#section-style-0012 .skills-item-meter-active:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 4px solid;
  border-color: inherit;
  border-radius: 100%;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@-webkit-keyframes skills-animated {
  0% {
    width: 0
  }
}

@keyframes skills-animated {
  0% {
    width: 0
  }
}

@-webkit-keyframes skills-animated-opacity {
  100% {
    opacity: 1
  }
}

@keyframes skills-animated-opacity {
  100% {
    opacity: 1
  }
}
