body 
{
	color:#000;
	background:#FFF;
	font-family:Verdana;
	font-size:11px;
	margin:0 0 0 0;
      }
      
       /*	----------------------------------top bar Start---------------------------------------------------------*/
  
      
      /*	----------------------------------top bar---------------------------------------------------------*/
  
 #topbar
{
	height: 35px;
	background-color: #074150;
	width: 100%;
	position: fixed; 
	top: 0; 
	z-index: 999; 
	min-height: 35px;
	text-align:center;
	}
	
	#topnav
	{
	width:400px;
	float:left; 
	position:relative; 
	text-align:left;
	}
	
	#topnav a
	{
		text-decoration:none;
		font-size:10px;
		color:#fff;
		padding-right:5px;
		font-family:Verdana;
	}
  	
  	
  	.username
  	{
  		float:right;
	margin:3px 0 0 0;
	right:20px;
	height:30px;
	width:300px;
	float:right; 
	position:relative;
	text-align:right;
  		
  		}
  /*	----------------------------------top bar---------------------------------------------------------*/
  
  
/*---------------------------START Social Icons-------------------------------*/
  
  
  
  .socialicons
{
	float:right;
	margin:3px 0 0 0;
	right:5px;
	height:30px;
	width:20%;
	float:right; 
	position:relative;
	}
		
	
	
.socialicons a
{
	opacity:0.6;
	margin:0 10px 0 0;
	width:30px;
	height:29px;
	float:right;
	display:block;
	text-indent:-9999px;
	}
	.socialicons .rss
	{
		background-image:url('../images/social/home.png');
		}
	.socialicons .rss:hover
	{
		opacity:0.9;
		}
	.socialicons .twitter
	{
		background-image:url('../images/social/twitter.png');
		}
	.socialicons .twitter:hover
	{
		opacity:0.9;
		}
	.socialicons .google
	{
		background-image:url('../images/social/google.png');
		}
	.socialicons .google:hover
	{
		opacity:0.9;
		}
	.socialicons .facebook
	{
		background-image:url('../images/social/facebook.png');
		}
	.socialicons .facebook:hover
	{
		opacity:0.9;
		}


/*---------------------------END Social Icons-------------------------------*/



      
      
      /* Links */



a, a:visited {

	color:#44a3fc;

	-webkit-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;

	-moz-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;

	-ms-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;

	-o-transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;

	transition:background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;

}

a:hover {

	text-decoration:none;

	color:#1b66ac;

}



/* Site Elements */

	

.margin0 { margin:0px !important; }



.responsive {

	display:none !important;

	width:100%;

	padding:10px;

	margin:0px;

}
      
      
      
      
 /* ========================= Header ========================= */



#header 
{
	width:100%;
	position:fixed;
	Height:100px;
	display:block;
	z-index:100;
	background-color:#01132D;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

	padding-bottom:2px solid #970505;

	top:0;
	/*background:#04181d url(../images/top-header-bg.gif) 0 100% repeat-x;border-bottom:1px solid #112d34;padding:8px 0;*/

}




.headcontainer
{
	width:96%;
    position: relative;
    text-align:center;
    text-transform:uppercase;
    margin-left:2%;
    background-color:#fff;
   
}

	#header .logo 
	{
		float:left;
		height:100px;
        width:45%;
		margin:0px 0 0 0px;
		min-height:74px;
		border:0px solid #fff;
	}

	#header .logo img 
	{
		position:relative;
		width:100%;
		height:100%;
	}

	#header .rightpane 
	{
		position:relative;
		width:50%;
		float:right;
		text-align:right;
		
	}

		
		
.border
		{
			width:100%;
			position:relative;
			height:1px;
			background-color:#07657C;
			-webkit-box-shadow:0px 2px 2px #000;
			 -moz-box-shadow:0px 2px 2px #000;
			 box-shadow:0px 2px 2px #000;
  }



 /* ========================= popup block =============================================================================== */
.clear
{
	margin:0;
	padding:0;
	}
 
 .nivoSlider img{
 	height: 600px !important;
 }
 
/* ========================= sliding button ========================= */








/* ========================= sliding button ========================= */



/* ========================= Mid Div Start ========================= */

	


