body{
	font-family:'Roboto Slab', serif;
}
.navbar-custom{
	background-color:#282e3e;
	 color: #FFF;
	 border-radius:0px; 
	 padding:10px;
}
.navbar-custom .navbar-nav>li>a{
	  color:#ffff;
	  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;
}
#Services{
	font-size:45px; border-bottom-style: ridge;
	font-weight:bold;
border-bottom-color:#82c434;
}
.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:0px;
border-color:#82c434;
}
#about{
	width:100%; min-height:600px; background-color:#282e3e; margin-top:50px;
}
#aboutcompany{
	font-size:45px; border-bottom-style:ridge; border-bottom-color:#82c434;
	position:relative; top: 35px; color:#fff;
}
#team{
	postition:relative; top:40px;
}

#ourteam{
	font-size:45px; border-bottom-style:ridge; border-bottom-color:#82c434;
	position:relative; top: 35px; color:#282e3e;
	
}
.team-member{ text-align:center; margin-top:5px;
}
.icon i{
	font-size:20px; height:50px; width:50px; background-color:#98e698;
	padding:18px; border-radius:50%;
}
.icon i:hover{
background-color:#d9d9d9;
}
#footer{width:100%;min-height:400px; background-color:#282e3e;position:relative;
top:150px;
}