.top-menu li {
    display: inline;
    margin-left: 5px; }
    .top-menu li a {
      text-decoration: none; }
  
  .top-site {
    border-top: solid 3px #1BAAA0;
    padding: 5px 0;
    border-bottom: 1px solid #f2f3f5; }
    .top-site p {
      font-size: 0.875rem;
      line-height: 1.5rem; }
    .top-site a {
      color: #1BAAA0;
      text-decoration: underline; }
      .top-site a:hover {
        opacity: 0.7; }
    .top-site.has-style1 {
      background: #1BAAA0;
      color: white;
      padding: 10px 0;
      border-bottom: none;
      border-top: none; }
      .top-site.has-style1 a {
        color: white; }
        .top-site.has-style1 a:hover {
          opacity: 0.7; }
      .top-site.has-style1 p {
        color: white; }
  
  .navbar {
    height: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    line-height: 1;
    z-index: 9999;
    border-bottom: 1px solid #f2f3f5;
    /*====================================
      ========= is dark mode
      =====================================*/ }
    .navbar .container {
      display: flex;
      align-items: center; }
    .navbar a {
      font-family: "SpaceGrotesk"; }
    .navbar .logo {
      height: 3.2rem; }
      @media screen and (max-width: 576px) {
        .navbar .logo {
          height: 1.8rem; } }
    @media screen and (max-width: 992px) {
      .navbar .navbar-menu {
        display: none; } }
    .navbar .navbar-menu > li {
      display: inline-block;
      justify-items: flex-end;
      margin-right: 1.5rem;
      color: #4a4a4a;
      position: relative;
      line-height: 100%; }
      .navbar .navbar-menu > li:nth-last-child(-n + 1) {
        margin-right: 0; }
      .navbar .navbar-menu > li:hover {
        color: #f84e77; }
      .navbar .navbar-menu > li > a {
        line-height: 6rem;
        font-size: 1.1rem;
        transition: 0.25s;
        color: #000000;
        cursor: pointer; }
        .navbar .navbar-menu > li > a:hover {
          color: #f84e77; }
      .navbar .navbar-menu > li::before {
        position: absolute;
        content: "";
        left: 50%;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 100%;
        background: transparent;
        transform: translateX(-50%);
        top: 1.5rem;
        transition: 0.15s ease-in-out; }
      .navbar .navbar-menu > li:hover::before {
        background: #f84e77; }
      .navbar .navbar-menu > li:hover .sub-menu {
        visibility: visible;
        transform: scale(1);
        transition: 0.25s; }
      .navbar .navbar-menu > li .chevron {
        color: #cacaca; }
      .navbar .navbar-menu > li .sub-menu {
        position: absolute;
        top: 6rem;
        padding: 1em 0;
        transform: scale(0);
        transition: 0.4s cubic-bezier(0.49, 0.03, 0.25, 1.3);
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 6px 61px 0 rgba(11, 12, 62, 0.14);
        border-radius: 8px;
        border: solid 1px #f7f7f7;
        min-width: 18rem;
        z-index: 9999999; }
      .navbar .navbar-menu > li .sub-menu li {
        display: block;
        line-height: 2.5; }
      .navbar .navbar-menu > li .sub-menu li a {
        width: 100%;
        text-transform: capitalize;
        color: #000;
        font-size: 1rem;
        transition: 0.25s;
        opacity: 0.8;
        padding: 0 2rem; }
      .navbar .navbar-menu > li .sub-menu li a:hover {
        font-size: 0.9rem;
        padding: 0 2.1em;
        color: #f84e77; }
      .navbar .navbar-menu > li .sub-menu li:hover {
        background: rgba(27, 170, 160, 0.05); }
    .navbar .close-mobile-menu {
      width: 30px;
      height: 30px;
      line-height: 56px;
      text-align: center;
      border-radius: 50%;
      font-size: 24px;
      position: relative;
      z-index: 1;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      color: #fff;
      cursor: pointer;
      outline: 0;
      background-color: #f1f1f1;
      color: #000000;
      padding: 15px;
      margin-bottom: 20px; }
      .navbar .close-mobile-menu:hover {
        background-color: silver; }
    .navbar .mobile-overlay {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999999;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transform: translateX(-100%);
      visibility: none;
      opacity: 0;
      color: #000000; }
    .navbar .mobile-overlay-bg {
      position: fixed;
      background-color: rgba(23, 22, 26, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
    .navbar .mobile-menu {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      background: white;
      padding: 2rem;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      height: auto;
      z-index: 9999;
      overflow: hidden;
      width: 90%;
      height: 100%;
      overflow: scroll;
      box-shadow: 0 0 62px rgba(0, 0, 0, 0.2); }
      .navbar .mobile-menu .has-dropdown-m {
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .navbar .mobile-menu .has-dropdown-m ion-icon {
          height: 1rem;
          width: 1rem;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .navbar .mobile-menu .has-dropdown-m:hover ion-icon {
          transform: rotate(45deg); }
      .navbar .mobile-menu ul {
        margin: 0;
        padding: 0; }
      .navbar .mobile-menu li {
        text-align: left;
        line-height: 50px; }
        .navbar .mobile-menu li a {
          color: #000000;
          transition: 0.25s;
          font-family: "SpaceGrotesk-Bold";
          font-size: 17px;
          text-transform: capitalize; }
          .navbar .mobile-menu li a:hover {
            color: #f84e77;
            padding-left: 0.5rem; }
      .navbar .mobile-menu .copyright {
        line-height: 1.5;
        margin-top: 40px;
        color: #000000; }
        .navbar .mobile-menu .copyright a {
          color: #000000; }
    .navbar .color-secondary {
      color: #1BAAA0 !important; }
    .navbar .menu-toggle {
      height: 6rem;
      line-height: 6rem;
      display: none; }
      @media screen and (max-width: 992px) {
        .navbar .menu-toggle {
          display: flex;
          align-items: center; } }
    .navbar .menu {
      display: block;
      width: 30px;
      height: 30px;
      position: relative;
      cursor: pointer; }
      .navbar .menu .line-menu {
        position: absolute;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s; }
      .navbar .menu input {
        display: none; }
        .navbar .menu input + .line-menu {
          top: 50%;
          left: 0;
          margin: -2px 0 0 0;
          width: 30px;
          transform-origin: 50% 50%; }
          .navbar .menu input + .line-menu + .line-menu {
            top: 4px;
            left: 0;
            width: 30px;
            transform-origin: 0 50%; }
            .navbar .menu input + .line-menu + .line-menu + .line-menu {
              bottom: 4px;
              right: 0;
              width: 30px;
              transform-origin: 100% 50%;
              transform: translate(0, 0); }
        .navbar .menu input:checked + .line-menu {
          transform: rotate(-45deg);
          transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s; }
          .navbar .menu input:checked + .line-menu + .line-menu {
            width: 15px;
            transform: translate(4px, -0.5px) rotate(45deg);
            transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease; }
            .navbar .menu input:checked + .line-menu + .line-menu + .line-menu {
              width: 14px;
              transform: translate(-4.5px, 0.5px) rotate(45deg);
              transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease; }
    .navbar .mobile-visible {
      transform: translateX(0);
      visibility: visible;
      opacity: 1; }
    .navbar .dropdown-mobile {
      border-left: solid 3px #1BAAA0;
      padding-left: 20px !important;
      background: rgba(27, 170, 160, 0.1);
      overflow: hidden;
      display: none;
      margin-bottom: 15px !important; }
    .navbar.style2 {
      position: relative;
      margin-bottom: 8rem; }
    .navbar.is-dark {
      position: relative;
      background: transparent;
      color: #000000 !important; }
      .navbar.is-dark .navbar-menu li {
        color: #000; }
        .navbar.is-dark .navbar-menu li a {
          color: #000000; }
          .navbar.is-dark .navbar-menu li a:hover {
            color: #f84e77; }
    .navbar.is-light {
      position: relative;
      background: transparent;
      color: white !important; }
      .navbar.is-light .navbar-menu li {
        color: white; }
        .navbar.is-light .navbar-menu li a {
          color: white; }
          .navbar.is-light .navbar-menu li a:hover {
            color: #f84e77; }
    .navbar.is-transparent {
      background: transparent; }
      .navbar.is-transparent .line-menu {
        background: #fff; }
  
  .navbar-brand {
    margin-right: 5rem; }

    .font2 {
        font-family: "TradeGothic"; }
        .font2 h1,
        .font2 h2,
        .font2 h3,
        .font2 h4,
        .font2 h5,
        .font2 h6 {
          font-family: "Overpass"; }
        .font2 .navbar a {
          font-family: "Overpass"; }
        .font2 a {
          font-family: "Overpass"; }
  