body{
	font-family: 'Roboto Slab', serif;
}
*{
	padding: 0px;
	margin: :0px;
	
}
a{
	text-decoration: none;
	outline: none;
}
a img{
	border: none;
}
#nav0{
	width: 100%;
	height: 40px;
	
	background: black;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
}
#nav0_left
{
	display: inline-block;
	margin-left: 20px;
	color: white;
}

#nav0_right
{
	float: right;
	margin-right: 20px;
	color: white;
}
#nav00{
	width: 100%;
	height: 50px;
	
	background: black;
	line-height: 40px;
	margin-left: 0px;
	margin-right: 0px;
}
#logo_left
{
	display: inline-block;
	margin-left: 20px;
}
#logo_right
{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
#textstyle
{
	height: 30px;
	border-radius: 8px;
}
#button
{
	background-color: darkgreen;
	color: white;
	padding: 0px;
	border-radius: 8px;
	width: 90px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#clear
{
	clear: both;
}


#nav1{
	width: 100%;
	height: 30px;
	line-height: 20px;
	background: black;

}


#nav1 ul{
	float: left;
	margin-left: 170px;
}
#nav1 ul li{
	display: inline-block;
	list-style-type: none;
	border-radius: 5px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 4px;
	position: relative;

}
#nav1 ul li a{
	text-decoration: none;
	color: white;
	padding: 18.5px;
}
#nav1 ul li:hover{
	background: darkgreen;
	transition: all ease-in-out 0.45s;
}



#active {
	background: darkgreen;
}
.navbar-custom{
	background-color: #282e3e;
	color: #FFF;
	border-radius: 0px;
	padding: 10px;
}
.navbar-custom .navbar-nav>li>a{
	color: #fff;
	font-size: 19px;
	margin-left: 13px;
}
.navbar-custom .navbar-nav>.active>a{
	color: #fff; background-color: #82c434;
}
.navbar-custom .navbar-nav>li>a:hover{
	background-color: #82c434;
}
.navbar-custom .navbar-brand{
	color: #fff;
	font-size: 27px;
	margin-left: 15px;
}
.navbar-custom .navbar-brand:hover{
	color: #fff;
	font-size: 27px;
}
.slider{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.carousel-caption{
	color: #fff;
	position: absolute;
	top: 35%;
	left: 20px;
}
b{
	font-size: 40px;
	border-bottom-style: ridge;
	font-weight: bold;
	border-bottom-color: #82c434;
}
#Overview{
	font-size: 45px;
	border-bottom-style: ridge;
	font-weight: bold;
	border-bottom-color: #82c434;
}
#Overview1{
	font-size: 25px;
	border-bottom-style: ridge;
	font-weight: bold;
	border-bottom-color: #82c434;

}
#Overview2{
	font-size: 25px;
	border-bottom-style: ridge;
	font-weight: bold;
	border-bottom-color: #82c434;
	margin-left: 5px;

}

.col1{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	min-height: 350px;
	
}
.icons{
	width: 130px;
	font-size: 60px;
	background-color: #d9d9d9;
	padding: 5px 10px;
	height: 110px;
	margin-top: -50px;
	color: #82c434;
	
}
.btn-primary{
	background-color: #82c434;
	border-radius: 5px;
	border-color: #82c434;
	margin-top: 0px;
	margin-bottom: 10px;
	
}
#about{
	
	min-height: 650px;
	background-color: #282e3e;
	margin-top: 40px;
}
#aboutcompany{
	font-size: 45px;
	border-bottom-style: ridge;
	border-bottom-color: #82c434;
	position: relative;
	top: 5px;
	color: #fff;
		
}
#team{
	position: relative;
	top: 0px;
}
#ourteam{
	font-size: 45px;
	border-bottom-style: ridge;
	font-weight: bold;
	border-bottom-color: #82c434;
}
.team-member{
	text-align: center;
	margin-top: 0px
}
.icon{
	font-size: 20px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #98e698;
	padding: 18px;
}

.icon:hover{
	background-color: #46d246;
}


/* ALEM layout hotfix 2026-07-06 */
html,body{margin:0 auto!important;padding:0!important;width:100%!important;overflow-x:hidden!important;}
body>*,.slider{margin-left:auto!important;margin-right:auto!important;}
.slider,.carousel,.carousel-inner,.carousel-inner>.item{width:100%!important;}
.carousel-inner>.item>img{width:100%!important;max-width:1350px!important;margin:0 auto!important;display:block!important;object-fit:cover!important;}
