@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	font-family: 'Lato', sans-serif;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
}

body::-webkit-scrollbar {
 width:10px;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 body::-webkit-scrollbar-thumb {
 background-color:#04a9d8;
 outline: 1px solid slategrey;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #04a9d8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #04a9d8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #04a9d8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4b5b68;
}


* {
	margin:0px;
	padding:0px;
	border:0px;
}

.clear {
	clear:both;
}

img {
	border:none;
	outline:none;
	display:inline-block;
}
a {
	text-decoration:none;
}
ul, ol, li {
	list-style:none;
}
p {
	text-align:justify;
	padding-bottom:10px;
	line-height:22px;
}
input, textarea, select, option, table, tr, td {
	font-size: 13px;
	color: #000;
	font-family: 'Lato', sans-serif;
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

.header
{
	width:100%;
	background:#f7f7f7;
	height:95px;
	max-width:100%;
	
	/* fallback */
  background-color: #e0e0e0;
  background-image: url(images/linear_bg_1.png);
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#ffffff));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #ffffff, #e0e0e0);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #ffffff, #e0e0e0);

  /* IE 10 */
  background: -ms-linear-gradient(left, #ffffff, #e0e0e0);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #ffffff, #e0e0e0);
}
.get-in-touch{

	text-align:center;
}

.logo
{
	width:224px;
	height:auto;
	float:left;
	padding-top:4px;
}
<!--===================MENU=========================-->

.menu
{
position: relative;
left: 0;
display: block;
float:right;
margin: 0px 10px 0 0;
}

/*<!--#menu
{
	width:1005px;
	margin:auto;
	max-width:100%;
}-->*/
#cssmenu {
 
  	margin: 0;
    width:71%;
  	padding: 0;
  	/*line-height: 1;*/
  	display: block;
  	position: relative;
	float:right;
	/*<!--margin-top:40px;-->*/

}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
 /* -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  
}
#cssmenu ul li ul {
    position: absolute;
    left: -9999px;
    top: 72px;
    padding-top: 0px;
	}

#cssmenu ul li ul li {
  max-height: 0;
  padding:5px;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;  
  border-bottom: #EDEDED solid 1px;
}

/*#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}*/

#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}

/*#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top:15px;
  right: 15px;
}*/

#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}

#cssmenu ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 170px;
    padding: 5px 0 5px 10px;
	  }
  
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
	color:#FCA629;
	border-bottom:none !important; 
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
 border-bottom:none !important; 
}

#cssmenu ul li ul li a.active{
  /*background: #4cb6ea;*/
 border-bottom:none !important; 
}

#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
  margin:0px 7px;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  /*background: #47494f;*/
/*  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;  
*/ 
}

#cssmenu > ul > li a.active:after {
	border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #04a9d8 0px;
    content: " ";
    height: 0;
    left: 58%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    bottom: -8px;
    overflow: hidden;   
}

#cssmenu ul li a.active{
	/*background: #47494f;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
	color:#FFF;*/
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	/* transition: all .4s ease-in-out;*/
	/*border-bottom:#f3532a 3px solid;*/
	color:#04a9d8 ;
	font-weight:400;
	border-bottom:#04a9d8 3px solid;	
}


.active {	
	/*background: #47494f;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
	color:#FFF;*/
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	/* transition: all .4s ease-in-out;*/
	/*border-bottom:#f3532a 3px solid;*/
	color:#04a9d8;	
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
/*#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 14px;
}

#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top:18px;
}*/
/*#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 45px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 2;
  position: relative;
  transition: all .4s ease-in-out;
  padding-bottom:35px;
  font-weight:500;
  
  
}*/
#cssmenu > ul > li > a {
	    color: #828282;
    padding: 42px 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 2;
    position: relative;
    /* transition: all .4s ease-in-out; */
    padding-bottom: 35px;
    font-weight: 550;
    padding-bottom: 11px;
    width: auto;
  
}
#cssmenu > ul > li > a:hover {
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  /*transition: all .4s ease-in-out;*/
  border-bottom:#04a9d8 0px solid;
  font-weight:550;
