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

.menuer-col1 {
	width: 106px;
	float: left;
	overflow: hidden;
	background: #809acc;
	margin: 0 0 0;
	padding: 1px 0 1px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.menuer-col1 .menuer-row1 {
	width: 104px;
	float: left;
	padding: 24px 0 22px 15px;
}
.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 19px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 10px;
	font-family: 'gilroy-semibold-font';
}
.toggle-row1 {
	width: 22px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	background: #ffffff;
	display: block;
	margin: 3px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.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: 1px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 5px;
}
.overlay {
	position: fixed;
	z-index: 99999999;
	background-image: linear-gradient(120deg, #fafafa -100%, #809acc 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;*/
}
/*social-css*/
.social-col1 {
	width: 50px;
	float: left;
	margin: 0 0 0;
	position: fixed;
	top: 144px;
	left: 0;
	z-index: 999;
}
.social-col1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
}
.social-col1 img:hover {
	margin-left: 10px;
}
.social-col1 .social-row1 {
	width: 100%;
	float: left;
}
.social-col1 .social-row1 a {
	width: 100%;
	float: left;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-col1 {
	width: 70px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menuer-col1 .menuer-row1 {
	width: 70px;
	padding: 0 0 0;
}
.toggle-text1 {
	float: right;
	font-size: 12px;
	color: #a5a7aa;
	line-height: 18px;
	margin: 0 0 0;
}
.toggle-active .toggle-text1 {
    color: #ffffff;
}
.bar {
	width: 100%;
	background: #809acc;
	margin: 3px 0 0;
}
.toggle-active .bar {
    background: #809acc;
}
.social-col1 {
	width: 40px;
	display: block;
	margin: 0 0 0;
}
.social-col1 .social-row1 {
	width: 100%;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-col1 {
	width: 70px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menuer-col1 .menuer-row1 {
	width: 70px;
	padding: 0 0 0;
}
.toggle-text1 {
	float: right;
	font-size: 12px;
	color: #a5a7aa;
	line-height: 18px;
	margin: 0 0 0;
}
.toggle-active .toggle-text1 {
    color: #ffffff;
}
.bar {
	width: 100%;
	background: #809acc;
	margin: 3px 0 0;
}
.toggle-active .bar {
    background: #809acc;
}
.social-col1 {
	width: 40px;
	display: block;
	margin: 0 0 0;
}
.social-col1 .social-row1 {
	width: 100%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-col1 {
	width: 70px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menuer-col1 .menuer-row1 {
	width: 70px;
	padding: 0 0 0;
}
.toggle-text1 {
	float: right;
	font-size: 12px;
	color: #a5a7aa;
	line-height: 18px;
	margin: 0 0 0;
}
.toggle-active .toggle-text1 {
    color: #ffffff;
}
.bar {
	width: 100%;
	background: #809acc;
	margin: 3px 0 0;
}
.toggle-active .bar {
    background: #809acc;
}
.social-col1 {
	width: 40px;
	display: block;
	margin: 0 0 0;
}
.social-col1 .social-row1 {
	width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menuer-col1 {
	width: 52px;
	margin: 0 0 0;
}
.menuer-col1 .menuer-row1 {
	width: 52px;
	padding: 22px 0 21px 15px;
}
.toggle-text1 {
	display: none;
}
.social-col1 {
	width: 34px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menuer-col1 {
	width: 52px;
	margin: 0 0 0;
}
.menuer-col1 .menuer-row1 {
	width: 52px;
	padding: 23px 0 22px 15px;
}
.toggle-text1 {
	display: none;
}
.social-col1 {
	width: 42px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menuer-col1 {
	width: 52px;
	margin: 0 0 0;
}
.menuer-col1 .menuer-row1 {
	width: 52px;
}
.toggle-text1 {
	display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1440px) {
.menuer-col1 {
	width: 52px;
	margin: 0 0 0;
}
.menuer-col1 .menuer-row1 {
	width: 52px;
}
.toggle-text1 {
	display: none;
}
}