@charset "utf-8";

*{
	font-family: Maiandra GD;
	box-sizing: border-box;
}

body{
	background: rgba(247, 247, 247, 1);
	margin: 0px;
}

/*nav*/

nav{
	display: flex;
	list-style-type: none;
	align-items: center;
	width: 100%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	padding: 5px;
	position: sticky;
	background: rgba(247, 247, 247, 1);
	top: 0px;
	z-index: 99999999;
}

#navclick{
	display: none;
}

.logo{
	width: 60%;
}

.logo img{
	width: 400px;
}

nav li a{
	margin: 10px;
	text-decoration: none;
	font-size: 19px;
	color: #111d84;
}




/*small nav*/

#small_nav{
	background: #111d84;
	box-shadow: 0px 6px 6px #111d84;
	display: none;
	position: sticky;
	top: 135px;
	z-index: 999999;
}

#small_nav a{
	color: white;
	list-style-type: none;
	font-size: 22px;
	text-decoration: none;
	/*margin: 10px 3px;*/
	text-align: center;
	padding: 10px 5px;
}



#small_nav a li:hover{
	color: #111d84;
	background: white;
}




/*section one*/

#section1{
	background-image: url(image/is.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	list-style-type: none;
}

#section1>div{
	width: inherit;
	height: inherit;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
}



#section1 div div{
	width: 100%;
	font-size: 50px;
	position: relative;
	color: white;
	height: 150px;
	margin-top: -30px;
	padding: 10px;
}

.firsthide{
	display: none;
	position: absolute;
	top: 0px;

}


/*section two*/

#section2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	padding: 50px;
	background: rgba(0, 0, 0, 0.2);
}

#section2 li{
	font-family: calibri;
	font-size: 27px;
}

#section2 b{
	font-size: 30px;
	color: #111d84;
}

#section2 span{
	font-size: 25px;
}

#section2 img{
	width: 400px;
}

#section2 a{
	background: #111d84;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	padding:  10px;
	margin: 6px;
	font-family: calibri;
	font-size: 18px;
}


/*section three*/

#section3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	list-style-type: none;
	font-family: calibri;
}

#section3 img{
	width: 400px;
}

#section3 div:nth-of-type(2){
	width: 64%;
}

#section3 span{
	color: rgba(0, 0, 0, 0.6);
}

#section3 li{
	font-family: calibri;
	font-size: 18px;
}



#section3 a{
	text-decoration: none;
	color: white;
	background: #111d84;
	border-radius: 20px;
	padding: 10px;
	font-family: calibri;
}


/*section four*/

#section4{
	list-style-type: none;
	background: rgba(0, 0, 0, 0.2);
	padding: 30px 10px;
}

#section4 center{
	font-size: 30px;
}

#section4>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#section4 div div{
	width: 300px;
	background: white;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
	margin: 20px;
	text-align: center;
	padding: 60px 20px;
	border-radius: 10px;
}

#section4 i{
	font-size: 45px;
	color: red;
}

#section4 li{
	font-size: 19px;
	font-family: calibri;
	color: rgba(0, 0, 0, 0.6);
}

#section4 b{
	font-size: 20px;
	color: red;
}


/*section five*/

#section5 center{
	margin: 10px;
	font-size: 20px;
}

#section5 div{
	height: 600px;
	padding: 10px;
}



/*section six*/


#section6{
	list-style-type: none;
	background: rgba(0, 0, 0, 0.2);
	padding: 30px 10px;
}

#section6 center{
	font-size: 30px;
}

#section6>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#section6 div div{
	width: 300px;
	background: white;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
	margin: 20px;
	text-align: center;
	padding: 60px 20px;
	border-radius: 10px;
}

#section6 i{
	font-size: 45px;
	color: #111d84;
}

#section6 li{
	font-size: 19px;
	font-family: calibri;
	color: rgba(0, 0, 0, 0.6);
}

#section6 b{
	font-size: 20px;
	color: #111d84;
}



/*section seven*/

#section7{
	padding: 30px 10px;
}

#section7 center{
	font-size: 30px;
	margin: 20px;
}

#section7>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}

#section7 div div{
	width: 300px;
	padding: 50px 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	margin: 10px;
	text-align: center;
}

#section7 b{
	font-size: 19px;
}

#section7 span{
	font-family: calibri;
	font-size: 19px;
}


#section7 li{
	border-bottom: 1px solid red;
	padding: 5px;
	font-size: 18px;
}

#section7 li:nth-of-type(3){
	margin-bottom: 20px;
}

#section7 a{
	text-decoration: none;
	background: red;
	border-radius: 20px;
	padding: 10px;
	color: white;
}


/*section eight*/

#section8{
	list-style-type: none;
	background: rgba(0, 0, 0, 0.07);
	padding: 30px 10px;
}

#section8 center{
	font-size: 30px;
	margin: 6px;
}

#section8>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

#section8 div div{
	width: 400px;
	margin: 10px;
	text-align: center;
	box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.3);
	background: white;
}

#section8 li{
	padding: 10px;
}

#section8 img{
	width: 100%;
}


/*section nine*/

#section9_main_div{
/*background:orange;*/
border-top: 0.5px solid grey;
text-align:center;
margin:100px 0px 0px 0px;
padding:50px 15px 50px 15px;
overflow:auto;
}

#section9_main_div h1{
color:black;
position:sticky;
left:0px;
margin-bottom:100px;
font-size:35px;
}

#section9_main_div >div{
display:inline-flex;
}

#section9_main_div div:hover>h2{
transform:rotateY(360deg);
transition:3s;
}

#section9_main_div h2{color:red;}

