footer,
header,
.content,
.padding-70by40,
.kode_eco-top_bar{
	float: left;
	width:100%;
	position: relative;
	
}
header{
	z-index: 60;
}
.eco_wrapper{
	float: left;
	width:100%;
	overflow: hidden;
}
.kode_eco-top_bar{
	padding: 25px 0px;
}
.kode_eco_social_icons,
.kode_eco_search{
	padding: 10px 0 0;
}
section{
	padding: 0px 0px 0px;
	float: left;
	width:100%;
}
.padding-70by40{
	padding: 70px 0px 40px;
}
.margin-buttom_50{
	float: left;
	width:100%;
	padding: 0px;
	margin-bottom: 50px;
}
.margin-buttom_30{
	margin-bottom: 30px;
	float: left;
	width:100%;
	padding: 0px;
}
.no-margin{
	margin-bottom: 0px;
}
.section_grid_cause{
	float: left;
	width:100%;
	padding: 68px 0 40px;
}
.no-padding-right{
	padding-right: 0px;
}
.no-padding-left{
	padding-left: 0px;
}
.none{
	display: none;
}
/*
=============================================
	Eco Header #Header starts
=============================================
*/


/*
=============================================
	Eco logo
=============================================
*/

.kode_eco_logo{
	float: left;
	width:20%;
}
.kode_eco_logo a{
	float: left;
}

/*
=============================================
	Eco search menu
=============================================
*/
#search .modal-dialog{
	max-width:1140px;
}
.kode_eco_search{
	margin: 0 auto;
	width:auto;
	float:left;
}
.kode_eco_search form{
	width:100%;
}
.kode-search-menu{
	float: left;
	width:100%;
	position: relative;
}
.kode-search-menu input{
	box-shadow: none;
	border:none;
	width:100%;
	border-left: 1px solid #d4d4d4;
	vertical-align: middle;
	padding-left: 40px;
	height: 30px;
}
.kode-search-menu button{
	 background: transparent none repeat scroll 0 0;
    left: 0;
    margin-left: 7px;
    margin-top: 3px;
    position: absolute;
    top: 0;
    color: #487e04;
}
.kode_eco_search .modal-body{
	padding: 0px;
	float: left;
	width:100%;
}
.kode_eco_search .modal-content .close{
  	background: transparent none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 100;
    height: 50px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #fff;
    top: 50%;
    margin-top: -150px;
    width: 50px;
}
.kode_eco_search .modal-body .kode-search-menu input{
	height: 70px;
	font-size: 30px;
	padding-left: 20px;
	padding-right: 40px;
	border-radius: 20px 0px 20px 0px;
	box-shadow: 4px 4px 5px 1px rgba(255,255,255,0);
}
.kode_eco_search .modal-body .kode-search-menu input:focus{
	box-shadow: 4px 4px 5px 1px rgba(255,255,255,0.2);
}
.kode_eco_search .modal-body .kode-search-menu{
	padding-left: 10px;
	z-index: 10;
}
.kode_eco_search .modal-body{
	
}
.kode-search-menu .search-press {
    left: auto;
    margin-top: 9px;
    right: 20px;
    font-size: 33px;
}
.kode_eco_search .modal-content{
	border:none;
}
#search{
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-color: transparent;
	z-index: 50;
}
#search .modal-dialog{
	position: absolute;
	top:50%;
	left: 0px;
	right:0px;
	margin: -55px auto;
}
#search:before{
	position: absolute;
	content: "";
	top:0px;
	z-index: -1;
	left: 0px;
	right: 0px;
	bottom:0px;
	background-color: #000;
	opacity: 0.4;
}
.modal-backdrop{
	display: none;
	z-index: 10 !important;
}
.eco_donate_button {
    float: left;
    width: 100%;
}
/*
=============================================
	Eco social icons
=============================================
*/

.kode_eco_social_icons{
  float: right;
  position: relative;
}
.social-accounts{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	padding-right: 11px;
	padding-left: 10px;
	min-height: 30px;
}
.social-accounts,
.social-accounts li{
  float: left;
}
.kode_eco_social_icons a{
	color:#575757;
}
.social-accounts li a:hover:before{
	width:100%;
	opacity: 1;
}
.kode_eco_social_icons li{
	padding: 3px 0px;
}
.social-accounts li a{
    display: inline-block;
    padding:0 10px;
    vertical-align: middle;
    position: relative;
}
.social-accounts li a:before{
	border-top: 2px solid;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -14px;
	opacity: 0;
	width:0;
}
.social-accounts li .kode_login_social-account{
	position: absolute;
    right: 0px;
    top: 100%;
    width: 360px;
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
}
.kode_eco_buy_item{
	display: inline-block;
	padding: 3px 0 0 20px;
	background-color: transparent;
}
.kode_eco_buy_item:after{
	display: none;
}
.kode_buying-items.dropdown-menu sub,
.kode_eco_buy_item sub{
	font-size: 10px;
	width:20px;
	height: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	color:#fff;
	display: inline-block;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
	right: 2px;
	top: -6px;
}


