.app-description {
  width: 100% !important;
  padding-left: 0px !important; }
  @media (min-width: 767px) {
    .app-description {
      width: 80% !important; } }

.app-section {
  padding: 1rem !important; }
  @media (max-width: 767px) {
    .app-section {
      padding: 0rem !important; } }

@media (max-width: 767px) {
  .app-title {
    margin-top: 1rem; } }

.center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-uppercase {
  text-transform: uppercase !important; }

.primary-color {
  color: #f15a29; }

.primary-title {
  font-family: "DM Sans", sans-serif !important; }

.secondary-title {
  font-family: "DM Sans", sans-serif !important; }

.d-inline-flex {
  display: inline-flex !important; }

.align-items-center {
  align-items: center !important; }

.d-flex, .bb-projects__item__details .bb-project-more-details {
  display: flex !important; }

.text-primary {
  color: #f15a29 !important; }

.d-block {
  display: block !important; }

.orange-faded-bg {
  background-color: rgba(255, 80, 41, 0.05); }

.justify-content-between {
  justify-content: space-between !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.align-items-center {
  align-items: center !important; }

.flex-column {
  flex-direction: column !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.d-inline-block {
  display: inline-block !important; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.justify-content-end {
  justify-content: flex-end !important; }

.bb-projects__item:hover .bb-projects__item__details {
  background-color: #f15a29;
  color: #fff; }
  .bb-projects__item:hover .bb-projects__item__details .bb-project-more-details {
    border-top-color: #fff; }
    .bb-projects__item:hover .bb-projects__item__details .bb-project-more-details .detail::after {
      opacity: 1; }

.bb-projects__item__details {
  padding: 0.5rem 0.75rem;
  min-height: 3.4375rem;
  color: #1d1a12; }
  .bb-projects__item__details .bb-project-code {
    font-size: 1rem;
    margin-bottom: 0.1875rem; }
    @media (min-width: 1200px) {
      .bb-projects__item__details .bb-project-code {
        font-size: 0.9rem; } }
  .bb-projects__item__details .bb-project-location {
    opacity: 0.6;
    font-size: 0.875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bb-projects__item__details .bb-project-more-details {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 0.0625rem solid rgba(133, 130, 122, 0.4);
    font-size: 0.875rem;
    opacity: 0.6;
    line-height: 1.29;
    font-weight: normal; }
    @media (min-width: 576px) {
      .bb-projects__item__details .bb-project-more-details {
        font-size: 0.625rem; } }
    @media (min-width: 992px) {
      .bb-projects__item__details .bb-project-more-details {
        font-size: 0.5625rem; } }
    @media (min-width: 1200px) {
      .bb-projects__item__details .bb-project-more-details {
        font-size: 0.8rem; } }
    .bb-projects__item__details .bb-project-more-details .detail {
      position: relative; }
      .bb-projects__item__details .bb-project-more-details .detail:not(:last-child) {
        margin-right: 1.375rem; }
        .bb-projects__item__details .bb-project-more-details .detail:not(:last-child)::after {
          width: 0.375rem;
          height: 0.375rem;
          opacity: 0.2;
          background-color: #fff;
          border-radius: 50%;
          content: "";
          position: absolute;
          right: -0.875rem;
          top: 25%; }

.bb-projects__item__img {
  overflow: hidden;
  position: relative; }
  .bb-projects__item__img .lazyload-wrapper {
    height: inherit; }
  .bb-projects__item__img img {
    height: 100%;
    object-fit: cover;
    object-position: top; }
    @media (min-width: 1200px) {
      .bb-projects__item__img img {
        max-height: 10.55rem; } }

.bb-projects__item__link {
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.bb-projects__item__img__tag {
  height: 1.3125rem;
  background-color: rgba(29, 26, 18, 0.6);
  font-size: 0.625rem;
  position: absolute;
  color: #fff;
  top: 0.25rem;
  left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem; }

.active-img img {
  max-height: 100rem !important; }

.bc-banner-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  margin-top: 64px !important; }

.bc-banner-section img {
  display: block;
  width: 100%;
  height: 576px;
  background-color: white; }

.picture-sec {
  display: block;
  width: 100%;
  height: 576px;
  background-color: white; }

.bc-form-container {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  z-index: 0;
  width: 332px;
  border-radius: 8px; }

.bc-form-container.desktop, .bc-form-container.both {
  display: none; }

.flip-counter-container {
  position: absolute;
  bottom: 0;
  /* Aligns it to the bottom */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px; }

.title-text {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 550px; }

@media (max-width: 1023px) {
  .bc-banner-section {
    position: relative;
    margin-top: 80px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto; }
  .bc-banner-section img {
    height: 400px; }
  .picture-sec {
    height: 400px; }
  .flip-counter-container {
    position: absolute;
    bottom: 530px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .bc-form-container {
    position: relative;
    width: 100%;
    max-width: 1023px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 220px;
    margin-left: 48px;
    margin-bottom: -270px;
    height: auto; }
  .bc-form-container.mobile, .bc-form-container.both {
    display: none; }
  .title-text {
    position: relative;
    width: 630px;
    text-align: left;
    margin-left: -90px; } }

@media (max-width: 767px) {
  .bc-banner-section {
    position: relative;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    height: auto; }
  .flip-counter-container {
    bottom: 0px;
    z-index: 1;
    top: 320px;
    width: 250px;
    height: 20px; }
  .title-text {
    width: 320px;
    margin-left: -70px; } }

