.menuer-row1 {

	width: 135px;

	cursor:pointer;

	margin: 0 0 0;

	position:absolute;

	top:27px;

	left:1.9%;

	z-index:99999999;

}

.menuer-row1 .menuer-bar1 {

	width: 60px;

	float: left;

	background: #007cc2;

	border-radius: 50%;

	padding: 18px 17px 15px;

	position: relative;

	z-index: 3;

}

.toggle-text1 {

	font-size: 19px;

	font-weight: 400;

	color: #007cc2;

	letter-spacing:0.6px;

	display: inline-block;

	margin: 19px 0 0 15px;

	font-family: 'Exo 2', sans-serif; font-weight: 700;

}

.bar {

	background: #ffffff;

	border-radius: 14px;

	display: block;

	width: 100%;

	height: 6px;

	margin: 0 0 3px;

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

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	background: #ffffff;

	position: relative;

	top: 3px;

}

.overlay {

	position: fixed;

	z-index: 99999999;

	background-image: linear-gradient(120deg, #ffffff 0%, #e5e5e5 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%;

}



/*Smartphone css*/

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

.menuer-row1 { width:100%; background:#007cc2; margin:0 0 0; position:fixed; top:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px; border-radius:0; margin:0 5% 0; padding:15px 0 12px;}

.toggle-text1 { display:none;}

.bar { height:4px;}

.toggle-active .top { top:1px;}

.toggle-active .bottom { top:5px;}

}



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

.menuer-row1 { width:100%; background:#007cc2; margin:0 0 0; position:fixed; top:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px; border-radius:0; margin:0 5% 0; padding:15px 0 12px;}

.toggle-text1 { display:none;}

.bar { height:4px;}

.toggle-active .top { top:1px;}

.toggle-active .bottom { top:5px;}

}



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

.menuer-row1 { width:100%; background:#007cc2; margin:0 0 0; position:fixed; top:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px; border-radius:0; margin:0 5% 0; padding:15px 0 12px;}

.toggle-text1 { display:none;}

.bar { height:4px;}

.toggle-active .top { top:1px;}

.toggle-active .bottom { top:5px;}

}



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

.menuer-row1 { width:60px; left:2.6%;}

.menuer-row1 .menuer-bar1 { width:100%;}

.toggle-text1 { display:none;}

}



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

.menuer-row1 { width:60px; left:2.6%;}

.menuer-row1 .menuer-bar1 { width:100%;}

.toggle-text1 { display:none;}

}



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

.menuer-row1 { width:60px; left:2.6%;}

.menuer-row1 .menuer-bar1 { width:100%;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.menuer-row1 { width:60px; left:2.6%;}

.menuer-row1 .menuer-bar1 { width:100%;}

.toggle-text1 { display:none;}

}