 a.nav-link {
	color: #555f66;
	text-align: center;
	/* padding-left: 15px !important;
	padding-right: 15px !important; */
}
/*
.nav-item.active .nav-link{
	color: white;
	background-color: #629DD1;
	border: 0;
	border-radius: 5px;	
} */

.page-heading{
	text-align: center;	
	margin-bottom: 30px;
}

.form-req{
	color: red;
}

.footer{
	background-color: #2596be;
	margin-top: 30px;
}

.footer-main{
	padding-top:10px;
	padding-bottom: 10px;
	min-height: 200px;
	
	color: white;
}
.footer-main ul{
	list-style: none;
}
.footer-main li{
	margin-bottom: 1em;
}
.footer-main a{
	color: white;
}
.footer-copyright{
	height: 30px;
	background-color: #2596be;
}
.footer-copyright p{
	color: #969696;
	margin-bottom: 0;
}
