html {
  scroll-behavior: smooth;
}

.navbar .brand img {
  display: block;
  width: 10rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4rem;
}
.navbar .contacts {
  margin-left: 0rem;
  margin-top: 0.125rem;
}

.project-detail-header {
  padding-top: 10rem;
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-address h3 a {
  font-weight: 300;
  text-decoration: underline;
}

.custom-soundtrack .row-project {
  margin-bottom: 5rem;
}

.what-people-say .row-project {
  margin-bottom: 5rem;
}
.what-people-say .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.125rem solid rgba(255, 255, 255, 0.1);
  padding-top: 8rem;
  margin-bottom: 8rem;
}
.what-people-say .review:first-child {
  border-top: 0rem none transparent;
}
.what-people-say .review .img-wrap {
  width: 30%;
}
.what-people-say .review .img-wrap img {
  width: 100%;
  height: auto;
}
.what-people-say .review .txt-wrap {
  padding-left: 2rem;
  width: 70%;
}
.what-people-say .review .txt-wrap h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.what-people-say .review .txt-wrap p {
  margin-bottom: 1rem;
}

.icon-home-custom {
  width: 4.375rem;
  height: 4.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-address h3 a {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 991.98px) {
  .display-2,
h2.title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .view-all-projects,
.project-row,
.project-detail-row {
    padding-left: 0rem;
  }

  .project-title {
    font-size: 1.85rem;
  }

  .project-number {
    display: none;
  }

  .display-2,
h2.title {
    font-size: 2.875rem;
  }
}
@media (max-width: 575.98px) {
  .col-partner img {
    max-width: 210px;
  }

  .display-2,
h2.title {
    font-size: 2.25rem;
  }
}
.social-new-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 7.5rem;
  top: 2.75rem;
}
@media (max-width: 991.98px) {
  .social-new-wrap {
    top: 2.125rem;
    right: 6rem;
  }
}
@media (max-width: 767.98px) {
  .social-new-wrap {
    top: 2.225rem;
    right: 5rem;
  }
}
@media (max-width: 575.98px) {
  .social-new-wrap {
    right: 4.5rem;
  }
}
.social-new-wrap a {
  margin: 0.25rem 0.75rem;
}
.social-new-wrap a svg {
  display: block;
  width: 24.5px;
  height: 24.5px;
  height: 1.75rem;
  width: 1.75rem;
}