/* ::. In The Name oF ALLAH The Most beneficient oF The Most Mericful .:: */
body {
	background: url(../images/bg.jpg) repeat-x #818181;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
/* Basic
-----------------------------------*/
* {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
::selection {
	color: none;
	text-shadow: none;
	border: none;
	background-color: none;
}
::-moz-selection {
 color: none;
 text-shadow: none;
 border:none;
 background-color: none;
}
.content {
	max-width: 1024px;
	margin: auto;
	border: 0px solid red;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.right {
	float: right;
}
.left {
	float: left;
}
/* Heading 
-----------------------------------*/
h1 {
	font-family: 'BenchNine';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	color: #142785;
	text-align: left;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 0 30px;
	border-bottom: 2px solid #749A39;
}
h3 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #5D5C5A;
	text-align: left;
	text-transform: capitalize;
	line-height: 40px;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 24px;
}
li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 0 10px;
}
/* Layout Styling
-----------------------------------*/
#wrapper {
	width: 997px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	background: #081460;
	border: 0px solid red;
}
header {
	width: 997px;
	height: 90px;
	float: left;
	background: white;
	border-top: 10px solid #081460;
}
header .logo {
	height: 60px;
	margin: 10px 20px;
}
.nav {
	width: auto;
	height: 80px;
	float: right;
	position: relative;
	background: #749A39; /*background: linear-gradient(#3E7CC7, #2D313C);
	background: -moz-linear-gradient(#3E7CC7, #2D313C);
	background: -webkit-linear-gradient(#3E7CC7, #2C5D98);*/
}
.nav ul {
	display: inline;
	list-style: none;
	float: left;
	height: 40px;
	border: 0px solid red;
}
.nav ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}
.nav ul li a {
	display: inline;
	float: left;
	height: 80px;
	font-size: 14px;
	color: #fff;
	padding: 30px 20px;
	text-decoration: none;
	border-right: 1px solid #C9C9C9;
}
.nav ul li a:hover {
	color: #fff;
	background: #3975BD;
	background: linear-gradient(#234777, #2C5D98);
	background: -moz-linear-gradient(#234777, #2C5D98);
	background: -webkit-linear-gradient(#234777, #2C5D98);
}
footer {
	width: 100%;
	height: 40px;
	clear: both;
	background: #749A39;
	background-position: bottom;
	border: 0px solid red;
}
footer .copyright {
	height: 40px;
	float: left;
	padding: 0 20px;
	color: white;
	background: #081460;
	font: 12px arial;
	line-height: 40px;
	border: 0px solid red;
}
footer .tws {
	height: 20px;
	float: right;
	margin: 15px 20px 0;
	font: 12px arial;
	color: white;
	text-decoration: none;
	border: 0px solid red;
}
#content {
	width: 747px;
	float: left;
	padding: 20px 35px;
	background: #fff;
	border: 1px solid #D0CCC9;
}
.summary {
	width: 100%;
	min-height: 350px;
	float: left;
	color: #000;
	border: 0px solid red;
}
.sidebar {
	width: 220px;
	height: 300px;
	float: right;
	color: #fff;
	margin: 20px 15px;
	border: 0px solid white;
}
.sidebar h1 {
	color: white;
}
.sidebar marquee p {
	color: white;
	text-align: center;
}
/* Contact */
.form {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	border: 0px solid red;
}
.form .row {
	width: 47%;
	float: left;
	margin: 0 20px 5px 0px;
	border: 0px solid black;
}
.form label {
	width: 100%;
	float: left;
	color: #5D5C5A;
	font-weight: bold;
}
.form .input {
	width: 98%;
	height: 30px;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0 2%;
	background: none;
	border: 1px solid #DEDBD1;
}
.form .textarea {
	width: 96%;
	height: 130px;
	float: left;
	margin: 5px 0 10px 0;
	padding: 2%;
	background: none;
	border: 1px solid #DEDBD1;
}
.input:focus, .textarea:focus {
	box-shadow: 0 0 5px #DEDBD1;
}
.form .submit {
	width: 100px;
	height: 30px;
	float: left;
	cursor: pointer;
	font: bold 15px arial;
	text-transform: capitalize;
	color: white;
	background: linear-gradient(#3E7CC7, #2C5D98);
	background: -moz-linear-gradient(#3E7CC7, #2C5D98);
	background: -webkit-linear-gradient(#3E7CC7, #2C5D98);
	border: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.form .submit:hover {
	color: #fff;
	background: #3975BD;
	background: linear-gradient(#234777, #2C5D98);
	background: -moz-linear-gradient(#234777, #2C5D98);
	background: -webkit-linear-gradient(#234777, #2C5D98);
	border: 1px solid #044620;
}
/* Triangles */
.ft {
	width: 0;
	height: 0;
	float: left;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #081460 transparent transparent transparent;
}
.nt {
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 80px 80px;
border-color: transparent transparent #749A39 transparent;
	float: right;
}
table, tr {
	border-collapse: collapse;
	 border-color: #ccc;
}
thead {
	color: white;
	font-size: 14px;
	line-height: 28px;
	background: #749A39;
}
td {
	padding: 5px 5px;
	border-color: #ccc;
	
}