/*
=============================================
	Eco navigations starts
=============================================
*/
.kode_navigaion_bar{
    border-radius: 0 0 10px 10px;
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    margin-top: -40px;
}
.kode_eco_navigations{
	float: left;
	width:100%;
    margin-top: -90px;
    margin-bottom: -130px;
	position: relative;
}
.navigation{
    float: left;
    text-align: center;
}
.navigation > ul{
    float: left;
    width: auto;
    margin-bottom: -5px;
    list-style: none;
}
.use-dropdown{
	float: left;
    width: auto;
    margin-right: 0px;
    position: relative;
}
.navigation > ul > li{
    float: left;
    width: auto;
    margin-right: 0px; 
}
.navigation > ul > li:last-child{
    margin: 0;
}
.navigation > ul > li > a{
    float: left;
    width: 100%;
    padding: 25px 29px 26px;
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.navigation > ul > li > a:before{
	background: #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
   	right: 0px;
    width: 100%;
    z-index: -1;
}
.navigation > ul > li:hover > a:before{
	height: 100%;
	top:0px
}
.navigation > ul .children{
    position: absolute;
    top: 98%;
    width:220px;
    left:0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 10px 0 0px;
    margin: 0;
    z-index: 15;
    border-radius: 0 0 2px 2px;
    min-height: 0;
    transform-origin:0 0 0;
    transform: perspective(600px) translateY(23px);
    -webkit-transform: perspective(600px) translateY(23px);
    box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2);
}
.navigation > ul .eco-mega-menu{
	position: absolute;
    top: 98%;
    width:1140px;
    left:0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 20px 17px 0px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    min-height: 0;
    transform: translateY(10px) perspective(100px) rotateX(0deg) scale(1);
    box-shadow: 0px 7px 8px 0px rgba(51,51,51,0.2);
    z-index: 9999;
}
.children li a:after{}
.nav-menu-mega li a:after
{
	position: absolute;
	content:"\f105";
	right: 0px;
	bottom: 0px;
	top:16px;
	vertical-align: middle;
	font-family: fontawesome;
	color:#b2b2b2;
}
.navigation > ul .children > li:hover .children{
    top: 0%;
}
.navigation > ul .children > li .children{
    right:-100%;
    left: auto;
}
.nav-menu-mega li,
.navigation > ul .children > li{
    float: left;
    width: 100%;
    padding: 0px 20px;
        
}
.navigation > ul .children > li{
	border-bottom: 1px solid #e5e5e5;
}
.navigation > ul .children > li:last-child{
	border:none;
}
.navigation > ul .children > li:hover{
	background-color: #333;
}
.navigation > ul .children > li:hover a{
	color:#fff;
}
.nav-menu-mega li a:after{
	top:9px;
}
.navigation > ul .eco-mega-menu{
	width:100%;
}
/*
=============================================
	Eco Mega menu
=============================================
*/
.navigation > ul > li:hover .eco-mega-menu,
.navigation > ul > li:hover .children{
    top: 100%;
    visibility: visible;
    opacity: 1;
    min-height: 100%;
    transform-origin:0 0 0;
    transform: perspective(600px) rotateX(0deg) translateY(0px);
    -webkit-transform: perspective(600px) rotateX(0deg) translateY(0px);
}
.nav-menu-mega li a,
.navigation > ul li .children li a{
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0px 16px;
    color:#575757;
    position: relative;
    text-transform: capitalize;

}
.nav-menu-mega li a{
	border-bottom: 1px solid #e5e5e5;
}
/*Last Navigation*/
.nav-menu-mega li:last-child a,
.navigation > ul li .children li:last-child a{
	border-bottom: none;
}
.navigation > ul li.last .children{
    left:-100%;
    right: 0;
}
.eco-mega-menu{
	float: left;
	width:100%;
	padding: 27px 0px 30px;
	background-color: #fff;
	text-align: left;
}
.nav-menu-mega,
.listing-nav{
	float: left;
	width:100%;
}
.nav-menu-mega{
	margin-bottom: 20px;
}
.heading-menu{
	float: left;
	width:100%;
	font-size: 14px;
	font-weight: 600;
	color:#2e2e2e;
	margin-bottom:6px;
	text-transform: uppercase;
}
.heading-menu i{
	margin-right:10px; 
}
.nav-menu-mega li a:hover{
	padding-left: 5px;
}
.nav-menu-mega li a{
	padding: 7px 0px 8px;
	text-transform: capitalize;
	font-weight: 600;
}
.nav-feature-video{
	float: left;
	width:100%;
}
.video-effect-btn a{
	border: 4px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    height: 65px;
    line-height: 57px;
    padding: 0 23px;
    text-align: center;
    width: 65px;
}
.eco-mega-menu{
	position: absolute;
	left:0px;
	right: 0px;
	width:1140px;
	top:100%;
}
.eco_services_environment{
	float: left;
	width:100%;
}
.eco_services_environment{
	background-image: url(images/eco-services-bg-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.kode_button{
	position:relative;
	overflow:hidden;
}
.kode_button a:hover{
	background-color:#333;
	color:#fff;
}
.kode_button:before{
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 0%, 0px);
    width: 100%;
    z-index:-1;
}
/*
=============================================
	Eco navigation ends
=============================================
*/
