/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.nav-wrap {
	border-bottom: 1px solid #fff;
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}
.header .stricky {
	background:#2ecc71;
	border-color: #2ecc71;
	z-index: 9999;
}

.menu {
	border: none;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 9px;
	width: 35px;
	background: none;
	z-index: 10;
	cursor: pointer;
}
.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
}
.navigation ul li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul li a {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 38px 16px;
	color: #fff;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}
.header_bg .reletiv_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -320px;
	height: 100%;
	width: 2px;
	background: #fff;
	transform: skewX(24deg);
}
.header_bg .stricky .reletiv_box:after {
	background: #fff;
}
.header .stricky .navigation ul li a {
	padding: 25px 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_bg .reletiv_box:after {
		margin-left: -280px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.header .stricky .navigation ul li a, .navigation ul li a {
		font-size: 11px;
		padding: 35px 10px;
	}
	
	.header_bg .reletiv_box:after {
		margin-left: -166px;
	}
}
@media (max-width: 767px) {
	.nav-wrap {
		padding: 10px 0px;
	}
	.navigation {
		display: none;
		width: 100%;
		background: rgba(0, 0, 0, 0.41);
		
	}
	.stricky .navigation {
		background:transparent;
		    margin-top: 10px;
		    border-top: 1px solid #fff;
	}
	.header_bg .reletiv_box:after {
		display: none;
	}
	.navigation ul li {
		float: none;
		width: 100%;
	}
	.navigation ul li a, .header .stricky .navigation ul li a {
		padding: 10px;
	}
}
