ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.logo {
    width: 150px;
}

.base-navbar {
    position: relative;

}

.base-navbar .active .nav-link {
    color: #253993 !important;
    font-weight: bold;
}

.base-navbar .navbar-nav .nav-link {
    color: rgb(0 0 0 / 90%);
    font-size: 18px !important;
    font-weight: bold;
}

.base-footer-wrap {
    border-top: 4px solid #253993;
    padding: 60px 0 0px;
}

.base-footer-wrap .partners {
    padding-bottom: 30px;
}

.base-footer-wrap h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.base-footer-wrap .copyright {
    padding-bottom: 20px;
    background: #253993;

}

.base-footer-wrap .address-list {
    width: 100%;
    display: flex;
    padding: 20px 0 0px;
    border-bottom: 1px solid #041b31;
    margin-bottom: 20px;
    justify-content: space-between;

}



.base-footer-wrap .address-list .bi {
    margin-right: 10px;
}

.base-footer-wrap .address-list .card-header {
    padding: 0 0 20px 0;
}

.base-footer-wrap .address-list .card-body {
    padding: 0;
    padding-right: 30px;
}

.base-footer-wrap .copyright .card {
    background: none;

    border: none;
    padding: 0;
}

.base-footer-wrap .copyright .card:nth-of-type(1) {
    max-width: 260px !important;


}

.base-footer-wrap .copyright .card:nth-of-type(1) .card-text {
    line-height: 32px;
}

.base-footer-wrap .copyright .card:nth-of-type(2) {
    max-width: 150px !important;

}

.base-footer-wrap .copyright .card:nth-of-type(2) .card-text {
    margin-bottom: 30px;
}

.base-footer-wrap .copyright .card:nth-of-type(3) {
    max-width: 200px !important;

}

.base-footer-wrap .copyright .card:nth-of-type(4) {
    max-width: 350px !important;

}

.base-footer-wrap .copyright .card:nth-of-type(4) .card-text {
    margin-bottom: 14px;
}

.base-footer-wrap .copyright .card a {
    color: #fff;
}

.base-footer-wrap .copyright .card-header {
    border: none;

}



.base-footer-wrap .copyright .container {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.bi-geo-alt-fill {
    color: #253993;
}

.address {
    margin-top: 40px;
}

.code {
    width: 120px;
    position: fixed;
    right: 0;
    -top: 50%;
    transform: translateY(-50%);
    z-index: 1111;
    bottom: 100px;

}

.code ul {
    padding: 1rem;
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.code img {
    width: 120px;
    margin-bottom: 10px;
}