/*popup menu*/

.floating-nav-sticky.header-wrap{
	transition: all ease 200ms,padding-right ease 0ms;
}


.popup-menu2-wrap .menu-icon.active .l_1{
	opacity: 0;
}

.popup-menu2-wrap .menu-icon.active .l_2{
	transform: rotate(45deg);
	margin-top: 0;
}
.popup-menu2-wrap .menu-icon.active .l_3{
	transform: rotate(-45deg);
	margin-top: 0;
}



.popup-menu2 {
	transition: all ease 300ms;
	visibility: hidden;
	opacity: 0; 
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 120px 40px 0;
	height: 100vh;
	text-align: left;
	color: #fff;
	overflow: hidden;
	overflow-y: auto;
}
.popup-menu2.show{
	display: block;
}
.popup-menu2.active{
	visibility: visible;
	opacity: 1;	
}
.popup-menu2 .popup-menu-center{
	display: flex;
	min-height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.popup-menu2::before{
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	top: -20%;
	background-color: #102636;
	clip-path: ellipse(100% 100% at 50% 0%);

}



.popup-menu2 .popup-menu-center > .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.popup-menu-show .custom-header-btn{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
/* */
.popup-menu-show #Body .header-center-bg.header-bg-box,
.popup-menu-show #Body .header-mobile-bg.mobile-header-shadow{
	background-color: #102636 !important;
}




.popup-menu-show #Body .header-center-bg.header-bg-box::after,
.popup-menu-show #Body .mobile-header .mobile-header-shadow{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.popup-menu-show .header_bg .header-text{
	color: #FFF !important;
}



.popup-menu2 h1,
.popup-menu2 h2,
.popup-menu2 h3,
.popup-menu2 h4,
.popup-menu2 h5,
.popup-menu2 h6,
.popup-menu2 a{
	color: #fff;
}

.popup-menu2 .gomenu {
	position: relative;
	flex: 1;
}

.popup-menu2 .gomenu > ul {
	padding:0;
	margin: 0px;
	list-style: none;
	width: 65%;
}
.popup-menu2 .gomenu > ul > li{
}

.popup-menu2 .gomenu a img{
	display: none;
}
.popup-menu2 .gomenu > ul > li > a{
	font-size: 64px;
	padding: 20px 0;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	align-items: center;
	transition: all ease 300ms;
}
.popup-menu2 .gomenu > ul > li > a::after{
	content: "";
	height: 2px;
	background: transparent linear-gradient(0deg, #FFF, #FFF);
	background-repeat: no-repeat;
	background-size: 0 2px;
	display: block;
	flex: 1;
	min-width: 80px;
	margin-left: 30px;
	transition: all ease 300ms;
	margin-bottom: -2px;
}
.popup-menu2 .gomenu > ul > li > a:hover::after{
	background-size: 100% 2px;
}
.popup-menu2 .gomenu > ul > li >ul{
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: all ease 300ms;
	min-height: 100%;
}
.popup-menu2 .gomenu > ul > li.active >ul{
	opacity: 1;
	visibility: visible;
}

.popup-menu2 .gomenu > ul:hover > li > a{
	opacity: .5;
}
.popup-menu2 .gomenu > ul > li.active > a{
	opacity: 1;
}


.popup-menu2 .gomenu ul ul li{
	margin-bottom: 10px;
}
.popup-menu2 .gomenu ul ul a{
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all ease 300ms;
}
.popup-menu2 .gomenu ul ul a:hover{
	border-bottom-color: currentColor;
}
.popup-menu2 .gomenu ul ul ul{
	margin: 0;
	padding: 10px 0 0 15px;
	list-style: none;
}

.popup-menu2 .last-content,
.popup-menu2 .last-content p{
	line-height: 1.8;
}

.popup-menu2 .popup-last-content .link-box{
	margin-bottom: 10px;
}
.popup-menu2 .popup-last-content .link-box a{
	text-decoration: underline;
}
.popup-menu2 .popup-last-content .social-box{
	font-size: 26px;
}

.popup-menu2 .gomenu > ul > li.dir > a .arrow{
	display: none;
}

@media only screen and (max-width: 991px) {
	.popup-menu2{
		padding: 80px 15px 30px;  
	}
	.popup-menu2 .gomenu > ul > li > a{
		font-size: 24px;
		position: relative;
	}
	.popup-menu2 .gomenu > ul > li > a::after{
		content: none;
	}
	.popup-menu2 .gomenu > ul > li >ul{
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		width: 100%;
		transition: none;
	}
	.popup-menu2 .gomenu > ul > li.dir > a .arrow{
		width: 40px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
	}
	.popup-menu2 .gomenu > ul > li.dir > a .arrow::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 0px;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(-45deg);
		margin-top: -6px;
	}
	.popup-menu2 .gomenu > ul > li.dir > a .arrow.active::after{
		transform: rotate(45deg);
	}

	.popup-menu2 .gomenu > ul{
		width: 100%;
	}
	.popup-menu2 .popup-menu-center > .container{
		display: block;
	}
	.popup-menu2::before{
		height: 20%;
		top: 0;
	}
	.popup-menu2 .popup-last-content{
		padding-top: 30px;
	}
	

}

