.menuer-row1 {
	margin: 0 0 14px;
	position:absolute;
	top:0;
	left:0;
}
.menuer-row1 .menuer-bar1 {
	width: 46px;
	float: left;
	border-radius: 50%;
	border: 1px solid #5d7da3;
	padding: 7px 10px 7px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.toggle {
	cursor: pointer;
}
.toggle .toggle-text1 {
	width:auto;
	float:right;
	font-size: 12px;
	font-weight: 400;
	color: #5d7da3;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin:15px 0 0;
	font-family: 'futura-medium-font';
}
.bar {
	background-color: #5d7da3;
	display: block;
	width: 100%;
	height: 2px;
	margin: 6px 0 6px;
	border: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .bar {
	background-color: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	background: #ffffff;
	position: relative;
	top: 1.5px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	background: #ffffff;
	position: relative;
	top: 4px;
}
.toggle-active .menuer-bar1 { border:1px solid #ffffff;}
.toggle-active .toggle-text1 { color:#ffffff;}
.overlay {
	position: fixed;
	z-index: 99999999;
	background-image: linear-gradient(120deg, #284c79 0%, #689cd3 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;*/
}

.header-wrapp .header-row3 .scroll.float-panel.fixed .header-bar3 .toggle-text1 {
    color: #4b6d92;
    font-weight: 600;
}
.header-bar3.menuer-row1.toggle.wow.fadeIn.toggle-active .toggle-text1 {
    color: #fff;
}
/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-row1 { margin:0 0 0; position:fixed; top:20px; left:5%;}
/*.toggle .toggle-text1 { display:none;}*/
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-row1 { margin:0 0 0; position:fixed; top:20px; left:5%;}
/*.toggle .toggle-text1 { display:none;}*/
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-row1 { margin:0 0 0; position:fixed; top:20px; left:5%;}
/*.toggle .toggle-text1 { display:none;}*/
}

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

}

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

}

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

}