/* ::. In The Name oF ALLAH The Most beneficient oF The Most Mericful .:: */
h1 {
	color:#75a3d6;
	font-family: "Raleway";
	font-size: 25px;
	font-weight:700;
	line-height: 32px;
	text-transform:uppercase;
}
h2 {
	color:#000;
	font-family: 'Raleway';
	font-weight:700;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
}
h4 {
	color:#75a2d6;s
	font-family: "Raleway";
	font-style:normal;
	font-weight:400;
	font-size: 20px;
	line-height: 27px;
	letter-spacing:normal;
	margin-bottom:15px;
}
li {
	line-height:24px;
}
header {
	background:#fff;
	border-top: 5px solid #ededed;
}
header .logo {
	height: 78px;
	margin:14px 0; 
}
.top-panel {
	height: 25px;
	background:#eee; 
}
.top-panel .flag {
	height: 15px;
	float: left;
	margin: 5px;
} 
/*@media (min-width: 992px) {
  header .logo {
	  height: 120px;
	  position:relative;
  }	
  .top-panel {
	  height: 50px;}
  .top-panel .flag {
	  height: 24px;
	  margin: 13px;
  } 	
  #navigation {
	  margin: 20px 0 0;
  }
  .nav {
	  margin: 30px 0 0;
  }
}*/
.navigation-bar {
	height: 50px;
	background:#003366;
}
footer {	
	color: #d1d3d4;
	font-family: "Open Sans";
	line-height:70px; 
	background-color:#414042;
}
.section-container {
	padding-top:15px;
	padding-bottom:15px;
}
#banner {
	color: #fff;
	height:420px;
	background:url(../images/banners/banner1.jpg) center top no-repeat;
	background-size: cover;
}
#home {
	color:#000;
	font-family: "Open Sans";
	font-size:14px;
	font-weight: 400;
	text-align:justify;
	background:#E6E7E8;
}
#page {
	color:#000;
	font-family: "Open Sans";
	font-size:14px;
	font-weight: 400;
	text-align:justify;
	min-height:500px;
	background:#fff;
}
#sec-logos {
	padding:50px 0;
	background:#fff;
}
#products {
	font-family: 'Raleway';
	background: #fff
}
#contact {
	color: #fff;
	background-size: cover;
	background:url(../images/contact.png) 50% 0 no-repeat fixed #FFF;
}
.banner-content {
	width:345px;
	float:left;
	margin: 15px 0 0;
}
.banner-content p {
	font-size: 15px;
	font-family: "Raleway";
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	visibility: inherit;
	text-align: left;
	letter-spacing: 2px;
	white-space: normal;

}
.page-header {
	margin:0;
	background-color: #75a2d6;
	border-top: 5px solid #e6e7e8;
	border-bottom: 5px solid #e6e7e8;
}
.page-header .page-title {
	color:#fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 200;
	line-height: 46px;
	position: relative;
	letter-spacing: -1px;
	text-transform: none;
    margin-bottom: -13px;
    padding-bottom: 12px;
    border-bottom: 5px solid #75a2d6;
}


.info {
	color:#777;
	font-family: Open Sans;
	font-size:14px;
	line-height:30px;
	margin-bottom: 20px;
}
.info i {margin:0 15px 0 0;
}
.info .fa-icon {
	width: 30px; 
	height: 30px;
	float:left;
	margin:0 15px 0 0;
	text-align:center;
	background: #75A2D6;
	border-radius: 100%;
}
.info .fa-icon i {
	color: #fff; 
	font-size: 16px;
	line-height: 30px;
	text-align: center; 
	margin: 0;
}
.seprator {
	background-image: - webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}






.form {
	width: 90%;
	float: left;
	border: 0px solid red;
}
.form label {
	display: block;
	color:#333;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
}
.form .input {
	width: 100%;
	height: 40px;
	float: left;
	margin: 5px 0 20px;
	padding: 0 3%;
	font: 14px arial;
	background: none;
	border-radius: 0px;
	border:none;
	border-radius: 3px;
	border: 1px solid #aaa;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.form .textarea {
	width: 100%;
	height: 100px;
	margin: 5px 0 10px;
	padding: 3%;
	font: 14px arial;
	background: none;
	border-radius: 0px;
	border:none;
	border-radius: 3px;
	border: 1px solid #aaa;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;	
}
.form .input:focus, .form .textarea:focus {
	border-bottom: 2px solid #23a1d1;
}
.form .submit {
	color: #fff;
	float: left;
	margin: 10px 0%;
	padding: 0 25px;
	cursor: pointer;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #75A2D6;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius:3px;
	border: 1px solid #23a1d1;
}
.form .submit:hover {
	color: #75A2D6;
	background: #fff;
	border: 1px solid #75A2D6;
}