/*
kenneth mukiria
www.mukiria.com
*/
* {
	margin: 0px;
	padding: 0px;
	outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../type/myriadpro-regular_0-webfont.eot');
    src: url('../type/myriadpro-regular_0-webfont.eot?#iefix') format('embedded-open../type'),
         url('../type/myriadpro-regular_0-webfont.woff') format('woff'),
         url('../type/myriadpro-regular_0-webfont.ttf') format('true../type'),
         url('../type/myriadpro-regular_0-webfont.svg#MyriadProRegular') format('svg');
    font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'sansationregular';
    src: url('../type/sansation-regular-webfont.eot');
    src: url('../type/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/sansation-regular-webfont.woff2') format('woff2'),
         url('../type/sansation-regular-webfont.woff') format('woff'),
         url('../type/sansation-regular-webfont.ttf') format('truetype'),
         url('../type/sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Open Sans','MyriadProRegular', Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/redline.gif);
	background-repeat: repeat-x;
}

a, img {
	text-decoration: none;
	border: none;
}
p{
	line-height: 1.5em;
	float: left;
	margin-bottom: 7px;
	width: 100%;
}
h1, h2, h3, h4, h5{
	width: 100%;
	float: left;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: 'sansationregular', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	float: left;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	float: left;
}
.all {
	float: left;
	width: 100%;
	position: relative;
}

img#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.hide{ visibility:hidden; display:none;}
img{width:100%;float:left;height:auto;}
.mukiria {
	width: 79%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 10;
}
.all {
	float: left;
	width: 100%;
}


header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	/*background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	border-bottom: 10px solid #fff;
}
.logo{
	width: 245px;
	float:left;
}
.topmenu{
	width: 580px;
	float: right;
}
.topmenu .top{margin-top:25px;}

/* Giving a background-color to the nav container. */
nav {
	margin: 0;
	background-color: #E64A19;
	position: relative;
	z-index: 9999;
	width: 170px;
	float: left;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #d9d9d9;
	width:100%;
	
	}

