.page-footer {
    position: relative;
    z-index: 1;
    background-color: #E2EAF1;
    overflow: hidden;
}

.page-footer a {
    transition: all 0.3s ease-in-out;
}

.footer-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.01;
    z-index: -1;
}

.footer-top {
    padding: 60px 0 35px;
}

.footer-col-logo {
    width: 244px;
    margin-bottom: 20px;
}

.page-footer ul,
.page-footer ul li {
    margin: 0;
    padding: 0;
}

.page-footer ul li::before {
    display: none;
}

.footer-social-media ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #3377CD;
    font-size: 19px;
    color: #3377CD;
    margin-right: 18px;
    border-radius: 2px;
}

.footer-right-col {
    display: flex;
    flex-direction: column-reverse;
}

.footer-col-contact {
    margin-top: 35px;
}

.footer-col-links {
    margin-top: 35px;
    width: 87%;
}

.footer-sub-heading {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 13px;
}

.footer-sub-heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #3377CD;
}

.footer-sub-heading h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #121822;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-col-contact p {
    margin: 0;
    padding: 0 0 15px 27px;
    font-size: 15px;
    line-height: 1.42em;
    font-weight: 300;
    color: #000;
    text-transform: none;
    position: relative;
}

.footer-col-contact .address {
    position: relative;
}

.footer-col-contact p i,
.footer-col-contact .address i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: #3377CD;
}

.footer-col-contact p span {
    display: block;
    margin-top: 2px;
}

.footer-col-contact p span a {
    font-size: 14px;
    border-bottom: 3px solid rgba(51, 119, 205, 0.20);
}

.footer-col-contact p > a {
    font-size: 15px;
    border: none;
    color: #000;
    font-weight: 300;
}

.footer-col-links ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}

.footer-col-links ul li a {
    font-size: 15px;
    line-height: 1.42em;
    font-weight: 300;
    color: #000;
    border: none;
    margin: 0 0 5px;
    display: inline-block;
}

.footer-bottom {
    border-top: 1px solid rgba(88, 89, 91, 0.20);
    padding: 17px 0 60px;
    position: relative;
}

.footer-bottom-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bottom-links ul li,
.footer-bottom-links ul li a {
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1.785em;
    font-weight: 300;
    color: rgba(88, 89, 91, 0.70);
}

.footer-bottom-links ul li a {
    margin: 0 15px;
}

.back-to-top {
    position: absolute;
    bottom: 31px;
    left: 50%;
    -webkit-transform: translate(-50% , 0);
            transform: translate(-50% , 0);
}

.back-to-top a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #EB2F07;
    display: inline-block;
    border: none;
    position: relative;
    padding: 0 0 0 24px;
}

.back-to-top a::after {
    content: '\e91a';
    font-family: 'young-consulting';
    width: 16px;
    height: 16px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    font-size: 8px;
    position: absolute;
    top: 50%;
    background-color: #EB2F07;
    color: #fff;
    left: 0;
    -webkit-transform: translate(0% , -50%);
            transform: translate(0% , -50%);
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
}

@media(min-width: 768px) {

    .footer-top {
        padding: 60px 0 40px;
    }

    .footer-col-logo {
        width: 290px;
        margin-bottom: 20px;
    }

    .footer-col-contact p {
        padding: 0 0 22px 27px;
        font-size: 16px;
        line-height: 1.25em;
    }

    .footer-col-contact p > a {
        font-size: 16px;
    }

    .footer-col-contact {
        width: 50%;
    }

    .footer-col-links {
        width: 50%;
        padding-left: 80px;
    }

    .footer-right-col {
        flex-direction: row-reverse;
    }

    .footer-col-links ul li a {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .footer-col-contact p span a {
        margin-top: 5px;
    }

    .footer-col-links ul {
        -webkit-column-gap: 31px;
           -moz-column-gap: 31px;
                column-gap: 31px;
    }

    .footer-bottom {
        padding: 17px 0 50px;
    }

    .back-to-top {
        bottom: 24px;
    }

}

@media(min-width: 1200px) {

    .footer-top {
        padding: 70px 0;
    }

    .footer-bottom-links ul {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .footer-bottom {
        padding: 17px 0 28px;
    }

    .back-to-top {
        left: unset;
        right: -3px;
        -webkit-transform: translate(0% , 0);
                transform: translate(0% , 0);
        bottom: 27px;
    }

    .footer-bottom-links ul li:first-child a {
        margin-left: 0;
    }

    .footer-bottom-links ul li a {
        margin: 0 14px;
    }

    .footer-col-logo {
        width: 307px;
        margin-bottom: 30px;
    }

    .footer-col-contact {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 55px 0 0;
    }

    .footer-col-links {
        width: 259px;
        margin: 0;
        padding-left: 0;
    }

    .footer-right-col {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-bottom-links ul li:last-child {
        margin-left: 14px;
    }

    .footer-sub-heading {
        padding: 0 0 13px;
        margin-bottom: 8px;
    }

    .footer-col-links ul li a {
        margin: 0 0 8px;
    }

    .footer-col-contact .footer-sub-heading {
        margin-bottom: 14px
    }

    .footer-bottom-links ul li a:hover,
    .footer-col-contact p > a:hover,
    .footer-col-links ul li a:hover {
        color: #3377CD;
    }

    .footer-social-media ul li a:hover {
        background-color: #3377CD;
        color: #fff;
    }

    .back-to-top a:hover {
        color: #3377CD;
    }

    .back-to-top a:hover::after {
        background-color: #3377CD;
    }

}