@import url('https://fonts.googleapis.com/css2?family=Afacad:wght@500&family=Open+Sans&display=swap');
*{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
*{
	padding-top: px;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}

#footer{
	text-align: center;
	margin-top: 8%;
	background-color: red;
	padding: 10px;
	color: white;
}
.footer-2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 2%;
}
.add:hover{
	color: #000080;
	cursor: pointer;
}
.add1:hover{
	color: #000080;
	cursor: pointer;
}
.add{
	padding: 4px 14px;
	border-right: 1px solid gray;
	font-size: 17px;
}
.add1{
	padding: 4px 14px;
}
h5{
	font-size: 25px;
}

.fab{
	padding: 10px;
	font-size: 25px;
	color: white;
	border-radius: 50%;
	border: 2px solid white;
	margin-top: 1%;
}
.fab:hover{
	background-color: white;
	color: red;
}
.footer-4{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 19px;
}
.ql{
		padding: 25px 50px;
		margin-right: 8px;
		border-bottom: 1px solid white;
		color: white;
		transition: border-bottom 0.2s ease-in-out;
}
.ql:hover{
	border-bottom: 3px solid white;

}
.footer-5{
	margin-top: 1.5%;
	margin-bottom: 1%;
}
.footer-6{
	font-size: 15px;
}
@media only screen and (min-width: 100px) and (max-width: 790px){

.footer-4{
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 10px 0px;
}
.footer-2{
	display: block;
}
.add, .add1{
	border: none;
}
.ql{
	font-size: 17px;
	padding: 0;
	margin: 0;
}

iframe{
		width: 350px;
		height: 350px;
	}
.h3a{
	position: relative;
	top: 10px;
}
.nav-list2{
	display: none;
}
.fa-bars{
	font-size: 33px;
	color: #000080;
	float: right;
	margin: -70px 10px 0px 0px;
	border: 2px solid #000080;
	padding: 5px;
	cursor: pointer;
	transition: 1s;
}
.fa-bars:hover{
	color: white;
	border: 4px solid #000080;
}
.fa-xmark{
	font-size: 45px;
	color: white;
	transition: transform 0.2s, color 0.3s;
	top: 0;
	float: right;
	margin-top: 22px;
	cursor: pointer;
}
.fa-xmark:hover{
	color: #000080;
	transform: rotate(360deg);
}
#logo{
	height: 90px;
	width: 90px;
	padding: 5px;
}
.nav-x{
	display:flex;
	align-items: center;
}
#nav-bar{
	background-color: red;
}
h1{
	font-size: 25px;
	color: #000080;
	align-items: center;
}
#nav-item{
	display: none;
}
.nav-item2{
	display: none;
}
.navx1{
	height: 100%;
	position: fixed;
	width: 0;
	z-index: 1;
	top: 0;
	left: 0;
  background-color:red;
  overflow-x: hidden;
  transition: 0.5s;
}
.dropdown1:hover .dropdown-content1{
	display: flex;
	flex-direction: column;
}
.main-nav{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 40px;
	display: flex;
	flex-direction: column;
	color: white;
}
.footer-4{
	flex-wrap: wrap;
}

