.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.header-area.style-2 .open-offcanvas span {
    color: var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span {
    color: var(--white);
}

.project_gallery_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media only screen and (max-width:992px) {
    .project_gallery_grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*
  --------------------------
  feature Style
  --------------------------
  */
.feature-area.style-3 {
    padding-bottom: 155px;
}

@media only screen and (max-width: 1199px) {
    .feature-area.style-3 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-area.style-3 {
        padding-bottom: 70px;
    }
}

.feature-area.style-3 .text span {
    text-decoration: underline;
    font-weight: 600;
}

.feature-area.style-3 .title-top-text {
    padding-left: 90px;
}

@media only screen and (max-width: 1199px) {
    .feature-area.style-3 .title-top-text {
        padding-left: 0;
    }
}

.feature-wrapper.style-3 {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .feature-wrapper.style-3 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/* Masonary Layout */

.grid--content .column--wrapper {
    display: column;
    columns: 3;
    gap: 20;
    break-inside: avoid;
}

.post--item {
    break-inside: avoid;
    padding-bottom: 20px;
}

.post--masonry {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.grid--content .column--wrapper .post--item img {
    box-shadow: 0 0 3px 2px #00000021;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.grid--content .post--title {
    font-weight: bold;
    color: #1d2327;
}

.grid--content .post-user {
    margin: 10px 0;
}

.grid--content .post-user a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.grid--content .post-user img {
    border-radius: 100% !important;
    max-width: 35px;
    max-height: 35px;
    margin: 0;
    margin-bottom: 0 !important;
}

.grid--content .post-user span {
    margin-left: 10px;
    color: #949494;
    font-size: 14px;
}

.grid--content .post-user a:hover {
    background-color: #f0f0f0;
    border-radius: 50px;
}

.grid--content {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding: 40px; */
    /* box-shadow: 0 0 30px 10px #00000017; */
}

@supports (grid-template-rows: masonry) {
    .grid--content .column--wrapper {
        display: grid;
        grid-template-columns: (repeat(4), 1fr);
        grid-template-rows: masonry;
        grid-auto-flow: dense;
        align-tracks: stretch;
    }
}

@media screen and (max-width: 768px) {
    .grid--content .post-user img {
        max-width: 20px;
        max-height: 20px;
    }

    .grid--content .post-user span {
        font-size: 11px;
    }

    .grid--content .post--title {
        font-size: 12px;
    }

    .grid--content .column--wrapper {
        columns: 1;
    }
}


/*  */

/* info area style  */
.info-area {
    /* padding-top: 112px; */
    background-color: #fff;
    /* margin: 0 20px; */
    /* border-radius: 20px; */
    position: relative;
  }
  .info-area .body-lines-area {
    z-index: 2;
  }
  .info-area #myTabContent {
    position: relative;
    z-index: 3;
  }
  .info-area .section-title-wrapper {
    position: relative;
    z-index: 3;
  }
  @media only screen and (max-width: 1919px) {
    .info-area {
      padding-top: 82px;
    }
  }
  @media only screen and (max-width: 991px) {
    .info-area {
      padding-top: 62px;
    }
  }
  @media only screen and (max-width: 767px) {
    .info-area {
      padding-top: 42px;
      margin: 0 0;
      border-radius: 0;
    }
  }
  .info-area-inner {
    max-width: 1130px;
    margin: 0 auto;
  }
  .info-area .section-title {
    max-width: 583px;
    text-align: center;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .info-area .section-title {
      max-width: 473px;
    }
  }
  .info-area .section-heading {
    margin-bottom: 56px;
  }
  @media only screen and (max-width: 991px) {
    .info-area .section-heading {
      margin-bottom: 36px;
    }
  }
  @media only screen and (max-width: 767px) {
    .info-area .section-heading {
      margin-bottom: 26px;
    }
  }
  .info-area .note-wrapper {
    max-width: 550px;
    padding: 12px 30px 10px;
    margin: 0 auto;
    border: 1px solid rgba(16, 49, 66, 0.1);
    border-radius: 36px;
    margin-top: 70px;
    position: relative;
    z-index: 3;
  }
  @media only screen and (max-width: 1199px) {
    .info-area .note-wrapper {
      margin-top: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .info-area .note-wrapper {
      margin-top: 40px;
    }
  }
  .info-area .note-wrapper .text {
    font-size: 18px;
    line-height: 1.33;
    color: #4C6876;
    text-align: center;
  }
  .info-area .note-wrapper .text span {
    font-weight: 600;
    color: var(--primary);
  }
  .info-area .nav-tabs {
    border-bottom: 1px solid rgba(40, 70, 85, 0.062745098);
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    z-index: 3;
  }
  @media only screen and (max-width: 767px) {
    .info-area .nav-tabs {
      display: block;
      overflow-x: scroll;
      scrollbar-width: thin;
    }
    .info-area .nav-tabs::-webkit-scrollbar {
      display: none;
    }
  }
  .info-area .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 1.4;
    color: var(--primary);
    padding: 0 35px;
    padding-bottom: 7px;
    border: none;
    border-bottom: 1px solid rgba(40, 70, 85, 0.062745098);
    font-family: var(--font_recoleta);
    font-weight: 500;
  }
  @media only screen and (max-width: 991px) {
    .info-area .nav-tabs .nav-link {
      padding: 10px 25px;
        width: 100%;
    }
  }
  .info-area .nav-tabs .nav-item.show .nav-link,
  .info-area .nav-tabs .nav-link.active {
    border-bottom-color: #0e9391;
    background-color: transparent;
  }
  .info-area .nav-tabs .nav-link:focus,
  .info-area .nav-tabs .nav-link:hover {
    border-bottom-color: #0e9391;
  }
  
  .info-content-wrapper {
    display: grid;
    /* grid-template-columns: auto 48%; */
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
  }
  @media only screen and (max-width: 767px) {
    .info-content-wrapper {
      grid-template-columns: 1fr;
    }
  }
  .info-content-wrapper .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info-content-wrapper .content {
    padding: 55px 60px 58px;
  }
  @media only screen and (max-width: 991px) {
    .info-content-wrapper .content {
      padding: 35px 40px 38px;
    }
  }
  @media only screen and (max-width: 767px) {
    .info-content-wrapper .content {
      order: 2;
    }
  }
  .info-content-wrapper .title {
    font-size: 40px;
    max-width: 249px;
    margin-bottom: 33px;
  }
  @media only screen and (max-width: 991px) {
    .info-content-wrapper .title {
      font-size: 30px;
      margin-bottom: 23px;
    }
  }
  @media only screen and (max-width: 767px) {
    .info-content-wrapper .title {
      max-width: 100%;
    }
  }
  .info-content-wrapper .text {
    font-size: 18px;
    max-width: 402px;
    margin-bottom: 18px;
  }
  .info-content-wrapper .list-plus li {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 600;
    color: var(--primary);
    padding-inline-start: 22px;
  }
  .info-content-wrapper .list-plus li:not(:last-child) {
    margin-bottom: 7px;
  }
  .info-content-wrapper .list-plus li::before {
    top: 0px;
    font-size: 14px;
  }
  .info-content-wrapper .info-list {
    margin-bottom: 51px;
  }
  @media only screen and (max-width: 991px) {
    .info-content-wrapper .info-list {
      margin-bottom: 31px;
    }
  }
  .info-content-wrapper .wc-btn-underline {
    color: var(--primary);
    font-weight: 600;
    padding-bottom: 0;
    font-size: 16px;
  }