@charset "utf-8";
/* CSS Document */



/* ------------------------------------------------------------------- */
/*   Vendor: Uche Okoro                                       */
/*   UI Design: Hezekiah otomofa                                       */
/*   UI Development: Hezekiah otomofa                                  */
/* ------------------------------------------------------------------- */

/* ------------------------------------------- */
/* HTML5 âœ° Boilerplate						   */
/* ------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:12px;
  font: inherit;
}
html{
	margin:0 !important;
	padding:0 !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 15px;
}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, kbd, samp { font-family: monospace, sans-serif; }

html {overflow-y: scroll; }
a:hover, a:active { outline: none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th {
	font-weight: normal;
}
td { vertical-align: top; }
em { font-style: italic; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ccc; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #000; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; letter-spacing: 0.5px; }

p, ul, nav ul, ol, blockquote {
	margin-bottom: 1.5em;
	position: relative;
}
blockquote {
	margin-left: 2em;
	font-style: italic;
	
}
img{margin:0 !important; padding:0 !important; line-height:0 !important;}
/* HEADINGS   
----------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
h1, h2, h3, h4, h5, h6
{
    color: #545454;
    text-transform: none;
    margin: 0px;
    padding:0;
	font-weight: 300;
	font-family: 'PT Sans', sans-serif !important;
}

/* ------------------------------------------- */
/* |	4 Section Design	|				   */
/* ------------------------------------------- */
body, img{
	transition: width .25s, background-color .5s, font-size 1s, height 2s;
	/* Animation Property */
animation-property: width;
animation-property: height;
transition-duration: 1s;

/* webkit */
-webkit-animation-property: width;
-webkit-animation-property: height;
-webkit-transition-duration: 1s;

/* moz */
-moz-animation-property: width;
-moz-animation-property: height;
-moz-transition-duration: 1s;

/* opera */
-o-animation-property: width;
-o-animation-property: height;
-o-transition-duration: 1s;
}

body {
	font-family: Helvetica, Arial,  sans-serif;
	color: #333333;
	padding: 0;
	position: relative;
	background:#ffffff;
	*overflow-x:hidden;
	line-height: 1.5;
	font-size:13px;
	margin:0;
}
a, a:link, a:active, a:visited { text-decoration: none; color: #747474; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }


/* Global DIVS
---------------------------- */
.clear{clear:both; margin:0; padding:0;}

.global{
	clear:both;
	margin:0; padding:0;
	width:100%;
	position:relative;
	height:100%;	
}

.wrapper{
	clear:both;
	margin:0 auto;
	width:1024px;
	padding:0;
}
.header{
	clear:both;
	margin:0;
	padding:0;
	background:#fff;
	position:relative;
	z-index:99999;
	height:auto;
}
.headie{
	clear:both;
	margin:0;
	padding:0;
}
.logo{
	float:left;
	margin:0;
	width:173px;
	padding:15px 0;
}
/* Search
----------------------------*/
.search{
	float:right;
	margin:0;
	padding:0;
	width:300px;
	height:28px;
	margin-top:30px;
}

.srch{
	border:none;
	background: url(../images/search-bg.png) no-repeat;
	/* padding:2px 5px; */
	color:#03698f;
	height:22px;
       width:190px;
	   padding:3px 10px 3px 27px;
	   margin-top:2px;
	   float:left;
}

.search #s {

    color: #3F3F3F;
    border: 0;
    padding:4px 4px 4px 30px;
   /*  margin:3px 0 0 2px;  */
    float: left;
	width:190px;
}

.search-image {
    border:0; 
    vertical-align: top;
    float: left;
    margin:2px 0px 0 0px;
}
.immenu2{
	clear:both;
	margin:0;
	padding:0;
	height:10px;
	background:url(../images/bk-col.jpg) repeat-x;
	width: auto;
}

}
.immenu{
	clear:both;
	margin:0;
	padding:0;
	height:42px;
	
}

.bogus{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	clear:both;
}

