*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}

#product-menu{
	display: none;
	background-color: skyblue;
	z-index: 1000;
	position: absolute;
	top:55px;
	width: 300px;
	transition: all .1s ease;
}
#prodw:hover{
	#product-menu{
	display: block;
}
}
#product-menu a{
	color: black;

}
#prodw{
	position: relative;
}

/*.prd{
	background-color: green;
	transition: all .4s;
}
.prd:hover{
	transform: scale(1.05); 
	cursor: pointer;
}*/

.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;
	border-bottom: 1px solid gray;
	box-shadow: 0px 3px 5px gray;
}
.student{
	padding: 5px 5px;
	
}
.student img{
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.course{
	height: 350px;
}
.course img{
	transition: all .4s;
	height: 100%;
	width: 100%;
}
.rank{
	position: relative;
}
.shadow-box{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(102, 12, 246, 0.7);
	z-index: 1000;
	transition: all .6s;
}
.rank:hover> .shadow-box{
	display: block;
}
.rank img{
	transition: all .4s;
	height: 200px;
	width: 100%;
	border-radius: 5px;
}
.rank h3{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;*/
}
.rank p{
	color: goldenrod;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.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;*/
	margin-top: 30px;
	padding-top: 30px;
/*	padding: 0px 50px;*/
}
.footer li{
	list-style: none;
/*	text-align: left;*/

}
.footer li a{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}
.footer p a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.footer .add-detail p{
	font-size: 14px;
	font-weight: 500;
	margin: 2px;
	font-family:  sans-serif;
}
/*.carousel-inner img{
	height: 450px !important;
}	*/
.belowfooter p{
	margin: 0px;
	font-size: 12px;
}	
.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{
	position: relative;
	background-image: url('../images/gallerybanner3.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 350px; width: 100%;
}
.galheading{
	color: green;
	position: absolute;
	top: 50%;
	right: 20%;
}
.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;
}
.footer{
	background-color: #0B0118;
	border-top: 1px solid gray;
	box-shadow: 0px 0px 10px gray;
	color: white;
}

@media only screen and (max-width: 768px) {
	
  nav {
  	display: block;
  

  }
  tr th, td{
	font-size: 12px;
}
  #product-menu{
  	top:147px;
  	
  }
  
  .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{
	text-align: center;
	padding: 5px;
	background: rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
	color: white;
	position: absolute;
	top: 50%;
	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;
}

.rank img{
	transition: all .4s;
	height: 300px;
	width: 100%;
	
}

}

@media only screen and (max-width: 992px) {
	
.rank img{
	transition: all .4s;
	height: 250px;
	width: 100%;
}


}

