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

.menu-col1 {
	width: 66px;
	float: left;
	display: none;
	margin: 0 0 0;
	position: absolute;
	top: 16px;
	left: 3%;
	z-index: 99999999;
}
.menu-col1 .menu-row1 {
	width: 100%;
	float: left;
	cursor: pointer;
	outline: none;
	margin: 0 0 0;
	pointer-events: initial;
	position: relative;
	z-index: 9999;
}
.toggle-btn1 {
	width: 16px;
	float: left;
	background: none;
	margin: 0 0 0;
}
.toggle-menu .toggle-tex1 {
	float: right;
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	letter-spacing: normal;
	line-height: 1.10;
	margin: 0 0 0;
}
.toggle-menu .toggle-row1 {
	content: "";
	width: 10px;
	height: 3px;
	float: left;
	background: #0499e1;
	border-radius: 18px;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	margin: 7px 0 7px;
	position: relative;
}
.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {
	width: 16px;
	content: "";
	display: block;
	height: 3px;
	background: #0499e1;
	border-radius: 18px;
	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: 7px;
}
.toggle-menu .toggle-row1:after {
	top: -7px;
}
.toggle-menu.active .toggle-row1 {
	background-color: transparent;
	transition: background 0.2s ease-out;
}
.toggle-menu.active .toggle-row1:before, .toggle-menu.active .toggle-row1:after {
	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 {
	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 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.overlay{display: none;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
    width: 95px;
    display: block;
    margin: 0 0 0;
    position: fixed;
    top: 16px;
    left: 3.5%;
    background: #ffffff;
    padding: 10px 15px 10px;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

.overlay{text-align:left}
.overlay{display: block;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
    width: 95px;
    display: block;
    margin: 0 0 0;
    position: fixed;
    top: 16px;
    left: 3.5%;
    background: #ffffff;
    padding: 10px 15px 10px;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

.overlay{text-align:left}
.overlay{display: block;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
    width: 95px;
    display: block;
    margin: 0 0 0;
    position: fixed;
    top: 16px;
    left: 3.5%;
    background: #ffffff;
    padding: 10px 15px 10px;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

.overlay{text-align:left}
.overlay{display: block;}

}

@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) {

}

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

}