

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: arial, sans-serif;
}
body{
	width: 100%;
	height: auto;

}

/* Started Navigation Bar Section*/


header{
	width: 100%;
	height: 80px;
	background-color: whitesmoke;
	position: fixed;
	z-index: 1;
}
.nav-icon{
	right: 0;
	display: none;
}

header div{
	float: left;
	justify-content: space-between;
}

.logo-head img{
	width: 100px;
	margin: 15px 120px;

}

.nav-head{
	position: absolute;
	top: 0;
	right: 0;

}
.nav-head ul{
	list-style: none;
	margin-right: 150px;
	padding:30px

}
.nav-head ul li{
	float: left;
	

}
.nav-head ul li a{
	text-decoration: none;
	padding: 25px;
	color: #333;


}
.nav-head ul li :hover{
	color: #333;
	border-radius: 5px;
	color: darkred;
}

.dropdown{
	position: absolute;
	display:block;
}
.dropdown li{
	width: 270px;
	padding: 20px 0px 20px 0px;
	display: none;
	background-color: whitesmoke;
	border-bottom: 0.5px solid #666;
}

.nav-head li:hover .dropdown li{
	display: block;
	
	
}


/* Finished Navigation Bar Section*/

/* ------------------------Start Body Section---------------------------*/

.about_head{
	background-image: url("2.jpg");
	width: 100%;
	height: 80vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.about_head h1{
	padding-top: 250px;
	text-align: center;
	color: white;
	text-shadow: 5px 2px 5px white;
	font-size: 50px;
	text-transform: uppercase;
}
.top_top h1{
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Condiment', cursive;
	font-size: 30px;
	color: #0047b3;

}
.about_text_font p{
	padding: 30px 50px 10px 50px;
	text-align: justify;
}
.about_text_font b, em{
	color: Blue;
	font-family: 'Dancing Script', cursive;
}

.mission{
	padding: 30px 50px 10px 50px;

}
.mission h1{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Condiment', cursive;
	font-size: 30px;
	color: #0047b3;
	
}
.mission p{
	font-size: 20px;
	padding: 30px 50px 10px 50px;
}

/*-----------------Start Footer Section----------------*/


footer{
	width: 100%;
	height: auto;
	background-color: #28344C;
	display: flex;
	padding: 10px 100px 10px 100px;
}

footer div{
	width: 450px;
	height: auto;
	border: 1px solid none;

}

footer div h2{
	color: white;
	text-align: left;
	padding: 20px;
}
footer div p{
	color: white;
	text-align: justify;
	
}

.logo-side p{
	padding:20px;
	
}
.link-side h2{
	text-align: left;
	padding-left: 20px;
}
.link-side li{
	list-style: none;
	padding-top: 15px;
	padding-left: 20px;

}
.link-side li a:hover{
	color: red;
}
.link-side li a{
	text-decoration: none;
	color: white;

}
.logo-side b{
	color: red;
	cursor: pointer;
}
.logo-side span{
	display: none;
}

.copyright{
	width: 100%;
	height: auto;
	background-color: #28344C;
	text-align: center;
	color: white;
	padding: 10px;
	padding-top: 40px;
}
.location{
	display: flex;
	margin-top: ;
}
.location i{
	color: red;
	padding: 20px;
	mar
}
.location p{
	margin-top: 20px;
}


footer div h5{
	width: 150px;
	height: 2px;
	background-color: red;
	margin-left: 20px;
}
.icon-btn{
	padding: 20px;
}
.icon-btn i{
	padding-left: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}
