@charset "utf-8";
/* AZMI CSS Document */

.azmi-home {
       float: right; 
       padding: 5px 15px 5px 5px;
	   color: #222e69;
       font-size: 10px;
       font-weight: bold;
}
.azmi-home a {
	text-decoration: none;
}
.azmi-home a:hover {
	color: #de8043;
	       text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.azmi-home {
    	float: none !important; 
    	display: flex;
    	justify-content: center;
    }
}

