.footer-other-menu ul{
	list-style: none;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.footer-other-menu ul li a{
	color: #000000;
}
.footer-other-menu ul li a:hover,
.footer-sec .footer-top a:hover{
	color: #1E4D86;
}