/* @font-face {
	font-family: icon-font;
	src: url(../fonts/icon-font.eot);
	src: url(../fonts/icon-font.eot?#iefix) format('eot'), url(../fonts/icon-font.woff) format('woff'), url(../fonts/icon-font.ttf) format('truetype'), url(../fonts/icon-font.svg#icon-font) format('svg')
} */

/* .icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav .nav-submenu>a:after,
.nav-button:before,
.nav-close:before,
.nav>ul>.nav-submenu>a:after,
header h1:before {
	font-family: icon-font;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: top
} */

.icon-desktop::before {
    content: "\E001";
    font-family: "font-awesome 5";
}

.icon-menu-close::before {
	content: "\E002"
}

.icon-menu::before {
	content: "\E003"
}

.icon-mobile::before {
	content: "\E004"
}

.icon-submenu-down::before {
	content: "\E005"
}

.icon-submenu-right::before {
	content: "\E006"
}

.icon-world::before {
	content: "\E007"
}

/* body {
	padding-top: 4.4rem
} */

header {
	/* display: block; */
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 999;
	/* padding-left: 10px; */
	/* line-height: 4.4rem; */
	background: transparent;
    color: #fff;
    
}

/* header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem
} */

header h1:before {
	content: "\E004";
	margin-right: 8px
}

.nav-button,
.nav-close {
	position: absolute;
	top: 0;
	width: 2.4rem;
	height: 4.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	/* background: #26201C; */
	color: #EA484D;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center
}

.nav-button {
	display: block;
	right: 1rem;
	font-size: 1.7rem
}

.nav-button:before {
	/* content: "\E003" */
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem
}

.nav-close:before {
	content: "\E002"
}

.nav {
	padding-top: 4.4rem;
	line-height: 4.4rem;
	/* background: #26201C; */
	color: #fff
}

.nav ul {
    position: absolute;
   display:flex ;
   justify-content: center;

	width: 100%;
}
.nav ul li:last-child {
    right: 0px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #3257FF 0%, #00E9C6 103.82%);
    height: 48px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 51px;
    top: 13px;
	display: none;
}



 .nav ul ul {
    /* background: #fff; */
    color: #0a121d;
}


.nav ul ul ul {
    background: #EA484D;
    right: auto;
}

.nav ul ul ul ul {
	background: #40362f
}

/*.nav ul ul ul ul ul {
	background: #493e36
} */

.nav li {
	border-top: 1px solid #59544F;
	cursor: pointer;
}

.nav li.nav-active>a,
.nav li:hover>a {
	color: #fff;
	/* background: #0a121d; */
}

.nav .nav-submenu>ul {
	/* margin-left: 10px */
}

.nav .nav-submenu>a {
	padding-right: 30px!important
}

.nav a,
.nav a:active,
.nav a:hover,
.nav a:visited {

	padding: 0 15px 1px;
	color: #fff;
	text-decoration: none
}

.nav .nav-submenu>a:after {
	position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: ">";
    /* transform: rotateZ(90deg); */
    /* font-size: 25px; */
}

.w-30{
width:30%;
}
.w-70{
    width:70%;
    }
    .activehead {
        background-color: #0a121d;
        height: 80px;
    }
    .mobileshow{
display: none;
    }

    .nav-submenu ul{
    width:auto;
    line-height:2.5;
    }
.nav-submenu.subsubmenu ul li{
line-height:1.8;}







@media only screen and (min-width:960px) {
	body {
		padding: 0!important
	}
	/* header {
		position: relative
	} */
	header h1:before {
		content: "\E001"
	}
	.nav-button {
		display: none
	}
	.nav {
		padding: 0!important
	}
	.nav>ul>li {
		border-top: none
	}
	.nav li>ul {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
	}
	.nav ul ul ul {
		border-radius: 0 6px 6px
	}
	.nav ul ul ul li:first-child {
		border-top: none
	}
	.nav .nav-left>ul {
		border-radius: 6px 0 6px 6px
	}
	.nav .nav-submenu li {
		min-width: 110px
	}
	.nav .nav-submenu>ul {
		margin: 0
	}
	.nav>ul>.nav-submenu>a::after {
        /* content: "\E005" */
      
            /* display: inline-block;
            margin-left: 14px;
            vertical-align: .255em; */
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            line-height: 4.4rem;
           margin-top:38px;
            border-left: .3em solid transparent;
        
	}
	.nav .nav-submenu.subsubmenu >a::after {
        /* content: "\E006"; */
        content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            line-height: 4.4rem;
           margin-top:38px;
            border-left: .3em solid transparent;
        transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: -15px;
	}
}
@media only screen and (max-width:992px) {
    /* .mobileshow{
        display: block;
            } */
header nav .w-70{
    width: 100%;
    right: auto;
}
header nav ul{
    width: 100%;
    right: auto;
}
.nav {
    padding-top: 100px;
    line-height: 4.4rem;
    background: #000;
    color: #fff;
}
.nav ul{
    position: relative;
}
.navbar-brand .logobox img{
	position: absolute;
	z-index: 9999;
}
}