/* ========================= Mid Div Start ========================= */
   
   
   
   
   .fixed-bg {
    /* The background image */
    background-image: url("../images/slides/slide1.jpg"), url("../images/slides/slide2.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 1000px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
} 





.enquiryDiv
{
	position:relative;
	/*background-color:#F6F5F5;*/
	width:100%;
	height:350px;
	padding-top:10px;
	background:rgba(255,255,255,0.4);
	
}

.services
{
	background:rgba(255,255,255,0.4);
	padding:15px 20px 15px 20px;
	position:relative;
	border:1px solid #066A97;
	border-radius: 10px;
	width:20%;
	float:left;
	 -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
	
}

.WrapperService
{
	position:relative;
	font-size:0.9em; 
	line-height:1.8em;
	text-align:center;
	width:90%;
}

.WrapperService a
{
	text-decoration:none;
	color:#000;
}

.WrapperService a:hover
{
	text-decoration:none;
	color:#C00721;
	font-size:1.1em;
}

.rowContact
{
	width:80%;
  margin-left: 10%;
}

.col-md-12,.col-md-3
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.contact
{
	margin-top: 5%;
}




.to{
	float:left;
	width:50%;
}
.to input[type="text"] {
	padding: 10px;
	width:95%;
	font-size: 0.85em;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0;
	border: none;
	color: #888;
	background:#F8F8F8;
	float: left;
	outline: none;
	border:1px solid #DFE0E2;
}
.to input[type="text"]:hover, .text input[type="text"], .text textarea:hover{
	border-color:#E25050;
}
.text {
	width:50%;
	float:left;
}
.text input[type="text"], .text textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	background:#F8F8F8;
	height: 100px;
	padding: 10px;
	resize: none;
	border:1px solid #DFE0E2;
}
.form-submit{
	float:right;
}
.form-submit input[type="submit"] {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	padding:15px 40px;
	text-transform: uppercase;
	background:#E25050;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 100;
	border: none;
	cursor: pointer;
	outline:none;
}
.form-submit input[type="submit"]:hover {
	background:#333;
}



--------------------------footer---------------------------------------------------





.row {
  margin-right: -15px;
  margin-left: -15px;
}




.footer
{
	position:relative;
	width:100%;
	height:200px;
	background:rgba(2,66,87,1);
	/*background-image:url("../images/fbg.gif");*/
	

}


 .footer .footer-container
 {
 	position:relative;
 	width:90%;
 	margin-left:5%;
 	
 }
 
 .footer .footer-container .fchild
 {
 	position:relative;
 	width:60%;
 	float:left;
 	top: 5px;
 	padding-left:10px;
 }
 
 .footer .footer-container .schild
 {
 	position:relative;
 	width:35%;
 	float:right;
 	top: 5px;
 	padding-left:10px;
 	color:#fff;
 	text-align:left;
 }
 
 

.v-separator
{
    content: "";
    display: inline-block;
    width: 0px;
    height: auto;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #b4b4b4;
    padding: 0;
    position: relative;
    top: 20px;
    float:left;
}

#footer-nav
	{
		position:relative;
		width:100%;
		margin-top:0;
		border-bottom:1px solid #fff;
	}
		
	
	

		

       #footer-nav .nav
		{
			position:relative;
			text-align:left;
			width:100%;
			position:relative;
			height:40px;
			margin:0;

			
		}
		
		
        #footer-nav  .nav navg
					{
						list-style-type:none;
						margin:0;
						display:inline;
						
					}
					
					
	   #footer-nav .nav navg item
					{
						float:left;
						padding-top:1%;
						padding-bottom:1%;
						width:14.28%;
						list-style-type:none;
						font-family:'PT Sans', Arial, sans-serif;
						text-transform:uppercase;
						text-align:center;
						display:inline;
						
					}
		.footer-nav .nav navg item a
					{
						display:inline;
						font-size:13px;
						color:#FFFFFF;
						text-align:center;
						text-decoration:none;
						text-transform:uppercase;
					}
					
					
					item:hover
					{
						text-decoration:none;
						color:#fff;
						border-bottom:2px solid #fff;
					}







 #menu-wrapper 
{
	width:100%;
    position: relative;
    text-align:center;
    text-transform:uppercase;
    height:100px;
    z-index:100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   
}

#menu
{
	width:100%;
    position: relative;
    text-align:center;
    text-transform:uppercase;
    border-right:1px solid #fff; 
}

#menu a
{
	color:#fff;
	font-size:11px;
}



/*Strip the ul of padding and list styling*/
ul 
{
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 4px 0px 0;
  list-style: none;
  position: relative;
    z-index: 9999;
}
ul li {
  font-size:11px;
	font-weight:bold;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding:40px 0 5px 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width:19.8%;
  text-align:center;
  color:#fff;
  height:55px;
  border-left:1px solid #fff;
}

