@charset "utf-8";
/* CSS Document */
body html{
	margin:0;
	padding:0;	
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;	
}

/*--logo--*/
#logo{
	
}

/*-----Banner---*/
#banner
{
	background-image:url(../images/banners/banner_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	height:70%;
 	width:100%;
}	

/*--Menu-----*/
#collapsibleNavbar .nav-link{color:#FFF;}
#collapsibleNavbar .nav-item:hover{background-color:#0086ce;}

/*----input field-----*/
#in input[type=text]{
   border:none;
   background-color:#f2f8f8;
   border-bottom:2px solid #004646;
}

input[type="password"]{
   border:none;
   background-color:#f2f8f8;
   border-bottom:2px solid #004646;
   -webkit-text-security: square;
   color:#004646;
}
/*--Leftside content-----*/
#leftmenu ul{ list-style-type:none; line-height:30px; }
#leftmenu ul li{margin-left:-40px;}
#leftmenu .contbox
{
	border:1px solid #CCC;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);	
}
#leftmenu .inrcont{
	margin:10px; border:1px solid #43bbf1; padding:15px;	
}

/*-----FOOTER--------------------*/
#footer{
	background-color:#252525; bottom:0px;	
}
#footer ul li{
	margin-left:-40px;	
}