
/* footer section styling */
footer{
	background-color: #2c292f;
    padding: 15px 23px;
    color: #fff;
    text-align: center;
}
footer span a{
    text-decoration: none;
    color: #fff;
}
footer span a:hover{
    text-decoration: underline;
}
footer .footer-distributed{
    background: rgba(0, 0, 0, 0.78);
}

/*responsive*/
@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media(max-width: 574px){
    .footer-col{
        width: 100%;
        margin-bottom: 30px;
    }
}
/*Quicklinks end */


