a:hover{
	color: #000 !important;
}
.loggin--mobile{
    display: flex;
    line-height: initial;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    width: 70px;
    height: 70px;
}
.loggin--mobile .fa-user{
	font-size: 20px;
}
@media screen and (max-width: 800px){
	.header--middle {
		background: #163e70;
	}
	.nav__trigger div {
	    background: #fff;
	}
	.header--nav--menu {
	    background: #163e70;
	}
}

@media screen and (max-width: 520px){
	.footer--widget{
		margin-bottom: 10px;
	}
}