* {
	margin:0;
	padding:0;
}
body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin:0 auto;
	font-weight:400;
	color:#003070;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
}
html {
	width: 100%;
	height: 100%;
}
a {
	text-decoration:none;
	outline:none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
	color:#fff;
}
.clear {
	clear:both;
	overflow:hidden;
	height:0px;
	font-size:0px;
}
.clear_l {
	clear:both;
}
ul, ol {
	padding:0px;
	margin:0px;
	list-style:none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline:none;
	box-shadow:none;
}
::-webkit-input-placeholder {
	color:#cacaca;
	opacity: 1;
}
::-moz-placeholder {
	color:#cacaca;
	opacity: 1;
}
:-moz-placeholder {
	color:#cacaca;
	opacity: 1;
}
:-ms-input-placeholder {
	color:#cacaca;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}
article, section, footer, header, figure, aside, hgroup, nav {
	display:block;
}
header, nav, article, footer, section, aside, figure, figcaption {
	display:block
}
button {
	outline: none;
	border: none;
	box-shadow: none;
}
.noPadding{
	padding:0;
}

#loading{
	background:#000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:9999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 100px;
	width:200px;
	margin-top: -50px;
	margin-left: -25px;
}

.loading {
	font-size:30px;
  color: #0A5CFE;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.loading > span {
  -webkit-animation: loadflip 2s infinite;
          animation: loadflip 2s infinite;
  display: inline-block;
  -webkit-transform-origin: 50% 50% -10px;
          transform-origin: 50% 50% -10px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.loading > span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading > span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading > span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading > span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading > span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes loadflip {
  to {
    -webkit-transform: rotateX(1turn);
            transform: rotateX(1turn);
  }
}

@keyframes loadflip {
  to {
    -webkit-transform: rotateX(1turn);
            transform: rotateX(1turn);
  }
}
header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height:60px;
    z-index: 1000;
    background:#;
	box-shadow: 0 2px 2px -2px rgba(255,255,255,0.2);
}
nav {
	position: relative;
	float: right;
	height:60px;
	padding-top: 10px;
	padding-right: 80px;
	background: none;
	width: 100%;
	transform: translateX(120%);
	-webkit-transform: translateX(120%);
	-moz-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
	-webkit-transition: all 0.45s ease-out;
	-ms-transition: all 0.45s ease-out;
}
.navigation {
	position: relative;
	float: right;
}
nav.slide-menu {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
}
nav ul li {
	position: relative;
	float: left;
	line-height: 14px;
}
nav ul li a {
	position: relative;
	float: left;
	letter-spacing: 1px;
	display:inline-block;
	font-weight:600;
}
nav ul li a span {
	position: relative;
	float: left;
	display: inline-block;
	padding: 10px 12px;
	margin: 0px 10px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	color: #FFF;
	overflow: hidden;
	transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
	-webkit-transition: all 0.45s ease-out;
	-ms-transition: all 0.45s ease-out;
}
nav a:hover,
nav a:focus {
	outline: none;
}
nav ul li a span::before,
nav ul li a span::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	color:#0A5CFE;
	font-weight:700;
}

nav ul li a span::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

nav ul li a span::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

nav ul li a span:hover::before,
nav ul li a span:hover::after,
nav ul li a span:focus::before,
nav ul li a span:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
nav ul li a span:hover {
	color: #0A5CFE;
}
nav ul li a span.active-link {
	color: #0A5CFE;
	font-weight: 700;
}
.logo {
	position: absolute;
	left: 30px;
	top: 12px;
	z-index: 102;
	display: none;
}
ul li .fa {
	position: absolute;
	top: 11px;
	right: 22px;
	font-size: 14px;
	color: #000;
}
nav ul > li > ul {
	visibility: hidden;
	opacity: 0;
}
nav ul > li:hover .dropmenu {
	visibility: visible;
	opacity: 1;
}
.mobile-icon {
	position: absolute;
	right: 30px;
	top:16px;
	z-index: 101;
	display: none;
}
.nav-menu-icon a {
	display: inline-block;
	width:30px;
	height:30px;
	cursor: pointer;
	text-decoration: none;
}
.nav-menu-icon a i {
	position: relative;
	display: inline-block;
	width:30px;
	height: 2px;
	color:#262626;
	font:bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent:-55px;
	background: #FFF;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
}
.nav-menu-icon a i::before, a i::after {
	content:'';
	width:30px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left:0;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
}
.nav-menu-icon a i::before {
    top: -7px;
}
.nav-menu-icon a i::after {
    bottom: -7px;
}
.nav-menu-icon a:hover i::before {
    top: -10px;
}
.nav-menu-icon a:hover i::after {
    bottom: -10px;
}
.nav-menu-icon a.active i {
	background: none;
}
.nav-menu-icon a.active i::before {
	top:0;
	-webkit-transform: rotateZ(-137deg);
	-moz-transform: rotateZ(-137deg);
	-ms-transform: rotateZ(-137deg);
	-o-transform: rotateZ(-137deg);
	transform: rotateZ(-137deg);
}
.nav-menu-icon a.active i::after {
	bottom:0;
	-webkit-transform: rotateZ(-42deg);
	-moz-transform: rotateZ(-42deg);
	-ms-transform: rotateZ(-42deg);
	-o-transform: rotateZ(-42deg);
	transform: rotateZ(-42deg);
}

/****Intro****/

