li:visited{
    color:#fff !important;
}
footer ul{
    margin-left:0 !important; 
    padding-left: 0 !important;
    }
.footer-menu li {

    list-style: none !important;
    margin-left: 0;
    padding: .8em 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}
.contact-info {
    position: relative;
    display: table;
    margin-left: 3em;
    width: auto;
    font-size: 13px;
    font-weight: 400;
}
.footer-heading {
    font-size: 1.5em;
    line-height: 24px;
    position: relative;
    display: block;
    margin-bottom: 1.5em;
}
.site-footer {
    color: #FFF !important;
}
.footer-heading::after {
    border-width: 1px 0 0;
    margin-top: .5em;
    width: 1.5em;
    float: left;
    margin-bottom: .4em;
    content: ' ';
    display: block;
    margin: .55em 0 .8em;
    border-style: solid;
    position: absolute;
}
.footer-social-icon {
    display: flex;
    position: relative;
}

.footer-social-icon a {
    margin: 0 0.5em;
    font-size: 1.3em;
}

.footer-menu a {
    background-color: transparent;
}

.footer-icon {
    width: 40px;
    height: 40px;
    padding: 0.2em;
    border: 2px solid #FFF;
    text-align: center;
    line-height: 1.7;
    border-radius: 50%;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-9 {
    width: .5625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.site-footer .social-navigation {
    margin-bottom: 1rem;
}
.social-navigation ul {
    list-style: none;
    margin: 0 0 -.7rem;
}
.social-navigation li {
    float: left;
    margin: 0 .7rem .7rem 0;
}
.social-navigation a {
    border: .1rem solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 3.5rem;
    position: relative;
    width: 3.5rem;
}
.social-navigation a:before {
    content: "\f415";
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    width: 3.3rem;
}

footer a{color: #fff !important;font-family: 'Work Sans', sans-serif;}

.contact-content {
    display: block;
    width: 100%;
    padding: 0.8em 0;
}

.contact-icon {
    position: relative;
    text-align: center;
    width: 10%;
    float: left;
    display: block;
    font-size: 1.2em;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    line-height: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    width: 60%;
}


@media (max-width:801px)  {
footer {
    text-align: center;
}

.footer-heading::after {
    width: 100%;
}

.footer-logo img {
    width: 40%;
}

.footer-social-icon {
    justify-content: center;
}
.footer-heading {
    margin-top: 30px;
}
}