/*   transition: all .4s ease-in-out;*/
  
   
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
  
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #04a9d8;
  border-bottom:#04a9d8 solid 3px; 
  
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
	border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #04a9d8 5px;
    content: " ";
    height: 0;
    left: 55%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    bottom: -8px;
    overflow: hidden;
}

#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;

}

#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
  border-bottom: #EDEDED solid 1px;
}

@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: 100%;
	z-index:1;
	opacity:1;

	
}
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
	margin-top:14px;
	background:#000;
	z-index:1;


}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top:0px;
    padding-top:0px;

}

#cssmenu ul li ul li a:hover {
 color:#FFF;

}
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
	
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding:10px 20px;
	text-align:left;
	color:#FFF !important;
	
	
  }
  #cssmenu ul li a:hover {
      color:#04a9d8 !important;
	   border-bottom:none;
	  
	 /* border-bottom: #f3532a 3px solid;*/
 }
 #cssmenu ul li a.active{
	/*background: #47494f;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
	color:#FFF;*/
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	/* transition: all .4s ease-in-out;*/
	/*border-bottom:#f3532a 3px solid;*/
	color:#04a9d8 ;
	font-weight:400;
	   border-bottom:none;
}

  #cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
/* border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-top: solid #f3532a 7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
	bottom:-10px;
	overflow:hidden;*/
	display:none;
}


  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    /*padding: 8px 20px 8px 35px;*/
    color: #fff;
  }
  #cssmenu ul li ul ul li a {
   /* padding: 8px 20px 8px 50px;*/

  }
  #cssmenu ul li ul li:hover > a {
    color: #fff;
  }
  #cssmenu #menu-button {
    display: block;
   width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    cursor: pointer;
	width: 0; 
	height: 0; 
	
	
  }
 #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height:2px;
    width: 22px;
    border-top: 1px solid #000;
  right: 20px;
    top: 12px;
	
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height:0px;
    width: 22px;
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom:5px;
	right: 20px;
    top: 18px;

  }
 #cssmenu ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 270px;
    padding: 5px 0 5px 47px;
}
}


.pagewrap{
	height: 100%;
}

.pageblock{
	width: 100%;
}

.pagewrap .fb-like{
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}

.pagewrap .githubbuttons{
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}

.pagewrap .copy{
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}

.pagewrap .copy a,.pagewrap .copy a:hover{
	color: white;
} 

.pageblock#fullscreen{
	height: 100%;
	background: none;
	color: white;
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family: 'sxehwcmaax-blackblack', Helvetica, Arial, Verdana;
	font-weight:normal;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;
}

.pageblock#fullscreen .slider .slide .slidecontent h1{
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 120px;
	margin: 20px 0 30px 0;
	padding: 0;
	line-height: 115px;
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #f0f0f0;
	font-style: italic;
	display: block;
}

.pageblock#fullscreen .slider .slide .slidecontent .button{
	padding: 10px 25px;
	border: 3px solid white;
	text-transform: uppercase;
	background: transparent;
	background: rgba(0,0,0,.2);
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 20px;
}

.pageblock#fullscreen .slider .slide .slidecontent .button a,.pageblock#fullscreen .slider .slide .slidecontent .button a:hover{
	text-decoration: none !important;
	color: white;
}

.pageblock#fullscreen .slider .slide .slidecontent .button:hover{
	background: rgba(0,0,0,.3);
}

.pageblock#fullscreen .slider .slide .slidecontent .text{
	width: 900px;
	margin: 0 auto;
	line-height: 28px;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color: white;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}

.pageblock#fullscreen .slider .slide .slidecontent .text xmp{
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}

.pageblock#fullscreen #slideposition{
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 500;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pageblock#fullscreen #slideposition ul li.indicator{
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #222;
	margin: 0px 7px;
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: white;
}