#section9_main_div>div div{
box-shadow:0px 10px 50px grey;
color: rgb(166, 166, 166);
padding:13px;
width:230px;
margin:13px;
border-radius:6px;
background:white;
}



/*about page*/


/*about one*/

#about1{
	background-image: url(image/is.png);
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#about1>div{
	width: inherit;
	height: inherit;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
}

#about1 h2{
	font-size: 40px;
}

#about1 i{
	font-size: 20px;
}

/*about two*/

#about2{

}

#about2 h2{
	font-size: 25px;
}

#about2 i{
	font-size: 20px;
}

#about2 li{
	list-style-type: none;
	font-size: 18px;
	padding: 20px;
}


/*about three*/

#about3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}

#about3 img{
	width: 400px;
}

#about3 div:nth-of-type(2){
	width: 70%;
	list-style-type: none;
}



/*contact page*/

/*contact two*/

#contact2>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style-type: none;
}

#contact2 div div{
	margin: 20px;
	width: 400px;
}

#contact2 input, textarea{
	width: 100%;
	padding: 10px 2px;
	font-size: 18px;
}


#contact2 form a{
	text-decoration: none;
	background: #111d84;
	padding: 10px;
	border-radius: 10px;
	color: white;
}



/*faq page*/

/*faqs*/

#faq2{
	list-style-type: none;
	padding: 30px 10px;
}

#faq2 h2{
	font-size: 30px;
}

#faq2 center i{
	font-size: 20px;
	margin: 10px;
}

#faq2>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;

}

#faq2 p{
	padding: 5px;
}

/*#faq div div{
	width: 500px;
}*/


#faq2 div div div{
	border: 1px solid blue;
	margin: 20px;
	width: 500px;
}

#faq2 li{
	display: none;
	border-top: 1px solid blue;
	padding: 10px 5px;
}

#faq2 div i{
	float: right;
}

#faq2 div i:nth-of-type(2){
	display: none;
}



/*registration page*/


#reg_div{
	list-style-type: none;
	padding: 20px 10px;
}

#error{
	background: red;
	width: 200px;
	padding: 15px;
	font-size: 20px;
	color: white;
	position: fixed;
	right: 10px;
	display: none;
}

#reg_div form{
	width: 500px;
	margin: 0 auto;
}

#reg_div b{
	font-size: 18px;
}

#reg_div i{
	color: #111d84;
	font-size: 19px;
}

#reg_div input{
	border: none;
	/*padding: 9px 3px;*/
	font-size: 19px;
	width: 80%;
	outline: none;
	background: none;
}

#reg_div li{
	border: 1px solid #111d84;
	padding: 10px 4px;
	box-shadow: 0px 3px 6px #111d84;
	margin-top: 8px;
}

#reg_div h1{
	text-align: center;
}

#reg_div button{
	width: 100%;
	/*border: none;*/
	background: #111d84;
	color: white;
	font-size: 19px;
	padding: 10px 5px;
}


/*video*/



#video video{
	width: 100%;
	height: 300px;
}


/*footer*/


#footer{
	background: black;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 100px;
	list-style-type: none;
}

#footer img{
	width: 350px;
}

#footer b{
	color: white;
}

#footer a{
	color: rgba(247, 247, 247, 0.5);
	text-decoration: none;
}

#footer li{
	margin-top: 10px;
}


#footer2{
	background: black;
	color: rgba(247, 247, 247, 0.4);
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: 0.5px solid #111d84;
	padding: 30px 10px;
}

#footer2 a{
	color: #111d84;
	text-decoration: none;
}






/*media screen*/

@media screen and (max-width: 1200px){
	
	nav li a{
		display: none;
	}

	.logo{
		width: 80%;
	}

	#navclick{
		display: block;
	}

	#navclick i{
		font-size: 40px;
		/*background: red;*/
		color: #111d84;
	}

	#navclick .closex{
		display: none;
	}
}



@media screen and (max-width: 800px){
	#section3 div:nth-of-type(2){
		width: 100%;
		font-size: 20px;
	}

	#section3 li{
		font-size: 20px;
	}

	#section2 div{
		width: 100%;
		text-align: left;
		margin: 10px;
	}

	#footer{
		padding: 0px;
	}

	#footer img{
		width: 300px;
	}


	#footer div{
		margin: 30px;
	}
}


@media screen and (max-width: 670px){
	#section1 div div div{
		font-size: 40px;
	}

	.logo img{
		width: 300px;
	}

	#small_nav{
		top: 100px;
	}
}


@media screen and (max-width: 515px){
	#section1 div div div{
		font-size: 35px;
		margin-top: -30px;
	}

	.logo img{
		width: 250px;
	}

	#section2 img{
		width: 100%;
	}


	#section7 div div{
		width: 90%;
	}

	#small_nav{
		top: 80px;
	}

	#reg_div form{
		width: 95%;
	}

	#about3 img{
		width: 100%;
	}

	#about3 div:nth-of-type(2){
		width: 100%;
	}

	#faq2 div div{
		width: 100%;
		margin: 0px;
	}

	#faq2 div div div{
		width: 100%;
		margin: 10px 0px;
	}

	#section3 img{
		width: 100%;
	}

	#about1{
		height: 300px;
	}

	#section2{
		padding: 20px 5px;
	}

	#section1{
		height: 300px;
	}

	#navclick i{
		font-size: 26px;
	}

	.logo{
		width: 94%;
	}

	#footer div{
		margin: 15px;
	}

	#footer img{
		width: 100%;
	}
	
	#section9_main_div h1{
	    font-size: 23px;
	    margin: -5px -5px 20px -5px;
	}
}	