@media(max-width:900px) {
  nav .n-links {
    display: none
  }

  section {
    padding: 72px 28px
  }

  .snap-grid,
  .ind-grid,
  .test-grid,
  .lead-grid,
  .buyers-grid,
  .cred-grid,
  .foot-grid,
  .cap-layout,
  .lead-top,
  .cert-grid {
    grid-template-columns: 1fr !important
  }


}



@media(min-width:1024px) {
  .header-links>li.list-item-children {
    padding: 22px 0;
  }

  .header-links>li.list-item-children:hover .submenu.list-item-children {
    display: block;
  }


}

@media screen and (max-width:1240px) {
  .header-menu-bar .n-links {
    gap: 30px;
  }
}

@media screen and (max-width:1024px) {
  .mobile-menu {
    display: block;
  }

  .mobile-menu .header-links .submenu.list-item-children {
    position: static;
  }

  .mobile-menu {
    position: absolute;
    width: 100%;
    max-width: 50%;
    height: 150vh;
    background: black;
    left: -100%;
    top: 100%;
    padding: 50px 50px 50px 50px;
    transition: left .5s ease-in-out;
  }

  .mobile-menu .header-links {
    display: flex;
    flex-direction: column;
  }

  .header-menu-bar {
    display: none;
  }

  #hamburger-1 {
    display: block;
  }

  nav .n-cta {
    display: none;
  }

  /* new css */

  .new-class {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu ul>li.list-item-children {
    /* display: flex; */
    position: relative;
  }

  /*
      .mobile-menu ul li.list-item-children.menu-open .submenu.list-item-children {
        display: block;
        position: static;
      }
*/
  body.is-active .mobile-menu {
    left: 0;
  }

  .mobile-menu ul li.list-item-children.menu-open {
    transition: all .3s linear;
  }

  .mobile-menu ul li.list-item-children.menu-open .new-class .fa {
    transform: rotate(180deg);
    transition: all .3s linear;
  }

  nav {
    height: 68px;
    padding: 0 50px;
    background-color: #000;
  }

  .header-links li.list-item-children .submenu.list-item-children {
    width: 100%;
    position: static;
  }

  /* website responsive  */

  section {
    padding: 50px;
  }

  #hero {
    grid-template-columns: 1fr;
    height: auto
  }

  #myVideo {
    bottom: -250px;
  }

  .h-card {
    padding: 120px 28px 30px;
    border-right: none;
    border-bottom: 1px solid rgba(138, 130, 120, .08)
  }

  .h-card:last-child {
    border-bottom: none
  }

  .units-stack .unit-row {
    grid-template-columns: 60px 1fr
  }

  .h-card-body {
    display: none;
  }

  #snapshot {
    background-size: cover;
    padding: 50px 30px;
  }

  .snap-stat {
    padding: 30px 10px;
  }

  .snap-intro {
    margin-bottom: 12px;
  }

  .unit-row {
    align-items: center;
  }

  .unit-row-body {
    padding: 20px 15px;
  }

  .unit-row-icon img {
    height: auto;
  }

  .cap-layout {
    margin-bottom: 20px;
  }

  /* .ind-card-bg {
        background-position: inherit;
        background-size: cover;
      } */

  .ind-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .ind-card[data-i="defence"] .ind-card-bg {
    background: url("../images/defence.png");
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
  }

  .ind-card-bg {
    background-position: inherit !important;
    background-size: cover !important;
  }

  .buyers-grid {
    gap: 40px;
  }

  .prod-item-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .award-cards .award-logo img {
    width: 90%;
  }

  .award-logo {
    height: auto;
    width: 100%;
    background: none;
    border: none;
    text-align: center;
    justify-content: flex-start;
  }

  .testimonials .sec-head {
    margin-bottom: 40px !important;
  }

  .testimonials .test-grid.stagger.reveal.on .test-card {
    padding: 20px;
  }

  #offer .offer-inner {
    max-width: 100%;
    margin: 0px;
  }

  #credibility .cred-grid {
    gap: 40px;
  }

  #credibility .award-card {
    padding: 20px;
    grid-template-columns: 1fr;
  }

  footer {
    padding: 50px;
  }

  .foot-bottom {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .fcta-step-dot {
    display: none;
  }

  .fcta-steps {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #credibility .award-cards.stagger.on {
    padding-top: 0px;
  }

  #certs {
    padding-bottom: 1px;
  }

  .why-ol-mg {
    width: 200px;
    height: auto;
  }
