
/*Navigation area*/

nav {

	background:rgb(11, 68, 68) ;
	background: #dedfe4 !important;
	transition:all 1s;
	border-bottom: 1px solid white !important;
	z-index: 999;
}
nav.navbar {
	margin-bottom: 0px;
}

.navbar-default {
	border:none;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	/* color:#fff; */
}


a.navbar-brand {
	padding: 0px;
}
.fixed-top {
	position:fixed;
	top:-115px;
	left:0;
	right:0;
	transition:all 1s;
}

.addcolor {
/*	background:rgba(0,0,0,0.9) !important; *made header bd dark when scrolling */
	position:fixed;
	top:0; 
	left:0;
	right:0;
	transition:all 1s;

}
.white {
	/* color:#fff!important; */
}
*/
/*sidebar area*/

/*#left-menu-toggle{
	opacity: 0;
}*/

a.level1-a {
	text-decoration: none;
}

.level1-li{
	box-sizing: border-box;
}

.level1-li:hover {
	background: #fff;

	
}
.level1-li:hover .level1-a {
	display: inline-block;
	transition: 0.7s;
	transform: scale(1.3);
	color: red !important;
}

#sidemenu li{
	list-style: none;
}

/*slide area
*/

.jumbotron ul {
	padding: 0px;
}

.jumbotron table {
	width: 100%;
}
.jumbotron li{
	list-style: none;
	width: 100%;
}
.jumbotron {
	background: #F7F7F7;
}
.bdr div.col-md-3.col-sm-3 {
	width: 24%;
	box-sizing: border-box;
	margin:3px;
	border:2px solid #2f222224;
}
.jumbotron li:hover {
	color: red;
	transition: 0.7s;
	transform: scale(1.1);
}
.jumbotron li:hover a{
	color: red;
	text-decoration: none;
}
.iteme {
	background-image: url('../images/slider_img/1.jpg');
	max-height: 400px;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}




ul.nav.nav-tabs.navbar-nav.navbar-right .btn {
	outline: none;
}
a.mn:focus {
	outline: none;
}


.row15 {
	padding-right: -15px;
	padding-left: -15px;
}


.m0 {
	margin:0px !important;
}


.p0{
	padding: 0px;
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.pt-35{
	padding-top: 35px;
}


.listHolder {
	position: absolute;
	background:#fff;
	top: 0px;
	left: 100%;
	width: 500px;
	height: 100%;
	z-index: 9999;
	border: 1px solid gray;
	border-left:none;
	border-top:none;
}



.listHolder {
	display: none;
}
.level1-li:hover .listHolder {
	display: block;

}

div.listCol {
	display: inline-block;
	float: left;
	padding: 10px;
}

.hideinmobile {
	overflow-y: auto;
	transition: 1s;
}


#sidemenu li a{
	color: black;
}
