@charset "utf-8";

/* CSS Document */



.menuer-col1 {

	width: auto;

	float: left;

	/*overflow: hidden;*/

	margin: 0 0 0;

	position: absolute;

	top: 40px;

	right: 0;

	z-index: 99999999;

}

.menuer-col1 .menuer-row1 {

	width: 36px;

	height:36px;

	float: left;

	border-radius: 50%;

	background:#45c3d3;

}

.toggle {

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-text1 {

	float: left;

	font-size: 15px;

	color: #707070;

	letter-spacing: 0;

	line-height: 34px;

	text-transform: uppercase;

	display: inline-block;

	margin: 2px 0 0 8px;

	font-family: 'gilroy-semibold-font';

}

.toggle-row1 {

	width: 16px;

	float: left;

	margin: 0 auto 0;

	position:absolute;

	top:50%;

	transform:translateY(-50%);

	left:0;

	right:0;

}

.bar {

	width: 16px;

	height: 3px;

	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, #45c3d3 0%, #45c3d3 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: 64px;

	float: left;

	margin: 0 0 0;

	position: fixed;

	top: 400px;

	left: 0;

	z-index: 9999;

}

.social-col1 img {

	width: 100%;

	display: block;

	transition:transform 0.8s ease-in-out 0s;

}

.social-col1 .social-row1 a:hover img {

	transform:rotate(360deg);

}

.social-col1 .social-row1 {

	width: 100%;

	float: left;

	background: #ffffff;

	border-radius: 0 26px 26px 0;

	padding: 20px 12px 20px 12px

}

.social-col1 .social-row1 a {

	width: 100%;

	float: left;

	margin: 8px 0 8px;

}



/*Smartphone css*/

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

.menuer-col1 { right:inherit; left:5%; position:fixed; top:15px;}

}



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

.menuer-col1 { right:inherit; left:5%; position:fixed; top:15px;}

}



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

.menuer-col1 { right:inherit; left:5%; position:fixed; top:15px;}

}



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

.toggle-text1 { display:none;}

.menuer-col1 { top:23px;}

}



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

.toggle-text1 { display:none;}

.menuer-col1 { top:23px;}

}



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

.toggle-text1 { display:none;}

.menuer-col1 { top:23px;}

}



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

.toggle-text1 { display:none;}

}

@media screen and (max-width: 767px) {
.menuer-col1 .fixed { top: 0 !important; }
}