/*---------------------------------
* 07. Progress
-----------------------------------*/
.progress-lt {
  margin-top: 35px;
  position: relative;
}
.skills .progress-lt:first-child {
  margin-top: 0;
}
.progress-lt h6 {
  display: inline-block;
  width: 47%;
  margin-right: 1.5%;
  text-align: left;
}
.progress-lt span {
  position: absolute;
  top: 0;
  right: 1.5%;
  font-size: 12px;
}
.progress-lt .progress {
  margin-bottom: 0;
  height: 10px;
  border-radius: 50px;
}
.progress-lt .progress-bar {
          transition: width 1.2s ease;
}


.color-white {color:#FFF}

.progress {
    /* display: -ms-flexbox; */
    display: flex;
    /* height: 1rem; */
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
}

.p-btn-2nd, .theme-2nd-bg {
    background: #fd4801;
}
.p-btn-2nd,
.theme-1st {
  color: #fd4801;
}