/* breakpoints */
.main-wrapper {
  position: relative; }

header {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 98;
  width: 100%;
  padding: 15px 0; }
  @media all and (max-width: 1023px) {
    header {
      padding: 0; } }
  header.active-index {
    z-index: 99; }
  header .header-top {
    width: 100%;
    position: relative; }
    header .header-top .header-main-wrapper {
      padding: 12px 2%;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media all and (max-width: 1023px) {
        header .header-top .header-main-wrapper {
          padding: 0; } }
    header .header-top .toggle-menu {
      width: 10%;
      display: none; }
      @media all and (max-width: 1023px) {
        header .header-top .toggle-menu {
          display: block;
          padding-left: 30px; } }
      header .header-top .toggle-menu .menu {
        background: url("../images/burger-menu.svg") no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 2; }
    header .header-top .logo-wrapper {
      width: 20%; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        header .header-top .logo-wrapper {
          width: 15%; } }
      @media (max-width: 1199.98px) {
        header .header-top .logo-wrapper {
          width: 18%; } }
      @media all and (max-width: 1023px) {
        header .header-top .logo-wrapper {
          padding: 15px 0;
          width: 75%; } }
    header .header-top .header-logo .logo {
      display: block; }
      header .header-top .header-logo .logo img {
        width: 205px;
        height: auto; }
        @media all and (min-width: 1024px) and (max-width: 1439px) {
          header .header-top .header-logo .logo img {
            width: 160px; } }
        @media all and (min-width: 600px) and (max-width: 1023px) {
          header .header-top .header-logo .logo img {
            width: 180px; } }
        @media all and (max-width: 599px) {
          header .header-top .header-logo .logo img {
            width: 140px; } }
        @media all and (max-width: 1023px) {
          header .header-top .header-logo .logo img {
            margin: 0 auto; } }
    header .header-top .menu-wrapper {
      width: 60%;
      color: #ffffff; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        header .header-top .menu-wrapper {
          width: 70%; } }
      @media all and (max-width: 1023px) {
        header .header-top .menu-wrapper {
          padding: 15px 0;
          width: 100%;
          background-color: #ff6a00;
          position: fixed;
          top: 0;
          left: -100%;
          height: 100vh;
          -webkit-transition: all 0.6s ease-in-out;
          -moz-transition: all 0.6s ease-in-out;
          -ms-transition: all 0.6s ease-in-out;
          -o-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out; } }
      @media all and (max-width: 1023px) {
        header .header-top .menu-wrapper .menu-dropdown {
          padding: 20px 0;
          background: url("../images/overlay/menu-shape.svg") no-repeat;
          width: 100%;
          height: 100%;
          background-size: 100%;
          height: 83vh;
          overflow: auto; } }
      header .header-top .menu-wrapper .menu-dropdown ul {
        padding: 0 30px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        header .header-top .menu-wrapper .menu-dropdown ul li {
          padding: 0 40px; }
          @media all and (min-width: 1024px) and (max-width: 1439px) {
            header .header-top .menu-wrapper .menu-dropdown ul li {
              padding: 0 25px; } }
          @media (max-width: 1199.98px) {
            header .header-top .menu-wrapper .menu-dropdown ul li {
              padding: 0 16px; } }
          @media all and (max-width: 1023px) {
            header .header-top .menu-wrapper .menu-dropdown ul li {
              width: 100%;
              padding: 15px 0; } }
          @media all and (max-width: 1023px) {
            header .header-top .menu-wrapper .menu-dropdown ul li .menu-text {
              font-size: 2.5rem;
              line-height: 2.875rem;
              font-weight: bold;
              display: inline-block; } }
          @media all and (max-width: 599px) {
            header .header-top .menu-wrapper .menu-dropdown ul li .menu-text {
              font-size: 2.25rem;
              line-height: 2.5rem;
              letter-spacing: -2px; } }
          header .header-top .menu-wrapper .menu-dropdown ul li .menu-text:after {
            content: "";
            width: 50px;
            background-color: #ff6a00;
            height: 2px;
            display: block;
            -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;
            transition: all 0.3s ease-in-out; }
            @media all and (max-width: 1023px) {
              header .header-top .menu-wrapper .menu-dropdown ul li .menu-text:after {
                background-color: #ffffff;
                height: 3px; } }
          header .header-top .menu-wrapper .menu-dropdown ul li .menu-text:hover:after {
            width: 100%; }
      header .header-top .menu-wrapper .logo-wrapper {
        display: none;
        padding: 0 30px;
        width: 100%; }
        @media all and (max-width: 1023px) {
          header .header-top .menu-wrapper .logo-wrapper {
            display: block; } }
    header .header-top .language-wrapper {
      width: 20%; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        header .header-top .language-wrapper {
          width: 15%; } }
      @media (max-width: 1199.98px) {
        header .header-top .language-wrapper {
          width: 12%; } }
      @media all and (max-width: 1023px) {
        header .header-top .language-wrapper {
          padding: 15px 0;
          padding-right: 30px;
          width: 15%; } }
      header .header-top .language-wrapper .language-switcher {
        color: #ff6a00;
        font-weight: bold;
        padding-right: 25px;
        font-family: 'Mada';
        letter-spacing: -1px !important;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-size: 1.25rem;
        line-height: normal !important; }
        header .header-top .language-wrapper .language-switcher:hover {
          color: #ffffff; }
        @media all and (max-width: 1023px) {
          header .header-top .language-wrapper .language-switcher {
            display: none;
            padding: 0;
            color: #ffffff; } }
      header .header-top .language-wrapper .search-icon {
        background: url("../images/search.svg") no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px; }
        @media all and (min-width: 1024px) and (max-width: 1439px) {
          header .header-top .language-wrapper .search-icon {
            width: 24px;
            height: 24px; } }
    header .header-top .search-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      right: 0;
      left: 0;
      height: 100%;
      opacity: 0;
      z-index: -1;
      background-color: #50595f;
      pointer-events: none;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      @media all and (max-width: 1023px) {
        header .header-top .search-wrapper {
          height: 80px;
          top: auto;
          bottom: 0;
          position: fixed; } }
      header .header-top .search-wrapper .header-logo {
        padding: 12px 0 0 2%; }
        @media all and (min-width: 1921px) {
          header .header-top .search-wrapper .header-logo {
            width: 12%; } }
        @media all and (max-width: 1920px) {
          header .header-top .search-wrapper .header-logo {
            width: 16%; } }
        @media (max-width: 1199.98px) {
          header .header-top .search-wrapper .header-logo {
            width: 18%; } }
        @media all and (max-width: 1023px) {
          header .header-top .search-wrapper .header-logo {
            display: none; } }
      header .header-top .search-wrapper .search-box {
        position: relative;
        background-color: #ff6a00; }
        @media all and (min-width: 1921px) {
          header .header-top .search-wrapper .search-box {
            width: 88%; } }
        @media all and (max-width: 1920px) {
          header .header-top .search-wrapper .search-box {
            width: 84%; } }
        @media (max-width: 1199.98px) {
          header .header-top .search-wrapper .search-box {
            width: 82%; } }
        @media all and (max-width: 1023px) {
          header .header-top .search-wrapper .search-box {
            width: 100%;
            background-color: #50595f; } }
        header .header-top .search-wrapper .search-box form {
          position: relative;
          height: auto !important; }
          header .header-top .search-wrapper .search-box form > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: 100%;
            width: 100%; }
        header .header-top .search-wrapper .search-box .form-group {
          padding: 0;
          margin: 0; }
          header .header-top .search-wrapper .search-box .form-group .form-control {
            height: 100%;
            width: 90%;
            font-size: 2.25rem;
            background-color: #ff6a00;
            color: #ffffff;
            border-color: #ff6a00;
            padding: 0 30px;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0; }
            header .header-top .search-wrapper .search-box .form-group .form-control::-webkit-input-placeholder {
              color: #ffffff; }
            header .header-top .search-wrapper .search-box .form-group .form-control:-moz-placeholder {
              color: #ffffff; }
            header .header-top .search-wrapper .search-box .form-group .form-control::-moz-placeholder {
              color: #ffffff; }
            header .header-top .search-wrapper .search-box .form-group .form-control:-ms-input-placeholder {
              color: #ffffff; }
            @media all and (min-width: 1024px) and (max-width: 1439px) {
              header .header-top .search-wrapper .search-box .form-group .form-control {
                font-size: 1.875rem; } }
            @media all and (max-width: 1023px) {
              header .header-top .search-wrapper .search-box .form-group .form-control {
                background-color: #50595f;
                border-color: #50595f;
                width: 94%;
                font-size: 1.875rem;
                color: #848b8f; }
                header .header-top .search-wrapper .search-box .form-group .form-control::-webkit-input-placeholder {
                  color: #848b8f; }
                header .header-top .search-wrapper .search-box .form-group .form-control:-moz-placeholder {
                  color: #848b8f; }
                header .header-top .search-wrapper .search-box .form-group .form-control::-moz-placeholder {
                  color: #848b8f; }
                header .header-top .search-wrapper .search-box .form-group .form-control:-ms-input-placeholder {
                  color: #848b8f; } }
            @media all and (max-width: 599px) {
              header .header-top .search-wrapper .search-box .form-group .form-control {
                width: 90%; } }
      header .header-top .search-wrapper .search-btn {
        background: url("../images/search.svg") no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 6%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        border: 0;
        font-size: 0;
        cursor: pointer; }
        @media all and (min-width: 1024px) and (max-width: 1439px) {
          header .header-top .search-wrapper .search-btn {
            width: 24px;
            height: 24px;
            right: 7%; } }
        @media all and (max-width: 1023px) {
          header .header-top .search-wrapper .search-btn {
            right: 30px; } }
        header .header-top .search-wrapper .search-btn:focus {
          outline: 0; }
      header .header-top .search-wrapper .close-icon {
        background: url("../images/close.svg") no-repeat;
        width: 27px;
        height: 27px;
        position: absolute;
        right: 3%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1; }
        @media all and (min-width: 1024px) and (max-width: 1439px) {
          header .header-top .search-wrapper .close-icon {
            width: 24px;
            height: 24px; } }
        @media all and (max-width: 1023px) {
          header .header-top .search-wrapper .close-icon {
            display: none; } }
      header .header-top .search-wrapper .form-item-search-block-form label.element-invisible {
        display: none !important; }
    header .header-top.active .search-wrapper {
      opacity: 1;
      z-index: 2;
      pointer-events: auto; }
    @media all and (max-width: 1023px) {
      header .header-top.active {
        position: fixed; }
        header .header-top.active .menu-wrapper {
          left: 0; }
        header .header-top.active .toggle-menu .menu {
          background: url("../images/close.svg") no-repeat; }
        header .header-top.active .language-wrapper {
          position: relative; }
          header .header-top.active .language-wrapper .language-switcher {
            display: block; }
          header .header-top.active .language-wrapper .search-icon {
            display: none !important; } }

@media all and (max-width: 1023px) {
  html:lang(ar) header .header-top .toggle-menu {
    padding: 0;
    padding-right: 30px; } }

@media all and (max-width: 1023px) {
  html:lang(ar) header .header-top .menu-wrapper {
    left: auto;
    right: -100%; } }

html:lang(ar) header .header-top .menu-wrapper .menu-dropdown ul li .menu-text:after {
  width: 32px; }

html:lang(ar) header .header-top .menu-wrapper .menu-dropdown ul li .menu-text:hover:after {
  width: 100%; }

html:lang(ar) header .header-top .language-wrapper {
  padding: 0; }
  @media all and (max-width: 1023px) {
    html:lang(ar) header .header-top .language-wrapper {
      padding-left: 30px; } }
  html:lang(ar) header .header-top .language-wrapper .language-switcher {
    padding: 0;
    padding-left: 25px;
    font-family: 'Orbitron';
    letter-spacing: 0px !important; }
    @media (max-width: 1199.98px) {
      html:lang(ar) header .header-top .language-wrapper .language-switcher {
        font-size: 1.0625rem; } }
    @media all and (max-width: 1023px) {
      html:lang(ar) header .header-top .language-wrapper .language-switcher {
        font-size: 1.25rem;
        padding: 0; } }
    @media all and (max-width: 599px) {
      html:lang(ar) header .header-top .language-wrapper .language-switcher {
        font-size: 1rem;
        padding: 0; } }
  html:lang(ar) header .header-top .language-wrapper .search-icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

html:lang(ar) header .header-top .search-wrapper .header-logo {
  padding: 20px 2.5% 0 0; }

html:lang(ar) header .header-top .search-wrapper .search-btn {
  right: auto;
  left: 6%; }
  @media all and (min-width: 1024px) and (max-width: 1439px) {
    html:lang(ar) header .header-top .search-wrapper .search-btn {
      left: 7%; } }
  @media all and (max-width: 1023px) {
    html:lang(ar) header .header-top .search-wrapper .search-btn {
      left: 30px; } }

html:lang(ar) header .header-top .search-wrapper .close-icon {
  right: auto;
  left: 3%; }

@media all and (max-width: 1023px) {
  html:lang(ar) header .header-top.active .menu-wrapper {
    left: auto;
    right: 0; } }
