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

/**********Hearder**********/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	margin-top: 1%;
	float: left;
}
header .header-1 .logo{
	width: 25%;
	float: left;
	display: grid;
	grid-template-columns: 5vw calc(95% - 5vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 5vw;
	height: 5vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
	letter-spacing: 35px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1vw;
	color: rgb(0,49,83);
}
header .header-1 ul{
	width: 50%;
	margin-top: 2%;
	margin-left: 13%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 7%;
}
header .header-1 ul li{
	width: auto;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.2vw;
	font-weight: bold;
	color: rgb(0,49,83);
}
header .header-1 ul .li-1{
	display: none;
}
header .header-1 p{
	width: 12%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 15%;
	text-align: right;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 #close{
	display: none;
}

header .header-2{
	width: 95%;
	margin-top: 2%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 42% 55%;
	grid-column-gap: 3%;
}
header .header-2 .box-1{
	width: 100%;
	margin: auto;
}
header .header-2 .box-1 h1{
	width: 100%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	float: left;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: rgb(0,49,83);
}
header .header-2 .box-1 p{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
	color: darkred;
}
header .header-2 .box-2{
	width: 100%;
	margin: auto;
}
header .header-2 .box-2 section{
	width: calc(100% - 6px);
	height: 40vw;
	margin-left: -3%;
	float: left;
	border: 3px solid rgb(0,49,83);
	border-radius: 70% 30% 30% 70% / 30% 30% 70% 70%;
	overflo: hidden;
	animation: border-radius1 3s alternate infinite;
	transition: 3s;
}	
@keyframes border-radius1{
	to{
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}
header .header-2 .box-2 section img{
	width: 100%;
	height: 100%;
	margin-left: 3%;
	float: left;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: border-radius2 3s alternate infinite;
	transition: 3s;
	object-fit: cover;
	object-position: top;
}	
@keyframes border-radius2{
	to{
		border-radius: 70% 30% 30% 70% / 30% 30% 70% 70%;
	}
}

header .header-3{
	width: 100%;
	background-image: url(images/aaa.jpg);
	background-size: 100%;
	background-position: top right;
	float: left;
}
header .header-3 section{
	width: 90%;
	padding: 7% 5%;
	backdrop-filter: blur(5px);
	float: left;
}
header .header-3 section h2{
	width: auto;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: darkred;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

/**********Div-1**********/
.div-1{
	width: 90%;
	height: 100%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 h2{
	width: 100%;
	float: left;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 3.5vw;
	color: darkred;
}
.div-1 form{
	width: 100%;
	height: 88%;
	padding: 2% 0%;
	float: left;
}
.div-1 form section{
	width: 65%;
	height: 100%;
	float: right;
}
.div-1 form section img{
	width: calc(98% - 6px);
	height: 68%;
	padding: 1%;
	float: left;
	object-fit: cover;
	object-position: top;
	border: 3px solid darkred;
}
.div-1 form section h3{
	width: 100%;
	margin-top: 2.5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2.5vw;
	color: darkred;
}
.div-1 form section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
	color: ;
}
.div-1 form ul{
	width: 30%;
	height: 100%;
	float: left;
}
.div-1 form .ul-1{
	width: 30%;
	height: 100%;
	float: left;
	overflow-y: scroll;
}
.div-1 form .ul-1::-webkit-scrollbar{
	display: none;
}
.div-1 form ul li{
	width: 100%;
	height: 17%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed darkred;
}
.div-1 form ul li:last-child{
	border-bottom: none;
}
.div-1 form ul li label{
	width: 100%;
	height: 100%;
	float: left;
	display: grid;
	grid-template-columns: 40% 55%;
	grid-column-gap: 5%;
}
.div-1 form ul li label img{
	width: 100%;
	height: 80%;
	float: left;
	object-fit: cover;
}
.div-1 form ul li label h3{
	width: 100%;
	height: 80%;
	float: left;
	display: grid;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.div-1 form ul li label h3 span{
	margin: auto;
	margin-left: 0%;
}
.div-1 form ul li label button{
	display: none;
}
.div-1 .more{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
	color: rgb(0,49,83);
}
/**********Div-2**********/
.div-2{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 46% 46%;
	grid-column-gap: 4%;
}
.div-2 h2{
	grid-column-start: 1;
	grid-column-end: 3;
	width: 100%;
	margin-bottom: 2%;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 3.5vw;
	color: darkred;
}
.div-2  ul{
	width: 100%;
	display: grid;
	grid-template-columns: 46% 46%;
	grid-column-gap: 4%;
}
.div-2  ul li{
	width: 96%;
	height: 80%;
	padding: 2%;
	border: 3px solid darkred;
	list-style: none;
}
.div-2  ul li img{
	width: 100%;
	height: 100%;
}
.div-2 section{
	width: 100%;
	margin: auto;
}
.div-2 section h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2.5vw;
	color: darkred;
}
.div-2 section p{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}

/**********Div-3**********/
.contact{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
}
.contact h2{
	grid-column-start: 1;
	grid-column-end: 4;
	width: 100%;
	margin-bottom: 2%;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 3.5vw;
	color: darkred;
}
.contact form{
	width: 100%;
}
.contact form label{
	width: 100%;
	margin-bottom: 13%;
	float: left;
}
.contact form label strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.contact form label input{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1.2vw;
	font-family: sans-serif;
}
.contact form label textarea{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	resize: none;
	font-size: 1.2vw;
	font-family: sans-serif;
}
.contact form button{
	width: auto;
	padding: 2% 10%;
	margin-top: 1%;
	background-color: rgb(0,49,83);
	float: left;
	border: none;
	outline: none;
	resize: none;
	font-size: 1.2vw;
	font-family: sans-serif;
	font-weight: bold;
	color: white;
}
.contact ul{
	width: 100%;
}
.contact ul li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed darkred;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.contact ul li:last-child{
	border-bottom: none;
}
.contact ul li strong{
	width: 100%;
	float: left;
}
.contact ul li span{
	width: 100%;
	float: left;
}
.contact .map{
	width: calc(96% - 6px);
	height: calc(96% - 6px);
	padding: 2%;
	border: 3px solid darkred;
}
.contact .map iframe{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

/**********Apropos**********/
.apropos{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}
.apropos .sec-1{
	width: 100%;
	float: left;
	margin-bottom: 3%;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.apropos .sec-1 h3{
	grid-column-start: 1;
	grid-column-end: 3;
	width: 100%;
	margin-bottom: 2%;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
	color: rgb(0,49,83);
}
.apropos .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.3vw;
}


/**********Transport**********/
.transport{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.transport .box-1{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.transport .box-1 .sec-1{
	width: 100%;
	margin: auto;
	border: 3px solid darkred;
	transform: rotate(5deg);
}
.transport .box-1 .sec-1 img{
	width: 100%;
	float: left;
	transform: rotate(-5deg);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.transport .box-1 .sec-2{
	width: 100%;
	margin: auto;
}
.transport .box-1 .sec-2 h2{
	width: 100%;
	margin-bottom: 2%;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: darkred;
}
.transport .box-1 .sec-2 p{
	width: 100%;
	margin-bottom: 5%;
	font-family: sans-serif;
	font-size: 1.3vw;
}


/**********Signature*********/
.signature{
	width: 100%;
	padding-bottom: 3%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.3vw;
	color: gray;
}
.signature span{
	width: 100%;
	float: left;
}









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

/**********Hearder**********/
header{
	width: 100%;
	float: left;
}
header .header-1 .logo{
	width: 50%;
	float: left;
	display: grid;
	grid-template-columns: 12vw calc(95% - 12vw);
	grid-column-gap: 5%;
}
header .header-1 .logo img{
	width: 12vw;
	height: 12vw;
	float: left;
	object-fit: cover;
	border: 3px solid darkred;
	border-radius: 100vw;
}
header .header-1 .logo h2{
	width: 100%;
	margin: auto;
}
header .header-1 .logo h2 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 7vw;
	letter-spacing: 15px;
	color: darkred;
}
header .header-1 .logo h2 span{
	width: 100%;
	margin-top: -5%;
	float: left;
	font-family: sans-serif;
	font-size: 1.95vw;
	color: rgb(0,49,83);
}
header .header-1 #hidenmenu{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	background-color: darkred;
	position: fixed;
	margin-top: 0%;
	top: 0;
	right: 0;
	display: none;
	z-index: 1;
}
header .header-1 ul li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
	font-weight: unset;
	color: white;
}
header .header-1 ul li:nth-child(1){
	margin-top: 25%;
}
header .header-1 ul .li-1{
	display: unset;
}
header .header-1 p{
	width: auto;
	margin-top: 2%;
	float: right;
	display: unset;
	text-align: right;
}
header .header-1 p a{
	display: none;
}
header .header-1 p i{
	width: auto;
	color: darkred;
}
header .header-1 p #bars{
	font-size: 7vw;
}
header .header-1 #close{
	width: auto;
	margin-top: 5%;
	margin-bottom: 15%;
	float: right;
	display: unset;
	font-size: 10vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

header .header-2{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 100%;
	grid-column-gap: 0%;
}
header .header-2 .box-1{
	width: 100%;
	margin: auto;
}
header .header-2 .box-1 h1{
	width: 100%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	float: left;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size:10vw;
	color: rgb(0,49,83);
}
header .header-2 .box-1 p{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 7.5vw;
	color: darkred;
}
header .header-2 .box-2{
	width: 100%;
	margin: auto;
}
header .header-2 .box-2 section{
	width: calc(100% - 6px);
	height: 70vw;
	margin-top: 10%;
	margin-left: -3%;
	float: left;
	border: 3px solid rgb(0,49,83);
	border-radius: 70% 30% 30% 70% / 30% 30% 70% 70%;
	overflo: hidden;
	animation: border-radius1 3s alternate infinite;
	transition: 3s;
	object-fit: cover;
}	
@keyframes border-radius1{
	to{
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}
header .header-2 .box-2 section img{
	width: 100%;
	height: 100%;
	margin-left: 3%;
	float: left;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: border-radius2 3s alternate infinite;
	transition: 3s;
	object-fit: cover;
}	
@keyframes border-radius2{
	to{
		border-radius: 70% 30% 30% 70% / 30% 30% 70% 70%;
	}
}

header .header-3{
	width: 100%;
	background-image: url(images/aaa.jpg);
	background-size: 100%;
	background-position: top right;
	float: left;
}
header .header-3 section{
	width: 90%;
	padding: 15% 5%;
	backdrop-filter: blur(5px);
	float: left;
}
header .header-3 section h2{
	width: auto;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	color: darkred;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

/**********Div-1**********/
.div-1{
	width: 90%;
	height: auto;
	margin-top: 10%;
	margin-left: 5%;
	float: left;
}
.div-1 h2{
	width: 100%;
	float: left;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	color: darkred;
}
.div-1 form{
	width: 100%;
	height: 88%;
	padding: 2% 0%;
	float: left;
}
.div-1 form section{
	width: 100%;
	height: 100%;
	float: right;
	object-fit: cover;
}
.div-1 form section img{
	width: calc(98% - 6px);
	height: 60vw;
	padding: 1%;
	float: left;
	object-fit: cover;
	object-position: top;
	border: 3px solid darkred;
}
.div-1 form section h3{
	width: 100%;
	margin-top: 2.5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 7vw;
	color: darkred;
}
.div-1 form section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
	color: ;
}
.div-1 form ul{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.div-1 form .ul-1{
	width: 100%;
	height: 100%;
	float: left;
	overflow-y: scroll;
}
.div-1 form .ul-1::-webkit-scrollbar{
	display: none;
}
.div-1 form ul li{
	width: 100%;
	height: 17%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed darkred;
}
.div-1 form ul li:last-child{
	border-bottom: none;
}
.div-1 form ul li label{
	width: 100%;
	height: 100%;
	float: left;
	display: grid;
	grid-template-columns: 40% 55%;
	grid-column-gap: 5%;
}
.div-1 form ul li label img{
	width: 100%;
	height: 80%;
	float: left;
	object-fit: cover;
}
.div-1 form ul li label h3{
	width: 100%;
	height: 80%;
	float: left;
	display: grid;
	font-family: sans-serif;
	font-size: 5vw;
}
.div-1 form ul li label h3 span{
	margin: auto;
	margin-left: 0%;
}
.div-1 form ul li label button{
	display: none;
}
.div-1 .more{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
	color: rgb(0,49,83);
}
/**********Div-2**********/
.div-2{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: unset;
}
.div-2 h2{
	width: 100%;
	float: left;
	margin-bottom: 2%;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	color: darkred;
}
.div-2  ul{
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 46% 46%;
	grid-column-gap: 4%;
}
.div-2  ul li{
	width: 96%;
	height: 80%;
	padding: 2%;
	border: 3px solid darkred;
	list-style: none;
}
.div-2  ul li img{
	width: 100%;
	height: 100%;
}
.div-2 section{
	width: 100%;
	margin: auto;
}
.div-2 section h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 7vw;
	color: darkred;
}
.div-2 section p{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
}

/**********Div-3**********/
.contact{
	width: 90%;
	margin-top: 10%;
	margin-left: 5%;
	float: left;
	display: unset;
}
.contact h2{
	width: 100%;
	float: left;
	margin-bottom: 2%;
	border-bottom: 3px solid darkred;
	font-family: "Abril Fatface", serif;
	font-size: 10vw;
	color: darkred;
}
.contact form{
	width: 100%;
	margin-top: 10%;
	float: left;
}
.contact form label{
	width: 100%;
	margin-bottom: 13%;
	float: left;
}
.contact form label strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 4vw;
}
.contact form label input{
	width: 100%;
	margin-top: 5%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1.2vw;
	font-family: sans-serif;
}
.contact form label textarea{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	resize: none;
	font-size: 1.2vw;
	font-family: sans-serif;
}
.contact form button{
	width: auto;
	padding: 3% 20%;
	margin-top: 0%;
	background-color: rgb(0,49,83);
	float: right;
	border: none;
	outline: none;
	resize: none;
	font-size: 4vw;
	font-family: sans-serif;
	font-weight: bold;
	color: white;
}
.contact ul{
	width: 100%;
	margin-top: 10%;
	float: left;
}
.contact ul li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed darkred;
	font-family: sans-serif;
	font-size: 4vw;
}
.contact ul li:last-child{
	border-bottom: none;
}
.contact ul li strong{
	width: 100%;
	float: left;
}
.contact ul li span{
	width: 100%;
	float: left;
}
.contact .map{
	width: calc(96% - 6px);
	height: calc(96% - 6px);
	padding: 2%;
	float: left;
	border: 3px solid darkred;
}
.contact .map iframe{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}



/**********Apropos**********/
.apropos{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}
.apropos .sec-1{
	width: 100%;
	float: left;
	margin-bottom: 3%;
	display: unset;
}
.apropos .sec-1 h3{
	grid-column-start: 1;
	grid-column-end: 3;
	width: 100%;
	margin-bottom: 2%;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: rgb(0,49,83);
}
.apropos .sec-1 p{
	width: 100%;
	margin-bottom: 5%;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3vw;
}


/**********Transport**********/
.transport{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.transport .box-1{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	display: unset;
}
.transport .box-1 .sec-1{
	width: 80%;
	margin-left: 10%;
	float: left;
	margin: auto;
	border: 3px solid darkred;
	transform: rotate(5deg);
}
.transport .box-1 .sec-1 img{
	width: 100%;
	float: left;
	transform: rotate(-5deg);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.transport .box-1 .sec-2{
	width: 100%;
	float: left;
	margin: auto;
}
.transport .box-1 .sec-2 h2{
	width: 100%;
	margin-top: 3%;
	margin-bottom: 2%;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: darkred;
}
.transport .box-1 .sec-2 p{
	width: 100%;
	margin-bottom: 5%;
	font-family: sans-serif;
	font-size: 3vw;
}


/**********Signature*********/
.signature{
	width: 100%;
	padding-bottom: 3%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.3vw;
	color: gray;
}
.signature span{
	width: 100%;
	float: left;
}







}