*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}


/**********Header*********/
header{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgb(2, 104, 178), white, white, white, white, white, white, white);
	float: left;
	display: grid;
	grid-template-rows: 7% 5% 5% 81%;
	grid-row-gap: 2%;

}

header .header-1{
	width: 1200px;
	height: 100%;
	margin: auto;
	margin-top: 0%;
}
header .header-1 section{
	width: 20%;
	float: left;
	display: grid;
	grid-template-columns: 35% auto;
}
header .header-1 section img{
	width: 100%;
	margin: auto;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
	font-family: "Vollkorn", serif;
  	font-optical-sizing: auto;
	font-size: 350%;
}
header .header-1 ul{
	width: 20%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 5%;
}
header .header-1 ul li{
	width: auto;
	list-style: none;
	text-align: right;
	font-size: 125%;
}

header .header-2{
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 0%;
	background-color: blue;
	position: relative;
	border-top: 3px solid green;
	border-bottom: 3px solid green;
	display: grid;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 1.7);
}
header .header-2 #bars,
header .header-2 #close{
	display: none;
}
header .header-2 .div-ul{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns:  auto auto auto auto auto auto auto;
	grid-column-gap: %;
}
header .header-2 .div-ul .sub-ul{
	width: 100%;
	text-align: center;
	border-left: 1px solid green;
	border-right: 1px solid green;
	display: grid;
}
header .header-2 .div-ul .sub-ul strong{
	width: 100%;
	font-family: sans-serif;
	color: white;
}
header .header-2 .div-ul .sub-ul div{
	display: none;
	margin: auto;
}
header .header-2 .div-ul .sub-ul:hover div{
	width: 20%;
	margin-top: 1%;
	position: absolute;
	display: unset;
}
header .header-2 .div-ul .sub-ul:hover div ul{
	width: 90%;
	padding: 5%;
	margin-top: 6%;
	float: left;
	background-color: white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
header .header-2 .div-ul .sub-ul:hover div ul li{
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed green;
	font-family: sans-serif;
}
header .header-2 .div-ul .sub-ul:hover div ul li i{
	float: left;
}
header .header-2 .div-ul .sub-ul:hover div ul li span{
	float: right;
}
header .header-2 .div-ul .sub-ul div ul li:hover{
	width: 96%;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: green;
	border-bottom: none;
	color: white;
}

header .header-3{
	width: 1200px;
	height: 100%;
	margin: auto;
	margin-top: 0%;
}

header .header-3 h2 {
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid black;
	font-family: "Miltonian Tattoo", serif;
	font-size: 250%;
	letter-spacing: 2px;
	color: ;
    animation: typing 2s steps(40) alternate forwards;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    	text-alig: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), 0px 0px 5px white;
	}
}


