/*
 Table Of Content:

 1.) Home Page Css Rules
 --------------------------------*/
/*
 1.) Home Page Css Rules
 --------------------------------*/
.info{
height: 480px;	
}
.contact-info a.msg,.contact-info a.tel{
	font-size: 15px;
}
.navigation li{
	 padding: 40px 18px 41px;
}
.divider{
	width: 45%;
}
h1{
	font-size: 27px;
}
.history-description,.mission-description{
	padding: 20px 0px 20px;
}
@media all and (min-width:768px) and (max-width:992px){
	.menu-btn{
	display: block;
}
.navigation {
	display: none;
}
.navigation ul{
	float: none;
	padding: 20px 0;
}
.navigation ul li{
	float: none;
	padding: 10px;
	border-bottom: 1px solid #141414;
	border-top:1px solid #404040;
	border-left: none;
	border-right:none; 
}
.logo{
	float: none;
	width: 100%;
}
.navigation-section{
margin-bottom: -1px;	
float: none;
width: 100%;
}
.navigation  li:first-child{
		border-top: none;
}
.navigation  li:last-child{
	border-bottom: none;
}
.navigation ul li:hover a,.navigation ul li:hover{
	display: block;
}
.menu-btn{
	bottom:14px;
}
.performance-benifit{
	padding-bottom: 20px;
}
}
