*
{
    padding: 0px;
    margin: 1% 0;
}
.heading
{
background-color:white;
	color:black;
	text-decoration:none;
	width:100%;
	position:relative;
	z-index:1000;
	justify-content:space-between;

	margin-top:-20px;
	
	
}

.heading .logo img
{
	width:90px;
	height:90px;
	background:white;
	border-radius:0px 10px 10px 0px;
	border-color:blue;
position:absolute;
	margin-top:-95px;
	z-index:2000;


}
.heading h1{
	margin-left:7.3%;
	z-index:1000;
	color:#317256;
padding:10px;
	
}
.heading p
{
	margin-top:-12px;

margin-left:8%;
	z-index:1000;
	color:#317256;
}


.navbar
{
	background:#317256;
	color:white;
	text-decoration:none;
	position:sticky;
	width:100%;
	height:53px;
z-index:1000;
	top:0;
	
}
 .navdiv
{
	display:flex;
	justify-content:space-between;
		margin-left:49%;
		padding:2px;

}


.navdiv ul li a
{
	padding:10px 15px;
		border-radius:10px;
		text-decoration:none;
		color:white;
}
.navdiv li
{
	display:inline-block;
	position:relative;
	padding-right:30px;
}
.navdiv li:hover a 
{
	background:white;
	color:#317256;
	
}
.dropdown1
{
		opacity:0;
		display:none;
		margin-top:10px;
	position:absolute;
			background:white;
	padding:10px 10px;
		border-radius:10px;

}
.dropdown1 a
{
	min-width:75%;
		color: black;
            padding: 12px 26px;
			margin-bottom:10px;
            text-decoration: none;
            display: block;
            text-align:left;
}
.navdiv li:hover ul.dropdown1{
	opacity:1;
	visibility:visible;
	display:block;
}
.dropdown1 li:hover a{
	background:#317256;
	color:white;
}





.dropdown2
{
		opacity:0;
display:relative;
	position:absolute;
			margin-top:10px;
		background:white;
	visibility:0;
	text-align:left;
	padding:10px 10px;
			border-radius:10px;
}
.dropdown2 a
{
	min-width:75%;
		color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
						margin-bottom:10px;

            text-align: left;
			background:#317256;
}
li:hover ul.dropdown2{
	opacity:1;
	visibility:visible;
	display:block;

}
.dropdown2 li:hover a{
	background:#317256;
	color:white;
}


.dropdown3
{
		opacity:0;
		display:none;
	position:absolute;
			margin-top:10px;

	padding:10px 10px;
		border-radius:10px;
		background:white;

}
.dropdown3 a
{
	min-width:75%;
		color: black;
            padding: 12px 16px;
			margin-bottom:10px;
            text-decoration: none;
            display: block;
            text-align: left;
}
li:hover ul.dropdown3{
	opacity:1;
	visibility:visible;
	display:block;
	
}
.dropdown3 li:hover a{
	background:#317256;
	color:white;
}


.header{
    background: #317256;
    height:75px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    color: #f3e8e8;
     font-size:1.5rem;
     margin-top: 0.2px;
     padding-top:0.5px;
}
.container1{
    position: relative;
   /* width: 80%;*/
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 2% ;
    margin-left: 6%;
    margin-right: 6%;
    
    
}
.imgslider{
position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 15s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}
.campus{
position: relative;
    min-width: 100%;
    height:100%;
}
.campus img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
@keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    20% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-100%);
    }
    45% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(-200%);
    }
    70% {
      transform: translateX(-200%);
    }
    75% {
      transform: translateX(-300%);
    }
    95% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(-400%);
    }
  }
  
  
.campus img{
    width:100%;
    height: 700px;
    border-radius:5px;
    margin: 0.3% 0;
}
.caption{
   margin:2% 0;
  font-size: 30px;
  color:black;
  font-weight: bold;
 /*left: 30px;
  bottom: 40px;*/
  
}

.container2{
    background:  whitesmoke;
    border-radius: 5px;
}
.hostle h2{
        text-align: center;
		width:100%;
        background:#317256;
        font-size: 35px;
        border-radius: 20px;
        margin-bottom: 1%;
color:white;    
    height: 60px;
        padding-top: 15px;
        margin-left: 0%;
    }
