@media (max-width: 1400px) {
  .vlt-default-menu__navigation .sf-menu > li + li {
    margin-left: 25px;
  }
}

@media (min-width: 768px) {
  .vlt-navbar-inner.mobile-response .mobile-vieww {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .projects-grid-data-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 991px) {
  section.hero-sec h1.hd {
    font-size: 35px;
    line-height: 52px;
  }
  section.about-us .content h4 {
    font-size: 34px;
  }

  section.about-us .content p {
    font-size: 16px;
  }

  .projects-sec .projects-hd h4{
    font-size: 34px !important;
  }

  .projects-sec .projects-hd p{
    font-size: 16px !important;
  }


  a.read-more {
    font-size: 16px !important;
  }

  .projects-grid h4 {
    font-size: 30px;
    margin-bottom: -60px;
  }

  section.about-us .content {
    width: 80%;
  }

  section.hero-sec img {
    right: -160px;
  }
}

@media (min-width: 768px) {
  .footer-list {
    order: inherit;
  }
}

@media (max-width: 767px) {
  .vlt-aside-menu ul {
    display: block;
  }

  section.hero-sec .vlt-page-title-zoom__content {
    width: 90%;
    text-align: center;
    padding-top: 0;
    margin: auto;
  }

  .vlt-page-title-zoom__body {
    position: relative;
    min-height: auto;
  }
  section.about-us .content {
    width: 90%;
  }

  section.hero-sec img {
    bottom: -333px;
    right: 0;
    left: 0;
    height: 400px;
  }

  section.hero-sec h1.hd {
    font-size: 32px;
    margin-bottom: 60px;
    margin-bottom: 5vh;
    line-height: 45px;
  }

  section.projects-sec .projects-hd {
    width: 90%;
  }

  section.projects-sec .grid-system-projects {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  section.hero-sec img {
    bottom: -355px;
  }

  .projects-grid-data-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/*--------Projects Page responsive--------*/

@media (max-width: 767px) {
  section.projects-sec-banner .projects-sec-banner-data h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
  }

  section.projects-sec {
    margin-top: 70px;
    .tabs {
      display: block;
      .tab-indicator {
        width: 100%;
      }
      .tab {
        display: block;
        width: 100%;
        margin-bottom: 10px;
      }
    }
    .content {
      .row-data {
        display: block;
        .slide-lt {
          width: 100%;
        }
        .slide-rt {
          width: 100%;
        }
      }
    }
  }
}
