#footer-sidebar{
	color: #fff;
	/* background: #34495e; */
	background: #007BFF;
	padding: 20px 0;
}
.footer-widget h4::after{
	content: "";
	background: #fff;
	display: block;
	width: 235px;
	height: 2px;
	margin: 5px 0;
}

.footer-widget a{
	color: #fff;
}

.latest-news{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Optional: Style the anchor text */
.footer-widget ul.latest-news li a {
    text-decoration: underline;
	color: #fff;
}
.footer-widget ul.latest-news li a:hover {
	color: #2c3e50;
}
address a:hover{
	color: #2c3e50;
}
#about{
	color: #fff;
	/* background: #2c3e50; */
	background:#1264bb;
	padding: 10px 0;
}

#social-icons{
	list-style: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

#social-icons li{
	display: inline-block;
	padding-left: 5px;
}
#social-icons li a{
	color: #fff;
	font-size: 23px;
}

@media (max-width: 768px){
	
	.footer-widget{
		margin-bottom: 20px;
	}

	#about{
		text-align: center;
	}
	#social-icons{
		margin-top: 10px;
	}
}