@media(max-width: 990px) {
  /* Header Menu */
  header {
    width: 100%;
    height: auto;
  }
  header .header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
  }
  header:after {
    background: #003159;
  }
  .logo {
    max-height: 40px;
  }
  /* Menu Button */
  .btn-menu .icon-bars {
    flex-direction: column;
    width: 30px;
    height: auto;
  }
  .btn-menu .icon-bar {
    height: 2px;
    width: 100%;
    margin-right: 0;
  }
  .btn-menu .icon-bar.bottom-bar {
    margin-top: 7px;
    margin-left: 10px;
  }
  .menu-opened .icon-bar.bottom-bar {
    margin-top: 0;
    margin-left: 0;
  }

  /* Main menu */
  body.menu-opened {
    overflow: hidden;
  }
  .main-menu {
    grid-template-rows: auto auto;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: calc(100% - 60px);
  }
  /*.menu-slice-bg {*/
  /*  background: #000000f5;*/
  /*}*/
  header.fixed .main-menu {
    left: 0;
  }
  .main-menu .primary {
    grid-row: 1/2;
  }
  .main-menu .secondary {
    grid-row: 2/3;
  }
  .nav-link {
    padding: 10px 0 !important;
  }
  .header-social.desktop {
    display: none;
  }
  .header-social.mobile {
    display: block;
  }
  .header-social ul {
    display: flex;
  }
  .header-social ul li {
    margin-right: 20px;
  }
  .header-social ul li:last-child {
    margin-right: 0;
  }

  /* Main Content */
  .main-content {
    display: block;
    height: auto;
    overflow: auto;
  }
  .padding {
    padding: 10vh 5px;
  }


  #intro-section {
    grid-template-columns: 1fr;
    grid-template-rows: 110px 1fr auto;
  }
  #intro-section .intro-desc {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: flex-start;
  }
  .slider-progress {
    margin-bottom: 20px;
  }
  .slide-progress-full {
    width: 80px;
  }
  #intro-section .intro-desc .module-text h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #intro-section .intro-desc .module-text h2 {
    margin-bottom: 20px;
  }
  #intro-section .intro-desc .module-text {
    flex-direction: column;
  }
  .scroll-down-wrapper {
      flex-direction: column-reverse !important;
      margin-top: 15px;
      row-gap: 50px;
  }
  #intro-section .scroll-down {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 40px;
  }
  #intro-section .intro-slider-wrapper {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  #intro-section .intro-slider:after {
    background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
  }
  #intro-section .slider-nav-wrapper {
    grid-column: 1/2;
    grid-row: 3/4;
    overflow: hidden;
  }
  #intro-section .slider-nav .slick-slide {
    height: auto;
    padding: 8px 4px;
    margin-bottom: 0;
  }
  #intro-section .slider-nav .slick-slide img {
    height: 120px;
    box-shadow: 0px 15px 20px -10px black;
  }

  #section-2 .col-lg-7 .module-image {
    display: none;
  }
  .contact-col {
    padding: 10vh 20px;
  }
  .form-grpup:last-child {
    margin-bottom: 0;
  }
  
  .form-control {
      border: 1px solid #fff !important;
  }
  .form-group.file input {
      max-width: 95%;
  }

  #thank-you {
    height: 100vh;
  }
  #thank-you h1 {
    font-size: 30px;
  }
  #thank-you h2 {
    font-size: 20px;
  }

}


@media(max-width: 700px) {
  #intro-section .intro-desc .module-text h1 {
    font-size: 30px;
  }
  #intro-section .intro-desc {
      grid-row: 3/3;
      padding-bottom: 30px;
  }
  #intro-section .slider-nav-wrapper {
      display: none;
  }
}
