footer {
    
    border-top:3px solid black;
    
    }

.footer1 {
    
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
    padding-bottom:20px;
    
    }

.footer1 .footer_column {
    
    width:25%;
    padding-right:30px;
    box-sizing:border-box;

    }
    
.footer1 .last_column {
    
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    }
    

.footer-heading {
    
    text-decoration:none;
    
    font-family:Raleway, sans-serif;
    font-size:16px;
    line-height:26px;
    font-weight:600;
    color:black;
    
    }

.footer-link {
    
    text-decoration:none;
    
    font-family:Raleway, sans-serif;
    font-size:14px;
    line-height:22px;
    font-weight:400;
    color:#333;
    
    }
    
a.footer-link {
    
    display:block;
    
    }

.separator {
    
    height:0px;
    border-top:1px solid #707070;    
    
    }
    
.footer-copyrights {
    
    padding-top:15px;
    padding-bottom:15px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    
    }

.footer-copyrights .footer_column {
    
    width:100%;
    box-sizing:border-box;
    text-align:center
    
    }

.flaticon {
    
    display:inline !important;
    font-size:8px;
    line-height:12px;
    font-weight:300;
    color:#333;    
    
    }


/* RESPONSIVE */

@media only screen and (max-width: 1100px) {



.footer1 .footer_column {
    
    width:100%;
    box-sizing:border-box;
    margin-top:50px;

    
    }

.footer1 .last_column {
    
    display:block;

    }
    

.footer-copyrights .footer_column {
    
    width:100%;

    }
    
.footer-copyrights .last_column {
    
    justify-content:flex-start;

    }

}