.dropdown-content1{
	display:none ;
	position: relative;
	left: 35%;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	padding: 10px;
}
.bar, .dropbtn1{
	transition: 0.5s ease-in-out;
}
.bar:hover{
	color: #000080;
}
.nav2{
	font-size: 25px;
	text-align: initial !important;
	transition: 0.5s ease-in-out;
}
.nav2:hover{
	position: relative;
	left: 5%;
	color: #000080;
}
.dropbtn1:hover{
	color: #000080;
}
.dropbtn1, .bar{
	border: none;
	background-color: red;
	color: white;
	font-size: 35px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.dropdown1:hover .dropdown-content1{
	display: flex;
	flex-direction: column;
}
}
@media only screen and (min-width: 790px) and (max-width: 1200px){
.footer-2{
	display: block;
}
iframe{
	width: 670px;
}
.nav-list2a{
	display: none;
}
.as{
	border-right: 3px solid gray;
}

.fa-bars{
	font-size: 33px;
	color: #000080;
	float: right;
	margin-top: -70px;
	border: 2px solid #000080;
	padding: 5px;
	cursor: pointer;
	transition: 1s;
}
.fa-bars:hover{
	color: white;
	border: 4px solid #000080;
}
.fa-xmark{
	font-size: 45px;
	color: white;
	transition: transform 0.2s, color 0.3s;
	top: 0;
	float: right;
	margin-top: 22px;
	cursor: pointer;
}
.fa-xmark:hover{
	color: #000080;
	transform: rotate(360deg);
}
#logo{
	height: 90px;
	width: 90px;
	padding: 5px;
}

.nav-x{
	display:flex;
	align-items: center;
}
#nav-bar{
	background-color: red;
}
h1{
	font-size: 30px;
	color: #000080;
	align-items: center;
}
#nav-item{
	display: none;
}
.nav-item2{
	display: none;
}
.navx1{
	height: 100%;
	position: fixed;
	width: 0;
	z-index: 1;
	top: 0;
	left: 0;
  background-color:red;
  overflow-x: hidden;
  transition: 0.5s;
}
.dropdown1:hover .dropdown-content1{
	display: flex;
	flex-direction: column;
}
.main-nav{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 40px;
	display: flex;
	flex-direction: column;
	color: white;
}
.dropbtn1, .bar{
	border: none;
	background-color: red;
	color: white;
	font-size: 40px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.dropdown-content1{
	display:none ;
	position: relative;
	left: 40%;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	padding: 10px;
}
.bar, .dropbtn1{
	transition: 0.5s ease-in-out;
}
.bar:hover{
	color: #000080;
}
.nav2{
	font-size: 28px;
	text-align: initial !important;
	transition: 0.5s ease-in-out;
}
.nav2:hover{
	position: relative;
	left: 5%;
	color: #000080;
}
.dropbtn1:hover{
	color: #000080;
}
.footer-4{
	flex-wrap: wrap;
}
}
@media only screen and (min-width: 1200px){
	.nav-list2a{
		display: none;
	}
	.nav-head1, .nav-item2{
	display: flex;
	align-items: center;
}
#logo{
	height: 90px;
	width: 90px;
	margin-right: 10px;
	padding: 5px;
}
li{
	display: inline;
		font-size: 19px;
}
.nav-head1{
 padding-left: 7%;
	background-color: white;
}
.nav-list3{
	margin-left: 35%;
}
.nav{
	color: #000080;
	font-size: 19px;
	margin-right: 20px;
}
.nav:hover{
	color: red;
}
.nav1{
	border: 1px solid #000080;
	padding: 8px;
	transition: border 0.1s ease-in-out;
	color: #000080; 
}
.nav1:hover{
	border: 2px solid red;
	padding: 8px;
	color: black;
	font-size: 18.9px;
}
h1{
	font-size: 30px;
	color: #000080;
	align-items: center;
}
.navx1, .nav-xi{
	display: none;
}
#nav-item{
	display: flex;
	flex-direction: row;
justify-content: center;
align-items: center;
background-color: red;
color: white;
}
.nav-x{
	display:flex;
	align-items: center;
	justify-content: center;
}
.dropdown {
  overflow: hidden;
}
#nav{
	padding: 14px 77px;
  font-size: 18px;  
	color: white;
	transition:  font-size 0.5s ease-in-out;
}
#nav:hover{
	font-size: 19px;
	color: #000080;
}
.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 67px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  transition:  font-size 0.5s ease-in-out;
}
.dropbtn:hover{
	font-size: 19px;
	color: #000080;
}
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: red;
  color: white;
  min-width: 106px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: white;
  color: red;
}

.dropdown:hover .dropdown-content {
  display: block;
}