@charset "utf-8";

/* CSS Document */



.menuer-row1 {

	width: 110px;

	float: left;

	overflow: hidden;

	margin: 0 0 0;

	position: absolute;

	top: 49px;

	left: 0;

	z-index: 999999;

}

.menuer-bar1 {

	width: 110px;

	float: left;

	background: #e8a836;

	border-radius: 0 20px 20px 0;

	padding: 10px 0 10px 15px;

}

.toggle {

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-text1 {

	float: left;

	font-size: 15px;

	font-weight: 400;

	color: #ffffff;

	letter-spacing: 0.2px;

	line-height: 16px;

	display: inline-block;

	margin: 2px 0 0 14px;

	font-family: 'Poppins', sans-serif; font-weight: 500;

}

.toggle-bar1 {

	width: 23px;

	float: left;

	margin: 0 0 0;

}

.bar {

	width: 100%;

	height: 4px;

	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: 5px;

}

.overlay {

	position: fixed;

	z-index: 9999;

	background-image: linear-gradient(120deg, #792573 0%, #dbe6e8 100%);

	top: 0;

	right: 0;

	left: 0;

	width: 100%;

	height: 0;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity .35s, visibility .35s, height .35s;

}

.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;/*    max-height: 340px;*/

}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.menuer-row1 { width:100%; margin:0 0 0; position:fixed; top:16px;}

.menuer-bar1 { width:110px; padding:10px 0 7px 5%;}

.toggle-text1 { font-size:13px; line-height:18px; margin:2px 0 0 10px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.menuer-row1 { width:100%; margin:0 0 0; position:fixed; top:16px;}

.menuer-bar1 { width:115px; padding:10px 0 7px 5%;}

.toggle-text1 { font-size:13px; line-height:18px; margin:2px 0 0 10px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.menuer-row1 { width:100%; margin:0 0 0; position:fixed; top:16px;}

.menuer-bar1 { width:120px; padding:10px 0 7px 5%;}

.toggle-text1 { font-size:13px; line-height:18px; margin:2px 0 0 10px;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.menuer-row1 { position:fixed; top:39px;}

.menuer-bar1 { width:60px;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.menuer-row1 { position:fixed; top:44px;}

.menuer-bar1 { width:60px;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.toggle-text1 { display:none;}

.menuer-bar1 { width:60px;}

}