.smallMenu {position: fixed;top: 0;right: -85%;width: 85%;height: 100%;transition: all .2s;background: #0e0e0e;z-index: 1001}
.smallMenu.showMenu {right: 0}
.menuOverlay {width: 100%;height: 100%;position:fixed;left:0;top:0;background: rgba(0,0,0,.7);display: none;z-index: 1000}
.smMenuInner {width: 100%;height: 100%;padding:20px;overflow: auto;display: flex;align-items: center;position: relative;}
.smMenuInner a {display: block;width: 100%;text-align: center;font-size: 28px;padding: 30px 0;color: #FFF;margin: 15px 0;}
.smMenuCaller {width: 70px;height: 70px;text-align: center;line-height: 70px;font-size: 20px;color:#FFF;opacity: 1;display: flex;align-items: center;justify-content: center;display: none}
.smMenuCaller:hover:hover,.smMenuCaller:hover:focus,.smMenuCaller:hover:active {color:#FFF;opacity: 1}
.bigGradientHeading {font-size: 55px;font-family: 'Syne', sans-serif;font-weight: bold;background: -webkit-linear-gradient(320deg, #70EBFF, #2A8BFE);-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 55px;margin-bottom: 20px;}
.smMenuCaller img {height: 25px !important}
.smMenuInner a.closeMenu {background: rgba(255,255,255,.1);padding: 5px 0;width: 60%;margin: 0 auto;position: absolute;left: 20%;bottom: 20px;}
.footerLink {
    padding: 15px;
}
.footerLink a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    transition: all 0.1s ease;
}
.footerLink a:last-child {
    margin-right: 0;
}
.footerLink a:hover {
    opacity: 0.8;
}
.footerText {
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    opacity: 0.7;
    font-weight: 500;
}

.alignCenter {
    display: flex;
    align-items: center;
}




@media screen and (max-width: 1200px) {
	.menu ul li {margin-left: 25px;}
}

@media screen and (max-width: 992px) {
	.smMenuCaller {display: flex;}
	.header_nav .menu {display: none;}
	.header_nav {padding: 15px;}
	.header_nav .logo {width: 230px;}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
}