.main{
	background-color: white;
	
    width: 100%;
    max-width:850px;
	height: auto;
	margin: auto;
   	/*margin:2px 2px 2px;
	box-sizing: border-box;
	display: inline-block;
	*/
	border-radius: 5px;
	vertical-align: top;
	 
}

.header{
	background-color: pink;
	margin:auto;
	text-align:center;
	
}

.topbar{
  background-color: pink;
  overflow: hidden;
  margin:auto;
  height: 50px;
  padding: 15px;
}

/* Style the links inside the navigation bar */
.topbar a {
  float: inherit;
  color: #ffffff;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topbar a.active {
  background-color: #04AA6D;
  color: white;
}
/*topbararea close */


/*menu start here */

/* Add a black background color to the top navigation */
.mmenu {
  background-color: #333;
  overflow: hidden;
  /*height: 30px;
  padding: 5px; */
  
  width:100%;
}

/* Style the links inside the navigation bar */
.mmenu a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.mmenu a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.mmenu a.active {
  background-color: #04AA6D;
  color: white;
}
/*topbararea close */


/*menu stop here */

.notice{
	width: 100%;
	max-width: 600px;
	/*height:345px;
	width: 146px;
	height:auto; */
	/*height:440px; eta holo only product o writhig container er height fixed*/
	height: auto;
	margin:5px 6px 3px;
	display: inline-block;
	vertical-align: central;
/*	position:static; 
	border: 1px solid #ffffef;*/
/*	border:2px solid #eefeff; */
	border-radius: 5px;
	box-shadow:3px 3px 3px  #aaaaaa;
	padding: 0px;
	background: #efefef;
	overflow: hidden;
}
.news{
	width: 100%;
	max-width: 600px;
	/*height:345px;
	width: 146px;
	height:auto; */
	/*height:440px; eta holo only product o writhig container er height fixed*/
	height: auto;
	margin:5px 6px 3px;
	display: inline-block;
	vertical-align: central;
/*	position:static; 
	border: 1px solid #ffffef;*/
/*	border:2px solid #eefeff; */
	border-radius: 5px;
	box-shadow:3px 3px 3px  #aaaaaa;
	padding: 0px;
	background: #efefef;
	overflow: hidden;
}

.info{
	background-color: red;
    max-width: 830px;
    width: 100%;
    height:auto;
    display: inline-block;
    
}

.institute{
		width: 100%;
	max-width: 380px;
	height:330px;
	/*
	width: 146px;
	height:auto; */
	/*height:440px; eta holo only product o writhig container er height fixed*/
	height: auto;
	margin:5px 6px 3px;
	display: inline-block;
	vertical-align: central;
/*	position:static; 
	border: 1px solid #ffffef;*/
/*	border:2px solid #eefeff; */
	border-radius: 5px;
	box-shadow:3px 3px 3px  #aaaaaa;
	padding: 0px;
	background: #efefef;
	overflow: hidden;
}

.imenu{
    width: 100%;
	max-width: 680px;
	height:330px;
	/*
	width: 146px;
	height:auto; */
	/*height:440px; eta holo only product o writhig container er height fixed*/

	margin:5px 6px 3px;
	display: inline-block;
	vertical-align: central;
/*	position:static; 
	border: 1px solid #ffffef;*/
/*	border:2px solid #eefeff; */
	border-radius: 5px;
	box-shadow:3px 3px 3px  #aaaaaa;
	padding: 0px;
	background: #efefef;
	overflow: hidden;
}
.idata{
		width: 100%;
	max-width: 400px;
	
	/*
	width: 146px;
	height:auto; */
	/*height:440px; eta holo only product o writhig container er height fixed*/
	height: auto;
	margin:5px 6px 3px;
	display: inline-block;
	vertical-align: central;
/*	position:static; 
	border: 1px solid #ffffef;*/
/*	border:2px solid #eefeff; */
	border-radius: 5px;
	box-shadow:3px 3px 3px  #aaaaaa;
	padding: 0px;
	background: #efefef;
	overflow: hidden;
}



.footer{
	background: #333;
	width: 100%;
    height: 50px;
    color: white;
    text-align: center;
    padding:10px;
}