/* **********************/
/* ****** Footer menu******/
/* **********************/
footer{
	border-top: 2px solid #033d56;
	background-color: #fff;
    padding: 60px 0;
}
footer p { font-size: 14px; }
footer p a { color: #333; }
footer h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
footer h2::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 2px;
	width: 50px;
	background-color: #333;
}
footer .menu {
	padding: 0;
}
footer .menu a{
    color: #333;
    font-size: 14px;
	transition: color 0.5s;
}
footer .menu a:hover{
	color: #033d56;	
}
footer ul{list-style: none;}
footer ul li {padding: 0px;margin-bottom: 5px;}
footer .menu-footer-menu-container,
footer .menu{margin:0;}
footer .menu {align-items: center;justify-content: flex-end;}
footer .copyright{
    padding: 15px;
    color:#777;
    font-size: 14px;
}
footer .align-footer-menu{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.copyright {
	border-top: 2px solid #033d56;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
}
.copyright a{color: #033d56;}
.footer-logo{width: 100%;}
@media screen and (max-width:992px){
	footer .menu{margin-bottom:30px;}
}
@media screen and (max-width:768px){
    .footer-logo{
        margin: auto;
        margin-bottom: 30px;
        width: 30%;
        display: block;
    }
    .copyright{text-align: center;}
    .align-footer-menu{align-items: center!important;}
}