#header{
    min-height: 90px;

}
#header h2{line-height: 90px; color:#fff}
#header h5{line-height: 40px; color:#fffcfc}
#header img{
    padding: 15px 15px;

}

.navbar-custom {
    padding: 10px 0;
    background: #f8f9fc;
    border-radius: 30px;
}

.nav-custom {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-custom li {
    margin: 0 8px;
}

.nav-custom a {
    background: #e3f2fd;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    color: #004b8d;
    font-weight: bold;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-custom a:hover {
    background: #bbdefb;
    transform: translateY(-3px);
}

.nav-custom .right {
    margin-left: auto;
}

.wave {
    width: 100%;
    height: 80px;
    background: url('/images/wave.svg');
    background-size: cover;
}


#content{
    min-height: 400px;
    padding-bottom: 1px;
}
#content h5{line-height: 40px; color:#fffcfc}
#footer{
    min-height: 0%;
    background: #1f1e1e;
}
#footer p{
    display: block;
    font:12px 20px tahoma;
    color:#fff;
    text-align: center;
}








