.header{
  width:100%; 
  float:left;
  position: relative;
} 
.logo-link{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.logo-link .image2{
  opacity:0;
}
.logo-link:hover .image1{
  display:none;
}
.logo-link:hover .image2{
  opacity:1;
}
.navigation {
  height: 90px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 25px;
  padding-bottom: 30px;
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 55px;
}
.brand a, .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 55px;
  text-decoration: none;
}
nav ul li a{
  background: transparent;
  text-decoration: none;
  font-family: 'MNKY Banana Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #5555dd;

}
nav ul li a:hover, nav ul li a:visited:hover {
  background: transparent;
  color: #5555dd;
}
.navbar-dropdown li a{
  background: #2581DC;
}
.reqDemo a:hover {
  color: #eeff00;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 60px;
  background: transparent;
  /*   height: 55px;
  width: 70px; */
}
.nav-menu{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reqDemo {
  position: absolute;
  padding-right: 20px;
  right: 0;
}
/* .reqDemo a {
padding: 11px 20px;
display: inline-block;
text-decoration: none;
cursor: pointer;
border: 2px solid #005900;
border-radius: 32px;
font-family: 'MNKY Banana Grotesk';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
text-align: center;
color: #eeff00;
background-color: #005900;
} */

.reqDemo a {
  align-items: center !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 32px !important;
  color: #ef0 !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: MNKY Banana Grotesk !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 18px;
  margin: 15px 0;
  padding: 15px 20px 15px 20px !important;
  white-space: normal;
  display: inline-block;
  width: auto;
  position: relative !important;
  margin: 15px 0;
  text-decoration: none;
}
.reqDemo a:before {
  background-color: #005900;
  border-radius: 32px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  text-decoration: none;
  /* color: red; */
}
.reqDemo a:after {
  background-color: #ef0!important;
  background-image: unset!important;
  border-radius: 32px!important;
  bottom: 0!important;
  content: ""!important;
  height: 100%!important;
  left: 0!important;
  opacity: 0!important;
  position: absolute!important;
  right: 0!important;
  top: 0!important;
  transform: scaleX(.3)!important;
  transition: opacity .3s,transform .3s ease-in!important;
  width: 100%!important;
  z-index: 1!important;
}
.reqDemo a:hover:after {
  opacity: 1!important;
  transform: scaleX(1)!important;
  transition: opacity .2s,transform .3s ease-out!important;
}
.reqDemo a span {
  border-radius: 32px;
  position: relative;
  z-index: 3;
  color: #eeff00 !important;
}
.reqDemo a:hover span {
  color: #005900 !important;
}


.header-container.container-fluid {
  background-color: #ffffff;
}
section.header {
  background-color: #ffffff;
}
.header .logo img {
  width: 115px;
}

nav ul li a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 800px) {
  .reqDemo {
    display: none;
  }
  .nav-mobile {
    display: block;
  }

  .nav-list {
    z-index: 999;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 71px;
    background: #fff;
  }
  nav {
    width: 100%;
    padding: 55px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #072a2c;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .navbar-dropdown {
    position: static;
  }
  @media screen and (min-width:800px) {
    .nav-list {
      display: block !important;
    }
  }
  #navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }
  #navbar-toggle span:before {
    top: -10px;
    width:15px;
    right:0;
  }
  #navbar-toggle span:after {
    bottom: -10px;
    width:15px;
  }
  #navbar-toggle.active span:after {
    bottom: -10px;
    width:30px;
  } #navbar-toggle.active span:before {
    top: -10px;
    width:30px;
  }
  #navbar-toggle.active span, #navbar-toggle.active .menu-line.middle {
    background-color: transparent;
  }
  #navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
  }
  #navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  #navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
  @media(max-width:767px){
    .brand {
      padding-left: 10px;
    }

  }