
.navlist{
	position: fixed;
	top: 60px;
	z-index: 2;
	left: 40px;
}
.navlist__item{
	margin-bottom: 15px;
}
.navlist__item--sm{
	margin-bottom: 5px;
}
.navlist__link{
	font-size: 30px;
	position: relative;
	line-height: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-weight: 600;
	letter-spacing: 0px;
}
.navlist__link--sm{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}
.navlist__bg-black{
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 3px;
	background-color: #000;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.navlist__bg-white{
	position: absolute;
	width: 0%;
	bottom: 3px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	opacity: 0;
}
.navlist__link:hover,.navlist__link.active{
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.navlist__link:hover .navlist__bg-white,.navlist__link.active .navlist__bg-white{
	opacity: 1;
	width: 100%;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.navlist__link--sm .navlist__bg-black{
	height: 1px;
}
.navlist__link--sm .navlist__bg-white{
	height: 1px;
}
.navlist__link:hover .navlist__bg-black,.navlist__link.active .navlist__bg-black{
	opacity: 0;
	width: 0%;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.navlist__link--sm .navlist__bg-white{
	opacity: 1;
	right: 0;
}
.navlist__link--sm:hover .navlist__bg-white{
	width: 100%;
	opacity: 1;
	left: 0;
}
.logo{
	position: fixed;
	bottom: 50px;
	left: 40px;
	z-index: 2;
}
.logo  path{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo rect{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo svg:hover path{
	stroke: #fff;
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo svg:hover rect{
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mobile-nav{
	display: none;
}
.toggle-right{
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 50px;
}
.close-btn{
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 100%;
	height: auto;
	background: none;
	outline: none;
	border: none;
	top: 10px;
}
.close-btn.dnone{
	position: absolute;
	top: 50px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.close-btn.active{
	position: absolute;
	top: 10px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.toggle-menu.active{
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.toggle-menu{
	position: absolute;
	top: 10px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 100%;
	height: auto;
	background: none;
	outline: none;
	border: none;
	top: 10px;
}
.toggle-menu.dnone{
	position: absolute;
	top: -50px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.asid-bg .asid-bg__logo{
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.asid-bg.active .asid-bg__logo{
	width: auto;
	height: 100vh;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
@media(max-width:991px){
	
	/* .white-color{
		color: #fff;
	}
	 */
	/* menu */
	.mobile-nav{
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100vw;
		z-index: 10000;
		padding-top: 20px;
	}
	.nav-logo__img{
		width: 70px;
    	height: auto;
	}

    .mobile-nav-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .logo{
        display: none;
    }
	.navlist {
        top: 110px;
    }
    .body-aside{
		position: absolute;
		height: 0vh;
		width: 100% !important;
		top: 0;
		left: 0;
		-webkit-transition: height 0.5s linear;
		-o-transition: height 0.5s linear;
		transition: height 0.5s linear;
    }
	.body-aside.active{
		width: 100%;
		height: 100vh;
		-webkit-transition: height 0.5s linear;
		-o-transition: height 0.5s linear;
		transition: height 0.5s linear;
		top: 0;
		left: 0;
		z-index: 9999;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navlist{
		left: -200px;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
	}
	.navlist.active{
		left: 40px;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
		-webkit-transition-delay: 0.5s;
		     -o-transition-delay: 0.5s;
		        transition-delay: 0.5s;
	}
	.toggle-menu{
		color: #000;
		font-weight: bold;
		font-size: 15px;
	}

	.close-btn.active{
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	}

	.asid-bg{
		width: 100% !important;
		height: 0;
		position: absolute;
		background-color: #222;
		top: 0;
		left: 0 !important;
		-webkit-transition: height 0.5s linear;
		-o-transition: height 0.5s linear;
		transition: height 0.5s linear;
	}
	/* .body-aside.active .asid-bg{
		top: 0;
		height: 100vh;
		position: absolute;
		background-color: #222;
		left: 0;
		transition: height 0.5s linear;
	} */
	.asid-bg.active{
		top: 0;
		width: 100%;
		height: 100vh;
		left: 0;
		bottom: 0;
		right: 0;
		position: fixed;
		background-color: #222;
		left: 0;
		-webkit-transition: height 0.5s linear;
		-o-transition: height 0.5s linear;
		transition: height 0.5s linear;
	}
	.body-aside.active .navlist__link{
		color: #fff;
	}
	.body-aside.active .navlist__link .navlist__bg-white{
		width: 100%;
		opacity: 1;
	}
	/* .PageBg.active{
		z-index: 10000;
	} */

	.nav-logo.active .nav-logo__img{
		stroke: #fff;
	}
	.nav-logo.active .nav-logo__img g, .nav-logo.active .nav-logo__img rect , .nav-logo.active .nav-logo__img path{
		fill: #fff;
	}
}
@media(max-width:767px){
	.mobile-nav{
		padding-top: 15px;
	}
	.nav-logo__img {
		width: 50px;
		height: auto;
	}
}