header .slides{
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: -2%;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5),0px -3px 5px rgba(0, 0, 0, 0.5);
}
header .slides .sub-1{
	width: 100%;
	height: 100%;
	float: left;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 80% 20%;
}
header .slides .sub-1 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
}
header .slides .sub-1 div{
	width: 100%;
	display: grid;
	display: grid;
}
header .slides .sub-1 div section{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 50% 48%;
	grid-column-gap: 2%;
}
header .slides .sub-1 div section h2{
	width: 93%;
	padding-right: 2%;
	border-right: 2px solid black;
	margin: auto;
	font-family: sans-serif;
	font-size: 300%;
	color: rgb(2, 104, 178);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
header .slides .sub-1 div section p{
	width: 100%;
	margin: auto;
	font-family: sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: ;
}

@keyframes textp{
	from{
		color: green;
	}
}

@keyframes imgh{
	from{
		margin-left: 100%;
	}
	to{
		margin-left: 0%;
	}
}

/**********Video**********/
.video{
	width: 1200px;
	margin: auto;
	margin-top: 5%;
}
.video video{
	width: 100%;
	margin-top: 5%;
	float: left;
	box-shadow: 3px 3px 5px gray;
}

/**********Box-0**********/
.box-0{
	width: 1200px;
	margin: auto;
	padding-top: 5%;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
}
.box-0 div{
	width: 100%;
	padding-top: 10%;
	padding-bottom: 5%;
	background-image: linear-gradient(to bottom, rgb(2, 104, 178), green);
	display: grid;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-align: center;
}
.box-0 div i{
	width: 80%;
	margin: auto;
	font-size: 300%;
	color: white;
}
.box-0 div p{
	width: 80%;
	margin: auto;
	margin-top: 15%;
	font-family: sans-serif;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
}
.box-0 div a{
	width: 74%;
	padding: 3%;
	margin: auto;
	margin-top: 15%;
	background-color: white;
	font-family: "Miltonian Tattoo", serif;
	font-weight: bold;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/**********Box-1**********/
.box-1{
	width: 1200px;
	margin: auto;
	padding-top: 5%;
	display: grid;
	grid-template-columns: 40% 58%;
	grid-column-gap: 2%;
} 
.box-1 section{
	width: 100%;
	margin: auto;
	margin-top: 0%;
}
.box-1 section h2{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 250%;
	color: rgb(2, 104, 178);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.box-1 section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: sans-serif;
	font-size: 125%;
	color: gray;
}
.box-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 5%;
}
.box-1 div img{
	width: 100%;
	height: auto;
	margin-top: 10%;
	margin-bottom: 10%;
	background-color: ;
	border: 2px solid rgb(2, 104, 178);
	ox-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(0, 0, 0, 0.2);
}

/**********Footer**********/
footer{
	width: 100%;
	margin: auto;
	padding-bottom: 3%;
	padding-top: 5%;
} 
footer .foot-0{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: green;
	float: left;
	display: grid;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5);
}
footer .foot-0 div{
	width: 1200px;
	margin: auto;
}
footer .foot-0 div form{
	width: 20%;
	background-color: white;
	float: left;
	display: grid;
	grid-template-columns: 80% 20%;
	border: 2px solid lightgreen;
	border-radius: 100px;
}
footer .foot-0 div form input{
	width: 94%;
	padding: 3%;
	height: auto;
	border-radius: 100px;
	border: none;
	outline: none;
}
footer .foot-0 div form button{
	width: 94%;
	padding: 3%;
	height: auto;
	border-radius: 100px;
	border: none;
	outline: none;
}

footer .foot-0 div ul{
	width: 20%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 5%;
}
footer .foot-0 div ul li{
	width: auto;
	list-style: none;
	font-size: 125%;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
footer .foot-0 div ul .li-0{
	color: blue;
}
footer .foot-0 div ul .li-1{
	color: lightblue;
}
footer .foot-0 div ul .li-2{
	color: orange;
}
footer .foot-0 div ul .li-3{
	color: red;
}

footer .foot-1{
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: rgb(2, 104, 178);
	float: left;
	display: grid;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5);
}
footer .foot-1 div{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 30% 20% 20% 20%;
	grid-column-gap: 3.3%;
}
footer .foot-1 div ul{
	width: 100%;
}
footer .foot-1 div ul li{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
footer .foot-1 div ul h2{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	font-family: sans-serif;
	color: white;
}
footer .foot-1 div ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	font-family: sans-serif;
	color: white;
}
footer .foot-1 div ul li i{
	float: left;
}
footer .foot-1 div ul li span{
	float: right;
	font-family: sans-serif;
}
footer .foot-1 div ul li p{
	font-family: sans-serif;
}


















/***************1200px***************/
@media only screen and (max-width: 1200px) 
{

body{
	font-size: 85%;
}
/**********Header*********/
header{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgb(2, 104, 178), white, white, white, white, white, white, white);
	float: left;
	display: grid;
	grid-template-rows: 7% 5% 5% 81%;
	grid-row-gap: 2%;
}
header .header-1{
	width: 90%;
	height: 100%;
	margin: auto;
	margin-top: 1%;
	margin-left: 5%;
}

header .header-2 .div-ul{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	display: grid;
	grid-template-columns:  auto auto auto auto auto auto auto;
	grid-column-gap: %;
}

header .header-3{
	width: 90%;
	height: 100%;
	margin: auto;
	margin-top: 0%;
	margin-left: 5%;
}
header .header-3 h2{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-right: unset;
    text-align: center;
	font-family: "Miltonian Tattoo", serif;
	font-size: 200%;
	letter-spacing: 1px;
	color: ;
    animation: typing 2s steps(40) alternate forwards;
}
header .slides .sub-1 div section{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	display: grid;
	grid-template-columns: 50% 48%;
	grid-column-gap: 2%;
}

/**********Video**********/
.video{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	margin-top: 5%;
}

/**********Box-0**********/
.box-0{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	padding-top: 5%;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
}

/**********Box-1**********/
.box-1{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	padding-top: 5%;
	display: grid;
	grid-template-columns: 45% 54%;
	grid-column-gap: 1%;
} 
/**********Box-0**********/
.box-2{
	width: 90%;
	height: 450px;
	margin: auto;
	margin-left: 5%;
	padding-bottom: 1%;
	padding-top: 1%;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
}

