 @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700');

@import url("menu.css");
@import url("side-menu.css");



.header {
	width: 100%;
	position: absolute;
	top: 0;
	transition: all .4s;
	z-index: 9999999;
	height: 100px;
	background: none;
	margin: 0 auto;
	padding: 10px 0;
}

.Logo_left {
	width: 200px;
	float: left;
	position: relative;
	min-width: 80px;
}
.logo {
	width: 100%;
	position: relative;
}
.logo img {
	width: 100%;
}
.header_inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 15px 5%;
}


.Header_fixed {
	box-sizing: border-box;
	top: 0;
	position: fixed;
	padding: 0 0 0;
	z-index: 9999999;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
	animation: fadeIn .3s ease-in-out;
	animation-timing-function: 1s ease-in-out;
}


.Header_fixed .header_inner {
	padding: 10px 5%;
}
.logo_dark {
	visibility: hidden;
	position: absolute;
}


.Header_fixed  .Logo_left {
    width: 150px;
   
}

.Header_fixed  .Menu_icons_section_Rigt {
   
    top: 4px;
}

.Header_fixed .logo_dark {
	visibility: visible!important;
	position: relative;
}
.Header_fixed .logo_Light {
	display: none;
}
.Header_fixed .sidemenu_btn_icons:before {
	border-color: #377337 !important;

}
.Header_fixed .sidemenu_btn_icons:after {
border-color: #377337 !important;
}


.Header_fixed .side-menu-btn:after {
border-color: #377337 !important;
}



.Header_fixed .close_btn::before {
    height: 2px;
    width: 18px;
    transform: rotate(-45deg);
    transform-origin: center;
    border: none !important;
    background: #fff;
	
}

.Header_fixed .close_btn::after {
    border: none !important;
}


.Header_fixed .menu_right {
  
    top: 0px;

}




/*RIGHT SIDE MENU JS ACTIONS*/

.header_fixed{
	position:fixed !important;
	
}
/*RIGHT SIDE MENU JS ACTIONS*/





/*RIGHT SIDE MENU BTN */
.Menu_icons_section_Rigt {
	position: relative;
	right: 0;
	z-index: 102;
	padding: 0;
	width: 50px;
	top: 8px;
	height: 30px;
	float: right;
}
.main-menu-btn {
	display: block;
	position: relative;
	cursor: pointer;
	height: 10px;
	left: 0;
	top: 4px;
	float: left;
	width: 30px;
}
.main-menu-btn:after {
	content: '';
	width: 18px;
	height: 7px;
	background: none;
	position: absolute;
	top: 0px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	right: 0;
}



/*MAIN MENU BTN ENDs */


.side-menu-btn {
	display: block;
	position: relative;
	cursor: pointer;
	height: 18px;
	width: 18px;
	top: 0px;
	float: right;
	padding: 10px;
	
}

.side-menu-btn:after {

		position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 2px solid #fff;
	display: block;
	border-radius: 50%;

}


.sidemenu_btn_icons {
	display: block;
	position: relative;
	cursor: pointer;
	height: 10px;
	width: 18px;
	top: 4px;
	left: 2px;

	
}


.sidemenu_btn_icons:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 6px;
	width: 5px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
.sidemenu_btn_icons:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 6px;
	width: 5px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
.close_btn {
	display: block;
	position: relative;
	cursor: pointer;
	height: 10px;
	width: 18px;
	top: 10px;
	right:0px;
}
.close_btn:after {
	height: 2px;
	width: 18px;
	transform: rotate(45deg);
	transform-origin: center;
	border: none;
	background: #fff;
}
.close_btn:before {
	height: 2px;
	width: 18px;
	transform: rotate(-45deg);
	transform-origin: center;
	border: none;
	background: #fff;
}
/*MAIN MENU BTN ENDS */





@media only screen and (min-device-width: 320px) and (max-device-width: 980px){
	
	
	
		.header {
    width: 100%;
    position: fixed;
    top: 0;
		background: #fff;
		height: 35px;
		display: block;
		box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
		
		padding: 10px 0 10px;}
	
		.header_inner {
	position: relative!important;
	width: 100% !important;
	padding: 0 0;
}
	
	
	
	.Logo_left {
    width: 120px;
		padding-left: 5%;
	}
	
	 .logo_dark {
	visibility: visible!important;
	position: relative;
}
.logo_Light {
	display: none;
}
	
	
	
	

	
	
	
	.Menu_icons_section_Rigt {

	width: 70px;
		margin-right: 5%;
		

}
	
	.side-menu-btn {
	
	padding: 0;
	
}

.side-menu-btn:after {

	display: none;
}
	
	
	

/* insert styles here */
	.sidemenu_btn_icons:before {
	border-bottom: 3px solid #377337;
	border-top: 3px solid #377337;
}
.sidemenu_btn_icons:after {
	border-bottom: 3px solid #377337;
	border-top: 3px solid #377337;
}
 .main-menu-btn::after {
	border-top: 2px solid #377337;
	border-bottom: 2px solid #377337;
}


 .close_btn::before {
    height: 2px;
    width: 18px;
    transform: rotate(-45deg);
    transform-origin: center;
    border: none !important;
    background: #fff;
	
}

.close_btn::after {
    border: none !important;
}
	

		

	
	}


@media only screen and (min-device-width: 981px) {

	
	
	.main-menu-btn {
		display: none;
	}

	
}

