*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.about p{
	text-align: justify;
	font-family: "Roboto", sans-serif;
	line-height: 1.75em;
/*  font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
  
	font-size: 1em;
}
.about h4{
	font-style: italic;
	text-decoration: underline;
	color: darkgoldenrod;
	font-size: 1.5em;
}
.about h1{
/*	font-style: italic;*/
	
	color: brown;
	font-size: 2em;
}
.about img{
	border-radius: 30px;
	width: 100%;
}
.main{
	transition: all .6s;
}
.student{
	padding: 5px 5px;
	
}
.student img{
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
/*.course{*/
/*	height: 250px;*/
/*}*/
.course img{
	transition: all .4s;
	height: 250px;
	width: 100%;
}
.rank{
	height: 400px;
}
.rank img{
	transition: all .4s;
	height: 300px;
	width: 100%;
}
.rank h3{
    margin-top:10px;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.rank p{
	color: goldenrod;
	font-weight: 500;
}
.rank img:hover{
	z-index: 10000;
	transform: scale(1.05)
}
.stuarticle{
	padding: 10px;
}
.stutestimonium{
	padding: 40px 10px;
	color: white;
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(9,118,121,0.8211659663865546) 28%, rgba(0,212,255,1) 100%);
}
.stutestimonium .card{
	height: 300px;
	border: none;
	padding: 40px 10px;
	color: white;
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(9,118,121,0.8211659663865546) 28%, rgba(0,212,255,1) 100%);
}
.stutestimonium .card p{
	
	color: white;
	
}
.stutestimonium .card h4{
	color: yellow;
}
.gal-image img{
	height: 200px;
	width: 100%;
}
.firstheader{
	background-color: goldenrod;
	padding: 10px;
	}
.footer{
/*	background-color: darkgoldenrod;*/
/*	border-top: 1px solid lightgray;*/
	padding-top: 60px;
/*	padding: 0px 50px;*/
}
.footer li{
	list-style: none;
/*	text-align: left;*/

}
.footer li a{
	color: black;
	text-decoration: none;
	font-weight: 400;
}
.footer p a{
	color: black;
	text-decoration: none;
	font-weight: 400;
}
/*.carousel-inner img{
	height: 450px !important;
}	*/
	
.contact{
	display: flex;
	justify-content: start;
	align-items: center;

	color: white;

}
.contact2{
	display: flex;
	justify-content: end;
	color: white;
	gap: 5px;

}
.contact  li{

	list-style: none;
	margin-right: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.contact2  li{

	list-style: none;
/*	margin-right: 15px;*/
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.logo{
	border-radius: 50px;
	height: 50px;
	margin-right: 10px;

}

/*.gallery{
	margin-top: 70px;
}*/
.galleryimg{
	background-image: url('images/gallerybanner.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 350px; width: 100%;
}
.galheading{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
}
.galheading{
	transformX:-50% -50% ;
}
.headmenu{

	padding: 10px 15px 0px 5px;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tog .fa-bars{
	font-size: 25px;
}
#owl-demo .item{
/*  background: #3fbf79;*/
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-page{
	display: none !important;
}

nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
nav .nav{
	display: flex;
	width: 60%;
}
nav ul{
	padding: 0px;
	width: 100%;
/*	background-color: red;*/
	display: flex;
	justify-content: space-around;
	line-height: 30px;
}
nav ul li{
/*	padding: 5px 20px;*/
	list-style: none;
}
nav ul li a{
	display: block;
	padding: 5px 20px;
	transition: all .4s;
	text-decoration: none;
	color: black;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.header a{
	text-decoration: none;
	color: black;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
nav ul li a:hover{
	background-color: darkgoldenrod;
	color: white;
}

.tog{
	display: none;
}


@media only screen and (max-width: 772px) {
  nav {
  	display: block;
  

  }
  .logo{
  	margin-bottom: 5px;
  }
  .contact{
  	display: none;
  }
  .contact2{
  	line-height: 40px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  }
  .galleryimg{
	
	height: 200px; width: 100%;
}
.galheading{
	color: white;
	position: absolute;
	top: 25%;
	left: 25%;
}
/*.galleryimg h3{
	position: absolute; top: 150px; left: 100px; color: white;
}
.galleryimg p{
	position: absolute; top: 190px; left: 100px; color: white;
}*/
  
  nav ul{
  	
  	display: none;
  	justify-content: end;
  	flex-direction: column;
  	line-height: 30px;
  	padding-left: 10px;
  	
  	
  }
 
  nav ul li a{
  	font-size: 14px;
  }
  .tog{
  	line-height: 50px;
	display: block;
}

}