*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins',Sans-serif;
}

body{
	background-image: url("Free Vector _ Gradient liquid abstract background.jpg");
	
	background-size:cover;
	text-shadow: 0px -1px 1px black;
	background-repeat:0;
	background-attachment: fixed;

	
	background-positon: center;
	
	color: #ededed;
}

.banner{
	position:fixed;
	width: 100%;
	height: 80px;
	padding: 20px 10%;
	background-image:url('0 (2).gif');
	background-size:cover;
	background-position: center;
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;
	box-shadow: 0px 0.3px 20px black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	
	
	
}

.logopic{
	width:50px;
	height:auto;
	padding-top:-10px;
	
}

.logo{
	font-size: 18px;
	position:absolute;
	float:left;
	padding:55px;
	font-size: 25px;
	color: aqua;;
	text-shadow: 0px 0px 16px aqua;
	text-decoration: none;
	font-weight: 800;
	
}

.navbar a {
	font-size: 18px;
	color: #ededed;
	text-decoration: none;
	text-shadow: 0px 4px 10px black;
	font-weight: 500;
	margin-left: 35px;
	transition: .3s;
}

.navbar a:hover,
.navbar a.active {
	color: #00abf0;
	text-shadow: 0 0 20px #00abf0;
	
}

.btn1{


	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	background-color:transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}

.btn{
	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}



content{
	position:absolute;
	float:center;
	margin-top: 100px;
	padding-top:80px;
	align-items:center;
	margin-left: auto;
	padding-right:10px;
	color: #fff;
	text-shadow: 0px 0px 6px black;
}

.headpic{
	width:120%;
	height:auto;
	
	border-width:2px;
	border-style: solid;
	border-color: yellow;
	
	align-content:center;
	padding-left:35px;
	box-shadow: 0px 0px 20px yellow;
}


p{
	
	position: relative;
	margin-top:20px;
	margin-left:30px;
	
	color:#fff;
	text-decoration: none;
	text-shadow: 0px 0px 6px black;
	text-align: justify;
}
.pp {
	margin-left: 30px;

}

h1{
	text-align:center;
	color:yellow;
	text-shadow: 0 0 20px yellow;
}

h2{
	text-align:center;
	color:yellow;
	text-shadow: 0 0 20px yellow;
	margin-left:25px;
}

.p4{
				padding-top: 20px;
				margin-left: 45px;
				
				
				text-align: justify;
			}
			
.p5{
	margin-left: 25%;
}


	
}

.footer{
	float: left;
	position: fixed;
	bottom:500px;
	top:-1000px;
	width: 100%;
	height: 200px;
	background-color: black;
	
	color:aqua;
	padding-top: 50px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00abf0;
	box-shadow: 0px -6px 10px #00abf0;

	
	
	font-weight: 600;
	

}

.foottext {
	color:aqua;
}

.footer h3{
	font-family:fantasy;
	font-size: 24px;
	color:aqua;
	margin-bottom: 10px;
}

.gtu {
	margin-right:20px;
	float:right;
	text-decoration: none;
	font-size: 50px;
	color:#00abf0;
	margin-bottom: -80px;
	padding:50px;
	position:relative;
	bottom:20px;
	right:-50px;
}

.gtu a:hover{
	color:green;
	transition: .3s;
}

.22{
	width:20px;
	height: auto;
}

content{
	position:absolute;
	float:left;
	margin-top: 10px;
	padding-left:30px;
	align-items:justify;
	
	color: #fff;
	text-shadow: 0px 0px 6px black;
	
	
}


.p1{ 
                text-align: justify;
				margin-left: 10px;
				margin-right: 10px;
            }
			h1{
				text-align: center;
		        color: yellow;
			}
			.p4{
				padding-top: 20px;
				margin-left: 45px;
				
				font-size: larger;
				text-align: justify;
			}
			.p2{
				text-align:left;
			}
			.p3{
				text-align:right;
				text-align: justify;
			}
			
			.ez{
				border:1px solid violet;
				box-shadow:0 0 20px violet;
			}
			
			.dropdown{
				float: right;
				overflow:hidden;
				
				padding-left: 20px;
			}
			
			.dropdown .dropbtn{
				font-size: 18px;
				border: none;
				outline:none;
				color: #fff;
				text-shadow: 0 0 20px aqua;
				padding: 14px 16px;
				background:transparent;
				
				
			}
			
			.navbar a:hover, .dropdown:hover
			.dropbtn{
				background:transparent;
				color: aqua;
				text-shadow: 0 0 20px aqua;
				transition: .3s;
			}
			
			.dropdown-content{
				display:none;
				position: absolute;
				background-color:#f9f9f9;
				min-width: 160px;
				box-shadow: 0 2px 10px aqua;
				z-index:1;
			}
			
			.dropdown-content a{
				float: none;
				color:black;
				padding: 12px 16px;
				text-decoration: none;
				border:none;
				display: block;
				text-align: left;
			
			}
			
			.dropdown-content a:hover {
				
				background-color: #ddd;
			}
			
			.dropdown:hover .dropdown-content{
				transition: .5s;
				display:block;
			}
			.head{
	           padding:20px;
			   font-size:30px;
			}
			.gsu{
				
					margin-right:20px;
					float:right;
					text-decoration: none;
					font-size: 50px;
					color:#00abf0;
					margin-bottom: -80px;
					padding:50px;
					position:relative;
					bottom:70px;
				
				
			}
			.gau{
				
				
				float:left;
				text-decoration: none;
				font-size: 50px;
				color:#00abf0;
				margin-bottom: -80px;
				padding:50px;
				position:relative;
				bottom:70px;
				left:-50px;
			
			
		}