body { 
    background-attachment: fixed;   
    background-color: #0a3346;	
    background-size: 100% 120%;
    background-repeat: no-repeat;
}
.main {
	position:absolute;
	margin-top:200px;
	margin-left:100px;
	margin-right:200px;
}
   
 
.maintop {
	position: fixed;
	width:100%;
	background-color: #0a3346;		
	height:120px;
	 box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.53); 
	z-index:1000;
}
.logotop { 
	position:relative;
  	height:100%;
  	left: 100px;
}
.head1 {
	line-height: 15;
	color: white;
    position: relative;
	font-size: 8px;
	 
}

.carusel1 {
	position: relative;
	left: 50%; 
	width: 40%;
    padding:30px;
    -webkit-box-shadow: 5px 5px 13px 5px rgba(0,0,0,0.53); 
    box-shadow: 5px 5px 13px 5px rgba(0,0,0,0.53);
}
.carousel-item img {
	border:4px solid white;
}
.text2 {
	color: white;
	line-height: 8;
    position: relative;
	font-size: 10px;
	top: 100px;
}
footer {
	position:fixed;
	bottom:0px;
	color:#0a3346;
	width:100%;
	padding:5px;
	text-align:center;
	font-size:14px;
	background-color:white;
}
