header {
	width: 100%;
	position: fixed;
  top: 0;
  left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,1.0);
	box-sizing: border-box;
	padding: 15px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 5px 14px 22px 6px rgba(0, 0, 0, 0.13);
}
h1 {
	max-width: 200px;
}
.logo {
	
}
.gmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu a {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 20px ;
}
.menu-sub {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
}
.contactbtn a {
	background: linear-gradient(
240deg, rgba(28, 157, 22, 1),rgba(33, 175, 186, 1));
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	border-radius: 6px;
	display:flex;
	flex-direction:column;
}
.instabtn {
	margin-left: 20px;
}
.instabtn a {
	color: #fff;
	border-radius: 6px;
	display:flex;
	flex-direction:column;
	
}
.instabtn a img {
	width: 34px;
  
}

.main-img-box {
	
}
.mainimg {
	position: relative;
}

.req-imgbox {
	box-sizing:border-box;
	position: relative;
}
.req-imgbox::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(
-120deg, rgba(47, 72, 88, .0), rgba(47, 72, 88, .2),rgba(47, 72, 88, .9));
	top: 0;
	left: 0;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:100vh;
	width: 100%;
	border-radius: 0px 0px 0px 60px;
}
.sl01 {
	background-image: url("../img/01.jpg");
}
.sl02 {
	background-image: url("../img/02.jpg");
}
.sl03 {
	background-image: url("../img/03.jpg");
}
.sl04 {
	background-image: url("../img/04.jpg");
}

.cati {
	position: absolute;
	bottom: 10%;
	left: 5%;
}
.cati h3 {
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	margin-left: 5%;
}
.cati h6 {
	font-size: 1.6vw;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-left: 5%;
}
.cati h5 {
	width: 50%;
	margin-bottom: -5%;
}









@media screen and ( max-width:800px )
{
	header {
		position: static;
	}
.req-imgbox li {
	height:60vh;
	border-radius: 0px 0px 0px 0px;
}
.cati h3 {
    font-size: 220%;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.cati h6 {
    font-size: 80%;
}
.main-img-box {
	
}

.req-imgbox {
	margin-left: 0%;
}


.req-imgbox li {
	border-radius: 0px 0px 0px 0px;
}
.req-imgbox::after {
	border-radius: 0px 0px 0px 0px;
}
.cati {
	bottom: 5%;
}
	
	.menu {
		display: none;
	} 
	
.logo {
	max-width: 160px;
}
.contactbtn a {
    font-size: 85%;
}
.instabtn {
    margin-left: 10px;
}

}
