/* ::. In The Name oF ALLAH The Most beneficient oF The Most Mericful .:: */
body {
	background: #F6F6F6;
	font:14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	font:bold 24px arial;
	color:#026103;
	text-align:left;
	line-height:50px;
	text-transform: uppercase;
}
h2 {
	font:bold 18px arial;
	color:black;
	text-align:left;
	line-height:40px;
	text-transform:capitalize;
}
p {
	color:black;
	text-align:left;
	line-height:20px;
	margin: 0; padding: 0;;
}
li {
	margin-left: 20px;
	line-height:24px;
}
hr {
	margin:0 0 20px;
	border-bottom:1px solid #026103;
}
.row {
	max-width:997px;
	margin:auto;
	border:0px solid blue;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
header {
	width:100%;
	height:100px;
	background:green;
	background:-moz-linear-gradient(#044620, #033D1B);
	background:-webkit-linear-gradient(#044620, #033D1B);
	background:linear-gradient(#044620, #033D1B);
	border:0px solid white;
}
header .logo {
	width:200px;
	height:auto;
	float:left;
	margin: 50px 20px 0;
	position: absolute;
	border: 0px solid red;
}
.Social {
	width:auto;
	height:30px;
	float:right;
	margin: 20px 0 0;
	border:0px solid red;
}
.Social .Icon {
	width: 25px;
	margin: 0 2px;
}
#nav-bar {
	width:100%;
	height:40px;
	float:right; 
	background:#BF1F20;
	background:-moz-linear-gradient(#D60707, #961616, #D60707);
	background:-webkit-linear-gradient(#D60707, #961616, #D60707);
	background:linear-gradient(#D60707, #961616, #D60707);
	border:0px solid red;
}
#wrapper {
	width:997px;
	height:auto;
	margin:0 auto;
	border:0px solid blue;
}
footer {
	width:100%;
	height:auto; 
	float: left;
	padding: 20px 0;
	background:#034720;
}
footer .copyright {
	width:auto;
	height:20px;
	float:left;
	margin: 20px 20px 0;
	color: white;
	font: 12px arial;
	border:0px solid red;
}
footer .tws {
	width:auto;
	height:20px;
	float:right;
	margin: 20px 20px 0;
	color: white;
	text-decoration:none;
	border:0px solid red;
}
/* Wrapper Styling Start */
#side_bar {
	width:250px;
	height:auto;
	float:left;
	margin: 70px 0 0;
	border:0px solid red;
}
.logo-text {
	width:200px;
	height:auto;
	float:left;
	margin: 10px 15px 0;
	border: 0px solid red;
}
.about {
	width:228px;
	height:330px;
	float:left;
	margin:10px 0 0;
	padding:10px;
	background:white;
	border-radius: 5px;
	border: 0px solid #DEDBD1;
}
.about h1 {
	font:bold 14px "Arial", sans-serif;
	color: green;
	line-height:24px;
	text-align:left;
	margin: 10px 0 5px;
	padding: 0 0 0 10px;
	background: #F5F5F5;
	border: 1px solid #DEDBD1;
}
#content {
	width:683px;
	float:right;
	padding: 20px;
	margin:25px 0;
	background:#FFFFFF;
	border: 1px solid #DEDBD1;
}
.Adds {
	width:130px;
	height:500px;
	float:right;
	display:none;
	background:#034720;
}
/*========================= Marquee CSS Start Here =========================*/
#Marquee {
	text-align: center;
	width:250px; 
	height: 320px;
	float: left;
	background:white;
	border-radius: 5px;
	border: 1px solid #DEDBD1;
}
#Marquee h1 {
	font:bold 14px "Arial", sans-serif;
	color: green;
	line-height:24px;
	text-align:left;
	margin: 10px 0 5px;
	padding: 0 0 0 10px;
	background: #F5F5F5;
	border: 1px solid #DEDBD1;
}
#Marquee i {
	font-size: 22px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	border:0px solid red;
}

#Marquee i:hover {
	color: #333;
}
#Marquee li {
	color: #4e4e4e;
	background:white;
	overflow: hidden;
	height: 260px;
	padding:0px 10px; 
	margin: 0 0 10px;
	line-height: 24px;
	list-style: none;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px dotted #DEDBD1;
}

#Marquee li:hover {
	background: #FFF;
}
#Marquee li a {
	color: #034720;
	font:bold 13px arial, sans-serif;
}

/* Contact */
.form {
	width:100%;
	float:left;
	margin: 20px 0 0;
	border:0px solid red;
}
.form .row {
	width: 48%;
	float: left; 
	margin: 0 0 0 20px; 
}
.form .row:first-child {margin: 0;}
.form label {
	width: 100%;
	float:left;
	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:#044620;
	border:none;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.form .submit:hover {
	color:#044620;
	background:#F5F5F5;
	border:1px solid #044620;
}
.contact-info {
	width:683px;
	float:left;
	margin: 0 0 20px;
	border:0px solid red;
}
.contact-info .tab {
	width:205px;
	height:auto;
	float:left;
	padding:5px;
	margin:5px;
	border:1px solid #DEDBD1;
}
.contact-info .tab img {
	width: 100%;
	height: 200px;
	margin:0 0 5px 0; 
}
.contact-info .tab .desc {
	width:100%;
	float:left;
	border:0px solid red;
}
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />