@charset "utf-8";
/* CSS Document */

.menuer-col1 {
	width: 32px;
	float: left;
	margin: 0 0 0;
	position: absolute;
	top: 11px;
	left: 25px;
	z-index: 99999999;
}
.menuer-col1 .menuer-row1 {
	width: 32px;
	float: left;
	background:#cda251;
	border-radius:50%;
	padding:0 0 32px;
}
.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 14px; 
	color: #cda251;
	letter-spacing: 1.6px;
	line-height: 10px;
	display: inline-block;
	margin: 12px 0 0 10px;
	display:block;
	font-family: 'Poppins', sans-serif; font-weight: 700;    position: absolute;
    left: 30px;
}
.toggle-row1 {
	width: 14px;
	float: left;
	margin: 0 auto 0;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
}
.bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 3px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: -1px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 7px;
}
.overlay {
	position: fixed;
	z-index: 99999999;
	background-image: linear-gradient(120deg, #a7a5a0 0%, #cda251 100%);
	top: 0;
	right: 0;
	left: -480px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0 0 6%;
	-webkit-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}
.nav-active {
	opacity: 1;
	visibility: visible;
	width: 480px;
	overflow-y: scroll;
	left: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-col1 { width:100px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.toggle-text1 { display:block;}
.nav-active {  width: 100%; padding: 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-col1 { width:70px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.toggle-text1 { display:block;}
.nav-active {  width: 300px; padding: 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-col1 { width:70px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.toggle-text1 { display:block;}
.nav-active {  width: 300px; padding: 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menuer-col1 { left:2%; width: 28px;top: 14px;}
.toggle-text1 { font-size: 11px; margin: 10px 0 0 4px; letter-spacing: 0;}
.toggle-row1 { width: 10px;}
.menuer-col1 .menuer-row1 { width: 28px; padding: 0 0 28px; }

.nav-active {width: 370px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.menuer-col1 { left:2%;}
.toggle-text1 { letter-spacing: 0.4px;}

.nav-active {width: 390px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menuer-col1 { left:2%;}
.nav-active {width: 390px;}
}

@media screen and (min-width:1241px) and (max-width:1350px) {
.menuer-col1 { left:2%;}
}

@media screen and (min-width:1351px) and (max-width:1375px) {
.toggle-text1 { display:block; color:#fff}
.menuer-col1 { left:2%;}
}