html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }

    .ftco-section .container-fluid {
        padding: 0 4em;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto, sans-serif;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header > .container-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    background: #0139a6 !important;
}

.homeBorderLeft {
    border-left: 1vw solid #0139a6;
    position: relative;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 1rem;
    text-align: left;
}

.ftco-footer {
    font-size: 16px;
    background: #222831;
    padding: 8em 0 8em 0;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer {
    font-size: 14px;
}

.footer-address {
    font-size: 16px;
    padding-top: 10px;
}

.footer h3 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .footer-link h3 {
        cursor: text;
    }
}

.footer-link h3::after {
    content: "";
    display: block;
    background-color: #0093dd;
    width: 100%;
    height: 4px;
}

@media only screen and (min-width: 768px) {
    .footer-link h3::after {
        width: 18.2rem;
        margin-top: .1rem;
    }
}

.fa-solid, .fas {
    font-weight: 900;
}

.fa-brands, .fab {
    font-weight: 400;
}

.menuStyle {
    border-right: .075px solid rgba(255,255,255,0.75);
}

.ftco-navbar-light {
    background: #0139a6 !important;
    left: 0;
    right: 0;
}

    .ftco-navbar-light .nav-link {
        padding: 0.4rem 0 0.4rem 0 !important;
        color: white !important;
    }

.fa-right-from-bracket::before {
    content: "\f2f5";
}

.modal-dialog-scrollable .modal-content {
    overflow: scroll;
}

.required::after {
    content: ' *';
    color: red;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
