@-ms-viewport {
  width: device-width;
}
@-viewport {
  width: device-width;
}
@media only screen and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
  .nav {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999999;
    float: right;
    padding: 0 0;
    margin: 0;
    top: 0;
  }
  .nav ul li {
    margin: 0;
  }
  .nav ul li a {
    padding: 8px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .nav-shrink .nav ul li a {
    padding: 8px 0px;
    text-align: center;
  }
  .nav ul li ul li a,
  .nav-shrink .nav ul li ul li a {
    background: #fff;
    color: #000;
    text-align: center;
  }
  .nav ul li a i {
    display: none;
  }
  .nav ul li ul {
    position: relative;
    left: 0;
    width: auto;
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
    padding: 20px;
  }
  .nav ul ul li a,
  .nav-shrink .nav ul li ul li a {
    text-align: center;
  }
  .nav ul li ul:before {
    top: -12px;
    left: 0;
    right: 0;
  }
  .nav ul li a span {
    display: block;
  }
  .nav ul li:hover > a,
  .nav ul li.active > a {
    color: #fff;
  }
  .nav-shrink .nav ul li a {
    color: #fff;
  }
  .nav ul li a::after {
    display: none;
  }
  .header-top h1,
  .getintouch {
    position: relative;
    z-index: 9999999999;
  }
  .getintouch {
    margin-left: auto;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 960px) {
  .header-top {
    padding: 0px 20px;
  }
  .container,
  .footer article,
  .footer-bottom,
  .section-contact aside {
    padding: 25px 20px;
  }
  .footer article aside {
    width: auto;
    float: none;
    margin: 15px 0;
    text-align: center;
  }
  .footer p {
    text-align: center;
    width: auto;
    float: none;
  }
  .social-icons a {
    display: inline-block;
    float: none;
    margin: 0 4px;
  }
  .projects-page ul li {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 768px) {
  .header-top h1 img {
    max-height: 70px;
  }
  .banner {
    margin-top: 100px;
  }
  .alignmiddle,
  .nearing-completion article,
  .launching article,
  .team {
    display: block;
  }
  .container h2 {
    font-size: 28px;
  }
  .intro figure,
  .intro aside,
  .section-contact aside,
  .section-contact figure,
  .aboutus-pro figure,
  .aboutus figure,
  .aboutus-pro aside,
  .aboutus aside,
  .contact .formfield,
  .contact aside,
  .nearing-completion article figure,
  .launching article figure,
  .launching article aside,
  .tabs,
  .tabgroup,
  .list-flex,
  .vision aside,
  .vision figure,
  .section-offer,
  .services {
    width: auto;
    float: none;
  }
  .intro:before {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 35%;
  }
  .section-tabs ul {
    grid-template-columns: 1fr 1fr;
  }
  .count ul li,
  .projects ul li {
    width: 50%;
  }
  .page-title h2 {
    font-size: 28px;
  }
  .team ul li,
  .team ul li:first-of-type {
    width: 100%;
  }
  .standard-spec ul li {
    padding: 15px 15px 15px 50px;
  }
  .standard-spec ul li:before {
    left: 10px;
  }
  .projects-page ul li {
    width: 50%;
  }
  .table-content {
    overflow: auto;
  }
  .table-content table {
    width: 800px;
  }

  .clients ul li {
    width: 25%;
  }
  .supplier-page .supplier-summary ul li {
    width: 50%;
  }
  .video-profile ul {
    display: block;
  }
  .video-profile ul li {
    width: 100%;
  }
  .video-profile ul li a iframe {
    max-height: 300px;
  }
  .products-gallery ul li {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 520px) {
  .section-tabs ul {
    grid-template-columns: 1fr;
  }
  .section-offer ul {
    grid-template-columns: 1fr;
  }
  .count ul li,
  .projects ul li,
  .projects-page ul li {
    width: 100%;
  }
  .products-gallery ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .products-gallery ul li {
    width: 100%;
  }
}