#hero .h-card {
    padding: 160px 28px 70px;
} 
#hero .h-card.active:after {
    background: rgb(0 0 0 / 55%) !important;
}
#hero .oil-gas-ban video, #hero .aerospace-ban video, #hero .defence-ban video{
    display: none;
}
#hero .oil-gas-ban{
  background: url(../images/video/oil-gas-forging.jpg);
  background-size: cover;
  background-position: top;
}
#hero .defence-ban{
  background: url(../images/video/defence-forging.jpg);
  background-size: cover;
  background-position: top;
}
#hero .aerospace-ban{
  background: url(../images/video/aerospace-forging.jpg);
  background-size: cover;
  background-position: top;
}
#hero .h-card-arrow {
    color: #ffffff;
}

@media screen and (max-width:992px) {
  .snap-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }

  #credibility .cred-grid {
    grid-template-columns: 1fr;
  }

  #buyers .buyers-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  #credibility .sec-hand {
    margin-bottom: 0 !important;
  }

  .prod-item-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .award-cards .award-logo img {
    width: 90%;
  }

  #finalcata .fcta-steps {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  #finalcata .fcta-steps .fcta-step-dot {
    display: none !important;
  }

  .units-stack .unit-row {
    grid-template-columns: 1fr;
  }

  .unit-row-num {
    align-items: center;
    justify-content: left;
    padding: 0 15px;
  }

  #capability .units-stack.stagger.on {
    gap: 30px;
  }

  #capability .unit-row-icon img {
    border-radius: 0px 0px 10px 10px !important;
  }

  .unit-row-body {
    padding: 0px 20px 15px;
  }

  #offer::before {
    background: #000000ad !important;
  }

  #buyers .soft-cta.reveal.on {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  #buyers .soft-cta-txt {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .hero,
  .banner {
    min-height: 30vh !important;
    padding: 70px 6vw 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    margin-top: 65px;

  }

  .hero-title {
    font-size: clamp(65px, 11.5vw, 80px);
    max-width: 1000px;
    margin-bottom: 16px;
  }

}

@media(max-width:767px) {
  .mobile-menu {
    max-width: 100%;
  }


  .sec-head.reveal.on {
    flex-wrap: wrap;
  }

  section {
    padding: 50px 30px;
  }

  nav {
    padding: 0 30px;
  }

  footer {
    padding: 50px 30px;
  }

  .mobile-menu {
    padding: 50px 30px;
  }

  .sec-head {
    display: block;
  }

  .lbl::after {
    display: none;
  }

  .hero,
  .banner {
    min-height: 30vh !important;
    padding: 75px 6vw 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    margin-top: 65px;
  }

  .hero p,
  .banner p {
    display: none;
  }

  .hero-title {
    font-size: clamp(50px, 11.5vw, 70px);
  }

  #capability .sec-title {
    font-size: clamp(50px, 5.5vw, 80px);
  }

  .world-wrap {
    padding: 40px 4vw;
  }

  .sec-head.brochure-gap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
  }

  .sec-head.brochure-gap a img {
    text-align: left;
    display: flex;
  }

  .sec-link.second {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .sec-link.first {
    display: none;
  }

  .cert-name {
    min-height: 52px;
  }

}







/* home page  start*/

@media (max-width: 992px) {
   .products-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


@media (max-width: 992px) {
  /* .products-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  } */
}

@media (max-width: 768px) {
  .h-card:after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 90%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: ease 0.2s;
}
  .h-card.active:after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 65%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: ease 0.2s;
}
  .snap-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 50px;
  }

  .products-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .buyers-grid .four-box {
    display: flex !important;
    flex-direction: column !important;
  }

  .blogs .k-hub-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column !important;
    gap: 20px;
  }

  .blogs .hub-box {
    width: 100% !important;
    margin-right: 10px;
  }

  .logo-inner-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .logo-inner-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .logo-inner {
    gap: 20px !important;
  }

  .logo-chip {
    padding: 0 25px !important;
  }

  .soft-cta {
    display: block;
    text-align: center;

  }

  #challenge {
    display: none;
  }

  .ch-row {
    grid-template-columns: 1fr
  }

  h2.pos-title {
    font-size: clamp(52px, 5vw, 72px) !important;
  }

}