/* Styling the links */
nav a {
	display: block;
	padding: 8px 10px;
	color: #B21918;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	background-image: url(../images/icon-select.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}

/* Background color change on Hover */
nav a:hover { 
	background-color: #B21918; 
	color:#fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #fff;
}
nav ul ul a{
	background: none;
}


a.sitemap, a.contacts{
	float: right;
	color: #fff;
	background-image: url(../images/icon-contacts.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 23px;
	padding-top: 5px;
	font-style: italic;
	margin-top: 3px;
	width: 30px;
	margin-left: 10px;
}
a.sitemap{
	background-image: url(../images/sitemap.png);
}
a.sitemap:hover, a.contacts:hover{background-position: 0px 0px;}
.search{
	float: right;
	margin-left: 10px;
}
.search .input{
	background-color: #D9D9D9;
	height: 30px;
	width: 265px;
	float: left;
	border: none;
	padding-left: 10px;
	color: #666;
}
.search .btn{
	background-image: url(../images/btn-search.gif);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 35px;
	border: none;
	background-position: center center;
}

.toggleMenu {
	display: none;
	padding: 10px 20px 10px 45px;
	color: #fff;
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #B21918;
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	font-size:14px;
}
.nav {
	list-style: none;
     *zoom: 1;
	width: 100%;
	float: left;
	margin-top: 20px;font-family: 'Oswald', sans-serif;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: 100%;
}
.nav a {
	color: #333;
	padding: 12px 0 10px 0;
	font-size: small;
}
.nav a:hover {
	color: #fff;
}
.nav li {
	position: relative;
	width: 16.28%;
	float: left;
	text-align: center;
}
.nav li:hover {
	background-color:#B21A19; color:#fff;
}
.nav li a.current {
	background-image: url(../images/on.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	color:#fff;
	background-color:#F1920E; 
}
.nav li li{width:100%; float:left;}
.nav > li {
	float: left;
	border-bottom: 1px solid #B21A19;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #B21A19;
    position: relative;
    z-index:100;
	color:#fff;
}
.nav li li a:hover {
    background: #F28D00;
	color: #fff;
}
.nav li li li a {
    background:#249578;
    z-index:200;
}
.nav .onoff{display:none;}
.sixty{width:60%;}
.forty{width:40%;}
.quater{width:25%; float:left;}
.thirty{width:31%; float:left; margin:1%; position:relative;}
.half{width:50%; position:relative;}
.eighty{width:80%;}
.paddingfortytb{padding:40px 0px;}
.paddingeighty{padding-top:80px;}
.slider-wrapper{width:100%; float:left;}
.fraction-slider{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.fraction-slider .slide{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 98;
}
.fraction-slider .active-slide{
	z-index: 99;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(../images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}

.fraction-slider .prev{
	left:10px; top:48%;
	background:url(../images/fs.prevnext.png) 0px 0px no-repeat transparent;
	
}
.fraction-slider .prev:hover{
	background:url(../images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; top:48%;
	background:url(../images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(../images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:9999;	
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}

.slideone{
	background-image: url(../images/slideone.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slidetwo{
	background-image: url(../images/slidethree.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left bottom;
}
.slidethree{
	background-image: url(../images/slidetwo_2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left bottom;
}
.bgtrain{
	background-image: url(../images/bg-train.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left top;
	padding:40px 0px;
}
h1.bdr{width:30%; position:relative; border:1px solid #fff; padding:10px 0 5px 0; margin:15px auto; float:none; text-align:center;}
h1.bdrleft{width:auto;border:1px solid #C46718; padding:8px 30px 0 30px;}
h1.bdrlefts{width:100%;border:1px solid #f1920e; padding:8px 30px 0 30px;color:#fff;text-align:center}
.ylwtxt{width:100%; float:left; background-color:#F1920E; padding:30px; color:white; position:relative;}
.ylwtxt p{min-height:75px;}
.ylwtxt a{background-color:#7E1710; width:100%; padding:10px 0px; color:white; text-align:center; width:100%; float:left;}
a.readmorered{padding:10px 20px 7px 20px; margin:15px 42%; text-align:center; width:16%; float:left; background-color:#7E1710; color:white;}
a.readmore{
	width: 229px;
	height: 70px;
	float: left;
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:white;
	padding:25px 0 0 90px;
	text-align:left;
	font-size:small;
}
a.readmore:hover{
	background-position: 0px -70px;
}
a.readylw{
	width: 100%;
	float: left;
	text-align: center;
	background-color: #EF8F00;
	padding: 15px 0;
	color: white;
	font-size: 14px;
	background-image: url(../images/icon-mail2.png);
	background-repeat: no-repeat;
	background-position: left 20% center;
	margin-top:30px;
}
a.readylw img{width:22px; float:none; margin-right:20px;}
a.readylw:hover{background-color:#B60D0C;}
.pushreadmore{margin-left:42%;}
.homereadmore{margin: -35px 0 0 55px; float:left; z-index:99; position:relative;}
.bgmaroon{background-color:rgba(91, 10, 10, 0.9);}
.headerabout{
	background-image: url(../images/header-about.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
.header-casestudy{
	background-image: url(../images/header-casestudy.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
.header-about{
	background-image: url(../images/headerabout.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
h1.red{background-color:#B11917; color:#fff; width:auto; padding: 5px 50px 0 30px;}
h2.red{color:#fff; width:auto; padding: 13px 0px 0 0px; border-bottom:1px solid white; margin:0 30px;}
.headersat{
	background-image: url(../images/headersat.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
.headerquality{
	background-image: url(../images/header-quality.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
.headermanage{
	background-image: url(../images/header-manage.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	padding-top:35px;
	height:120px;
}
.breadcrumb{width:100%; padding:2px 0; background-color:#D9D9D9; float:left;}
.breadcrumb li { 
			float: left; 
		}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 5px 30px 5px 25px;
			background: brown;                   /* fallback color */
			background: hsla(34,85%,35%,1); 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 13px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 12px solid transparent;
			border-left: 20px solid hsla(34,85%,35%,1);
			position: absolute;
			top: 0;
			margin-top: 0px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 13px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 12px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 0;
			margin-top: 0px; 
			margin-left: 0px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
		.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
		.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
		.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
		.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
		.breadcrumb li:last-child a {
			background: white !important;
			color: black;
			pointer-events: none;
 			cursor: default;
		}
		.breadcrumb li:last-child a:after { border: 0;}
		.breadcrumb li a:hover { background: #B21A19; }
		.breadcrumb li a:hover:after { border-left-color:  #B21A19; }
.breadcrumb span{
	float: left;
	padding: 3px 30px 0 20px;
	height: 20px;
	background-image: url(../images/breadcrumb.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #B1B1B1;
	color:#000;
}
.breadcrumb span:hover{
	background-position: right -24px;
	background-color: #F1920E;
	color:#fff;
}
.breadcrumb span a{
	color:#000;
	width:100%; float:left;
}
.breadcrumb span:hover  a{
	color:#fff;
}
.showlogo .displaylogo{
	display:block;
}
.showlogo:hover .displaylogo{
	display:none;
}
.showlogo .hidelogo{
	display:none
}
.showlogo:hover .hidelogo{
	display:block;
}
.satelitte{width:600px; height:auto;}
.plane{width:600px; height:306px;}
.mail{background: url(../images/email5.png) no-repeat left;padding:5px 0px 5px 40px;margin-top:30px;font-weight:bold;}
.phone{background: url(../images/phone5.png) no-repeat left;padding:5px 0px 5px 40px;font-weight:bold;}
.slide-header{
	width: 300px;
	height: 169px;
	background-image: url(../images/slide-header.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 50px 0px 70px;
}
.slider-wrapper h1{
	color: #fff;
	font-size: 24px;
	line-height: 200px;
	text-transform: uppercase;
}
.slidetxt{
	width: 400px;
 	background-image: url(../images/slide-txt.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px;
	color: #FFF;
	
 }
.slidetxt p{font-size:13px;line-height:40px;}
a.btnlink{
	color: #FFF;
	background-image: url(../images/btn-link.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 62px;
	width: 206px;
	float:right;
	padding:23px 10px 10px 70px;
	font-size:14px;
}
.lineylw{width:100%; float:left; height:50px; background-color:#F1920E;}
.bgred{
	/*background-image: url(../images/bg-red.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color:#b11918;
}
.bgorg{
	background-image: url(../images/bg-org.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.networked{
	background-image: url(../images/networked.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bgpackage{
	background-image: url(../images/bg-package.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top center;
}
.bgpackage h1{text-transform:uppercase; font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;}
.prod{width:340px; height:240px}
.prodimg{width:auto; float:right; height:240px; }
.prod h2{color:white; padding:20% 0 0 10%; font-weight:bold; font-size:24px;}
.prod a{position:absolute; width:100%; background-color:#59110E; color:#fff; left:0; bottom:0px; padding:20px 5%;}
.prod a.brn{background-color:#804C07;;}
.bdrred{border:1px solid #C41F15;}
.bdrbrn{border:1px solid #C46718;}
.bdrgry{border:1px solid #ccc;}
.downarrow{
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.bgpartners{
	background-image: url(../images/bg-partners.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bgguaranteed{
	background-image: url(../images/bg-guaranteedsrvices.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom;
	min-height:600px;
}
.bgylw{
	background-image: url(../images/bgylw.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.guaranteed{color:white; width:80%; margin-top:40px;}
.guaranteed h3{font-size:16px; font-weight:bold;}
h1.one{
	color: white;
	/*border-bottom: 3px solid #F1920E;
	width: 26%;
	margin-left: 37%;*/
	text-align:center;
	text-decoration: underline;
	text-decoration-color: #F1920E;
}
.toptwenty{padding-top:40px;}
.heightsix{min-height:600px;}
.padbtm{padding-bottom:200px;}
.midcont{width:100%; padding:20px 25%; text-align:center; float:left; color:white;}
.midconttwo{width:100%; padding:20px 15%; text-align:center; float:left; color:white;}
.partnerslogo{width:20%; float:left;}
.midlink{width:206px; position:relative; margin:0px auto;}
.bgaboutus{
	background-image: url(../images/bg-aboutus.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:right top;
}
.bgteam{
	background-image: url(../images/bg-team.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:560px;
}
.bgpc{
	background-image: url(../images/bg-pc.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:left center;
}
.bg-pc{
	background-image: url(../images/bg-pc.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:left center;
}
.bgaboutus h2{
	font-size: 24px; line-height:1.8em; color: #B11917;
}.bgaboutus h2 span{
	font-size: 28px;
	color: #B11917;
	text-transform: uppercase;
	border-bottom:solid 2px #f1920e; font-weight:bold;
}
.minheightthree{min-height:300px;}.minheightnine{min-height:1100px;}
.bgcheetah{
	background-image: url(../images/bg-cheetah.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bgproductsheader{
	background-image: url(../images/bg-productsheader.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top right;
	min-height:414px;
	padding-top:150px;
}
.bgproductsfiber{
	background-image: url(../images/bg-productsfiber.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:414px;
	padding-top:150px;
}
.bg-wimax{
	background-image: url(../images/bgwimax.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top right;
	min-height:414px;
	padding-top:150px;
}
.bgredslice{
	background-image: url(../images/bg-redslice.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding:200px 0 70px 0;
}
.bgqs{
	background-image: url(../images/bg-qs.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.qsimg{width:150px; float:none;}
.linedot{
	width: 100%;
	float: left;
	height: 27px;
	background-image: url(../images/linedot.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bggrabrn{
background: #c46718; /* Old browsers */
background: -moz-linear-gradient(left,  #c46718 0%, #88190f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c46718), color-stop(100%,#88190f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #c46718 0%,#88190f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #c46718 0%,#88190f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #c46718 0%,#88190f 100%); /* IE10+ */
background: linear-gradient(to right,  #c46718 0%,#88190f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46718', endColorstr='#88190f',GradientType=1 ); /* IE6-9 */
}
.padminus{margin:-80px 0 40px 0;}
.padminusone{margin-top:-30px;}
.topthree{margin-top:200px;}
.minusthirteen{margin-top:-13px;}
.icon{width:50px; height:50px; position:relative; margin:0 auto 20px auto;}
.icon2{width:100%; height:auto; }
.midconttwos{
	width:100%; 
	text-align:center; 
	float:left; color:white;
	}

a.minibtn{
	width: 230px;
	height: 50px;
	color: white;
	background-image: url(../images/bg-red.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
	border:1px solid #CA0402;
}
.team{background-color:#f2f2f2;}
.team .half{width:47%; float:left; margin:1%; padding:2%; background-color:#d9d9d9;}
.team .icon{width:30px; float:left;}
h1.headingone{
	background-image: url(../images/bg-org.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-top:5px;
	margin:0px;
}
ul.list, ul.listone{
	width: 100%;
	float: left;
	line-height: 1.5em;
	margin-top:30px;
}
ul.list li, ul.listone li{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;	
}
ul.listone li{
	background-image: url(../images/listone.png);
}
.fs{line-height:1.5em;}
.fs span{font-size:18px; color:#F1920E; font-weight:bold;}
.bgvsat{
	background-image: url(../images/bg-vsat.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bgfiber{
	background-image: url(../images/bg-fiber.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bgwimax{
	background-image: url(../images/bg-wimax.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bgmanagedservice{
	background-image: url(../images/bg-managedservice.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bgogs{
	background-image: url(../images/bg-ogs.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:left bottom;
	padding-bottom:200px;
}
.bgcasestudy{
	background-image: url(../images/bg-casestudy.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:left center;
}
.bgcasestudytwo{
	background-image: url(../images/bg-casestudy2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top bottom;
}
.bgms{
	background-image: url(../images/bg-ms.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.managedservice{
	background: url(../images/4.png) repeat transparent; 
	width: 79%;
	margin-top: 40px;
	margin-right: auto;
 	margin-left: 14%;
	float:left;
	padding:30px;
 }
.prodheading{position:absolute; top:50px; right:10%; width:50%; color:#fff; border-left:1px solid #fff; padding-left:50px; width:45%; float:left; font-size:16px;}
.prodheading h1{font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;}
.prodheading span{color:#F1920E;}
.vertorgline{height:50px; width:1px; float:left; background-color:#f1920e; margin:-40px 0 0 150px;}
.minusfifty{margin-top:-25px;}
.circ{
	width: 100%;
    height:0;
    padding-bottom: 100%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #4679BD;  
	background-color:rgba(255, 136, 60, 0.6);
	color:#fff;
	font-weight:bold;
	border:1px solid #f1920e;
}
.circ .top{width:100%; float:left; text-align:center; margin-top:40px;}
.circ .btm{width:50%; float:left; text-align:center; margin-top:60px;}
.circ .top img{width:30%; float:none;}
.circ .btm img{width:70%; float:none;}
.circ .btmtwo{width:33%; float:left; text-align:center; margin-top:60px;}
.lined{
	width:100%; 
	float:left;
	margin-bottom:10px;
}
.prods img{width:70%; float:none;}
.margintophalf{margin-top:49%;}
.liney{width:80%; height:3px; background-color:#f1920e; float:left; margin-bottom:20px;}
.big h2{font-size:36px; line-height:0.8em;}
.big h1{font-size:54px; line-height:0.8em;}
.whitecircle{
	margin:0 10%;
	width: 80%;
    height:0;
    padding-bottom: 80%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #4679BD;  
	background-color:#fff;
	font-weight:bold;
	-webkit-box-shadow: 0px 6px 6px 0px #000; 
  -moz-box-shadow:    0px 6px 6px 0px #000;
  box-shadow:         0px 6px 6px 0px #000;
}
.whitecircle img{width:15%; float:none; margin:50px 0;}
.whitecircle .top{width:100%; float:left; text-align:center;}
.whitecircle h2, .whitecircle p{text-align:center; font-weight:normal; width:90%; margin: 0 5%;}
.wc{
	width: 100%;
	font-weight:bold;
}
.wc img{width:30%; float:none; margin:30px 0;}
.wc .top{width:100%; float:left; text-align:center;}
.wc h2, .wc p{text-align:center; font-weight:normal; width:90%; margin: 0 20px; font-weight:bold;}
.bdrorgleft{border-left:1px solid #f1920e; padding-left:50px;}
.form {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.form label {
	float: left;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 15px;
}
.form .input {
	float: left;
	width: 98%;
	border: 1px solid #666666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.gicon{width:20%;}
.gtxt{width:75%;}
footer{
	width: 100%;
	float: left;
	background-image: url(../images/bg-footer.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 11%;
	color: white;
	font-size:12px;
}
footer h3{color:#EF8018; font-size:14px;}
footer a{
	width: 100%;
	float: left;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
footer a:hover{color:#F1920E;}
footer .forty{padding-left:20%;}
.socialmedia{width:100%; float:left;}
.socialmedia a{
	width: 26px;
	height: 26px;
	float: left;
	background-position: 0px 0px;
	margin-right:20px;
}
.twitter{
	background-image: url(../images/twitter.png);
}
.facebook{
	background-image: url(../images/facebook.png);
}
.googleplus{
	background-image: url(../images/googleplus.png);
}
.twitter:hover, .facebook:hover, .googleplus:hover{background-position: 0px -26px;}
.copyright{width:100%; float:left; background-color:#F1920E; text-align:center; padding:10px;color:#fff;}.copyright a{color:#fff; margin:0; padding:0;}
.floatleft{float:left;}
.floatright{float:right;}
@media screen and (min-width: 1367px) {
	
}
@media screen and (max-width: 1025px) {
	.mukiria{width:90%;}
	.nav a{font-size:12px;}
	footer{
	width: 100%;
	float: left;
	background-image: url(../images/bg-footer.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 11%;
	color: white;
	background-position: right -200px top;
	}
	.slide-header{	padding: 25px 50px 0px 38px;}
	.slidetxt{padding: 20px; width:1000px;}
	.slidetxt p{font-size:16px;}
	a.btnlink{	padding:20px 10px 0px 60px; font-size:16px;}
	.lineylw{height:30px;}
	.prod{width:auto; height:200px; float:left;}
	.prodimg{width:135px; float:right; height:auto;  }
	.midcont{ padding:20px 15%; }
	.big h2{font-size:26px;}
	.big h1{font-size:48px;}
	.whitecircle img{width:15%; float:none; margin:30px 0 15px 0;}
	footer h3{font-size:12px;}
	.tabhalf{width:100%;}
	.bgms h1{font-size:18px;}
	footer{
	background-image: none;
	background-color:#7E1710;
}
}
@media screen and (max-width: 961px) {
	.active {
        display: block;
    }
	.nav{margin:0px;}
    .nav > li, .nav li li {
        float: none;
		width:100%;
		text-align:left;
    }
	.nav li li a{background-color:#d9d9d9; color:#333;border-top:1px solid #fff;}
	.nav a{padding-left:20px;}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav li li a {
		padding:10px 20px;
	}
	.nav .onoff{display:block;}
	
/* Giving a background-color to the nav container. */
nav, .search{float: right; margin-left:10px;}

a.sitemap, a.contacts{display:none;}
.search, .half{width:100%;}



}
@media screen and (max-width: 769px) {
	header {
	background-position: right -200px top;
	}
	.logo{width:200px; margin-top:15px;}
	.topmenu{width:400px;}
	a.sitemap, a.contacts{display:none;}
	.topmenu .all{width:50%;}
	.search{border:1px solid #fff;}
	.search .input{	width: 160px;}
	
	.slide-header{	padding: 15px 50px 0px 28px;}
	.slidetxt{padding: 10px; width:550px;}
	.slidetxt p{font-size:20px;}
	a.btnlink{	padding:12px 10px 0px 35px; font-size:18px;}
	footer .quater{width:50%;}
	footer .sixty, footer .forty{width:100%; padding:0;}
	.quater{width:50%;}
	h1.bdr{width:50%; position:relative; border:1px solid #fff; padding:10px 0 5px 0; margin:15px auto; float:none; text-align:center;}
h1.bdrleft{width:auto;border:1px solid #C46718; padding:8px 30px 0 30px;}
h1.bdrlefts{width:100%;border:1px solid #f1920e; padding:8px 30px 0 30px;color:#fff;text-align:center}
.tabthirty{width:100%;}
.bgaboutus {
	background:none;
	min-height:auto;
}
.tabthir{width:100%;}
	.bgproductsheader{
	background-position:top left;
}
.bg-wimax{
	background-position:top left;
}
.forty, .half{width:100%;}.bdrorgleft{border:none; margin:0px; padding:0px;}
.floatleft, floatright{float:left;}
.margintoptop{margin-top:30px;}
.pushreadmore{margin-left:32%;}
.sixty{width:80%;}
}
@media only screen and (max-width : 480px) {
	header {
	background-position: right -400px top;
	}
	.topmenu{width:100%;}
	.slider-wrapper{display:none;}
	.quater, .thirty, .half, .sixty{width:100%;}
	
.search .input{width: 148px;}
	h1.red{background-color:#B11917; color:#fff; width:auto; padding: 5px 50px 0 30px; font-size:14px;}
h2.red{color:#fff; width:80%; padding:0px; border-bottom:1px solid white; margin:0 30px; float:left; font-size:13px;}
	.pushreadmore{margin-left:22%;}
	h1.bdr{width:90%; position:relative; border:1px solid #fff; padding:10px 0 5px 0; margin:15px auto; float:none; text-align:center;}
}
@media only screen and (max-width : 320px) {
	.mukiria{width:285px;}
	header {
	background: none;
	}
	.logo{width:100%;}
	.topmenu, .topmenu .all{width:100%;}
	nav, nav ul ul li, nav ul{	width:100%;}
	.search{boder:none; float:left;}
	.search .input{	width: 248px;}
	footer .quater{width:100%;}

}
.bgwht{background-color:#fff;}
.clrred{color:#7E1710;}
.clrorg, .bgred span, .bgredslice span, .bgmanagedservice h1 span{color:#F1920E;}
.clrwht{color:#fff;}
.clrgry{color:#333;}
.bold{font-weight:bold;}
.textright{text-align:right;}
.textcenter{text-align:center;}
.textleft{text-align:left;}
.padbtm{padding-bottom:40px;}
.uppercase{text-transform:uppercase;}
.padthree{padding:0 30px 30px 30px;}
.marginbtm{margin-bottom:30px;}
.paddingthree{padding:30px;}
.margintophundred{margin-top:100px;}
.paddingtopten{padding-top:7px;}
.marginbottomthirty{margin-bottom:30px;}
.marginttopforty{margin-top:40px;}
.orangebg{width:100%; float:left; padding:20px; background-color:#EF8018;}
.paddingbottomthirty{padding-bottom:30px;}
.margintoptwenty{margin-top:20px;}
.myriad{font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;}
.mediumfont{font-size:18px;}
.lineorg{width:100%; float:left; height:1px; margin:10px 0; background-color:orange;}