.bogus img{
	width:100%;
}
.line{
	height:auto;
	position:absolute;
	bottom:0;
	/*background:url(../images/line_bg.png) repeat;*/
	width:100%;
	z-index:99;
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.three{
	clear:both;
	margin:0;
	padding:30px 0 40px 0;
	color:#fff;
}
.three h3 a{
	font-size:27px;
	color:#000000;
	padding:0 0 7px 0;
	margin:0;
	border-bottom:7px solid #000000;
	display:inline;
	clear:both;
	text-decoration:none;
}
.three h3 a:hover{
	color:#666666;
}
.three h4{
	font-size:27px;
	color:#fff;
	padding:0 0 7px 0;
	margin:0;
}
.ser{
	float:left;
	width:260px;
	margin:0;
	padding:0;
}
.oil{
	float:left;
	width:280px;
	margin:0;
	padding:0;
	margin-left:80px;
}
.ser p, .oil p, .const p{
	margin-top:15px;
}
.const{
	float:right;
	width:330px;
	margin:0;
	padding:0;
}
.foot{
	clear:both;
	height:29px;
	width:98%;
	padding:10px 1%;
	margin:0;
	background:url(../images/foot_bg1.jpg) repeat-x;
	
	/* Prevent background color leak outs */
	  -webkit-background-clip: padding-box; 
	  -moz-background-clip:    padding; 
	  background-clip:         padding-box!important;
	  
	 /* Rounded corner */
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    borde-radius:5px;
}
.social{
	float:left;
	margin:0;
	padding:0;
	width:30%;
}
.social ul{
	clear:both;
	margin:0;
	padding:0;
}
.social ul li{
	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding:5px 3px;
	vertical-align:top;
}
.social ul li:first-child{
	margin-top:3px;
}
.others{
	float:right;
	margin:0;
	padding:0;
	width:70%;
}
.others ul{
	clear:both;
	margin:0;
	padding:0;
}
.others ul li{
	display:inline-block;
	color:#fff;
	padding:5px 3px;
	vertical-align:top;
}
.mail{
	background:url(../images/mail.png) no-repeat 0 50%;
	padding-left:30px !important;
}
.phone{
	background: url(../images/phone.png) no-repeat 0 50%;
	padding-left:20px !important;
	margin-left:30px !important;
}
.location{
	background: url(../images/location.png) no-repeat 0 50%;
	padding-left:20px !important;
	float:right;
}


.footer{
	clear:both;
	height:auto;
	width:98%;
	padding:13px 1%;
	margin:5px 0 0 0;
	background: url(../images/line_bg.png) repeat;
	
	/* Prevent background color leak outs */
	  -webkit-background-clip: padding-box; 
	  -moz-background-clip:    padding; 
	  background-clip:         padding-box!important;
	  
	 /* Rounded corner */
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
.credit{
	float:left;
	width:40%;
	margin:0;
	padding:0;
	color:#8d8b8b;
	font-size:12px;
}
.footlinks{
	width:auto;
	float:right;
	margin:0;
	padding:0;
}
.footlinks ul{
	clear:both;
	margin:0;
	padding:0;
}
.footlinks ul li{
	display:inline-block;
	margin:0;
	padding:0;
	color:#8d8b8b;
	border-right:1px #8d8b8b solid;
	line-height:.7;
}
.footlinks ul li:last-child{
	border:none;
}
.footlinks ul li a{
	color:#8d8b8b;
	padding:0px 10px;
	font-size:12px;
	text-decoration:none;
}
.footlinks ul li a:hover{
	color:#fff;
}

/* Inner Pages */
.bugxo{
	background:url(../images/banner_01.jpg) center;
	position:fixed;
	top:0;
	z-index:1;
}
.myboogie{
	clear:both;
	position:relative;
	width:100%;
	z-index:9;
	top:0;
}
.xowrap{
	clear:both;
	margin:0 auto;
	width:1024px;
	padding:25px 25px 5px 25px;
	background:#fff;
}
.breadcrumps{
	clear:both;
	padding:0 0 10px 0;
	margin:0;
	border-bottom:4px solid #CCCCCC;
}
.breadcrumps ul{clear:both; margin:0; padding:0;}
.breadcrumps ul li{
	display:inline-block;
	color:#63ab40;
	font-size:11px;
}
.breadcrumps ul li a{
	color:#343434;
	padding:0 30px 0 0px;
	background:url(../images/br_img.jpg) no-repeat  80% 50%;
}
.imcontent{
	clear:both;
	margin:10px 0;
	padding:50px 0;
}
.contentleft{
	float:left;
	margin:0;
	padding:0;
	width:730px;
}
.contentright{
	float:right;
	margin:0;
	padding:0;
	width:260px;
}
.pageimg{
	clear:both;
	margin:0;
	padding:0;
}
.pageimg img{
	width:100%;
}
.page_cont{
	clear:both;
	margin:0;
	padding:5px 0;
}
.page_cont h2{
	color:#1d76af;
	font-size:39px;
	line-height:1.2;
	padding:10px 0;
}
.rightblock{
	clear:both;
	margin:0;
	padding:10px;
	margin-bottom:30px;
	border:1px #dddddd solid;
}
.rightblock h3{
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
}
.rightblock p{
	padding:0;
	margin:0;
	padding-top:10px;
}
.rightblock a{
	color:#2e6bcf;
}
.nam-ad{
	clear:both;
	margin:0;
	padding:10px 0;
}
.name select{width:100%; padding:8px 0;}
.name{
	float:left;
	width:45%;
}
.email{
	float:right;
	width:45%;
}
.name h5, .email h5, .txt-area h5{
	color: #434242;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:5px;
}
.name input, .email input{
	width:96%;
	padding:2%;
	border:1px #abadb3 solid;
	background:#ffffff;
	color: #434242;
	font-size: 18px;
}

.txt-area{
	clear:both;
	margin:0;
	padding:0;
	padding-top:20px;
}

.txt-area textarea{
	width:96%;
	padding:10px 2%;
	border:1px #abadb3 solid;
	background:#ffffff;
	color: #434242;
	font-size: 18px;
	min-height:80px;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #026da2;
  border: 1px solid #026da2;
  background:#ffffff;
}

input.my_btn{
	width:390px;
	background:#63ab40;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	padding:10px 0;
	margin:0;
	border:none!important;
	margin-top:25px;
}
.news{
	padding:20px 0;
	clear:both;
	border-bottom:1px #ccc solid;
}
.news h4{
	color:#1d76af;
	font-size:18px;
}
.newspix{
	float:left;
	width:30%;
	margin:0;
	padding:0;
}
.newstxt{
	float:right;
	width:68%;
	margin:0;
	padding:0;
}
.xoi{
background:#FFFFFF;
}
}
.xo2{
background:#f1f1f1;
}
.xoi ul{
margin-left:18px;
}
/* ====================== Responsive Design =========================== */
/* ----------- 1024px ----------- */
@media only screen 
and (max-width:1024px) {
	.wrapper {
	clear: both;
	margin:0;
	width:98%;
	padding:0 1%;
}
.line {
	height: auto;
	position: relative;
	width:98%;
	padding:0 1%;
}
.slidetitle {
	width:96;
	padding: 0 2%;
	margin: 0 auto;
	position: absolute;
	z-index: 9999999;
	top: 80px;
}
/* Inner Pages */
.xowrap {
width:96%;
padding: 25px 2% 5px 2%;
}

.contentleft {
width:68%;
}
.contentright{
	width:30%;
}
}

/* ----------- 800px ----------- */
@media only screen 
and (max-width:800px) {

		.wrapper {
		margin:0;
		width:100%;
		padding:0;
}
.headie{
	width:96%;
	padding:0 2%;
}
.ser, .const{
	width:32%;
}
.oil{
	width:30%;
	margin-left:3%;
}
.foot{
	height:auto;
	background:#4D8430;
}
.social, .others{
	clear:both;
	float:none;
	width:100%;
}
/* Inner Pages */
.contentleft, .contentright {
	clear:both;
	margin:0;
	width:96%;
	padding:0 2%;
}
.rightblock h3{
	text-align:left;
}
}
/* ----------- 640px ----------- */
@media only screen 
and (max-width:640px) {
		.immenu{
		background:transparent;
		height:auto;
	}
	.three{
		width:96%;
		padding:10px 2%;
	}
	.foot{
		width:96%;
		padding:10px 2%;
	}
	.ser, .oil, .const{
		width:100%;
		margin:0;
		padding:0;
		clear:both;
		float:none;
	}
	.others ul li {
		display:block;
		margin:0 !important;
		padding:5px 0 5px 30px !important;
		float:none !important;
}
.credit, .footlinks{
	width:96%;
		padding:10px 2%;
		clear:both;
		float:none;
}
.name, .email{
	width:100%;
		padding:10px 0%;
		clear:both;
		float:none;
}
.txt-area{
	padding-bottom:20px;
}
.footlinks ul li {
display:block;
border:none;
}
.footlinks ul li a {
	color: #8d8b8b;
	padding:5px 0px ;
	font-size: 12px;
	text-decoration: none;
	display:block;
	border-bottom:1px #8d8b8b solid;
}
.newspix, .newstxt{
	clear:both;
	margin:0;
	padding:10px 0;
	width:100%;
	float:none;
}
}
/* ----------- 480px ----------- */
@media only screen 
and (max-width:480px) {
	.logo, .search{
		width:100%;
		padding:10px 0;
		clear:both;
		float:none;
		margin:0;
	}
	.slidetitle{display:none;}
}
/* ----------- 320px ----------- */
@media only screen 
and (max-width:320px) {
	.rightblock img{
		width:100%;
	}
	body{
		overflow-x:hidden;
	}
	.search{width:100%; margin:0; padding:0;}
	
	.srch{

       width:66%;
	   padding:3px 1% 3px 3%;
}

.search #s {
	width:30%;
}
}
