.nav-project-category-md a.active {
  color: red;
}

.container-project-details.porfolio-details {
  margin-left: 5.7vw;
  margin-right: 5.7vw;
}

a.underline:hover {
  text-decoration: underline;
  color: #000;
}

@media (min-width: 992px) {
  .about-us-content.less-spacing .welcome-row {
    margin-bottom: 4rem;
  }
  .about-us-content.less-spacing .gallery-col-1 {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .about-us-content.less-spacing .row {
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
  .about-us-content.less-spacing .row > div {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}
@media (min-width: 480px) {
  .about-us-content.less-spacing .row {
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
  .about-us-content.less-spacing .row > div {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}
.about-us-content.less-spacing .col-studio-text a {
  color: #000;
}
.about-us-content.less-spacing .col-studio-text a:hover {
  color: #000;
  text-decoration: underline;
}

.history-persons-popups {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
@media (max-width: 992px) {
  .history-persons-popups {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.history-persons-popups .text-small {
  font-weight: 600;
}
.history-persons-popups.active {
  display: block;
  overflow-y: scroll;
}
.history-persons-popups .history-person-popup {
  display: none;
}
.history-persons-popups .history-person-popup.active {
  display: block;
}
@media (max-width: 992px) {
  .history-persons-popups .history-person-popup.active > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.history-persons-popups .history-person-popup-content {
  background-color: #fff;
  padding: 1.875rem;
}
.history-persons-popups .history-person-popup-content nav {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.history-persons-popups .history-person-popup-content nav .close-history-person-popup {
  width: 2rem;
  height: 2rem;
  display: block;
}
.history-persons-popups .history-person-popup-content nav .close-history-person-popup svg {
  width: 100%;
  height: 100%;
}
.history-persons-popups .history-person-popup-content .section {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .history-persons-popups .history-person-popup-content .section.bio-name {
    margin-bottom: 2rem;
  }
}
.history-persons-popups .history-person-popup-content .section .person-name-bio {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.history-persons-popups .history-person-popup-content .section .person-name-bio h4 {
  margin: 0;
}
.history-persons-popups .history-person-popup-content .section .person-name-bio p {
  margin: 0;
}
@media (max-width: 992px) {
  .history-persons-popups .history-person-popup-content .section .person-name-bio {
    margin-bottom: 2rem;
  }
  .history-persons-popups .history-person-popup-content .section .person-name-bio h4 {
    margin-bottom: 1rem;
  }
}
.history-persons-popups .history-person-popup-content .section.socials {
  margin-bottom: 4rem;
}
.history-persons-popups .history-person-popup-content .section.socials .text-small {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.history-persons-popups .history-person-popup-content .section.socials a {
  text-decoration: underline;
}
.history-persons-popups .history-person-popup-content .section.socials a:hover {
  text-decoration: none;
}

body.overflow-hidden {
  overflow: hidden;
}

/*# sourceMappingURL=style.add2.css.map */
