@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
 @charset "utf-8";
/*-----------------------Reset-------------------------------*/

	/* http://meyerweb.com/eric/tools/css/reset/ 

	   v2.0 | 20110126

	   License: none (public domain)

	*/

	

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;
	zooom: 1;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif !important;
}
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;
}
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h6 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
/*-----------------------Reset-------------------------------*/

body {
	margin: 0px auto;
	width: 100%;
}
header {
	border: 1px solid #e8e8e8;
	width: 100%;
	/*background-image: url(../images/header-bg.png);*/
	background:#FFF;
	background-position: center top;
	background-size: cover;
	padding-bottom: 15px;
}
/* Logo */

.logo {
	float: left;
	margin-top: 20px;
}
.contact-us {
	float: right;
	color: #fff;
	font-size: 16px;
	margin-top: 54px;
}
.icon-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.phone-number {
	float: left;
	width: 100%;
}
.numbers {
	float: left;
	margin-left: 7px;
	color: #000;
}
.email-address {
    COLOR: #000;
}
.icon-image {
	color: #fff;
}
nav {
	width: 100%;
	;
	height: 44px;
	background-color: #00aeef;
	background-image: -webkit-linear-gradient(top, rgba(0,174,239,.8), rgba(4,0,0,.8));
	background-image: -moz-linear-gradient(top, rgba(0,174,239,.8), rgba(4,0,0,.8));
	background-image: -o-linear-gradient(top, rgba(0,174,239,.8), rgba(4,0,0,.8));
	background-image: -ms-linear-gradient(top, rgba(0,174,239,.8), rgba(4,0,0,.8));
	background-image: linear-gradient(to bottom, rgba(0,174,239,.8), rgba(4,0,0,.8));
}
.nav-menu ul li a {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	border-right: 1px solid #fff;
	padding: 5px 15px 6px 9px;
	margin-top: 9px;
}
.header-images img {
	width: 100%;
}
section#clients {
	width: 100%;
	background: url(../images/clients-bg.png);
	float: left;
	background-repeat-y: no-repeat;
	background-size: 100% 100%;
	height: 249px;
}
.box {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #494a4a;
	border: solid 5px #feffff;
	margin: 44px auto;
}
.box img {
	width: 100%;
}
.box h1 {
	position: absolute;
	top: 51px;
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
}
footer {
	width: 100%;
	height: 51px;
	background-color: #00aeef;
	background-image: -webkit-linear-gradient(top, rgba(0,174,239,.8), rgba(1,1,1,.8));
	background-image: -moz-linear-gradient(top, rgba(0,174,239,.8), rgba(1,1,1,.8));
	background-image: -o-linear-gradient(top, rgba(0,174,239,.8), rgba(1,1,1,.8));
	background-image: -ms-linear-gradient(top, rgba(0,174,239,.8), rgba(1,1,1,.8));
	background-image: linear-gradient(to bottom, rgba(0,174,239,.8), rgba(1,1,1,.8));
	float: left;
}
.footer-nav ul li a {
	font-size: 13px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.footer-icon {
	float: left;
	margin-right: 10px;
}
.navigation .logo {
	float: left;
	position: absolute;
	z-index: 999;
}
.navigation .logo a {
	width: auto;
	display: block;
	margin: 20px 0 0;
}
.top-right {
	background: url(../images/top-right.png);
	width: 250px;
	height: 45px;
	position: absolute;
	right: 0px;
}
/* Navigation */

	

#navigation {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	/*position:absolute;*/

	z-index: 9999;
	background: #fff;
	height: 114px;
}
#navigation .navigation {
	padding: 0;
	height: 100%;
}
.shadow {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
/* Logo */

	

.navigation .logo {
	float: left;
	position: absolute;
	z-index: 999;
}
.navigation .logo a {
	width: auto;
	display: block;
	margin: 20px 0 0;
}
/* Nav Menu */

	

.nav-menu {
	float: left;
}
.nav-menu ul {
	padding: 0;
	margin: 0;
	float: right;
}
.nav-menu ul li:last-child a {
	border-right: none;
}
.nav-menu ul li {
	width: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-menu ul li:first-child a {
	padding-left: 0;
}
.nav-menu ul li:last-child a {
	padding-right: 0;
}
.nav-menu a:hover {
	color: #e70000;
}
.nav-menu a.active {
	color: #e70000;
}
.main-nav > li > a:hover, .main-nav > li > a:focus {
	background: none;
}
.main-nav li.active a {
	color: #e70000;
}
/* Mini Navigation For Mobile */

	

.mobile-drop {
	height: 100%;
	width: 100%;
	display: none;
}
a.mobile-menu {
	position: absolute;
	top: 20px;
	font-size: 21px;
	right: 30px;
	left: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.mobile-drop ul.fullwidth {
	width: 100%;
	position: absolute;
	top: 41px;
}
.mobile-drop ul.fullwidth li {
	width: 100%;
	height: auto;
	margin: 0;
}
.mobile-drop ul.fullwidth li a {
	padding: 10px;
	margin: 0;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-drop ul.fullwidth li.active a {
	background-color: #383838;
	color: white;
}
/*about us*/



section.about-us {
	padding: 35px;
}
.title {
	color: #0183b4;
	font-size: 30px;
	font-weight: bold;
}
.paragraph {
	margin-top: 36px;
}
.paragraph p {
	line-height: 20px;
	margin: 20px;
	margin-left: 0px;
	/* font-family: 'OpenSans'; */

	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.paragraph ul {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}
.paragraph ul li {
	width: 100%;
	line-height: 20px;
	margin: 10px 0 0 0;
	margin-left: 0px;
	/* font-family: 'OpenSans'; */

	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
/*Clients*/



.clients-box {
	width: 175px;
	height: 128px;
	border: 2px solid #0789dc;
	float: left;
	margin-right: 14px;
	margin-bottom: 25px;
}
.clients-box img {
	width: 100%;
}
.clients-paragraph {
	margin-top: 17px;
}
.clients-paragraph p {
	line-height: 20px;
	margin: 20px;
	margin-left: 0px;
	/* font-family: 'OpenSans'; */

	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
/*contact*/

.contact {
	font-size: 20px;
	line-height: 30px;
	margin-top: 32px;
	color: #000;
}
.order {
	float: left;
	width: 13%;
}
/*Products*/

.clients-box h1 {
	position: absolute;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin-top: 35px;
	font-weight: bold;
}
.position-r {
	position: relative;
}



/*Products*/


/*========== changes {22-9-2016} ===========*/
.contact-us {
    display: none;
}
img.img-responsive.solution-sub-image {
    margin-top: 20px;
}
/*========== changes {02-04-2018} ===========*/
.logo img{
	width:250px;
}

