#header {
    background: #29347a;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
  }
 
  #header .logo {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }

  #header .logo a {
    color: #fff;
  }

  #header .logo img {
    max-height: 40px;
  }

  /**
  * Get Startet Button
  */
  .get-started-btn {
    margin-left: 22px;
    background: #3644a0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }

  .get-started-btn:hover {
    background: #3644a0;
    color: #fff;
  }

  @media (max-width: 768px) {
    .get-started-btn {
      margin: 0 15px 0 0;
      padding: 6px 18px;
    }
  }


  fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
