@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'maven_proregular';
    src: url('fonts/mavenpro-regular-webfont.eot');
    src: url('fonts/mavenpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mavenpro-regular-webfont.woff') format('woff'),
         url('fonts/mavenpro-regular-webfont.ttf') format('truetype'),
         url('fonts/mavenpro-regular-webfont.svg#maven_proregular') format('svg');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'enigmaticregular';
    src: url('fonts/enigma__2-webfont.eot');
    src: url('fonts/enigma__2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enigma__2-webfont.woff') format('woff'),
         url('fonts/enigma__2-webfont.ttf') format('truetype'),
         url('fonts/enigma__2-webfont.svg#enigmaticregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	padding:0px;
	background:#f6f6f6;
	min-width:980px;
	font-family: 'maven_proregular';
	font-size:16px;
	color:#333;
	line-height:22px;
}
h1{
	font-size:36px;
	color:#29ABE2;
	line-height:26px;
	font-family:maven_proregular;
	font-weight:normal;
	margin:20px 0;
	padding:0;
}
h2{
	font-size:24px;
	color:#fff;
	line-height:28px;
	font-family:maven_proregular;
}
p{
	padding:5px 0;
	
	margin:5px 0;
}
img
{
	border:none;
}
a
{
	color:#29ABE2;
	
	text-decoration:none;
}
.clear
{
	clear:both;
}
.container{
	width:980px;
	margin:0 auto;
	position:relative;
}
.heading-bg
{
	background:url(images/page-head.jpg) repeat-x top;
	
	padding:67px 0 23px;
	
	margin-top:-39px;
}
.heading-bg h1
{
	font-size:60px;
	
	color:#fff;
	
	line-height:60px;
	
	padding:0;
	
	margin:0;
}
.header-top{
	background:url(images/header-top-bar.png);
	background-repeat:repeat-x;
	background-position:left;
	height:80px;
}
.header-top-left{
	float:left;
	width:490px;
}
.header-top-right{
	float:right;
	width:490px;
}
.logo{
	float:left;
	margin-top:10px;
}
.contact-no{
	margin-top:20px;
	font-size:24px;
	background:url(images/phone-icon.png);
	background-position:left -5px;
	background-repeat:no-repeat;
	width:245px;
	float:left;
	font-family:maven_proregular;
	margin-left:80px;
	padding-top:5px;
	height:38px;
}
ul.inner
{
	padding:0 24px;
	
	margin:0;
}
ul.inner li
{
	background:url(images/liststyle.jpg) no-repeat left center;
	
	list-style:none;
	
	padding-left:30px;
}
.contact-no span{
	margin-left:40px;
}
.social-icons{
	float:right;
	margin-top:15px;
}
.social-icons img{
	float:left;
}
.navigation{
	background:url(images/nav-bg.png) repeat-x top;
	height:40px;
	position:relative;
	z-index:999999;
}
.nav{
	padding:0;
}
.nav ul{
	height: auto;
    padding: 8px 0px;
    margin: 0px;
}
.nav ul li{
	display:inline-block;
	list-style:none;
	padding:0 40px;
}
.nav ul li a{
	color:#333;
	font-size:22px;
	text-align:center;
	font-family:maven_proregular;
	text-decoration: none;
	padding:0;
}
.nav ul li a:hover{
	color:#1884B1;
}
/**********dropdown******/
#cssmenu {
  position: relative;
  height: 40px;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 22px;
   font-family: 'maven_proregular';
  font-weight: normal;
  padding: 9px 50px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #1884B1;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 170px;
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  font-size: 22px;
   font-family: 'maven_proregular';
  font-weight: normal;
  color: #000;
  background: #fff;
  opacity:0.9;
  text-align:left;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  color: #1884B1;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {

  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