.innovation-section
{
/*    width:100%;
    height:auto;
    background:url(../images/innovation-right-side.png) no-repeat right #f9f9f9;
    padding:36px 0px;
    float:left;
    margin-top: -22px;*/
}
.innovation-left{
    float: left;
    width: 47%;
    height: auto;
    padding: 25px 0 0 37px;
    background: #f5f5f5;
    min-height: 390px;
	}
.innovation-left h1{
	color: #646464;
	font-size: 24px;
	padding-left: 10px;
	font-weight:300;
	float: left;
	padding-top: 9px;
}
.innovation-left h1 span
{
        color: #f8ce83;
   
}
.innovation-left p{
    color:#2B2A2A;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    margin: 0 0 0 10px;
    width: 85%;
    float: left;

}
.innovation-left-a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:12px 15px;
  background:#2c2c2c;
  color:#FFF;
  text-transform:uppercase;
  font-size:13px;
  margin-left:10px;
}
.innovation-left-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.innovation-left-a:hover, .innovation-left-a:focus, .innovation-left-a:active {
  color: white;
}
.innovation-left-a:hover:before, .innovation-left-a:focus:before, .innovation-left-a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.innovation-left-a1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:12px 15px;
  background:#fff;
  color:#2c2c2c;
  border:1px solid #2c2c2c;
  text-transform:uppercase;
  font-size:13px;
  margin-left:10px;
}
.innovation-left-a1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c2c2c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.innovation-left-a1:hover, .innovation-left-a1:focus, .innovation-left-a1:active {
  color: white;
}
.innovation-left-a1:hover:before, .innovation-left-a1:focus:before, .innovation-left-a1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.innovation-right{
	width: 50%;
	height: auto;
	/*    background: url(../images/innovation-right-side.png) no-repeat; */
	background-size:100% 100%;
	padding: 36px 0px;
	float: right;
	margin-top: -22px;
	min-height:366px;
}
.innovation-right h1{
    color: #2c2c2c;
    font-size: 24px;
    padding-left: 10px;
    font-weight:300;
    float:left;
    padding-top: 9px;
}
.innovation-right-ul{
    list-style: none;
    clear: both;
    margin: 15px 40px;
	}
.innovation-right-ul li{
    list-style: none;
    display: block;
    margin: 5px 6px;
    padding-left: 22px;
    font-size: 22px;
    color: #fff;
    padding: 14px 10px;
    border: #04A9D8 solid 1px;
    border-radius: 8px;
    background: #04A9D8;
    width: 100%;
    text-align: center;
		}
.innovation-right-ul2{
	float: right;
	list-style: none;
	clear: both;
	margin: -300px 60px;
	width: 264px;
   
}
.innovation-right-ul2 li
{
    list-style: none;
    display: block;
    margin: 5px 6px;
    /* background: url(../images/list-item.png) no-repeat left; */
    padding-left: 22px;
    font-size: 14px;
    /* background: #000; */
    color: #000;
    padding: 10px 10px;
    border: #04A9D8  solid 1px;
   
}

.innovation-left-a2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:12px 15px;
  background:#04a9d8;
  color:#fff;
  text-transform:uppercase;
  font-size:13px;
  margin-left:10px;
      margin-top: 27px;
}
.innovation-left-a2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c2c2c;
  
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.innovation-left-a2:hover, .innovation-left-a2:focus, .innovation-left-a2:active {
  color: white;
}
.innovation-left-a2:hover:before, .innovation-left-a2:focus:before, .innovation-left-a2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.services-left-cont{
    width: 50%;
    height: auto;
    background:#fff;
    margin: auto;
    float: left;
	}
	
.services-left-cont h1{
	font-size: 28px;
	color: #474747;
	font-weight: 500;
	text-transform: capitalize;
	margin:50px 0 25px 40px;
	}
	
