  @media (min-width:1600px) {
    a.footer-links img {
      width: 50px;
    }

    .footer_inner {
      padding-bottom: 45px;
    }

    .copyright-statement {
      padding-top: 45px;
    }

    .copyright-statement p {
      font-size: 22px;
    }

    section.panel.widget_2 .wp-block-group__inner-container a {
      font-size: 22px;
    }

    .navbar.sticky .navbar-wrapper {
      padding: 20px;
    }
  }

  @media (min-width: 1600px) {
    a.footer-links img {
      width: 50px;
    }

    .footer_inner {
      padding-bottom: 45px;
    }

    .copyright-statement {
      padding-top: 45px;
    }

    .copyright-statement p {
      font-size: 22px;
    }

    section.panel.widget_2 .wp-block-group__inner-container a {
      font-size: 22px;
    }

    .navbar.sticky .navbar-wrapper {
      padding: 20px;
    }
  }

  @media (max-width: 1200px) {
    .navbar .hamburger {
      display: block;
    }
  }

  @media only screen and (min-width: 0px) {

    /* Header */
    :where(.is-layout-flex) {
      gap: 5px;
    }

    .navbar .top-nav .inner {
      justify-content: center;
      padding: 10px 20px;
    }

    .navbar .top-nav .inner .menu {
      margin-bottom: 5px;
    }

    .navbar .top-nav .inner .menu .menu-item a {
      font-size: 14px;
    }

    .navbar .top-nav .inner .header-widgets .wp-element-button {
      margin-left: 10px;
    }

    .navbar .navbar-wrapper .logo a {
      font-size: 28px;
    }

    .navbar .navbar-wrapper .logo .custom-logo-link img {
      width: 80%;
    }

    .navbar .navbar-wrapper .menu {
      display: flex;
      align-items: center;
    }

    .navbar .hamburger.active {
      border: 1px solid var(--navy-blue);
    }

    .navbar .navbar-wrapper .logo {
      justify-content: flex-start;
    }

    .navbar .navbar-wrapper .menu {
      transition: transform 0.4s ease-in-out;
    }

    .navbar .navbar-wrapper .menu.active {
      transform: scaleX(1);
      justify-content: normal;
      overflow-y: auto;
    }

    .navbar .navbar-wrapper .menu .menu-item {
      display: inline-block;
      margin: 0;
      text-align: center;
    }

    .mega-menu .sub-menu .mega-menu-item.menu-description {
      display: none !important;
      max-width: unset;
    }

    .navbar .navbar-wrapper .menu .menu-item:hover::before {
      display: none;
    }

    /* Mega Menu */
    .mega-menu>a+.sub-menu {
      width: 300px;
      display: block;
      top: 50px;
      left: -107px;
      padding: 10px 20px;
      border-radius: 15px;
    }

    .navbar .navbar-wrapper .menu .sub-menu .mega-menu-item {
      width: 100%;
    }

    .mega-menu .sub-menu .mega-menu-item.menu-description>a {
      font-size: 32px;
      text-align: center;
    }

    .navbar .navbar-wrapper .menu .sub-menu .mega-menu-item>a {
      margin-bottom: 0;
      font-size: 15px;
    }

    .navbar .navbar-wrapper .menu li.mega-menu.menu-item-has-children::after {
      top: 15px;
      right: -15px;
    }

    .mega-menu>a+.sub-menu {
      transform-origin: unset;
      transition-timing-function: unset;
      transition-duration: unset;
    }

    .mega-menu .sub-menu .mega-menu-item .sub-menu .menu-item a {
      font-size: 13px;
      padding: 5px 0;
    }

    .mega-menu.consulting>a+.sub-menu {
      padding: 7px 5px;
    }

    .navbar .navbar-wrapper .menu .mega-menu.consulting .mega-menu-heading .sub-menu,
    .navbar .navbar-wrapper .menu .mega-menu.consulting .mega-menu-heading>a {
      width: 100% !important;
    }

    .navbar .navbar-wrapper .menu .mega-menu.consulting .mega-menu-heading>a {
      font-size: 14px;
    }

    .mega-menu:hover>.sub-menu,
    .single-column-menu:hover>.sub-menu {
      position: static;
      padding: 7px 5px;
      border-radius: 0;
    }

    li#menu-item-3160 {
      display: none;
    }

    .navbar .hamburger.active {
      position: fixed;
      top: 24px;
      right: 24px;
      transform: rotate(180deg);
      border: 0;
    }

    .navbar .navbar-wrapper .menu .sub-menu .menu-item {
      display: block;
      padding: 0;
    }

    .navbar .navbar-wrapper .menu .sub-menu .menu-button.menu-item a {
      color: var(--white);
      justify-content: center;
    }
  }

  @media only screen and (max-width: 1200px) {
    .navbar .top-nav .inner {
      padding: 5px 60px;
    }


    .header-btn {
      margin-right: 25px;
    }

    .menu ul {
      flex-direction: column;
    }

    .menu ul li a {
      color: #000;
    }

    .navbar .navbar-wrapper .menu {
      flex-direction: column;
      position: fixed;
      top: 0px;
      right: -750px;
      background: white;
      padding: 40px 20px;
      z-index: 999;
      height: 100vh;
      justify-content: center !important;
      align-items: self-start;
      transition: 0.5s;
      min-width: 300px;
      width: 100%;
      max-width: 400px;
    }

    ul#navigation>li>a {
      font-size: 16px;
    }

    .navbar .navbar-wrapper .menu.active {
      right: 0px;
    }

    .navbar .navbar-wrapper .menu.active .menu-item:last-child a {
      margin-left: 0px !important;
    }

    .navbar .navbar-wrapper .menu.active .menu-item a::before {
      bottom: 0px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .header-btn {
      margin-right: 52px;
    }

    .hero-banner-logo {
      position: static !important;
    }

    .hero-banner-logo .elementor-widget-container {
      text-align: left;
    }

    .growth-image .elementor-element,
    .growth-image .elementor-element img {
      height: 100%;
    }

    .country-tabbing {
      width: 100%;
    }

    .whats-new {
      background-image: none !important;
    }

    .navbar .top-nav .inner {
      padding: 5px 35px;
    }

    .footer-container {
      grid-template-columns: 1fr;
    }

    .first-column {
      justify-content: space-between;
    }

    .case-item {
      padding: 32px 42px;
    }

    h2.caseTitle {
      font-size: 24px;
    }

    .caseDate span {
      font-size: 20px;
    }

    .case-pagination {
      margin: 42px 0 42px 0;
      padding: 0 42px;
    }

    .post-detail-page {
      padding: 0 42px;
    }

    .nav-background {
      background-color: #697550;
      padding: 16px 42px;
    }

    .header-info {
      padding: 9px 42px;
    }
  }

  @media only screen and (max-width: 991px) {
    .header-btn {
      width: 138px;
      font-size: 12px;
      padding: 6px 4px;
    }

    section.panel.widget_1 {
      width: 100%;
      justify-content: center;
      margin-bottom: 10px;
    }

    .navbar .top-nav .inner .menu .menu-item:not(:last-child),
    .navbar .navbar-wrapper .menu .menu-item:not(:last-child) {
      margin-right: 40px;
    }

    .navbar .top-nav .inner .menu .menu-item:not(:last-child) a::before {
      right: -20px;
    }

    .country-tabbing .elementor-tab-content {
      min-height: 150px;
    }
  }

  @media only screen and (max-width: 768px) {
    .footer_inner .footer-container {
      flex-direction: column;
    }

    section.panel.widget_2 .wp-block-group__inner-container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .copyright-statement p {
      text-align: center;
    }

    .navbar .hamburger.active {
      top: 35px;
      right: 35px;
    }

    .news-outer-box .news-box .news-container {
      flex-direction: column;
    }

    .copyright-content {
      flex-direction: column;
      justify-content: center;
    }

    .copy-links {
      justify-content: center;
    }

    .eaag-badge {
      padding: 4px 8px;
      font-size: 15px;
    }

    .eaag-info {
      padding: 20px 12px;
    }

    .eaag-info p {
      font-size: 15px;
      margin-bottom: 13px;
    }

    .case-item {
      gap: 8px;
      padding: 24px 16px;
    }

    h2.caseTitle {
      font-size: 22px;
      margin-bottom: 13px;
    }

    .caseDetails p {
      font-size: 16px;
    }

    .caseDate span {
      font-size: 18px;
    }

    .case-pagination {
      margin: 24px 24px;
      padding: 0 16px;
    }

    .post-detail-page {
      padding: 0 16px;
    }

    .nav-background {
      background-color: #697550;
      padding: 16px 16px;
      right: -16px;
    }

    .header-info {
      padding: 9px 16px;
    }
  }

  @media only screen and (max-width: 658px) {
    .navbar .top-nav .inner {
      padding: 5px;
    }

    .navbar .top-nav .inner .header-widgets .wp-element-button {
      font-size: 12px;
      margin-left: 10px;
    }
  }

  @media only screen and (max-width: 638px) {
    .navbar .top-nav .inner .header-widgets {
      margin-left: 0;
      justify-content: center;
    }
  }

  @media only screen and (max-width: 576px) {
    .navbar .top-nav .inner .menu .menu-item {
      margin-right: 10px;
    }

    section.panel.widget_2 .wp-block-group__inner-container a {
      font-size: 12px;
    }

    section.panel.widget_2 .wp-block-group__inner-container a img {
      width: 20px;
    }

    section.panel.widget_2 figure.wp-block-image.size-full:nth-child(1) {
      margin-bottom: 10px;
    }

    .navbar .hamburger {
      background-size: 30px;
      right: -16px;
    }

    .navbar .hamburger.active {
      top: 20px;
      right: 20px;
    }

    .navbar .navbar-wrapper .menu {
      width: 75%;
    }

    ul#navigation>li>a {
      font-size: 18px;
    }

    .news-box {
      width: 100% !important;
    }

    .news-outer-box .news-box .news-container .news-img {
      max-width: 100%;
      width: 100%;
    }

    .secound-column,
    .first-column {
      flex-direction: column;
    }

    .caseDate span {
      font-size: 16px;
    }

    h2.caseTitle {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 12px;
    }
    article.main-content {
      padding-top: 115px;
  }
  }

  @media only screen and (max-width: 480px) {
    .navbar .navbar-wrapper .menu {
      width: 100%;
    }

    ul#navigation>li>a {
      font-size: 16px;
    }

    .news-img img {
      width: 100%;
    }
  }