/*======================================
//--//-->   INTRO
======================================*/

#about {
  margin-top: 80px;
}

.about {
  height: 100vh;
  position: relative;
  color: var(--home-sub-text-color);
}

.about .about-content {
  text-align: center;
  position: absolute;
  margin-top: 0%; // non-center vertically
  background-color: red;
}

.about .about-content .table-cell {
}

.about .overlay-about {
  background-color: var(--home-overlay-bg-color);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.about .about-title {
  color: var(--home-text-color);
  font-weight: 600;
  font-size: 6rem;
}

.about .about-heading {
  color: var(--color-light);
  font-weight: 600;
  font-size: 1.25rem;
}

.about .about-subtitle {
  font-size: 2.5rem;
  font-weight: 600;
}

.about-info {
}

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: var(--primary-text-color);
}

.skill-mf .progress {
  background-color: var(--color-grey-medium);
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: var(--primary-color);
}
