footer .copyright
{
	padding-top: .75rem;
	padding-bottom: .75rem;
}

footer .contact-us
{
	color: #fff;
	padding-bottom: 2rem;
	background-color: #0481D1;
}

footer .contact-us .title
{
	font-size: 2rem;
	text-align: center;
	padding-top: 3rem;
    padding-bottom: 3rem;
}

footer .contact-us .form-control
{
	color: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-radius: 0;
	background-color: #0481D1;
	padding-left: 0;
	padding-right: 0;
}

footer .contact-us .form-control:focus {
    box-shadow: none;
}
 
footer .contact-us input::-webkit-input-placeholder
{
	color: #fff;
}

footer .contact-us input:-moz-placeholder
{
	color: #fff;
}

footer .contact-us input::-moz-placeholder
{
	color: #fff;
}

footer .contact-us input:-ms-input-placeholder
{
	color: #fff;
}

footer .contact-us .invalid-feedback
{
	font-weight: bolder;
}

footer .contact-us .flex-column li a
{
	color: #fff;
}

@media (min-width: 992px)
{
	footer #footerMenu
	{
		font-size: 1.3rem;
	}

	#footerMenu > ul > li > a
	{
		padding-top: 0;
		padding-bottom: 0;
	}

	#footerMenu > ul > li:not(:last-child) > a
	{
		border-right: 2px solid #dee2e6;
	}
}