.text1{
    font-size: 20px;
    margin:2% 0;
    color: rgb(15, 15, 15);
    margin-bottom: 1%;

}
.text2{
    font-size:20px ;
    margin: 0% 0%;
    color: rgb(10, 10, 10);
    
}
.text3{
    font-size: 20px;
    margin: 2% 0;
    color: rgb(11, 11, 11);
    margin-bottom: 1%;
}
.h{
    font-weight: bold;
    color: black;
}

.hosimg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hosimg img{
    width: 400px;
    height: 300px;
    border: 2.5px solid black;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px rgb(78, 72, 72);
    cursor: pointer;
    margin:30px;
    transition: 400ms;


}
.hosimg img:hover{
    transform: scale(1.05);
}
.transport h2{
    text-align: center;
        margin: 0%;
        background: #317256;
        font-size:35px;
        border-radius: 20px;
        margin-bottom: 1%;
        color: white;
        height: 60px;
        padding-top: 15px;
}
.text4{
    font-size: 20px;
    color: black;
}
.bus{
    font-weight: bold;
}
.tranimg{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tranimg img{
    width: 400px;
    height: 300px;
    border: 2.5px solid black;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px rgb(78, 72, 72);
    cursor: pointer;
    margin:30px;
    transition: 400ms;

}
.tranimg img:hover{
    transform: scale(1.03);
}
.labs h2{
    text-align: center;
        margin: 0%;
        background: #317256;
        font-size: 35px;
        border-radius: 20px;
        margin-bottom: 1%;
        color: white;
        height: 60px;
        padding-top: 15px;
}
.text5{
    font-size: 20px;
    margin: 1% 0;
}
.lab{
    font-weight: bold;
}
/*.labimg{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}*/
.labimg{
   justify-content:center ; 
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.labimg img{
    height: 300px;
    width: 400px;
    border-radius:9px;
    cursor: pointer;
    margin: 50px;
    transition: 400ms;
    border: 2.5px solid black;
    box-shadow: 4px 7px 7p 0px black  ;
    
}

 .labimg img:hover{
    transform: scale(1.05);
}
.cafteria h2{
    text-align: center;
        margin-top: 3%;
        background: #317256;
        font-size: 35px;
        border-radius: 20px;
        margin-bottom: 0;
        color: white;
        height: 60px;
        padding-top: 15px;
        margin-left: 0%;
        margin-right: 0%;
}
.text6{
    font-size: 20px;
    margin: 1% 0;
}
.cafe {
    font-weight: bold;
}
.cafeimg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cafeimg img{
    width: 400px;
    height: 300px;
    border: 2.5px solid black;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px rgb(78, 72, 72);
    cursor: pointer;
    margin:30px;
    transition: 400ms;

}
.cafeimg img:hover{
    transform: scale(1.03);
}
.classroom h2{
    text-align: center;
        margin: 0%;
        background: #317256;
        font-size: 35px;
        border-radius: 20px;
        margin-bottom: 1%;
        color: white;
        height: 60px;
        padding-top: 15px;
        margin-left: 0;
        margin-right: 0%;
}
.text7 {
    font-size: 25px;
    margin: 1% 0;
}
.text8{
    font-size: 20px;
    margin: 1% 0; 
}
.classimg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.classimg img{
    width:400px ;
    height: 300px;
    border-radius: 10px;
    cursor: pointer;
    margin: 30px;
    transition: 400ms;
    box-shadow: 4px 7px 7px 0px rgb(78, 72, 72);
    border: 2.5px black solid;
}
.classimg img:hover{
    transform: scale(1.03);
}



footer
	{
		text-decoration:none;
		display:relative;
	}
	.footer-container
	{
		width:100%;
		background:#317256;
		padding:0px;
		margin-top:10px;
	
	}
		.footer-container p 
		{
			text-align:center;
			color:white;
				padding-top:3px;
				padding-bottom:5px;

		}
	.socialicons 
	{
		display:flex;
justify-content:center;

	}
	.socialicons a 
	{
		padding:4px 5px;
		border-radius:50%;
	}
	.socialicons a i
	{
		font-size:1em;
		color:white;
	}
		.socialicons a:hover{
	background-color:white;
	transition:0.5s;
	}
	.socialicons a:hover i{
    color:#317256;
	transition:0.5s;
	}
	.footernav
	{
		display:flex;
	}
	.footernav ul li a{
		color:white;
		text-decoration:none;
	}
	