header.navbar-fixed {
    position: fixed;
    width: 100%;
    height: auto !important;
    z-index: 99999;
}

header nav.nav-extended {
    position: relative !important;
}

header .container {
    max-width: 100% !important;
    width: 100% !important;
}

header .waves-effect{
  color: #fff !important;
}

nav {
  background-color: none;
  position: relative;
  top: 0;
  transition: background-color 0.3s, opacity 0.2s, visibility 0s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

nav a {
    display: block;
}

header nav ul li:last-child a {
    margin-right: 0;
}

nav .input-field {
  margin-right: 0;
  margin-top: 16px;
}

nav .input-field label {
  top: -62px;
  position: absolute;
  font-size: 0.8rem;
}

nav .nav-header {
  word-wrap: break-word;
  clear: both;
  padding: 40px 0;
}

nav .nav-header .tagline {
  display: block;
  margin: -40px 0 40px 0;
  color: rgba(255, 255, 255, 0.8);
}

nav .nav-extended {
  /*height: auto;*/
  min-height: 450px;
}

nav .nav-background {
  min-height: 450px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

nav .nav-background img,
nav .nav-background .pattern {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  transition: opacity 0.7s;
}

nav .nav-background img .active,
nav .nav-background .pattern .active {
  opacity: 1;
}

nav .nav-background .pattern {
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  background-repeat: repeat;
}

nav .sidenav-trigger {
    float: right;
    color: #fff;
}

a.logo {
    display: grid;
    margin-top: 15px;
}

header.bg-white {
    background: #fff !important;
    box-shadow: rgba(115, 122, 162, 0.3) 0px 0px 15px 0px !important;
}

header.bg-white nav {
    color: #7384a2;
}

header.bg-white nav ul li a {
  color: #7384a2 !important;
}

header.bg-white .waves-effect {
    color: #fff !important;
}

header .result-bar {
    border-top: 1px solid #F0F0F3;
    padding-top: 5px;
}

header .result-bar span.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
        font-size: 14px;
}

header .result-bar .result {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

header .result-bar .col {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #F0F0F3;
    border-bottom: 5px solid #fff;
    cursor: pointer;
    transition: .2s;
}

header .result-bar .col:hover {
    border-bottom: 5px solid #F0F0F3;
    transition: .2s;
}

header .result-bar .col:last-child {
    border-right: 0;
}

header .result-bar .col.step-active {
    border-bottom: 5px solid #ffcc31;
}

header .result-bar .col:hover {
  background: #fefefe;
}


.padding-header {
  padding-top: 190px;
}

.banner {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 520px;
  position: relative;
}

.banner .container {
    padding-top: 140px;
}

.banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 100%;
    margin-bottom: 15px;
}

.banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
        margin-top: 10px;
}