/* footer style sheet */

.SH_footer {
    width: 100%;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
    background-color: #242424;

}


.SH_copy_wright {
    font-size: 12px;
    color: #B7C1DB;
    float: left;
}

.SH_footer_top {
    width: 90%;
    text-align: right;
    margin: auto;
    border-bottom: 1px solid #6C7185;
    padding-bottom: 20px;
}

.SH_footer_top h4 {
    color: #ccb593;
    font-weight: bold;
    position: relative;
    padding-bottom: 4px;
}

.SH_footer_top h4::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 3px;
    background-color: #353C4D;
}

.links_cont {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    padding: 0px;
}

.links_cont li {
    list-style: none;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 8px;
}

.links_cont a {
    color: #B7C1DB;
}

.website_content {
    display: inline-block;
    width: calc(100% - 450px);
    vertical-align: top;

    box-sizing: border-box;
    padding-left: 34px;
}

.website_content li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 8px;
}

.website_content a {
    color: #B7C1DB;
}

.footer_social_media {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    text-align: left;
    padding: 0px;
}

.footer_social_media h4::after {
    right: auto;
    left: 0px;
}

.footer_social_media li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    width: 100%;
}

.footer_social_media a {
    color: #B7C1DB;
}

.footer_social_media .SH_it_link svg {
    fill: #B7C1DB;
}

.SH_footer_bottom {
    width: 90%;
    margin: auto;
    padding: 46px;
    text-align: right;
    padding-bottom: 6px;
}

.footer-logo {
    height: 50px;
}


.SH_footer_iash_logo {
    height: 100px;
}

@media only screen and (max-width:900px) {
    .SH_footer_top ul {
        display: block;
        padding: 0px;
        width: 500px;
        max-width: 96%;
        margin: auto;
        text-align: center;
    }

    .SH_footer_top {
        width: 100%;
    }

    .SH_footer_top h4 {
        width: max-content;
        margin: 10px auto;

    }

    .SH_it_link {
        float: none;
    }

    .SH_footer {
        padding: 40px 10px;
    }
}