@media only screen and (max-width: 1536px) {
  .py-80 {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .section-title h5,
  .global-content {
    font-size: 22px;
    line-height: 28px;
  }

  .hero {
    padding: 140px 0;
    min-height: 500px;
  }

  .hero h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1366px) {
  .theme-btn {
    padding: 10px 20px;
  }

  .icon-box {
    width: 42px;
    height: 42px;
  }

  .title-txt-24 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .section-title h5,
  .global-content {
    font-size: 20px;
    line-height: 26px;
  }

  .navbar-brand img {
    height: 34px;
  }

  header {
    padding: 10px 0;
  }

  .hero {
    padding: 120px 0;
    min-height: 450px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .global-content {
    margin-top: 32px;
  }

  .global-card h4 {
    left: 16px;
    bottom: 16px;
  }

  .cta form .input-wrapper input,
  .cta form .input-wrapper textarea {
    padding: 10px 16px;
  }

  .footer-logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
  .py-80 {
    padding: 60px 0;
  }

  .theme-btn {
    padding: 9px 20px;
  }

  .icon-box {
    width: 40px;
    height: 40px;
  }

  .icon-box svg,
  .icon-box img {
    width: 18px;
    height: 18px;
  }

  .title-txt-24 {
    font-size: 20px;
    line-height: 26px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }

  .section-title h5,
  .global-content {
    font-size: 18px;
    line-height: 24px;
  }

  .navbar-brand img {
    height: 30px;
  }

  .hero {
    min-height: 420px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .page-links {
    bottom: 24px;
  }

  .global-card h4 {
    left: 12px;
    bottom: 12px;
  }

  .cta form .input-wrapper input,
  .cta form .input-wrapper textarea {
    padding: 9px 16px;
  }

  .footer-logo img {
    height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background-color: var(--mute);
    padding: 12px 0;
  }

  .navbar-nav {
    align-items: start;
    gap: 16px;
  }
  header .hamburger {
    padding: 0 !important;
  }

  /*.navbar-nav {
    padding: 16px 0 6px;
    margin-top: 16px;
    border-top: 1px solid #ffffff33;
  }*/
  .navbar-nav {
    padding: 16px 0 6px;
    margin-top: 16px;
    border-top: 1px solid #ffffff33;
  }

  .header-sub-menu li a {
    font-size: 14px;
    line-height: 20px;
  }

  .header-sub-menu {
    position: static;
    display: none !important;
    background-color: transparent;
    border: none;
    opacity: 1;
    padding: 8px 0 0 20px;
    height: 0 !important;
  }

  .sub-menu-item.open .header-sub-menu {
    display: block !important;
    height: 100% !important;
  }

  .header-sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .py-80 {
    padding: 50px 8px;    
  }
  .page-template-template-service .design{
    display: none !important;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .theme-btn {
    padding: 8px 16px;
  }

  .icon-box {
    width: 38px;
    height: 38px;
  }

  .icon-box svg,
  .icon-box img {
    width: 16px;
    height: 16px;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .section-title h5,
  .global-content {
    font-size: 16px;
    line-height: 22px;
  }

  header {
    padding: 10px 8px;
  }

  .navbar-brand img {
    height: 24px;
  }

  .navbar-nav {
    gap: 12px;
  }

  header .hamburger {
    top: -12px;
    right: 20px;
  }

  header .hamburger .icon,
  header .hamburger .icon::before {
    width: 20px;
  }

  header .hamburger .icon::after {
    width: 12px;
  }

  header .hamburger.open .icon::after {
    width: 20px;
  }
   .hero {
    padding: 100px 8px;
    min-height: auto;
  }

  .contact {
    padding: 0 8px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .page-links {
    bottom: 20px;
  }

  .global-card h4 {
    left: 10px;
    bottom: 10px;
  }

  .global-content {
    margin-top: 25px;
  }

  .design-card {
    padding: 15px;
    flex-direction: row;
    gap: 15px;
  }
   .page-id-2639 .design-card,.page-id-2687 .design-card {flex-direction: column;}

   .design-card .count {
    width: 50px;
    height: 50px;
  }

  .manufacture ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .manufacture h5 {
    margin-bottom: 15px;
  }

  .cta form .input-wrapper label {
    font-size: 14px;
  }

  .cta form .input-wrapper input,
  .cta form .input-wrapper textarea {
    padding: 8px 12px;
  }

  .footer-wrapper {
    padding: 40px 8px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-links {
    gap: 12px;
  }

  .link-wrapper h6 {
    margin-bottom: 15px;
  }

  .connect-links li {
    gap: 16px;
  }

  .hours {
    margin: 25px 0;
  }

  footer .copyright {
    padding: 15px 0;
  }
  .chr_content a {display: contents;}
  
    .main-slider-nav .slick-track .slick-slide img {
       max-height: none !important;
       width: 90% !important;
    }
    .hero::after {background: linear-gradient(0deg, rgb(228 73 29 / 65%) 50%, rgba(228, 73, 29, 0) 100%);}
    .full_width_slider_wrapper {margin-top: 20px;}
}
@media only screen and (max-width: 576px) {
}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 400px) {
    .d-flex {flex-direction: column;}
}
@media only screen and (max-width: 360px) {
    
    .hero h1 {font-size: 32px;}
    .hero .content , .copyright .content{font-size: 15px;}
    .page-links {bottom: 15px;}
    .service-page .content_section_wrap h2 {
        font-size: 32px !important;
        line-height: 40px;
    }
    .section-title h2 {font-size: 27px;}
}
@media only screen and (min-width: 992px) {
  .navbar-nav .nav-item:has(.header-sub-menu):hover > .header-sub-menu {display:block;opacity: 1;}
}
@media (max-width: 991px) and (orientation: landscape) {
  .header-list {
    overflow: scroll;
    height: 230px;
  }
}