/**********Footer**********/

footer .foot-0 div{
	width: 90%;
	margin: auto;
	margin-left: 5%;
}
footer .foot-1 div{
	width: 90%;
	margin: auto;
	margin-left: 5%;
	display: grid;
	grid-template-columns: 30% 20% 20% 20%;
	grid-column-gap: 3.3%;
}



}










/***************650px***************/
@media only screen and (max-width: 650px) 
{


header{
	width: 100%;
	height: unset;
	background-image: linear-gradient(to bottom, rgb(2, 104, 178), white, white, white, white, white, white, white);
	float: left;
	display: unset;

}
header .header-1{
	width: 90%;
	height: 100%;
	margin-left: 5%;
	margin-top: 1%;
	display: grid;
}
header .header-1 section{
	width: auto;
	margin: auto;
	float: unset;
	display: unset;
	text-align: center;
}
header .header-1 section img{
	width: 30%;
}
header .header-1 section h1{
	width: auto;
	font-size: 200%;
}
header .header-1 ul{
	display: none;
}
header .header-1 ul li{
	width: auto;
	list-style: none;
	text-align: right;
	font-size: 125%;
}

header .header-2{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 5%;
	background-color: blue;
	position: relative;
	border-top: 3px solid green;
	border-bottom: 3px solid green;
	display: unset;
	float: left;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 1.7);
}


header .header-2 #bars{
	padding: 3%;
	margin-left: 75%;
	background-color: blue;
	position: relative;
	right: 100;
	display: unset;
	border: 2px solid green;
	border-radius: 100px;
	font-family: sans-serif;
	font-size: 100%;
	color: white;
}

header .header-2 .div-ul{
	width: 88%;
	padding: 1%;
	margin: auto;
	display: none;
}
header .header-2:hover .div-ul{
	display: unset;
	width: 78%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	background-color: rgb(2, 104, 178);
	border-right: 3px solid green;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	overflow-y: scroll;
}
header .header-2:hover .div-ul #close{
	width: 95%;
	padding: 2.5%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 0%;
	margin-bottom: 15%;
	background-color: rgb(2, 104, 178);
	float: left;
	text-align: right;
	color: white;
	display: unset;
}
header .header-2 .div-ul .sub-ul{
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-bottom: 10%;
	float: left;
	text-align: left;
	border: none;
	display: unset;
}
header .header-2 .div-ul .sub-ul strong{
	width: 100%;
	font-family: sans-serif;
	color: white;
	text-transform: uppercase;
}
header .header-2 .div-ul .sub-ul div{
	width: 100%;
	float: left;
	margin-top: 3%;
	display: unset;
}
header .header-2 .div-ul .sub-ul div ul{
	width: 100%;
	float: left;
}
header .header-2 .div-ul .sub-ul div ul li{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 1px dashed green;
	color: white;
	font-family: sans-serif;
}
header .header-2 .div-ul .sub-ul div ul li i{
	float: left;
}
header .header-2 .div-ul .sub-ul div ul li span{
	float: right;
}
header .header-2 .div-ul .sub-ul:hover div{
	width: unset;
	margin-top: unset;
	position: unset;
	display: unset;
}
header .header-2 .div-ul .sub-ul:hover div ul{
	width: unset;
	padding: unset;
	margin-top: unset;
	float: unset;
}
header .header-2 .div-ul .sub-ul div ul li:hover{
	width: 96%;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: green;
	border-bottom: none;
	color: white;
}
header .header-3{
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-top: 0%;
}

header .header-3 h2 {
	width: 100%;
    overflow: hidden;
    white-space: unset;
    border-right: none;
    text-align: center;
	font-family: sans-serif;
	font-size: 125%;
	letter-spacing: 2px;
	color: ;    
	animation: typings 2s alternate forwards;
	transition: 2s;
}

@keyframes typings{
    from {
        width: 100%;
        margin-left: -100%;
    }
    to {
        width: 100%;
        margin-left: 0%;
	}
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    	text-alig: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), 0px 0px 5px white;
	}
}


