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

.menu-col1 {
	width: 35px;
	float: left;
	text-align: left;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 20px;
	left: 64px;
	z-index: 99999999;
}
.menu-col1 .toggle-text1 {
	display: none;
}

.menu-col1 .menu-row1 {
	width: 35px;
	float: left;
	cursor: pointer;
	outline: none;
	pointer-events: initial;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-btn1 {
	width: 100%;
	float: left;
	border: 1px solid #64c4d1;
	margin: 0 0 6px;
	padding: 6px 5px 6px;
}
.toggle-menu .toggle-tex1 {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.55px;
	line-height: normal;
	margin: 0 0 0;
}
.toggle-menu.active .toggle-tex1 {
	color: #64c4d1;
}
.toggle-menu .toggle-row1 {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background-color: #64c4d1;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	margin: 8px 0 8px;
	position: relative;
}
.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {
	width: 100%;
	content: "";
	display: block;
	height: 4px;
	background-color: #64c4d1;
	position: absolute;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
}
.toggle-menu .toggle-row1:before {
	top: 8px;
}
.toggle-menu .toggle-row1:after {
	top: -8px;
}
.toggle-menu.active .toggle-row1 {
	background-color: transparent;
	transition: background 0.2s ease-out;
}
.toggle-menu.active .toggle-btn1 {
	border: 1px solid #ffffff;
}
.toggle-menu.active .toggle-row1:before, .toggle-menu.active .toggle-row1:after {
	width: 100%;
	background: #ffffff;
	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active .toggle-row1:before {
	top: 0;
	transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active .toggle-row1:after {
	width: 100%;
	top: 0;
	transform: rotate3d(0, 0, 1, 45deg);
}
.overlay {
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	margin: 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
}
.overlay.open li:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.overlay.open li:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.overlay.open li:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.overlay.open li:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.overlay.open li:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.overlay.open li:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.overlay.open li:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.overlay.open li:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.overlay.open li:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.overlay.open li:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.overlay.open li:nth-child(11) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.overlay.open li:nth-child(12) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.overlay.open li:nth-child(13) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.overlay.open li:nth-child(14) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.overlay.open li {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.overlay .overlay-back {
    width: 35%;
    display: block;
    height: 100%;
}

.hamburger {
    width: 96px;
    top: 18px;
    left: 5%;
    position: fixed;
    cursor: pointer;
    z-index: 9999999;
}

.hamburger .hamburger-row1 {
    width: 30px;
    display: inline-block;
    height: auto;
}
.hamburger.active .hamburger-row1 {
    margin: 0 -10px 0 0;
}
.hamburger .hamburger-row1 span {
    width: 100%;
    height: 4px;
    margin: 4px 0 0;
    float: right;
    background: #00b285;
    transition: all 0.3s ease-in 0s;
}

.hamburger .hamburger-row1 span:first-child {
    margin-top: 0;
}

span.hamburger-tex1.menuopenu{
 
	color: #ffffff !important;
  }
  

.hamburger .hamburger-tex1 {
    font-size: 14px;
    font-weight: 600;
    color: #161616;
    letter-spacing: 0.67px;
    margin: 0 0 0 1px;
    top: -4px;
    position: relative;
    display: inline-block;
}
.hamburger.active {
    z-index: 99999999;
}

.hamburger.active .hamburger-row1 span:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-row1 span:first-child {
    transform: rotate(45deg) translateY(10px);
}

.hamburger.active .hamburger-row1 span:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	width: 35px;
	margin: 0 0 0;
	position: fixed;
	top: 5.2%;
	left: 17%;
}
.menu-col1 .toggle-text1 {
	display: none;
}
	
.menu-col1 .menu-row1 {
	width: 35px;
}
.toggle-btn1 {
	margin: 0 0 2px;
}
.toggle-menu .toggle-tex1 {
	font-size: 12px;
	letter-spacing: 0.35px;
	line-height: normal;
	margin: 0 0 0;
}
.overlay {
	display: none;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	width: 35px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
	
.menu-col1 .toggle-text1 {
	display: none;
}
	
.menu-col1 .menu-row1 {
	width: 35px;
}
.toggle-btn1 {
	margin: 0 0 2px;
}
.toggle-menu .toggle-tex1 {
	font-size: 12px;
	letter-spacing: 0.35px;
	line-height: normal;
	margin: 0 0 0;
}
.overlay {
	display: none;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	width: 35px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
	display: none;
}
.menu-col1 .toggle-text1 {
	display: none;
}
	
.menu-col1 .menu-row1 {
	width: 35px;
}
.toggle-btn1 {
	margin: 0 0 2px;
}
.toggle-menu .toggle-tex1 {
	font-size: 12px;
	letter-spacing: 0.35px;
	line-height: normal;
	margin: 0 0 0;
}
.overlay {
	display: none;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	top: 11px;
	left: 2%;
	display: none;
}
.toggle-menu .toggle-tex1 {
	display: none;
}
.hamburger {left: 2%;top: 23px}
.hamburger .hamburger-tex1 {font-size: 11.5px;}
}


@media screen and (min-width:768px) and (max-width:800px) {
.hamburger .hamburger-row1 {
    width: 25px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	top: 14px;
	left: 3%;
	display: none;
}
.toggle-menu .toggle-tex1 {
	display: none;
}
.hamburger {left: 2%;top: 22px}
.hamburger .hamburger-tex1 {font-size: 12px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 {
	left: 3%;
	display: none;
}

.hamburger {left: 2%;top: 24px;}

.hamburger .hamburger-tex1 {font-size: 12px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 {
	left: 3%;
	display: none;
}

.hamburger {left: 2%;}

}

@media screen and (min-width:1341px) and (max-width:1440px) {
.menu-col1 {
	left: 3%;
	display: none;
}

.hamburger {left: 2%;}

}