ul li a
{
	text-decoration:none;
}

ul li a:hover
{
	text-decoration:none;
	color:#fff;
}
ul li:hover {
  background: #013A4C;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  height:20px;
}
ul li ul li { 
  background: #013A4C; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width:100%;
  text-align:left;
  padding-left:10px;
  height:25px;
  padding-top:5px;
}
ul li ul li:hover { background: #048AB6; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.post-title
{
	position:relative;
	font-size:18px;
	text-transform:uppercase;
	color:#02076C;
}

.comp-title
{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#42C2EC;
}




 

.top-image img
{
	position:relative;
	width:100%;
	border:5px;
}


.aboutBox
{
				position:realtive; 
				width:95%;
				padding:2%;
				border: 1px solid #edecec;
                -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                 box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                 height:auto;
                 margin-bottom:20px;
                 
}

.aboutBoxLeft
{
	position:relative; 
	width:20%; 
	float:left;
	margin-top:20px;
}


.aboutBoxLeft img
{
	position:relative; 
	width:100%;
	border:2px solid #c1c1c1;
}



.aboutBoxRight
{
	position:relative; 
	width:70%; 
	float:right;
}



.aboutBoxImages
{
	position:relative; 
	width:30%; 
	float:left;
}


.aboutBoxImages img
{
	position:relative; 
	width:90%; 
}




.aboutBox .abcontent
{
	position:relative;
	width:100%;
	line-height:1.4;
	text-align:justify;
	font-size:12px;
}


/*	----------------------------------Search Options Start---------------------------------------------------------*/
/*	----------------------------------Search Options End---------------------------------------------------------*/

.home-wrapper 
{
	margin-top:10px;
	position:relative;
	text-align: center;
	width:100%;
	margin-bottom:10%;
}



.home-wrapper .home-content 
{
   width:90%;
	position:relative;
	margin-left:5%;
	margin-top:30px;

}





.AboutBack
{
	position:relative;
	width:100%;
    Height:auto;
	color:#fff;
	margin-bottom:10px;
	/*background:rgba(59,6,106,0.4);*/
	
}


.bodycontainer 
{	
	position:relative;
	text-align: center;
	width:100%;
	margin-bottom:10px;
	text-align:center;
	height:auto;
}	
.bodywrapper
{
	width:90%;
	position:relative;
	margin-left:5%;
	margin-top:10px;
	min-height:320px;

	}
	
.home-silder
{
	position:relative;
	width:100%;
	height:550px;
}
.home-silder .leftDiv
{
	position:relative;
	width:15%;
	height:550px;
	float:left;
	margin-top:50px;
	z-index: 0;
	
}


.home-silder .rightDiv
{
	position:relative;
	width:15%;
	height:550px;
	float:right;
	background-image: url("../images/rightmsg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	z-index: 0;
	margin-top:50px;
	
}

.home-silder .centerDiv
{
	position:relative;
	width:69.3%;
	height:550px;
	float:left;
	margin-top:60px;
	border:4px solid #fff;
}



.ad
{
	position:relative;
	width:100%;
	height:550px;
	margin:0;
	padding:0;
}

.associates
{
	position:relative;
	width:100%;
	height:100px;
}

.ass-title
{
	position:relative;
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding-top:10px;
}

.associates img
{
	position:relative;
	float:left;
	height:70px;
	margin:10px 22px 10px 0px;
	border:2px solid #EE2617;
}


.ContainerDiv
{
	position:relative;
	width:100%;
	height:auto;
	z-index: 0;
}

.ContainerDiv .LeftDiv
{
	position:relative;
	width:15%;
	float:left;
	z-index: 0;
}

.ContainerDiv .RightDiv
{
	position:relative;
	width:15%;
	float:right;
	z-index: 0;
	
}

 .ContainerDiv .CenterDiv
{
	position:relative;
	width:65%;
	float:left;
	margin-left:2%;
	
}


.bottom-menu
{
	position:relative;
	width:100%;
	height:30px;
	padding-top:10px;
}
.bottom-menu a
{
	text-decoration:none;
	font-size:14px;
	width:50px;
	padding:2.1%;
	color:#fff;
	
}

.bottom-menu a:hover
{
	color:#D1D3D1;
	
}

.disclaimer
{
	position:relative;
	height:25px;
	width:100%;
	color:#fff;
	background-color:#06A3D6;
	padding-top:5px;
}



.box-container
{
	position:relative;
	width:100%;
	border:1px solid #000;
	margin-bottom:20px;
}
.boxes
{
	  text-align: left;
	  display: inline;
	  margin: 0;
	  padding: 0px 4px 0px 0;
	  list-style: none;
	  position: relative;
	  color:#000;
	  z-index: 0;
	  
}

.boxes li 
{
  font-size:12px;
  position: relative;
  padding:5px 0 0px 0px;
  cursor: pointer;
  text-align:left;
  color:#F36E1E;
  height:15px;
  width:100%;
  font-weight:normal;
}

.boxes a
{
	text-decoration:none;
	color:#000;
	margin-left:5px;
}


.boxes li a
{
	text-decoration:none;
	background:#fff;
}

.boxes li a:hover
{
	text-decoration:none;
	color:#000;
	background:#fff;
}
.boxes li:hover {
 
  color: #000;
  background:#fff;
}

 .stitle
        {
        	position:relative;
        	text-align:center;
        	width:100%;
        	height:25px;
        	font-size:12px;
        	color:#fff;
        	text-align:center;
        	background:#EC1005;
        	vertical-align:middle;
        	padding-top:7px;
        }
    slide-show
    {
    	padding:0;
    	position:relative;
    	margin-top:5px;
    }
    
    
    #lgcontainer
    {
    	position:relative;
    	width:100%;
    	padding-top:10px;
    	text-align:center;
    	margin-top:80px;
    	
    }
    #lgwrapper
    {
    	position:relative;
    	width:90%;
    	margin-left:5%;
    	padding-top:20px;
    	padding-bottom:20px;
    	text-align:left;
    	background-color:#fff;
    }
    
   #lgwrapper #lgleftpane
    {
    	position:relative;
    	width:65%;
    	float:left;
    	margin-bottom: 2em;
    	padding-left:30px;
		
    }
    	#lgleftpane p, #lgrightpane p 
    	{
    		text-align:justify;
    		font-size:12px;
    		line-height:2.4em;
		    margin:20px 0 20px 0px;
		    padding:0;
	}
    	
    #lgrightpane
    {
    	position:relative;
    	width:30%;
    	float:right;
    	margin-bottom: 2em;
    	font-size:12px;
    	line-height:2em;
    	font-family: 'Roboto', sans-serif;
    }
    .email
{
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
}

.asptxt
{
	border: 1px solid #D8D8D8;
	outline-color:#fb4d01;
	width: 96%;
	font-size:1.2em;
	padding: 0.4em;
}

.loginbtn
{
	background: #E24425;
	color: #FFF;
	font-size: 12px;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}

.loginbtn:hover
{
	background:#5BBD50;
	text-decoration:none;
	color:#fff;
	
	}
	


.enq-container 	
 {
    padding: 15px;
    margin-bottom:20px;
    background: none repeat scroll 0% 0% #FFF;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
                    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}



.subscribe_container
{
    margin-bottom:20px;
    background: none repeat scroll 0% 0% #FFF;
    text-align:center;
    
	} 
	
	
	
	
		
.subscribe_wrapper 
{
	position:relative;
				width: 92%;
				height:100px;
				padding:4%;
				border: 2px solid #ccc;
				color:#fff;
				border-radius: 10px; /*Fallback for if/when IE supports it*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				top-background: #ffffff; /*fallback for IE*/
				background: -moz-linear-gradient(top, #D20207, #FD1828 60%);
				background: -webkit-gradient(linear, 0 0, 0 60%, from(#D20207), to(#FD1828));
				effect:box-shadow: 10px 10px 5px #999;
				-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
				-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}






.emailButton {
    background: -moz-linear-gradient(center top , #30A146 0%, #249334 100%) repeat scroll 0 0 transparent;
    border: 0 none;
    width: 50%;
    padding: 20px 20px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Droid Sans","Lucida Grande",Tahoma,sans-serif;
    font-weight: bold;
    
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    
}
.emailText {
    border: 1px solid #c4c4c4;
    width: 80%;
    height:45px;
    padding-left:10px;
    font-size: 14px;
    margin-top:20px;
    margin-bottom:20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    	
    	
}
input, textarea {
    font-family: Georgia,"Times New Roman",Times,serif;
}

.post-body .emailButton {
    width: 50%;
}
.emailButton 
{
    background: -moz-linear-gradient(center top , #30A146 0%, #249334 100%) repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Droid Sans","Lucida Grande",Tahoma,sans-serif;
    font-weight: bold;
    padding: 10px 40px;
    text-shadow:  1px 1px 0 rgba(0, 0, 0, 0.4);
    width: 50%;
}


.ProfileTable
{
	position:relative;
	width:100%;
	border:0;
}

.ProfileTable .headingTd
{
	position:relative;
	width:70%;
	font-weight:bold;
}
.ProfileTable .ValueTd
{
	position:relative;
	width:25%;
	margin-left:5%;
}

.tableHeading
{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#02076C;
	text-align:justify;
}

.box-container
{
	position:relative;
	width:100%;
	border:1px solid #000;
	margin-bottom:20px;
}
.boxes
{
	  text-align: left;
	  display: inline;
	  margin: 0;
	  padding: 0px 4px 0px 0;
	  list-style: none;
	  position: relative;
	  color:#000;
	  
}

.boxes li 
{
  font-size:12px;
  position: relative;
  padding:5px 0 0px 0px;
  cursor: pointer;
  text-align:left;
  color:#F36E1E;
  height:15px;
  width:100%;
  font-weight:normal;
}

.boxes a
{
	text-decoration:none;
	color:#000;
	margin-left:5px;
}


.boxes li a
{
	text-decoration:none;
	background:#fff;
}

.boxes li a:hover
{
	text-decoration:none;
	color:#000;
	background:#fff;
}
.boxes li:hover {
 
  color: #000;
  background:#fff;
}

 .stitle
        {
        	position:relative;
        	text-align:center;
        	width:100%;
        	height:25px;
        	font-size:12px;
        	color:#fff;
        	text-align:center;
        	background:#EC1005;
        	vertical-align:middle;
        	padding-top:7px;
        }


.marq
{
	position:relative;
	width:100%;
}

.marq a
{
	position:relative;
	width:100%;
	text-decoration:none;
	text-align:justify;
	font-size:12px;
	line-height:1.2;
}


.mrcontainer 
{
	position:relative;
    width: 100%;
    height: 8em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee 
{
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}



#lgrightpane img
{
	position:relative; 
	width:100%;
	border:5px solid #c1c1c1;
}

.chairmanTitle
{
	position:relative; 
	text-align:center; 
	font-size:1.2em; 
	font-weight:bold; 
	margin-top:5px;
	color:#011C2C;
}



.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: 150px;
}

.features-table th
{
  text-align: center;
  font: normal 14px Verdana, Arial, Helvetica;
  font-weight:bold;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}

.features-table td:nth-child(4)
{
  background: #e7f3d4;
  background: rgba(184,243,85,0.3);
}

/*Header*/
.features-table thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea;
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

.register-block{
	min-height: 500px;
	margin-top: 120px;
	margin-bottom: 40px;
}
.register-block .container{
	min-height: 400px;
	width: 90%;
	padding: 15px;
	margin:40px auto 0px auto;
	webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}

.txt-input{
	width: 60%;
	height: 35px;
	text-align: left;
}

input[type="file"]{
	border: none;
	outline: none;
}

input:focus {background-color:none;outline: none;}

.form-block textarea{
  height: 80px;
  width: 60%;
}

.form-block select{
	width: 60%;
	height: 35px;
}
.input-title{
	text-align: left;
	width: 28%;
}
.regis-btn{
	background-color: #02076C;
	color: #fff;
	border: 0;
	height: 30px;
	cursor: pointer;
	width: 30%;
}
.dropdown-menu{
	margin-top: 20px;
}

.register-block label{
  color: red;
  font-size: 14px;
  margin-left: 2px;
}

.success-msg{
    display: none;
    color: red;
}

.reg-details-lft{
	float: left;
	width: 60%;

}

.reg-details-rgt{
	float: right;
	width: 35%;
	margin-left: 5%;
}

.tbl-student-details{
  width: 100%;
  text-align: left;
  height: auto;

}

.tr-stu td,.tr-stu th{
	padding: 10px 5px;
}

.reg-details-rgt img{
	width: 180px;
	height: 180px;
	z-index: 9999;
	border: 1px solid #000;
	padding: 5px;
}
.stuDetails-block{
	border: 1px solid #000;
	padding: 15px;
	min-height: 400px;
}

.print-btn{
	background-color: #02076C;
	color: #fff;
	border: 0;
	margin-top: 30px;
	height: 30px;
	cursor: pointer;
	width: 15%;
}