.services-left-cont ul{
    margin: 0px;
    padding: 0px;
    margin-left:40px;	
	}	
.services-left-cont ul li{
    float: left;
	width: 178px;
	height: 113px;
	border:#E4E2E2  solid 1px;
	text-align:center;
	margin:5px;	
}	
.services-left-cont ul li img{
}			
		
.services-right-cont{
    width: 50%;
    height: auto;
    background: #ecebeb;
    margin: auto;
    float: right;
    min-height:790px;
   }		
.services-left{
	float:left;
	width:50%;
	height:auto;
	}	
.services-left img{
	float:left;
	width:99.8%;
	height:auto;
	}
.services-right{
    width: 90%;
    height: auto;
    margin: 0px auto;
	}	
.services-right h1{
	font-size: 28px;
	color: #474747;
	font-weight: 500;
	text-transform: capitalize;
	margin:50px 20px;
	
	}
	
	
.services-right h2{
	font-size: 15px;
	color: #474747;
	font-weight: 600;
	text-transform: capitalize;
	margin: -28px 22px;
   }
.services-right h2::after {
	content: " ";
	border: solid 2px #cccccc;
	display: block;
	width: 130px;
	margin: 23px 2px;
	}
	
.services-right ul{
	list-style:none;
	display:inline-table;
	margin-top:0;
	}
	
.services-right ul li{
	list-style:none;
	display:inline-table;
	width:600px;
	float:left;
	margin:25px 24px;
	}
.services-right ul li h1{
	float: left;
	margin: 8px 20px;
	font-size: 20px;
	color: #2d2d2d;
	text-transform: uppercase;
	text-align: left;	
    }
	
.services-right ul li p{    
	float: left;
	margin: -43px 111px;
	font-size: 15px;
	color: #2d2d2d;
	line-height: 22px;	
    }
	
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 3px 6px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
   }
.hi-icon:before {
	font-family: 'ecoicon';
    speak: none;
    font-size: 43px;
    line-height: 80px;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
	}
.hi-icon-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}

.hi-icon-earth:before {
	content: "\e002";
}

.hi-icon-support:before {
	content: "\e000";
}

.hi-icon-locked:before {
	content: "\e001";
}

.hi-icon-cog:before {
	content: "\e003";
}

.hi-icon-clock:before {
	content: "\e004";
}
@font-face {
	font-family: 'ecoicon';
	src:url('../fonts/ecoicons/ecoicon.eot');
	src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ecoicons/ecoicon.woff') format('woff'),
		url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
		url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hi-icon-videos:before {
	content: "\e005";
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}

.hi-icon-images:before {
	content: "\e008";
}

.hi-icon-pencil:before {
	content: "\e00b";
}

.hi-icon-link:before {
	content: "\e00c";
}

.hi-icon-mail:before {
	content: "\e00d";
}

.hi-icon-location:before {
	content: "\e00e";
}

.hi-icon-archive:before {
	content: "\e00f";
}

.hi-icon-chat:before {
	content: "\e010";
}

.hi-icon-bookmark:before {
	content: "\e011";
}

.hi-icon-user:before {
	content: "\e012";
}

.hi-icon-contract:before {
	content: "\e013";
}

.hi-icon-star:before {
	content: "\e014";
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: rgba(0,186,208,0.8);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	float:left;
}


.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #00bad0;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 1b */
.hi-icon-effect-1b .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
	color: #fff;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #00bad0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
	color: #eea303;
}

.hi-icon-effect-2a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

/* Effect 2b */
.hi-icon-effect-2b .hi-icon:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.hi-icon-effect-2b .hi-icon:hover {
	color: #fff;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
	color: #f06060;
}

.hi-icon-effect-3a .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-3a .hi-icon:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
	color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
	color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
	width: 92px;
	height: 92px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);	
}

.hi-icon-effect-4a .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
	line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #fff;
}

.hi-icon-effect-4 .hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}

