
/* Transparent Home Header */
.home-transparent-header{
  position:absolute !important;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  background:linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0)) !important;
  border:none !important;
  box-shadow:none !important;
}
.home-transparent-header .unified-nav-wrap{
  min-height:92px;
}
.home-logo{
  color:#ffffff !important;
}
.home-logo span{
  color:#ddcb18 !important;
}
.home-nav a{
  color:#ffffff !important;
}
.home-nav a:hover{
  color:#ddcb18 !important;
}
.home-header-btn{
  background:#ddcb18 !important;
  color:#063b39 !important;
  text-decoration:none;
  padding:13px 24px;
  border-radius:999px;
  font-weight:800;
}
.home-transparent-header .unified-dropdown-menu a{
  color:#063b39 !important;
}
@media(max-width:980px){
  .home-transparent-header{
    background:#062f2e !important;
    position:relative !important;
  }
}
