/* 
-------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------- 
*/
.footer-button {
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 500;
    color: white;
    background-color: #00A2DB;
    border-style: none;
    font-size: 14px;
    transition-duration: 0.5s;
    text-decoration: none;
}

.footer-button:hover, .footer-button-mobile:hover {
    background-color: #00a1dbad;
}

.footer-button-mobile {
    display: none;
}

.footer-section-1 {
    background-image: url("../images/footer2/footer-section.png");
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    background-size: cover;
    background-position: center;
    background-color: #E9ECF1;
    padding: 100px;
    height: auto;
}

.footer-section-1 .heading-1 h1 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 50px;
}

.footer-section-1 .heading-1 {
    width: 50%
}

.footer-section-1 .heading-2 {
    width: 50%;
    text-align: right;
}

.footer-section-1 .heading-2 .cyanrotate {
    position: relative;
    right: -180px;
    opacity: 0.8;
    mix-blend-mode: plus-lighter;
    border-radius: 100%;
}


.footer-section-2 {
    background: #E9ECF1;
    height: auto;
    z-index: 1;
    position: relative;
}

.footer-section-2-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 80px;
    margin-right: 80px;
    border-top-style: solid;
    border-color: #B9B9B9;
    border-width: 2px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-section-2-2 p {
    font-size: 13px;
}

.footer-navigation {
    width: 100%;
    text-align: center;
}

.footer-navigation li {
    display: inline-block;
    padding: 10px;
}

.footer-navigation ul {
    margin-bottom: 50px;
}

.footer-navigation a {
    color: #353535;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.footer-navigation img {
    margin-top: 100px;
    margin-bottom: 32px;
}

.footer-socialicons {
    width: 50%;
    text-align: right;
}

.footer-socialicons li {
    display: inline-block;
    margin-left: 10px;
}

.footer-socialicons img {
    height: 24px;
}

.footer-copyright {
    width: 50%;
}

.mobile-menu {
    display: none;
}