@media only screen and (max-width: 768px) {
  section.hero-section .mx-6 {
    margin-left: 0;
    margin-right: 0;
  }
  section.hero-section .intro h1 {
    font-size: 40px;
    line-height: 90px;
  }
  section.hero-section .hero-image-box img {
    max-width: 100%;
    height: auto;
  }
  section.hero-section .bnr-buttons {
    gap: 1rem;
    justify-content: space-between;
  }
  .btn_custom {
    padding: 15px 25px;
  }
  body.overflow-hidden {
    overflow: hidden;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 8rem !important;
    overflow: scroll;
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 9999;
    align-items: flex-start;
  }
  .current-menu-item > a {
    color: #fff;
  }
  header nav {
    width: 100%;
    padding: 0 20px;
  }
  nav ul.header-menu-links {
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  nav ul.header-menu-links > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: var(--theme-color-danger);
    margin-bottom: 8px;
    padding: 0.8rem;
    border-radius: 8.75px;
    margin-left: 0 !important;
    position: relative;
    width: 100%;
  }
  nav ul.header-menu-links > li > a {
    color: #000 !important;
    font-size: 16px;
    width: 100%;
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle {
    display: flex !important;
  }
  nav ul.header-menu-links > li > ul {
    height: 0;
    overflow: hidden;
    list-style: none;
    width: 100%;
  }
  nav ul.header-menu-links > li > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  nav ul.header-menu-links > li > ul > li > a {
    color: var(--font-color);
    font-size: 1.1rem;
    font-weight: 500;
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle {
    border: none;
    background: none;
    color: var(--font-color);
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle * {
    display: none;
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: lighter;
    transform: rotateX(0deg);
    transition: 0.5s;
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle[aria-expanded=true] {
    color: var(--theme-color-danger);
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle[aria-expanded=true] + .sub-menu {
    height: auto;
    text-align: left;
    margin-top: 1rem;
    width: calc(100% + 40px);
    background: #fff;
    padding: 1rem 1.2rem;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 1rem;
    transition: height 0.3s ease;
  }
  nav ul.header-menu-links > li > button.sub-menu-toggle[aria-expanded=true]:after {
    transform: rotateX(180deg);
  }
  header nav.active {
    transform: translateX(0);
  }
  .hamburgermenu {
    height: 1.3rem;
    width: 1.7rem;
    position: relative;
    background: transparent;
    border: none;
    z-index: 99999;
  }
  .hamburgermenu span {
    position: absolute;
    top: calc(50% - 2px);
    height: 3px;
    background: var(--font-color);
    width: 100%;
    left: 50%;
    border-radius: 1rem;
    transform: translatex(-50%);
    transition: 0.5s;
  }
  .hamburgermenu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    background: var(--font-color);
    width: 100%;
    left: 50%;
    border-radius: 1rem;
    transform: translatex(-50%) rotate(0deg);
    transition: 0.5s;
  }
  .hamburgermenu:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: var(--font-color);
    width: 100%;
    left: 50%;
    border-radius: 1rem;
    transform: translatex(-50%) rotate(0deg);
    transition: 0.5s;
  }
  .hamburgermenu.active:after {
    transform: rotate(-45deg) translate(-16px, -10px);
    width: 60%;
    background: #eb3719;
  }
  .hamburgermenu.active:before {
    transform: rotate(45deg) translate(-16px, 10px);
    width: 60%;
    background: #eb3719;
  }
  .hamburgermenu.active span {
    background: #eb3719;
  }
  button.hamburgermenu {
    display: flex;
    float: right;
  }
  .header-logo {
    position: relative;
    z-index: 99999;
  }
  section.hero-section {
    padding: 100px 0 50px;
  }
  section.hero-section .hero-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  section.hero-section .hero-image-box::before {
    content: "";
    background: var(--theme-color-danger);
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 38px;
  }
  header#Header .row ul#menu-header-menu li a::before {
    display: none;
  }
  section.main-content {
    padding: 100px 0 50px;
  }
  section.contact {
    padding: 100px 0 50px;
  }
  section.CommonInnerbanner {
    padding: 100px 0 50px;
  }
  section.work .row-custom {
    flex-direction: column;
    row-gap: 20px;
  }
  section.work .row-custom .col-custom .right-custom .custom-flex {
    flex-direction: column;
    row-gap: 20px;
  }
  section.work .row-custom .col-custom:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.work .row-custom .col-custom:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
  }
  section.work {
    padding: 100px 0 50px;
  }
  section.contactForm {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=responsive.css.map */