header .slides{
	width: 100%;
	height: 500px;
	float: left;
	margin-top: unset;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5),0px -3px 5px rgba(0, 0, 0, 0.5);
}
header .slides .sub-1{
	width: 100%;
	height: 100%;
	float: left;
	display: unset;
}
header .slides .sub-1 img{
	width: 100%;
	height: 70%;
	object-fit: cover;
	overflow: hidden;
}
header .slides .sub-1 div{
	width: 100%;
	height: 30%;
	display: grid;
}
header .slides .sub-1 div section{
	width: 90%;
	margin: auto;
	display: unset;
}
header .slides .sub-1 div section h2{
	width: 100%;
	padding-right: 2%;
	border-right: unset;
	margin: auto;
	font-family: sans-serif;
	font-size: 140%;
	color: rgb(2, 104, 178);
	text-shadow: unset;
	border-bottom: 2px solid rgb(0, 0, 0);
}
header .slides .sub-1 div section p{
	width: 100%;
	margin: auto;
	margin-top: 2%;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: ;
}

@keyframes textp{
	from{
		color: green;
	}
}

@keyframes imgh{
	from{
		margin-left: 100%;
	}
	to{
		margin-left: 0%;
	}
}


/**********Video**********/
.video{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}




/**********Box-0**********/
.box-0{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
}
.box-0 div{
	width: 90%;
	padding: 5%;
	padding-top: 10%;
	padding-bottom: 5%;
	margin-bottom: 10%;
	background-image: linear-gradient(to bottom, rgb(2, 104, 178), green);
	display: grid;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-align: center;
}
.box-0 div i{
	width: 80%;
	margin: auto;
	font-size: 200%;
	color: white;
}
.box-0 div p{
	width: 80%;
	margin: auto;
	margin-top: 15%;
	font-family: sans-serif;
	font-weight: 85%;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
}
.box-0 div a{
	width: 74%;
	padding: 3%;
	margin: auto;
	margin-top: 15%;
	background-color: white;
	font-family: "Miltonian Tattoo", serif;
	font-weight: bold;
	font-size: 80%;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/**********Box-1**********/
.box-1{
	width: 90%;
	margin: auto;
	float: left;
	margin-left: 5%;
	padding-top: 5%;
	display: unset;
} 
.box-1 section{
	width: 100%;
	float: left;
}
.box-1 section h2{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 150%;
	color: rgb(2, 104, 178);
	text-shadow: unset;
}
.box-1 section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: sans-serif;
	font-size: 90%;
	color: gray;
}
.box-1 div{
	width: 100%;
	margin: auto;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 5%;
}
.box-1 div img{
	width: 100%;
	height: auto;
	background-color: ;
	border: 2px solid rgb(2, 104, 178);
	ox-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.2);
}

/**********Footer**********/
footer{
	width: 100%;
	margin: auto;
	float: left;
	margin-top: 10%;
	padding-bottom: 0%;
	overflow: hidden;
} 
footer .foot-0{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: green;
	float: left;
	display: grid;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5);
}
footer .foot-0 div{
	width: 90%;
	margin: auto;
}
footer .foot-0 div form{
	width: 50%;
	background-color: white;
	float: left;
	display: grid;
	grid-template-columns: 80% 20%;
	border: 2px solid lightgreen;
	border-radius: 100px;
}
footer .foot-0 div form input{
	width: 96%;
	padding: 2%;
	height: auto;
	border-radius: 100px;
	border: none;
	outline: none;
}
footer .foot-0 div form button{
	width: 94%;
	padding: 3%;
	height: auto;
	border-radius: 100px;
	border: none;
	outline: none;
}

footer .foot-0 div ul{
	width: 40%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 5%;
}
footer .foot-0 div ul li{
	width: auto;
	list-style: none;
	font-size: 125%;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
footer .foot-0 div ul .li-0{
	color: blue;
}
footer .foot-0 div ul .li-1{
	color: lightblue;
}
footer .foot-0 div ul .li-2{
	color: orange;
}
footer .foot-0 div ul .li-3{
	color: red;
}

footer .foot-1{
	width: 90%;
	padding: 5%;
	background-color: rgb(2, 104, 178);
	float: left;
	display: grid;
	box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.5);
}
footer .foot-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 100%;
	grid-column-gap: 3.3%;
}
footer .foot-1 div ul{
	width: 100%;
	margin-top: 5%;
	float: left;
}
footer .foot-1 div ul li{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
footer .foot-1 div ul h2{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	font-family: sans-serif;
	color: white;
}
footer .foot-1 div ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	font-family: sans-serif;
	color: white;
}
footer .foot-1 div ul li i{
	float: left;
}
footer .foot-1 div ul li span{
	float: right;
	font-family: sans-serif;
}
footer .foot-1 div ul li p{
	font-family: sans-serif;
}










}