a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}


/* Header */
.header{
    background-color: #163C66;
}

.header-menu{
    display: flex;
    justify-content: space-evenly;
}

.header-menu a{
    color:#fff;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.login-dash a{
    border: 2px solid #fff;
    color: #fff;
    padding: 3%;
    font-weight: 600;
    border-radius: 30%;
}

.login-dash a:hover{
    border: 0px;
    background-color: #fff;
    color: #163C66;
    transition-delay: 10ms;
}

/* Top Footer */
.footer_top {
    background-color: #fff;
}
.footer_top img{
    width: 10%;
}

/* Main Footer */
footer{
    background-color: #262634;
    overflow: hidden;
}
.footer_menu a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
}
.footer_menu a:hover{
    color: #b7b7b7;
}
.footer_content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.site_logo{
    margin-bottom: 15px;
}

.footer_social a{
    color: #fff !important;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    padding: 12px;
    margin-right: 10px;
    border-radius: 50%;
    width: 45px;
    text-align: center;
}
.footer_content h4{
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
    margin: 10px 0px;
}
.footer_form input{
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
}
.footer_form button{
    outline: none;
    border: none;
    background-color: #00968a;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.bottom_footer{
    background-color: #20202c;
}
.bottom_footer p{
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
}