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

.menuer-col1 {
	width: 86px;
	float: left;
	overflow: hidden;
	margin: 0 0 0;
	position: absolute;
	top: 31px;
	left: 27px;
	z-index: 999999;
}
.menuer-col1 .menuer-row1 {
	width: 86px;
	float: left;
}
.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-bar1 {
	width: 34px;
	float: left;
	background: #20449c;
	border-radius: 50%;
	margin: 0 0 0;
	padding: 11px 11px 11px;
}
.toggle-text1 {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #20449c;
	letter-spacing: 0.4px;
	line-height: 26px;
	display: inline-block;
	margin: 4px 0 0 10px;
	font-family: 'Poppins', sans-serif; font-weight: 700;
}
.bar {
	width: 100%;
	height: 4px;
	background: #ffffff;
	display: block;
	margin: 4px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.middle {
	top: 11px;
	display: none;
}
.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: -2px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	width: 100%;
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 8px;
}
.overlay {
	position: fixed;
	z-index: 99999;
	background-image: linear-gradient(120deg, #16c1f3 0%, #20449c 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;*/
}
.menuer-row1 .fixed {
	left: 10px;}

.nowhomestyle .toggle-text1 {font-size: 16px; color: #000000; font-family: "Jost", sans-serif; letter-spacing: normal; font-weight: 600; margin: 4px 0 0 10px;}
.nowhomestyle .toggle-bar1 {width: 20px; background: none; padding: 8px 0 0;}
.nowhomestyle .toggle-bar1 .bar {background: #24489e; height: 3px; display: block;}
.nowhomestyle .toggle-active .toggle-bar1 .bar {background: #ffffff;}
.nowhomestyle .toggle-active .toggle-bar1 .bar.bottom {top: 5px;}
.nowhomestyle .toggle-active .toggle-bar1 .bar.top {top: 0px;}
.nowhomestyle .toggle-active .toggle-text1 {color: #ffffff;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-col1 {
	width: 90%;
	margin: 0 auto 0;
	position: fixed;
	top: 16px;
	right: 0;
	left: 0;
}
.menuer-col1 .menuer-row1 {
	width: 86px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-col1 {
	width: 90%;
	margin: 0 auto 0;
	position: fixed;
	top: 16px;
	right: 0;
	left: 0;
}
.menuer-col1 .menuer-row1 {
	width: 86px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-col1 {
	width: 90%;
	margin: 0 auto 0;
	position: fixed;
	top: 16px;
	right: 0;
	left: 0;
}
.menuer-col1 .menuer-row1 {
	width: 86px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 { font-size:12px; line-height:24px; display:none; margin:5px 0 0 10px;}
.menuer-col1 { width:34px; position:fixed; top:20px; left:3%;}
.menuer-col1 .menuer-row1 { width:34px;}
.menuer-col1.nowhomestyle {top: 22px; left: 3%;}
.menuer-col1.nowhomestyle.extra-styleclass {top: 14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 { font-size:12px; line-height:24px; display:none; margin:5px 0 0 10px;}
.menuer-col1 { width:34px; position:fixed; top:25px; left:2%;}
.menuer-col1 .menuer-row1 { width:34px;}
.menuer-col1.nowhomestyle {top: 33px; left: 3%;}
.menuer-col1.nowhomestyle.extra-styleclass {top: 16px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menuer-col1 { left:2%;}
.nowhomestyle .toggle-text1 {font-size: 14px; margin: 2px 0 0 10px;}
.nowhomestyle .toggle-bar1 {padding: 6px 0 0;}

}
