@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;
}
.ac{
	color: #000080;
}
*{
	padding-top: px;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.main-list1{
	background-image: url(https://solidsteps.org/assets/images/hero-image.png);
	background-position: top center;
	background-size: cover;
	position: relative;
	height: 85vh;
	outline: none;
	font-size: 4rem;
	color: #000080;
	padding: 10px;
}
#main-list1::after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: -2;
}
.main-txt2, .main-txt{
	position: relative;
	padding: 10px;
	font-weight: 1000;
	top: 30%;

}
.main-txt2::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #000080;
	transform-origin: right;
	animation: reveaLText 2s ease-in-out forwards;
	animation-delay: 0.5s;
}
.main-txt::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background-color: #000080;
	transform-origin: right;
	animation: reveaLText 2s ease-in-out forwards;
	animation-delay: 1s;
}
@keyframes reveaLText{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0);
	}
}
#main-x{
	display: flex;
	background-color: white;
	border-radius: 10px;
	cursor: pointer;
	flex-wrap: wrap;
	border-top: 6px solid red;
	border-bottom: 6px solid red;
	align-items: center;
	justify-content: center;
}
.yt{
	transition: 0.2s ease-in-out;
}
.main-img img{
	height: 100px;
	width: 100px;
	align-items: center;
	justify-content: center;
}
.main-item{
	border-right: 3px solid gray;
}
.yt:hover{
transform: scale(1.1);
}
.main-txt1{
	font-size: 15px;
	font-weight: 1000;
	color: gray;
}
.yt{
	margin: 25px 60px;
}
h2{
	
}
#img3{
	border-radius: 50%;
	margin: 0px 0px 0px 25px;
	height: 460px;
	width: 475px;
	transition: 1s ease-in-out;
}
#img3:hover{
	border-radius: 10%;
}
#about{
	display: flex;
	width: 70%;
	position: relative;
	left: 15%;
	margin-top: 12% ;
}
h2{
	font-size: 17px;
	border-left: 6px solid #000080;
	padding: 5px;
}
.h3{
	font-size: 40px;
}
#p2{
	font-size: 17px;
	letter-spacing: 1px;
	padding: 10px 0px;
}
#btn2{
	border: 1px solid red;
	padding: 8px 20px;
	color: #000080;
	position: absolute;
	font-size: 17px;
	top: 99%;
	transition: border 0.1s ease-in-out;
}
#btn2:hover{
	border: 3px solid #000080;
	color: red;
}
#welcome{
	margin-top: 3%;
}
.wel-x{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.wel-item{
	padding: 20px;
	position: relative;
}
.wel-item:hover .wel-txt{
	bottom: 0;
	height: 180px;
	background-color: #000080;

}
.wel-txt{
	border-radius: 10px;
	width: 550px;
	height: 0;
	background-color: rgb(0, 0, 0, 0.5);
	font-size: 1.5rem;
	color: white;
	padding: 0px 10px;
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	transition: 2s;
	letter-spacing: 5px;
}
.asd{
	position: absolute;
	bottom: -1%;
	left: 50%;
	transform: translateX(-50%) translateY(-1%);
	text-align: center;
}
.wel-img{
	height: 500px;
	width: 550px;
	border-radius: 10px;
}
.h3a{
	font-size: 25px;
	margin: 25px 5px;
		border-left: 6px solid #000080;
		padding: 8px;
}
#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: 350px) and (max-width: 790px){
#about{
	display: flex;
	flex-direction: column;
}
.h3{
	font-size: 30px;
}
.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;
}
.wel-item:hover .wel-txt{
	bottom: 0;
	height: 180px;
	background-color: #000080;

}
.wel-txt{
	width: 350px;
}
.wel-img{
	height: 350px;
	width: 350px;
}
.main-list1{
	height: 55vh;
}
#welcome{
	margin-top: 3%;
}
iframe{
		width: 350px;
		height: 300px;
	}
.h3a{
	position: relative;
	top: 10px;
}
	.wel-item{
	padding: 20px;
	position: relative;
	top: 10px;
}
	#btn2{
	border: 1px solid red;
	padding: 8px 20px;
	color: #000080;
	position: absolute;
	font-size: 17px;
	top: 100%;
	transition: border 0.1s ease-in-out;
}
.main-img img{
	height: 80px;
	width: 80px;
}
.main-txt1{
	font-size: 12px;
	font-weight: 1000;
	color: gray;
}
.nav-list2{
		display: none;
	}
.main-item{
	border-right: none;
}
.main-txt::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: #000080;
	transform-origin: right;
	animation: reveaLText 2s ease-in-out forwards;
	animation-delay: 1s;
}
.main-txt2::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
	background-color: #000080;
	transform-origin: right;
	animation: reveaLText 2s ease-in-out forwards;
	animation-delay: 0.5s;
}
.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;
}
.main-txt2, .main-txt{
	font-size: 2rem;
	margin-bottom: 0;
	padding: 3px;
	font-weight: 500;
}
#img3{
	width: 300px;
	height: 300px;
	margin: 0;
}
.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;
}
.main-list1{
	height: 75vh;
}
#welcome{
	margin-top: 3%;
}
iframe{
	width: 670px;
}
.nav-list2a{
	display: none;
}
.as{
	border-right: 3px solid gray;
}
.main-txt::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #000080;
	transform-origin: right;
	animation: reveaLText 2s ease-in-out forwards;
	animation-delay: 1s;
}
.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;
}
#img3{
	width: 410px;
	height: 410px;
}
.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;
	right: 0;
	background-color: rgb(0,0,0);
  background-color:red;
  overflow: 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;
}
.main-img img{
	height: 90px;
	width: 90px;
}
.main-item, .main-item1{
	border: none;
}
.main-txt1{
	font-size: 15px;
}
.nav2:hover{
	position: relative;
	left: 5%;
	color: #000080;
}
.dropbtn1:hover{
	color: #000080;
}
.footer-4{
	flex-wrap: wrap;
}
.main-txt2, .main-txt{
	font-size: 3rem;
	font-weight: 500;
}
}
@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;
}