.intro-section{
	height: 100%;
	width:100%;	
	max-height: 100vh;
	-webkit-transition: all 8s;
	transition: all 8s;
	-moz-transition: all 8s;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
	table-layout: fixed;
}
.introarea{
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
	color:#FFF;
	display:table;
}
.introinfo{
	display:table-cell;
	vertical-align:middle;
}
.intro-text{
	font-size:24px;
}
.mainslider.introslider{
	width: 100%;
	height: 100%;
	z-index: -1 !important;
	position: fixed !important;
	min-height: 105vh;
}
.introslider{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mainslider img{
	width:100%;
	background-attachment:fixed;
}
.mainlogo{
	margin-top:-2em;
	margin-bottom:20px;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
	z-index:-1
}
.bxslider, .bxslider li{
    height: 100% !important;
}
.bx-wrapper {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
  height:100% !important;
}
.bx-wrapper {
  height:100% !important;	
  background: #000;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left:7%;
  background: url('../images/mgee_prev.png') no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE8
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;	
}
.bx-wrapper .bx-next {
  right:7%;
  background: url('../images/mgee_next.png') no-repeat ;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE8
	filter: alpha(opacity=50);
	opacity: 0.5;	
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;	
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width:48px;
	height: 31px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 1.25s ease-in-out;
	-moz-transition: opacity 1.25s ease-in-out;
	-webkit-transition: opacity 1.25s ease-in-out;
}
.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
span.highlight.typed {
    font-weight: 400;
}
.btn-down{
	position:absolute;
	bottom:30px;
}
.circle-btn{
	cursor: pointer;
	margin: 0 auto;
	transform: rotate(45deg); 
	margin:0 auto;
}
#arrow {
	width: 30px;
	height: 30px;
	border: 1.5px solid #0A5CFE;
	border-top: none;
	border-left: none;
	-webkit-animation:scrollDown 1.4s infinite cubic-bezier(0.33, 0.03, 0.87, 1.01);
	-o-animation:scrollDown 1.4s infinite cubic-bezier(0.33, 0.03, 0.87, 1.01);
	-moz-animation:scrollDown 1.4s infinite cubic-bezier(0.33, 0.03, 0.87, 1.01);
	animation: scrollDown 1.4s infinite cubic-bezier(0.33, 0.03, 0.87, 1.01);
}
@keyframes scrollDown {
  0% {transform: translate(2px, 2px);} 
  50% {transform: translate(8px, 8px);} 
  100% {transform: translate(2px, 2px);}
}
@-moz-keyframes scrollDown {
  0% { transform: translate(2px, 2px);}  
  50% {transform: translate(8px, 8px);}  
  100% {transform: translate(2px, 2px);}
}
@-webkit-keyframes scrollDown {
  0% {transform: translate(2px, 2px);}  
  50% {transform: translate(8px, 8px);}  
  100% {transform: translate(2px, 2px);}
}

/*@media screen and (max-width: 992px) {
header {
    height: 80px;
}*/
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.navigation ul{
	margin-right:10px;
}
.navigation ul li{
	display:inline-block;
	margin-top:15px;
	position:relative;
}
.navigation ul li a{
    color: #FFF;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.navigation ul li:last-child{
	margin-left:-10px;
}
.navigation ul li:before{
    content: "\00b7";
    color: #0A5CFE;
    font-size: 50px;
    position: absolute;
    top: 0;
    margin-top: -22px;
    margin-left: -5px;
}
.navigation ul li:first-child:before{
    content: "";
    color: #0A5CFE;
    font-size: 50px;
    position: absolute;
    top: 0;
    margin-top: -22px;
}
a:hover{
	color:#0A5CFE !important;
}

.slidernav{
	display:block;
	margin:0 auto;
	text-align:center;
	width:100%;
}
h1 strong {
    font-size: 2.5rem;
}
.slidernav h1{
	font-size:1.5em;
    margin: auto;
    font-weight: 400;
     padding:1.5rem 0;
    
}
.slidernav h3 {
	font-size:1.5em;
   padding-top:2.5em;
   font-weight: 400;
    

}

ul.solutions {
    margin: auto;
    width:48%;

}
ul.solutions li {
	  list-style: inside;
    padding-top: 0.5rem;
     font-size: 1.2rem;
    
}
.slidernav ul li a{
	color:#FFF;
	padding:8px 35px;
	margin:0 20px;
	border:1px solid #FFF;
	font-size:20px;
}
.slidernav ul li a:hover{
	background:#0A5CFE;
	color:#FFF !important;
	border:1px solid #0A5CFE;
}
.homeIntro{
	width: 38%;
	margin:0 auto;
	font-size: 21px;
	line-height: 1.4; 
}
.homeIntro p{
	margin-bottom:30px;
}
.homeIntro p a{
	font-weight: 700;
	color: #FFF;
	font-size: 24px;
}
.homeIntro p a:hover{
	color: #0A5CFE;
}
.insidebanner{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.insidebanner img{
	width: 100%;
}



@media screen and (max-width: 992px) {
.mainslider{
	width:100%;
	overflow:hidden;
}
.bx-wrapper img {
    width: auto !important;
    position: relative;
    right: 15%;
}
ul.solutions{
    margin: auto;
    width:100% !important;
}
}
@media screen and (max-width: 600px) {
.mainlogo {
	width: 40%;
	margin: -2em auto 20px;
}
.mainlogo img{
	width: 100%;
}
.slidernav h1{
    Padding:20px;
    font-size:1.5em;
    
}
.slidernav h3 {
   Padding:20px;
    font-size:1.5em;

}

.slidernav ul li {
    width:100%;
    margin-top:15px;
}
.slidernav ul li a {
    padding: 8px 35px;
    margin: 0 auto;
    width: 70%;
    display: block;
}
.navigation ul li a {
    color: #FFF;
    padding: 6px 10px;
    font-size: 10px;
}
}
@media (max-width:480px) {
.bx-wrapper img {
    right: 86%;
}
.navigation {
	display: none;
}
}	
}
 /* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.bx-wrapper img {
    right: 0 !important;
    width: 100% !important;
}  

} 