/**********dropdown******/
.demo-2{ position:relative; top:-40px;}
.slider{
	position:relative;
	background:url(images/slider-img.jpg) no-repeat top;
	height:600px;
	margin-top:-40px;	
	background-size:cover;
}
.slider-content{


}
.solutions{
	position: absolute;
    left: 0;
    top: -410px;
    width: 487px;
    z-index: 9999;
}
.solutions h1{
	font-size: 80px;
	font-family: 'enigmaticregular';
	line-height: 80px;
	color:#fff;
	font-weight:normal;
	text-shadow:2px 2px 2px #000;
}
.solutions h1 span
{
	font-size:62px;
}
.solutions .slider-btn{

	height:60px;
	width:291px;
	
	margin:0 auto;
}
.home-services
{
	position:relative;
	
	margin-top:-132px;
	
}
.services-bg
{
	background:#29ABE2;
	
	border-radius:8px;
	
	padding:22px 26px;
	
	margin-top:20px;
	
	margin-bottom:20px;
	
	position:relative;
	
	z-index:9999;
}
.services-cols
{
	width:205px;
	
	float:left;
	
	text-align:center;
	
	color:#fff;
	
	font-size:16px;
	
	 font-family: 'maven_proregular';
}
.services-cols p
{
	min-height:132px;
}
.services-space
{
	width:35px;
	
	float:left;
}
.services-icons
{
	padding-bottom:5px;
	
	text-align:center;
}
.services-bg h1
{
	font-size:24px;
	
	text-align:center;
	
	font-family: 'maven_proregular';
	
	color:#fff;
	
	line-height:24px;
	
	padding:0 0 5px;
	
	margin:0;
	

}
.services-btn
{
	text-align:center;
}
.partners
{

	
	margin-bottom:20px;

}
/*********************************************content******************************************/
.primery
{
	width:523px;
	
	float:left;
	
	padding:0 116px 0 5px;
}
.sidebar
{
	width:330px;
	
	float:right;
	
	background:#eee;
	
	border-radius:10px;
}
.sidebar .heading
{
	background:#29ABE2;
	
	border-radius:10px 10px 0 0;
	
	padding:15px 20px;
	
}
.sidebar .heading h1
{
	color:#fff;
	
	font-size:28px;
	
	line-height:28px;
	
	padding:0;
	
	margin:0;
}
.main-inner
{
	padding:20px 0 0;
}
.primery-inner
{
	width:650px;
	
	float:left;
	
	padding-left:5px;
}
.sidebar-inner
{
	width:300px;
	
	float:right;
	
	padding-right:25px;
	
	text-align:right;
	
	padding-top:68px;
}
.brands
{
	width:310px;
	
	float:left;
	
	
}
.brand-boxes
{
	background:#1678A3 url(images/brands_bg.jpg) no-repeat top;
	
	border-radius:8px;
	
	width:300px;
	
	float:left;
	
	padding:10px 5px 20px;
	
	
	min-height:257px;
	
	position:relative;
	
	color:#fff;
	
	font-size:16px;
}
.brand-shadow{
	background:url(images/brand-shadow.jpg) no-repeat top;
	
	height:39px;
	
	clear:both;
}
.brand-boxes p
{
	padding-left:5px;
	
	padding-right:5px;
}
.brand-boxes-end
{
	margin-bottom:0;
}
.brand-space
{
	width:20px;
	
	float:left;
}
.brand-logo
{
	padding-bottom:10px;
	
	text-align:center;
}
.brand-siteurl
{
	background:url(images/bname-bg.png);
	
	padding:6px 0;
	
	color:#1678A3;
	
	font-size:12px;
	
	position:absolute;
	
	left:-5px;
	
	height:34px;
	
	width:320px;
	
	text-align:center;
	


}
.brand-siteurl a
{
		font-size:22px;
	
	line-height:16px;
	
	color:#1678A3;
	
	font-family: 'maven_proregular';
	text-decoration:none;
}
.brand-sitebtn
{
	text-align:left;
	
	position:absolute;
	
	bottom:10px;
}
.map
{
	padding:20px 0 20px;
	clear:both;
}

/********************************************contact**********************************************/
#contact_form{
	width:280px;
	padding:15px 0;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border:none;
	margin-right: auto;
	margin-left: auto;
}
#contact_form legend{
	font-size: 15px;
	color: #C9C9C9;
}
#contact_form label{
	display: block;
	margin-bottom:5px;
}
#contact_form label span{
	float:left;
	width:100px;
	color:#666666;
}
#contact_form input{
	height: 28px;
	border-radius: 8px;
	padding-left: 4px;
	color: #333;
	width: 276px;
	margin-bottom:10px;
	border:1px solid #fff;
}
#contact_form textarea{
	border-radius: 8px;
	padding-left: 4px;
	color: #333;
	height:88px;
	width: 276px;
	border:1px solid #fff;
	margin-bottom:10px;
}
.submit_btn {
	color: #fff;
	background:url(images/submit.jpg) no-repeat top;
	border:none;
	width:104px;
	
	height:26px;
	
	cursor:pointer;
}
.submit_btn:hover 
{
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}
/*********************************************posts*************************************************/
.posts
{
	padding:10px;
}
.date
{
	width:50px;
	
	float:left;
	
	background:#444;
	
	text-align:center;
	
	font-family: 'maven_proregular';
	
	font-size:22px;
	
	color:#fff;
	
	border-radius:8px;
	
	padding:10px;
	
	margin-right:10px;
}
.post-cont
{
	width:230px;
	
	float:right;
}
.post-list
{
	padding-bottom:10px;
}
/*********************************************end Footer*******************************************/
/*********************************************Footer*******************************************/
.footer-bg
{
	background:#222;
	
	padding:20px 0 40px;
	
	font-family: 'maven_proregular';
	
	font-size:14px;
	
	color:#ccc;
	
	line-height:20px;
}
.footer-bg h3
{
	font-size:20px;
	
	line-height:20px;
	
	padding:5px 0;
	
	margin:0;
	
	font-family: 'maven_proregular';
	
	font-weight:normal;
	
	color:#fff;
}
.footer-row
{
	padding-bottom:20px;
}
.cols
{
	width:245px;
	
	float:left;
	
	text-align:left;
}
.cols ul
{
	padding:0;
	
	margin:0;
}
.cols ul li
{
	list-style:none;
	
	display:block;
}
.cols ul li a
{
	color:#29ABE2;
	
	text-decoration:none;
}
.cols ul li a:hover
{
	color:#fff;
}
.footer-bg a
{
		color:#29ABE2;
		
		text-decoration:none;
}
.copy
{
	background:#111;
	
	padding:22px; 0;
	
	text-align:center;
}