@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap");

* {
    font-family: "Manrope", sans-serif;
    margin: 0;
}

#footer {
    background-color: #f6f6f6;
    padding: 0 7.5%;
    color: #5a585e;
    /* font-family: Rubik, sans-serif !important; */
}

#footer #footer-header {
    /* font-family: Rubik, sans-serif !important; */
    padding-top: 30px;
    color: #5a585e;
    font-size: 27px;
    font-weight: 500;
}

#footer #info-header {
    /* font-family: Rubik, sans-serif !important; */
    color: #002b62;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 20px;
}

#footer #footer-info {
    padding-top: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

#footer #footer-end {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#footer #footer-info .info-column {
    width: 30%;
    display: inline;
    line-height: 35px;
    font-weight: 100;
    font-family: Rubik, sans-serif !important;
}

#footer #footer-info .info-column div {
    font-family: Rubik, sans-serif;
    font-weight: 100;
}

#footer #footer-info .text-icon {
    height: 20px;
    display: inline;
    vertical-align: sub;
}

#white-icons {
    color: #0b2e60;
    padding: 5px;
    display: inline-block;
    border-radius: 50px;
    background-color: white;
}

#footer-icons {
    color: white;
    padding: 5px;
    display: inline-block;
    border-radius: 50px;
    background-color: #5a585e;
}

#contacts a {
    color: inherit;
    line-height: 35px;
    font-family: Rubik, sans-serif !important;
    font-weight: 100;
}

@media only screen and (max-width: 1360px) {
    #footer #footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #footer #footer-info .info-column {
        width: 100%;
        text-align: justify;
        padding: 25px 0;
    }
}

#footer #facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer #facebook #fb-icon {
    height: 30px;
    display: inline;
}

#footer #facebook #fb-text {
    /* font-family: Futura-light; */
    font-weight: 100;
    margin-left: 10px;
    font-size: 16px;
}

#footer hr {
    border: 1px solid #969696;
    width: 100%;
    margin-top: 0.3em;
}

#footer #footer-copyright {
    padding: 15px 0;
    color: #969696;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer #footer-copyright #copyright-text {
    /* font-family: Futura-light; */
    font-weight: 100;
    font-size: 18px;
}

#footer #footer-copyright img {
    position: relative;
    top: 3px;
    height: 30px;
}

#menuToggle {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/*# sourceMappingURL=page-layout.css.map */

.dropdown-toggle::after {
    content: none;
    /* color: black; */
}

.dropdown-item {
    width: 100%;
    color: #0b2e60 !important ;
    font-weight: 600 !important;
}

.dropdown-item:hover {
    background-color: #8ec5c7;
}

.nav-item {
    margin: 0px;
    font-weight: 100;
}
.dropdown-menu {
    min-width: 9rem;
    font-size: 1.1rem;
    border-radius: 0px;
}

.nav-link {
    padding: 0px;
    margin: 0px 0px;
    font-weight: 400;
    font-size: 1rem;
}

/* .nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #8ec5c7;
    text-decoration-thickness: 7px;
    text-underline-offset: -2.4rem;
} */

.nav {
    display: none;
}

.menu-nav {
    text-align: right;
    padding: 0 7.5%;
    padding-top: 20px;
    background-color: #0b2e60;
}

#menu-down {
    position: relative;
    z-index: 5;
}

#blue-p {
    font-style: normal;
    color: #8ec5c7;
}

.menu-nav button {
    color: white;
    /* font-family: Futura-light; */

    font-weight: 100;
}

.small-list {
    font-size: 18px !important;
}

@media only screen and (max-width: 1000px) {
    .menu-nav {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    #header #header-left #company-logo img {
        height: 60px;
        width: 70px;
    }
}

@media all and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