@media (max-width: 576px) {
  .snap-grid {
    grid-template-columns: repeat(1fr) !important;
    margin-bottom: 0px !important;
  }

  .sec-head.reveal.on {
    flex-wrap: wrap;
    margin-bottom: 50px !important;
  }

  .buyers-grid .four-box {
    grid-auto-flow: inherit !important;
  }

  .products-grid {
    grid-template-columns: 1fr !important;
  }

  .prod-item {
    padding: 20px 0px !important;
  }

  .prod-item-inner {
    align-items: center;
  }

  .blogs .k-hub-main {
    display: flex;
    flex-direction: column !important;
  }

  .blogs .hub-box {
    width: 100%;
    margin-right: 10px;
  }

  .blg-cta-btns {
    margin-bottom: 30px !important;
  }

  .offer-actions {
    display: flex;
    flex-direction: column !important;
  }

  .hero-title {
    font-size: 50px !important;

  }

  .pos-strip {
    padding: 42px 25px !important;
  }

  .fcta-actions {
    display: flex;
    flex-direction: column;
  }

  .soft-cta {
    padding: 22px 20px;
    display: block;
    text-align: center;
  }

  .snap-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 50px;
  }

  .btn-p,
  .btn-o {
    justify-content: center;
  }


  .logo-inner-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }


  .ind-grid {
    gap: 20px;
  }

  .cert-tile {
    padding: 20px 14px;
  }

  .cert-ring {
    width: 105px;
    height: 105px;
  }

  .team-pic img {
    transform: scale(1.06);
  }

  #trusted {
    padding: 40px 25px;
  }

  .cap-layout {
    padding-top: 20px;
  }
}





/* home page end */




/* industries all pages  start*/


@media (max-width: 992px) {
  .why-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}


@media (max-width: 768px) {
  .material-main {
    display: flex;
    flex-direction: column !important;
  }

  .mate-left {
    width: 100% !important;
  }

  .mate-right {
    width: 100% !important;
  }

  .why-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .two-box-main {
    display: flex;
    flex-direction: column !important;
  }

  .ind-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  .testi-main-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2px;
  }

  .trust-head {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 20px;
  }

  .soft-cta .btn-p {
    margin-top: 20px;
  }

  .pos-strip::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000c9 !important;
    z-index: -1;
  }


  .pos-strip {
    background-position: 70% 20% !important;
    position: relative;
    z-index: 9;
  }



}



@media (max-width: 576px) {
  .banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/industries/aerospace/aerospace-banner.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(100%);
    z-index: -1;
  }

  /* .banner::after {
    background: none !important;
  } */

  .hero-desc {
    display: none;
  }

  .banner {
    min-height: 32vh !important;
  }

  .mate-left {
    margin-bottom: 20px;
  }

  .tag::before {
    display: none !important;
  }

  /* .test-card-box {
    padding: 44px 10px !important;
  } */

  .ch-title br {
    display: none !important;
  }

  .mate-left p {
    width: 100% !important;
  }

  .two-box-main {
    padding: 20px !important;
  }

  .box-01 {
    padding: 20px !important;
  }

  .pos-strip-2 {
    padding: 40px 40px !important;
    background-position: 75% 30% !important;
  }

  .ind-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .why-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .testi-main-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .two-box-main {
    display: flex;
    flex-direction: column !important;
  }

  .team-pic img {
    transform: scale(1.06) !important;
    margin-top: 12px !important;
  }
}


/* industries all pages  end */




/* about us page css code start */

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1020px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 16px;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .97);
    padding: 28px 6vw;
    border-bottom: 1px solid var(--border-sub);
  }

  .nav-links.open {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .intro-grid,
  .cert-grid,
  .why-grid,
  .loc-grid {
    grid-template-columns: 1fr;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    display: none;
  }

  .iv-badge {
    bottom: -12px;
    right: 12px;
  }

  .globe {
    flex-direction: column;
  }

  .globe-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .sec {
    padding: 72px 5vw;
  }

  .sec-sm {
    padding: 52px 5vw;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

/* about us page css code end */