﻿a, a:active {
	outline: none !important;
}
a:focus, a:hover {
	color:#fff;
}
a:focus {
	outline: none !important;
	text-decoration:none;
}
body {
	color: #323133;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	font-weight:400;

}
* {
	margin:0;
	padding:0;
}
.intro {
	display: table;
	width: 100%;
	padding: 100px 0 0 0;
	text-align: center;
	color: #fff;
	/*background: url(../images/bg-image.jpg) no-repeat top center scroll;*/
	background-color: #000;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.headerText {
	text-align:center;
	display:block;
	overflow:hidden;
}
.headerText h1 {
	font-size:62px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	line-height:1.2;
}
.headerText h1 span {
	font-size:62px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
}
.homeButtons {
	display:inline-block;
	margin-top:50px;
}
.homeButtons .register {
	float:left;
	background:#6ebe44;
	text-align:center;
	padding:10px 0px;
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-right:40px;
	text-transform:uppercase;
	border:4px solid #6ebe44;
	display:block;
	width:304px;
	text-decoration:none;
	transition: background 0.2s ease;
	margin-bottom:20px;
}
.homeButtons .signin {
	float:left;
	background:rgba(140, 140, 140, 0.8);
	text-align:center;
	padding:10px 0;
	width:304px;
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-transform:uppercase;
	border:4px solid #fff;
	display:block;
	text-decoration:none;
	transition: background 0.2s ease;
}
.homeButtons a:hover {
	background:transparent;
}
.downArrow {
	display:table;
	width:100%;
	text-align:center;
	margin-top:70px;
}
.downArrow a {
	display:inline-block;
	background:url(../images/greenarrow-01.png) center center no-repeat;
	width:40px;
	height:38px;
}
.footerDiv {
	display:block;
	overflow:hidden;
	padding:15px 0 25px 0;
	background:#fff;
}
.innerWidth {
	width:1200px;
	margin:0 auto;
}
.logo-left {
	float:left;
}
.logo-right {
	float:right;
	margin-right:15px;
}
.logo-right p {
	color: #000;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 60px;
    margin-right: 10px;
}
.logo-right a {
	float:left;
}
.mission-data {
	background: #edeeef; /* Old browsers */
	background: -moz-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeef), color-stop(35%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #edeeef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#edeeef', GradientType=0 ); /* IE6-9 */
	padding:30px 0 0 0;
	display:table;
	width:100%;
}
.mission-data h3 {
	text-align:center;
	color:#6EBE44;
	font-weight:400;
	margin-bottom:20px;
	font-weight:600;
}
.missionBanner {
	display: table;
	width: 100%;
	height: 450px;
	padding: 150px 0 0 0;
	text-align: center;
	color: #fff;
	background: url(../images/subway.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.missionBanner h3 {
	color:#fff;
	font-weight:600;
	text-align:center;
}
.missionBanner h3 span {
	color:#6EBE44;
	font-weight:600;
	display:block;
	margin-top:5px;
}
.spacer60 {
	height:60px;
	clear:both;
}
.advantage-data {
	background: #edeeef; /* Old browsers */
	background: -moz-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeef), color-stop(35%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #edeeef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#edeeef', GradientType=0 ); /* IE6-9 */
	padding:30px 0 40px 0;
	display:table;
	width:100%;
}
.advantage-data h3 {
	text-align:center;
	color:#6EBE44;
	font-weight:400;
	margin-bottom:20px;
	font-weight:600;
}
.adv-list-item {
	overflow:hidden;
	margin-bottom:20px;
}
.adv-list-item .item-image {
	float:left;
	width:50px;
	text-align:left;
}
.adv-list-item .item-desc {
	display:block;
	margin-left:55px;
}
.advantage-data p {
	margin-bottom:0;
	color:#8C8A8E;
}
.advantage-data p.item-header {
	font-weight:600;
	color:#323133;
}
.process-data {
	background: #6ebe44;
	padding:30px 0 50px 0;
	display:table;
	width:100%;
}
.process-data h3 {
	text-align:center;
	color:#fff;
	font-weight:400;
	margin-bottom:20px;
	font-weight:600;
}
.process-data ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.process-data ul li {
	list-style-type:none;
}
.process-data ul li {
	float:left;
	width:20%;
	text-align:center;
}
.process-data ul li a {
	display:block;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity:1;
}
.process-data ul li a:hover {
	opacity:0.8;
	text-decoration:none;
}
.process-data ul li span {
	font-size:20px;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
	color:#fff;
}
.ourwork-data {
	background: #edeeef; /* Old browsers */
	background: -moz-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeef), color-stop(35%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #edeeef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edeeef 0%, #ffffff 35%, #ffffff 60%, #edeeef 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#edeeef', GradientType=0 ); /* IE6-9 */
	padding:30px 0 60px 0;
	display:table;
	width:100%;
	text-align:center;
}
.ourwork-data h3 {
	text-align:center;
	color:#323133;
	font-weight:400;
	margin-bottom:20px;
	font-weight:600;
}
.ourwork-data .carousel-control.left, .ourwork-data .carousel-control.right {
	background:none;
}
.ourwork-data p {
	font-size:18px;
}
.ourwork-data p span {
	font-size:20px;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
	color:#6EBE44;
}
.ourwork-data p small {
	font-size:20px;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
	color:#6EBE44;
}
.ourwork-data .carousel-control {
	width:30px;
	left:-20px;
}
.ourwork-data .carousel-control span {
	top:50px;
	position:relative;
}
.ourwork-data .carousel-control.right {
	left: auto;
	right: -20px;
}
.ourwork-data .carousel-indicators {
	bottom: -45px;
}
.ourwork-data .carousel-indicators li {
	background-color: #8c8a8e;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	text-indent: -999px;
	width: 16px;
}
.ourwork-data .carousel-indicators li.active {
	height: 16px;
	margin: 0 5px;
	width:16px;
	background-color:#323133;
}
.requestdemo-data {
	display: table;
	width: 100%;
	height: 300px;
	padding: 50px 0 90px 0;
	text-align: center;
	color: #fff;
	background: url(../images/tabletwithplans.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.requestdemo-data h1 {
	text-align:center;
	color:#fff;
	font-weight:400;
	margin-bottom:50px;
	font-weight:600;
	text-transform:uppercase;
}
.form-demo .form-control {
	height:40px;
	color:#323131;
}
.footer-data {
	background: #6ebe44;
	display: table;
	padding: 22px 0 22px;
	width: 100%;
}
.form-demo .btn {
	color:#fff;
	background:#6ebe44;
	height:40px;
	width:100%;
	text-transform:uppercase;
	font-weight:600;
}
ul.foo-menu {
	float:right;
	list-style-type:none;
	padding:0;
	margin:0;
	vertical-align:middle;
	margin-top:25px;
}
ul.foo-menu li {
	list-style-type:none;
	float:left;
	margin-left:18px;
	margin-right:18px;
}
ul.foo-menu li a {
	color:#fff;
	display:block;
	text-transform:uppercase;
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 12px 10px;
	line-height: 1.125em;
	cursor: pointer;
	border-bottom:1px solid #61ab3a;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: right;
	margin: 0.199em 0 0 0.478em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
    height: 0.425em;
    width: 1.425em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_brand {
	float:left
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
	box-sizing:border-box;
}
.slicknav_menu * {
	box-sizing:border-box;
}
/* Button */
.slicknav_btn {
	margin: 0;
	text-decoration:none;
	background: #6ebe44;
	width:100%;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	position:relative;
	text-indent:-999999px;
	background:url(../images/govmotus-logo-white-small.png) left center no-repeat;
	height:35px;
	width:197px;

}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_menu {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.slicknav_nav {
    background: url(../images/down-arrow.png) center top no-repeat rgba(0,0,0,0.9);
    color: #fff;
    font-size: 0.875em;
    margin: 0;
    position:relative;
    top:-2px;
    padding: 15px 0 10px 0;
    width: 100%;
    z-index: 9999;
}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a {
	padding:5px 10px;
	margin:4px 0px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_row:hover {
	background:none;
	color:#6ebe44;
}
.slicknav_nav a:hover {
	background:none;
	color:#6ebe44;
}
.slicknav_nav .slicknav_txtnode {
	margin-left:15px;
}
.slicknav_brand {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
}
.logoMini {
	display:none;
}
.slicknav_menu {
	display:none;
}
.aboutSlide {
	display:none;
}
/* Login */
.topHeader {
	border-bottom: 5px solid #6ebe44;
	background:#fff;
    display: table;
    left: 0;
    padding-bottom: 6px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:9999;
}	
.logoDefault {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.logoDefault a {
	display: block;
    margin-top: 10px;
}
.logoDefault span {
	color: #383839;
    font-family: sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    left: 190px;
    position: relative;
    top: -2px;
}
.intro {
	padding: 0px;!important;
}	
.loginForm {
   /* float: right;
    margin-right: 3%;
    margin-top: 0px;*/
}
.loginForm  .form-group {
	display:inline-block;
}
.loginForm .form-control {
	/*float:left;
	margin-left:10px;
	width:150px;
	*/
	display:inline-block;
}
.btn.btn-login {
	background: #7369a4; /* Old browsers */
	background: -moz-linear-gradient(top, #7369a4 0%, #554b88 6%, #443a79 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7369a4), color-stop(6%,#554b88), color-stop(100%,#443a79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7369a4 0%,#554b88 6%,#443a79 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7369a4 0%,#554b88 6%,#443a79 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7369a4 0%,#554b88 6%,#443a79 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7369a4 0%,#554b88 6%,#443a79 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7369a4', endColorstr='#443a79',GradientType=0 ); /* IE6-9 */
	border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 15px;
	margin-left:10px;
	color:#fff;
}
.btn.btn-login:hover {
	opacity:0.8;
	color:#fff;
}
.loginForm p {
	text-align:left;
	margin-left:10px;
	width:370px;
	margin-top:4px;
}	
.loginForm p.text-right {
	text-align:right;
}
.loginForm .reg a {	
	text-decoration:underline;
	color:#6EBE44;
}
.loginForm p.reg {
    position: absolute;
    top: 58px !important;
    right:0px;
}
.loginForm .reg a:hover {
	color:#000;
	text-decoration:none;
}
.loginFrame {
    height: 390px;
    width: 330px;
}
body #s4-simple-error-content {
    margin-bottom: -22px;
    padding-top: 0;
    text-align: left;
}
.loginFrame #content {
	 margin-top: -40px;
}
.loginPopup {	
	 height: 390px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 23%;
    width: 330px;
    z-index: 99999;
    display:none;
}

.loginBox {
    
    color:#383839;
     margin-right: 30px;
    margin-top: 10px;
   /* position: absolute;
    right: 30px;
    top: 10px;
    width: 435px;
    */
z-index: 99999;

}
.lgLogin{
	margin-top:5px;
}
.errorMsg {
    color: Red;
    font-size: 13px;
    font-weight: bold;
    /*position: absolute;*/
    right: 20px;
    top: -28px;
}
.loginBox table {
	margin:0 auto;
}
.govUser {
    color: #6ebe44 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
    text-decoration: underline;
}
.govUser:hover {
	text-decoration:none;
	color: #6ebe44 !important;
}
.loginBox label {
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: 4px;    
}
.loginBox input[type="text"] {
    /*position: absolute;
    right: 260px;
    top:25px;*/
    width: 175px !important;
	color:#000;
	background:transparent;
}
.loginBox input[type="password"] {
    /*position: absolute;
    right: 80px;
    top:25px;*/
    margin-left: 5px;
    width: 175px !important;
	color:#000;
	background:transparent;
}
.btnLoginGov{
	margin-left: 5px;
}
.loginBox input[type="checkbox"] {
	display:none;
}
.loginBox table span {
	 display:none;
}
.loginBox .errMsgCls{	
	/*left: 0; 
    position: absolute;
    top: 61px; 
    */
    color: red;      	
}
.ms-standardheader.ms-inputformheader label{
	color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 0;
    
}
.ms-buttonheightwidth {
    font-family: Calibri;
    font-size: large;
    position: absolute;
    right: 0px;
    top: 25px;
   /* background: #224092 none repeat scroll 0 0;
    border: 1px solid #224092;
    border-radius: 5px;
    color: #fff;     
    padding: 4px 15px;
    */
}
.ms-standardheader.ms-inputformheader {
    display: none;
}
/* slider */
.carousel {
    position: relative;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: 620px;
    max-width: 100%;
    width: 100%;
}
.mainSlider {
    border-bottom: 5px solid #6ebe44;
    margin-top: 108px;
}
.mainSlider .carousel-indicators {
	bottom: 20px;
}
.mainSlider .carousel-indicators li {
	background-color: #8c8a8e;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	text-indent: -999px;
	width: 16px;
}
.mainSlider .carousel-indicators li.active {
	height: 16px;
	margin: 0 5px;
	width:16px;
	background-color:#323133;
}
.mainSlider .carousel-caption {
	left:0;
	right:0;
	width:100%;
	top:45%;
	font-size:30px;
	font-weight: bold;
	bottom:auto !important;
}
.mainSlider .carousel-control {
	z-index:999;
	background:none;
}
.mainSlider .carousel-control:focus, .mainSlider .carousel-control:hover {
	background:none;
}
.arrowImage {
    border-radius: 4px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 46%;
}
.mainSlider .carousel-control:focus .arrowImage, .mainSlider .carousel-control:hover .arrowImage {
	background:transparent;

}
.arrowImage.left {
    left: 20px;
}
.arrowImage.right {
    right: 20px;
}
.mainSlider .carousel-control:focus .arrowImage, .mainSlider .carousel-control:hover .arrowImage {
    opacity: 1;
}
.grayLayer {
    background: rgba(0, 0, 0, 0.3) none repeat scroll left top;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.forgtPass a {
	color: #6ebe44;
    text-decoration: underline;
}
.forgtPass a:hover {
    color: #000;
    text-decoration: none;
}
.slideItem.slideImage-1 {
	background: url(../images/sliderImage1.jpg) no-repeat center top  scroll;
	background-color:#000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
	
}
.slideItem.slideImage-2 {
	background: url(../images/sliderImage21.jpg) no-repeat center top  scroll;
	background-color:#000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
.slideItem.slideImage-3 {
	background: url(../images/sliderImage31.jpg) no-repeat center top scroll;
	background-color:#000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
.slideItem.slideImage-4 {
	background: url(../images/sliderImage41.jpg) no-repeat center top scroll;
	background-color:#000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;

}
.slideItem.slideImage-5 {
	background: url(../images/sliderImage51.jpg) no-repeat center top scroll;
	background-color:#000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;

}
.slideItem {
	display:block;
	overflow:hidden;
}


@media (max-width:1024px) {
.topHeader {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    display: table;
    height: 115px;
    left: auto;
    padding-bottom: 6px;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 9999;
}
.loginForm {
    position: relative;
    top: 0px;
    width: 500px;
}
.mainSlider {
    border-bottom: 5px solid #6ebe44;
    border-top: 5px solid #6ebe44;
    margin-top: 0;
}    
.loginBox {
    position: absolute;
    right: 0;
    top: 106px;
}
.logoDefault {
	display:block;
}
.loginForm {
	margin-top:15px;
}

.innerWidth {
 width:94%;
 padding:0 3%; 
}
.slicknav_menu {
	display:block;
}
.headerText h1 {
	display:none;
}
.logoMini {
	display:block;
}
.intro {
	padding-top:0px;
	margin-top:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.headerText .downArrow {
	display:none;
}
.footerDiv {
	display:block;
}
.homeButtons {
	margin-top:20px;
}
.homeButtons .register, .homeButtons .signin {
	display:block;
	margin-right:0;
	float:none;
}
}
@media(max-width:768px) {

ul.foo-menu li {
	margin-left:10px;
	margin-right:10px;
}
.innerWidth {
	padding: 0;
	width: 98%;
}
.process-data ul li span {
	font-size:18px;
}
.logoDefault span {
	display:none;
}
}
@media (max-width:767px) {
.mainSlider .carousel-caption {
	top:20%;
}
.mainSlider .carousel-caption {
    font-size: 20px;
}
.loginBox input[type="text"] {
	right: 210px;
    width: 100px !important;
}
.mainSlider .carousel-indicators {
    bottom: 0px;
}
.loginBox input[type="password"] {
	width: 100px !important;
}
.loginForm p {
    float: right;
    margin-left: 10px;
    margin-top: 4px;
    text-align: left;
    width: 310px;
}
.loginForm p.reg {
    float: right;
    position: relative;
    right: 20px;
    top: 6px !important;
}
.loginForm {
    float: none;
    width: 100%;
	margin-right:0;
}

.headerText h1 {
 font-size:46px;
}
.headerText h1 span {
 font-size:46px;
}
.headerText {
 margin-top:40px;
}
.homeButtons {
 width:96%;
 padding:0 2%;
}
.homeButtons .signup {
 margin-right: 0;
 width: 96.8%;
}
.homeButtons .login {
 width: 96.8%;
}
.innerWidth {
 text-align:center;
}
.logo-left, .logo-right {
 float:none;
 display:inline-block;
 margin-bottom:10px;
 text-align:center;
}
.logo-right {
    margin-bottom: 0;
    float: right !important;
}
.logo-right p {
	margin-bottom:0;
}
.about {
	display:none;
}
.aboutSlide {
	display:block;
}
.aboutSlide .carousel-indicators {
	bottom: -45px;
}
.aboutSlide .carousel-indicators li {
	background-color: #8c8a8e;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	text-indent: -999px;
	width: 16px;
}
.aboutSlide .carousel-indicators li.active {
	height: 16px;
	margin: 0 5px;
	width:16px;
	background-color:#323133;
}
.logoMini img {
	max-width:100%;
}
.headerText {
	margin-left:-10px;
}
.homeButtons .register, .homeButtons .signin {
	width:96%;
	font-size:20px;
	padding:6px 0;
	margin:0 auto 20px auto;
}
.missionBanner {
	padding:30px 0 0;
	height:300px;
}
.missionBanner .downArrow {
	margin-top:40px;
}
.process-data ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.process-data ul li {
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 274px;
}
.process-data ul li span {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 100px;
    margin: 10px 0px;
    text-transform: uppercase;
}
.process-list img {
    height: auto;
    width: 100px;
}
.process-data ul li span:last-child {
	margin-left:10px;
}
.aboutSlide .carousel-inner {
	min-height:230px;
}
.intro {
    height: auto;
    padding-top: 0px;
	margin-top:0;
}
.ourwork-data .carousel-control {
	display:none;
}	
.ourwork-data .carousel-inner p {
	float:left;
	font-size:15px;
}
.ourwork-data .carousel-inner p span img {
	width:100px;
}
.ourwork-data .carousel-inner p:last-child {
	float:none;
	margin-left:120px;
	text-align:left;
}
.ourwork-data .carousel-inner p small {
	font-size:18px;
	margin-bottom:5px;
}
.ourwork-data .carousel-indicators {
    bottom: auto;
    left: 8px;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    top: 120px;

    width: auto;
    z-index: 15;
}
.footer-data {
	text-align:center;
}
ul.foo-menu {
	margin-top:10px;
	float:none;
	display:inline-block;
}
.requestdemo-data h1 {
	font-size:32px;
}
.logoDefault {
    float: left;
    margin-left: 20px;
    margin-top: 0;
}
.topHeader {
	height:165px;
}
.logoDefault img {
    width: 180px;
}
.loginBox {
    margin-right: 30px;
    margin-top:15px;
}
.footerDiv {
	padding: 15px 0;
}
.govUser {
	font-size:13px;
}
.lgTop {
    font-size: 13px;
}
.reg {
    font-size: 13px;
}
.forgtPass a {
    font-size: 13px;
}
}