/* Effect 4b */
.hi-icon-effect-4b .hi-icon:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4b .hi-icon:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
	display: none;
}

.hi-icon-effect-5 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.hi-icon-effect-5a .hi-icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5b .hi-icon:hover:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5c .hi-icon:hover:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5d .hi-icon:hover:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

/* Effect 6 */
.hi-icon-effect-6 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-6 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #64bb5d;
}

.hi-icon-effect-6 .hi-icon:hover:before {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 rgba(255,255,255,1);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 rgba(255,255,255,1);
}

.hi-icon-effect-7a .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
	box-shadow: 3px 3px rgba(255,255,255,1);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #fff;
}

/* Effect 9b */
.hi-icon-effect-9b .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fff;
}

.clients{
	width: 100%;
	margin: 17px -15px;
	background: #FFF;
	height: auto;
	float: left;
}
.happy-cust{
    width: 277px;
    margin:20px auto;
    text-align: center;
	}
.happy-cust .heading{
    color:#646464;
    font-weight:300 !important;
	font-size:28px;
    padding: 20px 0 0 0;	
	}
.happy-cust img{
	width:34px;
	float:left;
	height:34px;
	margin:20px auto;
	text-align:center;
	}
.component.logos-block {
    border-top: 0px solid #e4e9eb;
	margin-top:10px;
	width:101%;
	}
.component.logos-block .logo {
    width: 14%;
    position: relative;
    background: center center no-repeat #FAFAFA;
    border: 1px solid #e4e9eb;
    padding: 0px 2.8px;
    margin: 10px 5px 5px 18px;
		}
.component.logos-block .logo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}
.component.logos-block .logo>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*.component.logos-block1 {
    border-top: 1px solid #e4e9eb;
	margin-top:10px;
	width:101%;
	}
.component.logos-block1 .logo1{
   
	    width: 16%;
    position: relative;
    background: center center no-repeat #FAFAFA;
    border-right: 1px solid #e4e9eb;
    border-bottom: 1px solid #e4e9eb;
    border-left: 1px solid #e4e9eb;
    left:0px;
    padding: 0px 2.8px;
	}
.component.logos-block1 .logo1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}
.component.logos-block1 .logo1>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/


.get-in-touch{
    width: 100%;
    height: 110px;
    margin-top: 10px;
    background: #04a9d8;
    float: left;
	}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #04a9d8;
    cursor: pointer;
    color: #FFF;
    border: #FFF solid 2px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: auto;
    text-align: center;
    padding: 8px 15px;
    margin-top:30px;
	text-transform:uppercase;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#273140;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.container{
    width: 1170px;
    margin: auto;
	max-width:100%;
}


#footer_bg{
	background-color:#273140;
	min-height:98px;
	width:100%;
	}

#footer_bg .container{
    width: 1170px;
    margin: auto;
    padding-top: 30px;
	max-width:100%;
		}
#footer_bg .container .left_cont{
    float: none;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    padding-top: 5px;
    text-align: center;	
		}
#footer_bg .container .left_cont a{
	text-decoration:none;
	font-size:14px;
	font-weight:300;
	color:#FFF;
	transition:all 0.3s ease-in-out;
	}		

#footer_bg .container .left_cont a:hover{
	color:#04a9d8;
	}		
#footer_bg .container .mid_cont{
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;		
	}	
#footer_bg .container .right_cont{
    float: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding-bottom: 10px;
			}	
	
#footer_bg .container .right_cont a{
	text-decoration:none;
	font-size:14px;
	font-weight:300;
	color:#FFF;
	transition:all 0.3s ease-in-out;
	}		

#footer_bg .container .right_cont a:hover{
	color:#04a9d8;
	}				


#about_header_bg{
	background-image:url(../images/about-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;		
	}
	#about_header_bg-h1{
	        color: #FFF;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    padding-top: 120px;
	}


