body > header {
  display: flex;
  padding: 40px 0;
  align-items: center;
  position: absolute;
  width: 100%; }
  body > header ul.nav-list {
    width: 70%;
    max-width: 930px;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
    margin-left: 90px; }
    body > header ul.nav-list .logo {
      display: flex;
      height: 35px;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      body > header ul.nav-list .logo .logo-icon {
        width: 35px;
        height: 45px;
        flex-shrink: 0; }
      body > header ul.nav-list .logo .logo-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        body > header ul.nav-list .logo .logo-text .company-name {
          color: #0E2944;
          font-size: 25.786px;
          font-style: normal;
          font-weight: 700;
          line-height: 25px; }
        body > header ul.nav-list .logo .logo-text .company-type {
          color: #0E2944;
          font-family: Hind;
          font-size: 12.909px;
          font-style: normal;
          font-weight: 400;
          line-height: 12px; }
    body > header ul.nav-list a {
      color: #0E2944;
      font-family: Inter;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.8px; }
  body > header div.mobile-nav {
    display: none; }

.nav-link {
  padding: 0; }

@media (max-width: 1024px) {
  body > header > ul.nav-list {
    margin-left: 0;
    width: 100%;
    justify-content: space-around; } }
@media (max-width: 768px) {
  body > header > ul.nav-list {
    display: none; }
  body > header div.mobile-nav {
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    body > header div.mobile-nav i {
      font-size: 30px;
      color: #0E2944; }
    body > header div.mobile-nav .offcanvas-header {
      height: 60px;
      border-bottom: 1px solid rgba(18, 17, 39, 0.12);
      margin-bottom: 24px; }
    body > header div.mobile-nav ul {
      display: flex;
      gap: 40px;
      flex-direction: column; }
      body > header div.mobile-nav ul li a {
        color: #0E2944;
        font-family: Inter;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.8px; } }

/*# sourceMappingURL=header.css.map */
