/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333333;}


.header{
	width:100%;
	max-width:1170px;
	margin:0 auto;}

.logo{
	float:left;
	}
	
.main_nav{
	float:right;
	width:570px;
	}	
	
.main_nav ul {
  float: left;
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
}
	
.main_nav ul li{
	float:left;

	}	
	
.main_nav ul li a{
	text-decoration:none;
	display:block;
	color: #777777;
	padding:15px 14px;
	position:relative;
	   }
 


.main_nav ul li a:before {
  background: none repeat scroll 0 0 #5561cd;
  bottom: 4px;
  content: "";
  display: block;
  height: 3px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease-out 0s;
}
	
.main_nav ul li a:focus{
	color:#333333;}
	
.main_nav ul li a:hover{
	color:#333333;}	
	

.main_nav ul li a:hover:before{
    bottom: 10px;
    opacity: 1;
	}

.clear{
	clear:both;}
	
.banner_wrap {
  background-color: #5561cd;
  height: 320px;
  margin: 2px auto 0;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

.banner_text {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.banner-left {
  float: left;
  max-width: 800px;
  width: 100%;
}
	
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato",sans-serif;
  line-height: 1.1;
  text-align: center;
}
	
.banner_text h1 {
  background-color: black;
  color: #fff;
  display: block;
  font-size: 30px;
  margin: 15px auto 5px;
  opacity: 0.8;
  padding: 4px;
  position: relative;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
  width: 530px;
  z-index: 10;
  border-radius:8px;
}	
.banner_text h3 {
  background-color: black;
  color: white;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  opacity: 0.8;
  padding: 2px;
  position: relative;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
  width: 455px;
  border-radius:8px;
}
	
.watch {
  background: url("../Main/arrow-down.png") no-repeat scroll 12px center #2e3aac;
  border: 2px solid #2935a4;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.33;
  margin: 110px auto 0;
  padding: 10px 2px 10px 17px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

.nivo-directionNav {
  display: none;
}
.content_wrap{
	margin:0 auto;
	overflow:hidden;
	width:100%;}

.ctn2 {
  background-color: #f7f7f7;
}
	
.content{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding-left: 15px;
    padding-right: 15px;}	
	
.text-center {
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
.apps_info{
	float: left;
	margin-bottom: 32px;
	text-align: center;
	width: 25%;}
	
.content h3{
	font-size:24px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:500;
	}	
	
.apps-name {
  color: #333333;
  margin-bottom: 1px !important;
  margin-top: 8px !important;
}
	
.apps_detail{
	color:#999999;}	
	
.info_btn{
    border: 2px solid #2935a4;
    border-radius: 6px;
    color: #fff;
	background-color:#5561cd;
    text-decoration: none;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-top:8px;
}	

.info_btn:hover{
	background-color:#2e3aac;}
	
/* LOGIN SECTION START */

/*.login_header {
	background:url(../Main/user-login.png) no-repeat 60px center;
  background-color: #009;
  color: #fff;
  display: block;
  float: right;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 273px;
}*/

/*.login_section {
  float: right;
  margin: 10px auto 0;
  overflow: hidden;
  width: 300px;
}*/

/*.login {
  background-color: #000;
  float: right;
  height: 225px;
  margin: 0 auto;
  opacity: 0.9;
  overflow: hidden;
  padding: 1px 15px 2px 8px;
  width: 270px;
}*/

.name {
  color: #fff;
  float: left;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
  width: 80px;
}
	
/*.enter_name {
  float: right;
  margin-right: 4px;
  margin-top: 15px;
  width: 150px !important;
}*/

.buttons {
  float: right;
  font-size: 11px;
  margin-right: 4px;
  margin-top: 15px;
  width: 118px;
}
	
.sign_btn{
	float:left;
	background-color:#0000bf;
	color:#FFF;
	border:2px solid #0000bf;
	font-size:11px;
	padding:4px;
	cursor: pointer;}	
	
.close_btn{
	float:right;
	background-color:#bf0000;
	color:#FFF;
	border:2px solid #bf0000;
	font-size:11px;
	padding:3px;
	cursor: pointer;
	height: 20px;
	}	
	
	
.login a {
  clear: both;
  color: black !important;
  float: right;
  font-family: verdana;
  font-size: 9px;
  margin: 8px 4px 0;
  text-decoration: none;
}

.login a:hover{
	text-decoration:underline;}
	
	
/*FOOTER*/


.footer_wrap{
	margin:0 auto;
	overflow:hidden;
    background-color: black !important;
    background-color: rgba(0,0,0,0.5) !important;
}
.footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
}
	
.ftr_abt {
  float: left;
  max-width: 340px;
  width: 100%;
}

.ftr_abt ul{
	margin:0;
	padding:0;
	list-style:none;}
	
.ftr_abt ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:13px;}	
	
.ftr_abt ul li a:hover{
	text-decoration:underline;}	
	
.footer h2 {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 600;
  text-align: left ;
}
.footer p{
	font-size:13px;
	color:#FFF;}	

.ftr_cont {
  float: left;
  margin-left: 8%;
  max-width: 430px;
  width: 100%;
}	
.ftr_cont ul{
	list-style:none;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:13px;
	}	
	
.ftr_adrs{
	background:url(../Main/gprs.png) no-repeat left 3px;
	padding-left:25px;
	margin-bottom:8px;}
	
.ftr_call{
	background:url(../Main/call.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:8px;}
	
.ftr_fax{
	background:url(../Main/fax.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:8px;}
	
.ftr_mail{
	background:url(../Main/msg.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:8px;}	
	
.ftr_mail_section{
	float:left;
	width:100%;
	max-width:280px;}
	
.email_form{
	overflow:hidden;
	width:100%;
	max-width:280px;
	background:#323232;
	min-height:38px;
	border:1px solid #575656;}
	
.mail_field{
	float:left;
	background:none;
	border:none;
	 width: 50%;
	color:#515050;
	padding: 11px 0 0 8px;}	
	
.sbt_field{
	float:right;
	background-color:#5b67cf;
	border:none;
	font-size:13px;
	color:#FFF;
	font-weight:600;
	padding:12px;}
	
.sbt_field:hover{
	background-color:#f4984a;}
.ftr_cont a{
	text-decoration:none;
	color:#FFF;}	
	
.ftr_cont  a:hover{
	text-decoration:none;
	color:#f4984a;}	
	
	
.web_counter {
  color: #ff9900;
  float: left;
  margin-right: 5px;
}
	
.ftr_mail_section a{
	text-decoration:underline;
	color:#FFF;}

.ftr_mail_section a:hover{
	text-decoration:none;
	color:#f4984a;}	

body.img-responsive.login_bg {
    background: #299A0C !important;
    background: linear-gradient(120deg, #035200, #87ff68 ) !important;
    height: 100vh !important;
    background: url("../Website/Main/banner_11.jpg")no-repeat center !important;
    background-size: cover !important;
}
form#MainForm {
    width: 317px;
    margin: auto;
    margin-top: 15px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 0;
}
input#txtUserName, input#txtUserPassword, input#txtComp_Code, select#cmbFBOptionID {
    width: 100% !important;
    border: 0;
    padding: 5px;
    color: black;
    outline: none !important;
    background-color: white;
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
}
.name {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    width: 100%;
}
input#cmdOK {
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    color: white;
    border: 2px solid #ffffff;
}
input#cmdOK:hover {
    background-color: black;
}
h4.login_header {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.footer h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
}
input#cmdOK {
    margin-left: 4px !important;
}
.header_right ul {
    margin-top: 10px !important;
}