
.footer {
    background: #13679e;
    padding: 80px 0 30px;
    margin-top: 40px;
}

.footer-inner img{
    max-width:100%;
    width:300px;
    height: auto;
    margin-top:-2px;
}

.footer-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px
}

.footer-menu-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.footer-menu-list li a:hover {
    font-weight: 700
}

.footer-inner p {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0
}
.footer-inner{
    text-align: center
}
.copy-right{
    border: none;
    margin-top: 0;
}
.copy-right p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
@media all and (max-width:1440px) {
    .footer-logo img {
        max-width: 180px
    }
}
@media all and (max-width:1199px) {
    .footer {
        padding: 60px 0 30px
    }
}
@media all and (max-width:991px) {
    .footer-logo img {
        max-width: 180px
    }
}
@media all and (max-width:991px) {
    .footer-menu-list li a{
        font-size: 16px
    }
    .footer-menu-list{
        margin-bottom: 30px
    }
    .footer {
        padding: 40px 0 20px
    }

    .footer-logo img {
        max-width: 135px
    }

    .footer-menu-list {
        gap: 20px
    }

    .footer-inner p {
        font-size: 13px;
        margin-bottom: 20px
    }
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.shadow-header header{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}