@media (max-width: 1280px) {
  .container,
  .appi_intro {
    max-width: 1174px;
  }
}

@media screen and (max-width: 1279px) {
  .header-container {
    padding: 0;
  }
  .mobile-menu {
    display: block !important;
    display: -webkit-flex;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
  }
  .container {
    padding: 0 15px;
  }
  .header-container .container {
    display: none;
  }
  .stky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0;
    height: 90px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
  #mobile-menu {
    background: #fff;
    height: 100%;
    right: -300px;
    overflow: hidden;
    position: fixed;
    top: 88px;
    transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    visibility: hidden;
    width: 300px;
    z-index: 1100;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
  }
  #mobile-menu.open {
    visibility: visible;
    right: 0;
  }
  #mobile-menu .main-nav {
    position: relative;
    top: 0;
    height: 100%;
    transform: none;
    overflow: hidden;
  }
  #mobile-menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    outline: 0 !important;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 1110;
  }
  .toggle-menu span {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
    -webkit-transition: background-color 0.2s ease-in-out,
      top 0.2s 0.2s ease-out, transform 0.2s linear,
      -webkit-transform 0.2s linear;
    -moz-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    -ms-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .toggle-menu span:after,
  .toggle-menu span:before {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before {
    top: 7px;
  }
  .toggle-menu span:after {
    top: -7px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
  }
  .toggle-menu.active span:after,
  .toggle-menu.active span:before {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
  }
  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
  }
  .wrapper {
    position: relative;
    margin: 90px 0 0;
  }
  .mobile-logo {
    width: 175px;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 99999;
  }
  .mobile-logo img,
  .mobile-logo svg {
    width: 100%;
  }
  .mobile-logo a {
    display: block;
  }
  .menu-wrapper .nav_contact a:not(.ad-page) {
    display: inline-block;
    border-radius: 5px;
    background: var(--sl-main-color-dark);
    padding: 18px 36px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
  }
  #mobile-menu .main-nav {
    position: relative;
    top: 0;
    height: 100%;
    transform: none;
    overflow: hidden;
  }
  .menu-wrapper > ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    margin-left: auto;
    margin: 0;
  }
  .scrolled header {
    padding: 0;
  }
  .mobile-nav {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .mobile-logo {
    width: 120px;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 9;
  }
  #mobile-menu {
    transition: none !important;
  }
  #mobile-menu .main-nav > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 0 20px !important;
    margin-bottom: 20px;
  }
  .menu-wrapper > ul {
    justify-content: center;
  }
  .stky_header {
    height: 70px;
  }
  #mob-header {
    background: #000;
    width: 100%;
    height: 70px;
  }
  .toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .toggle-menu span:after,
  .toggle-menu span:before {
    background-color: #fff;
  }
  .accord-wrap span:after {
    content: "+";
    padding: 0;
    color: #555;
    position: absolute;
    right: 0;
    font-size: 28px;
    top: 8px;
    transform: translateY(-50%);
  }
  .main-nav li.active span:after {
    content: "-";
    font-size: 24px;
    color: #0092ff;
  }
  .toggle-menu span:before {
    width: 17px;
    right: 0;
  }
  .toggle-menu.active span:before {
    width: 26px;
  }
  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    background-color: #000;
  }
  .accordion-content {
    display: none;
  }
  .main-nav {
    padding: 20px;
  }
  .cl-list {
    margin: 5px 0 0 5px;
  }
  .accord-wrap {
    position: relative;
  }
  .accord-wrap a,
  .accord-wrap a:not([href]):not([tabindex]) {
    font-size: calc(20px + 12 * ((100vw - 360px) / 767));
    color: #555;
    display: block;
    width: 90%;
    margin: 0;
  }
  .accordion-content > li > a {
    color: #555;
    font-size: calc(14px + 12 * ((100vw - 360px) / 767));
    display: block;
    padding: 6px 10px 6px 15px;
    text-decoration: none;
    z-index: 2;
    position: relative;
  }
  #mobile-menu .main-nav ul {
    padding-top: 20px;
  }
  #mobile-menu .main-nav > ul > li {
    padding-bottom: 35px;
  }
  .cl-list div {
    padding: 4px 7px 4px 25px;
    font: 13px/1.5 proxima_nova_alt_rgregular;
  }
  #mobile-menu.open ul > li {
    animation: none;
  }
  #mobile-menu {
    left: auto;
    right: -100%;
    width: 100%;
    transition: all 0.3s;
  }
  #mobile-menu.open {
    right: 0;
  }
  #mobile-menu {
    top: 0;
    z-index: 9;
  }
  #mobile-menu .main-nav {
    top: 70px;
    height: calc(100vh - 70px);
    padding-bottom: 60px;
  }
  .mobile-menu {
    display: block;
  }
  .accord-wrap span {
    position: absolute;
    right: 0;
    top: 2px;
    height: 20px;
    width: 20px;
  }
  .menu_col_panel {
    padding-top: 20px;
  }
  .mobile-menu .main-nav li.active .accord-wrap a {
    color: #1468fb;
  }
  .head__panel .heading5 a {
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
  }
  .head__panel .heading5 {
    margin: 0 0 10px;
  }
  .menu__col {
    margin-bottom: 15px;
  }
  .menu__col .para {
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    font-size: 12px;
  }
  .leading_tech_head {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .leading_tech li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    display: inline-block;
  }
  .imag_panel {
    position: relative;
  }
  .imag_panel span {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    font-size: 13px;
    line-height: 1.3;
  }
  .menu__col {
    width: 100%;
    margin: 0 0 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #mobile-menu .main-nav .leading_tech ul {
    padding: 0 0 10px;
  }
  #mobile-menu .main-nav .menu__cta__wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .menu__cta__wrapper {
    border: none;
    padding: 0;
    margin: 0;
  }
  .main-nav .imag_panel span:after {
    content: none !important;
  }
  .leading_tech {
    padding-top: 0;
    margin-top: 0;
  }
  .cl-inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    padding: 0 0 20px;
  }
  .left_icon_panel {
    padding-right: 10px;
  }
  .left_icon_panel figure {
    background: #707070;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right_text_panel .heading4 {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
  }
  .right_text_panel .heading4 a {
    font-size: 14px;
    line-height: 1.2;
    display: inherit;
    color: #000;
  }
  .lg_text_wrapper span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
  }
  .industry_left_img .imag_panel {
    margin-bottom: 25px;
  }
  .imag_panel a {
    display: inline-block;
  }
  .tab-content-header .d_flex {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .read_our {
    font-size: 12px;
    line-height: 1.4;
  }
  .read_our a {
    color: #ff6969;
    display: inline-block;
    text-decoration: underline !important;
  }
  .industry_left_img .d_flex {
    flex-wrap: nowrap;
  }
  .cirl_arw a {
    border: 2px solid #707070;
    width: 38px;
    height: 38px;
    margin-left: 40px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .cirl_arw a:before {
    left: 12px;
    top: 12px;
    transform: rotate(40deg);
  }
  .cirl_arw a:after {
    left: 13px;
    top: 19px;
    transform: rotate(-40deg);
  }
  .cirl_arw a:after,
  .cirl_arw a:before {
    position: absolute;
    content: "";
    background: #707070;
    width: 12px;
    height: 2px;
  }
  .main-nav li.active .lg_text_wrapper span:after {
    content: none;
  }
  .industry_left_img {
    margin-top: 30px;
  }
  .menu__col .menu__link {
    color: #000;
    font-size: 12px;
    position: relative;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    line-height: 1.2;
  }
  #mobile-menu .main-nav .menu__list__panel + .head__panel {
    margin: 10px 0 0;
    padding-top: 10px;
    position: relative;
  }
  #mobile-menu .main-nav .menu__list__panel {
    padding-top: 0;
  }
  .menu__list__panel + .head__panel:after,
  .menu__col .para + .head__panel:after,
  .menu__list__panel + .head__panel + .head__panel:after,
  .head__panel + .head__panel:after {
    position: absolute;
    content: "";
    background: #e3e3e3;
    height: 1px;
    width: 80%;
    top: 0;
  }
  .top__margin {
    margin: 15px 0;
  }
  .drop__cta {
    border: 2px solid #222;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 14px;
    padding: 6px 30px 6px 10px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 30px;
  }
  .drop__cta svg {
    right: 8px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000;
    width: 16px;
    height: 16px;
    position: absolute;
    stroke-width: 1.5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  .theme_clr {
    color: #0363ff;
  }
  .port_fl .menu__col {
    margin-bottom: 18px;
  }
}