#device-tracking_bg{
	background-image:url(../images/device-tracking-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	
	#otpa_bg{
	background-image:url(../images/otpa-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	#cms_bg{
	background-image:url(../images/cms-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	#subscription_bg{
	background-image:url(../images/subscription-engine.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
		#career_bg{
	background-image:url(../images/careers.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	#customer_bg{
	background-image:url(../images/customer-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	
	#construction_bg{
	background-image:url(../images/construction-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
		#contact_bg{
	background-image:url(../images/contact-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	#ussd_bg{
	background-image:url(../images/ussd-banner.jpg);
	background-repeat:no-repeat;
	min-height:279px;
	background-size:100% 100%;	
	}
	.about_title{
	width:100%;
	margin:auto;
	text-align:center;
	}
.about_title p{
	color: #019ad0;
	padding:35px 0;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 38px;
	}
	
.about_left_cont_bg{
	width:44.9%;
	float:left;
	min-height:500px;
	padding:30px;
	background-color:#eeeff0;
	}
	
.about_left_cont_bg h2{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding: 0 0 15px 0;
		}
	
.about_left_cont_bg p{
    color: #2B2A2A;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 15px 0;
    line-height: 24px;
 	}	
			
.about_left_cont_bg ul{
	margin:0px;
	padding:0px;
	}	
.about_left_cont_bg ul li{
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    color: #2B2A2A;
    line-height: 22px;
    background: url(../images/arrow-icon.png) 0 7px no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 0 10px;
	}
	
.pro_sep_design{
    background:#F3F3F3;
    margin: auto;
    padding: 25px;
    min-height: 230px;
	}

.pro_sep_design .underline{
    color: #FAAD24;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
	}

.pro_sep_design h2{
	font-size:16px;
	font-weight:500;
	}		
	
.pro_sep_design p{
    color: #2B2A2A;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 21px;
		}	
	
.pro_sep_design ul{
	margin:0px;
	padding:0px;
	}	
.pro_sep_design ul li{
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    color: #2B2A2A;
    line-height: 22px;
    background: url(../images/arrow-icon.png) 0 7px no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 0 10px;
	}	
	
	
.about_right_cont_bg{
	width:44.8%;
	float:right;
	min-height:500px;
	padding:30px;
	background-color:#f4f4f5;
	}			
	
.about_right_cont_bg h2{
	color:#000;
	font-size:25px;
	font-weight:500;
	padding:0 0 15px 0;
	}	
.about_right_cont_bg p{
    color:#2B2A2A;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 15px 0;
    line-height: 24px;
	}	
.about_right_cont_bg ul{
	margin:0px;
	padding:0px;
	}	
.about_right_cont_bg ul li{
    list-style-type: none;
    /* float: left; */
    /* width: 100%; */
    font-weight: 400;
    font-size: 15px;
    color:#2B2A2A;
    line-height: 22px;
    background: url(../images/arrow-icon.png) 0 7px no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 10px 10px;
			}	
			
			
.career{
    width:100%;
    float: left;
    padding: 30px auto;
	height:auto;
   
}						

.career h2{
	color:#7a7a7a;
	font-size:25px;
	font-weight:300;
	padding:0 0 15px 0;
	}	
.career p{
    color: #2B2A2A;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 15px 46px;
    line-height: 24px;
	    width: 92%;
		max-width:100%;
	}	
.career ul{
	margin:0px 37px;
	padding:0px;
	}	
.career ul li{
    list-style-type: none;
    /* float: left; */
    /* width: 100%; */
    font-weight: 400;
    font-size: 15px;
    color:#2B2A2A;
    line-height: 22px;
    background: url(../images/arrow-icon.png) 0 7px no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 10px 10px;
			}	
			
			
.positions{
  background: #f6f3f3;
  background-image: -webkit-linear-gradient(top, #f6f3f3, #eeecec);
  background-image: -moz-linear-gradient(top, #f6f3f3, #eeecec);
  background-image: -o-linear-gradient(top, #f6f3f3, #eeecec);
  backround-image: -moz-linear-gradient(top, #f6f3f3, #eeecec);
  background-image: -o-linear-gradient(top, #f6f3f3, #eeecec);
  background-image: linear-gradient(to bottom, #f6f3f3, #eeecec);
  border:1px solid #ccc;
  padding:10px 20px 10px 10px;
  text-align:left;
  font-size:14px;
     width: 89%;
    margin: auto;
  color:#000;
  font-weight:bold;
  border-bottom:none;	
      cursor: pointer;
}

.description{ 
    padding: 10px 20px 10px 18px;
    /* border: 1px solid #ccc; */
    /* border: 1px solid #ccc; */
    margin-left: -7px;
    width: 100%;
}
.span_left{display:block; float:left; width:30%; padding-bottom:10px}
.span_right{display:block; float:right; width:69%; line-height:18px; padding-bottom:10px;     color: #7B7E85;
    font-weight: 400;}
.fright {
    float: right;
}
.cursor {
    cursor: pointer;
}

.txt_blue {
    color: #019ad0 !important;
    font-weight: 500;

}
.contact-a{
 color:#2B2A2A;
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-a:hover
{
 color:#019ad0;
 
}

.contact-form
{
	width:100%;
	margin:auto;
}
.contact-form li {
    display: inline-block;
    margin: -2px 0px;
}
.contact-form label {
    color:#2B2A2A !important;
    display: inline-block;
    float: left;
    width: 106px;
    vertical-align: text-top;
}
.contact-form input[type='text'] {
        border: 1px solid #e3e3e3;
    width: 180%;
    height: 32px;
    background: #fff !important;
    /* margin-left: 14px; */
    outline: none;
    font-size: 14px;
    margin: auto;
    margin-top: 15px;
    margin-left: 20px;
}
.contact-form textarea {
    border: 1px solid #e3e3e3;
    width: 171%;
    /* height: 150px; */
    background: #fff !important;
    margin: auto;
    outline: none;
    /* border-radius: 3px; */
    margin-top: 15px;
    font-size: 14px;
    margin-left: 20px;
    min-height: 150px;
}
.contact-form-submit {
        padding: 8px 1px;
    float: right;
    background: #04a9d8;
    width: 110px;
    color: #FFF;
    font-size: 15px;
    margin: 29px 0;
    cursor: pointer;
    border: 1px solid #04a9d8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form-submit:hover {
    background: #fff;
    color: #04a9d8;
	  border: 1px solid #04a9d8;
   
}
.form-control, input[type='text'], input[type='email'], input[type='password'], textarea, select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #6c6e73;
    background-color: #f5f6f6;
    background-image: none;
    border: 1px solid #e9eaeb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.clients a img{
    border: #CCC solid 1px;
    text-align: center;
    padding: 0 10px 0 20px;
    width: 100px;
    height: 95px;
		}	

.get-in-touch{
	background-color:#000;
	width:auto;
	height:auto;	
	color:#FFF;
	padding:10px 10px;
	transition:all 0.3s ease-in-out;
	cursor:pointer;
	}	
.get-in-touch:hover{
	background-color:#faad24;
	color:#fff;
	}		
		
.partneship-logo{
    width: 100%;
    height: auto;
    margin: auto;
	}		
.partneship-logo ul{
    margin: 0px;
    padding: 0px;
	}	
.partneship-logo ul li{
    float: left;
	list-style-type:none;
	background-image:none;
	width: 178px;
	height: 113px;
	border:#E4E2E2  solid 1px;
	text-align:center;
	margin:5px;
    background: #fff;	
}
	
.radio-btn{
    font-size: 18px;
    padding: 20px 0 10px 0;
	}
.radio span{
	font-size:13px;
	line-height:30px;
	}
	.captcha-text
	{
		 width: 361px;
    margin-left: 66px;
	float:left;
	}
	.msg-text
	{
		margin-top: -108px;
	}
