footer{
    background: #00325D;
    color: #fff ;
}
footer a {
    color: #fff;
}
.footer-logo {
    max-width: 196px;
    margin: auto;
}
footer  ul {
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin : 0px;
    padding: 0px;
}
footer .address {
margin-top: 30px;
margin-bottom: 30px;
}
footer .address ul span.icon{
    display: inline-block;
    width: 12px;
    margin-right: 5px;
}
footer .address ul{
        gap: 20px;
}
footer .address ul span.icon img{
    width: 100%;
    object-fit: contain;
}

footer .address ul li {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}
.footer-links {
margin-bottom: 30px;
}
    .footer-links ul li {
        border-right: 2px solid #fff;
        text-box-trim: trim-both;
        font-family: Open Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px;
        padding: 0 10px;
    }
    .footer-links ul li:last-child {
        border-right: none;
    }
.sub-footer {
    flex-wrap: wrap;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 22.8px;
    letter-spacing: 0px;
}
.CopyrightTitle {
    margin: 0px 0 0 0px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 22.8px;
    letter-spacing: 0px;
    color: #fff;
    text-align: start;
}
.sub-footer .links ul {
    justify-content: right;
}
.links ul li a {
    padding: 0px 5px;
    border-right: 1px solid #fff;
    text-box-trim: trim-both;
}
.links ul li:last-child a {
    border-right: 0px;
    padding-right: 0px;
}
    .links a {
        font-family: Open Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 13px;
    }
.divider {
    height: .5px;
    background: #FFFFFF80;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    footer ul {
        flex-wrap: wrap;
    }

    .sub-footer .links ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .CopyrightTitle {
        margin: 10px auto;
    }
}