*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
 .heading
{
background-color:white;
	color:black;
	text-decoration:none;
	width:100%;
	position:relative;
	z-index:1000;
	justify-content:space-between;

	margin-bottom:10px;
	
	
}

.heading .logo img
{
	width:90px;
	height:90px;
	background:white;
	border-radius:0px 10px 10px 0px;
	border-color:blue;
position:absolute;
	margin-top:-85px;
	z-index:2000;


}
.heading h1{
	margin-left:6.7%;
	z-index:1000;
	color:#317256;
padding:20px;
	
}
.heading p
{
	margin-top:-10px;

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:15px;

}


.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-image:#317256;
    margin-top: 20px;
    height: 100px;
  }
  .heading1 h1{
    font-size: 50px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-align:center;
    font-weight: 800;
    padding-top: 20px;
    color: #fff;
  }
  .card-container1{
    display: flex;
    justify-content: space-around;
   flex-wrap: wrap;
   margin-left: 120px;
   margin-right: 120px;
   margin-top: -50px;
  border-radius: 20px;
  background-color: white;
  }
  .card-container1 .card{
   width: 280px;
   height: 510px;
   background-color: #f0f0f0;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
   margin: 20px;
   background-image:white;
  }
  .card-container1 .card h2{
    font-size: 40px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight:1000;
    color:rgb(16, 91, 16);
    margin-left: 50px;
    margin-top: 20px; 
  }
  .card img{
   width: 50%;
   height: 10px;
   margin-top: 10px;
   padding: 10px;
   border-radius: 20px;
   
  }
  .card-content{
    padding: 10px;
  }
  .card-content h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .form-box1{
  width: 80%;
  margin-left: 10%;
  height: 70px;
     background: #317256;
    border-radius: 10px;
     text-align: center;
   }
   .faculties h1{
     font-size: 40px;
     margin-top: 10px;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: 1000;
     text-align: center;
     padding-top: 10px;
     color:#fff;  
   }
  .form-box2{
   margin-left: 500px;
  margin-right: 600px;
  width: 30%;
  height: 50%;
    background: white;
    padding: 1px;
    text-align: center;
  }
  .bsc h1{
    font-size: 40px;
    margin-top: 2px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 1000;
    text-align: center;
    padding-top: 50px;
    color: #317256;
  }

  .form-box2 .underline{
    width: 55%;
     height: 5px;
     background-color:#317256;
     margin: 10px auto 30px auto;
     border-radius: 2px;
    
  }
  .card-container2{
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
  }
  .card-container2 .card{
    width: 280px;
   height: 510px;
   background-color: #f0f0f0;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
   margin: 10px;
   background-image:white;
  }
  .card img{
    width: 50%;
    height: 20px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 20px;
   }
  .card-content{
    padding: 16px;
  }
  .card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
  }
  .card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
  }
  .form-box3 {
   margin-left: 500px;
   margin-right: 600px;
   width: 30%;
   height: 50%;
     background: white;
     padding: 1px;
     text-align: center; 
   }
   .bcom h1{
     font-size: 40px;
     margin-top: 2px;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: 1000;
     text-align: center;
     padding-top: 50px;
     color:#317256;
   }
  
   .form-box3 .underline{
     width: 65%;
     height: 5px;
     background-color:#317256;
     margin: 10px auto 30px auto;
     border-radius: 2px;
   }
  .card-container3{
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
  }
  .card-container3 .card{
    width: 280px;
    height: 510px;
   background-color: #f0f0f0;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
   margin: 10px;
  }
  .card img{
   width: 100%;
   height: auto;
  }
  .card-content{
    padding: 16px;
  }
  .card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
  }
  .card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
  }

  .form-box4 {
  
    margin-left: 500px;
   margin-right: 600px;
   width: 30%;
   height: 50%;
     background: white;
     padding: 1px;
     text-align: center;
   }
   .language h1{
     font-size: 40px;
     margin-top: 2px;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: 1000;
     text-align: center;
     padding-top: 50px;
     color: #317256;
   }
   .form-box4 .underline{
     width: 80%;
     height: 5px;
     background-color:#317256;
     margin: 10px auto 30px auto;
     border-radius: 2px; 
   }
  .card-container4{
    display: flex;
    justify-content: space-around;
   flex-wrap: wrap;
   margin-top: 20px;
  }
  .card-container4 .card{
    width: 280px;
    height: 510px;
   background-color: #f0f0f0;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
   margin: 20px;
  }
  .card img{
   width: 100%;
   height: auto;
  }
  .card-content{
    padding: 16px;
  }
  .card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
  }
  .card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
  }
  
  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;
	}
	