/* Mobile Menu Css */
nav:not(.mm-menu) {	display: none;}
.header.fixed{position: fixed; top: 0; left: 0; }
.footer.fixed {position: fixed; bottom: 0; left: 0; }
.header a {background: center center no-repeat transparent; background-image: url('../Images/index.png'); display: block; width: 40px; height: 40px; position: absolute; top: 14px; right: 20px; }
/* Mobile Menu Css */