@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.image-wrapper {
	position: relative;
}
.container {
  position: relative;
  top: 10px;
}
.container h1 {
	font-size: 48px;
	padding: 30px;
}
.container h3 {
	font-size: 16px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container p {
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

.image-wrapper img {
  display: absolute;
  width: 100%;
  height: auto;
}

.transparent-square1 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 520px;
  background-color: rgba(0, 0, 0, 0.3); 
  color: #fff;
}

.transparent-square2 {
  position: absolute;
  top: 526px;
  height: 520px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  color: #fff;
}
.transparent-square3 {
  position: absolute;
  top: 1053px;
  height: 520px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  color: #fff;
}

nav {
	position: relative;
	background-color: #62a198;
	padding: 10px;
	text-align: right;
}
nav ul {
	list-style-type: none;
	margin: 0px;
	width: 100%;
	text-align: left;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 12px;
}

nav ul li a:hover {
  background-color: #609996;
}

.section {
	display: inherit;
}
.image_background {
	position: relative;
}
.image_background h3 {
	font-size: 18px;
	margin-top: 10px;
}
.image_background p {
	font-size: 16px;
	margin-top: 10px;
}
.image_background img {
	max-width: 100%;
}
.container {
	position: relative;
	text-align: left;
	max-width: 100%;
}
.image-gallery {
	display: absolute;
}
.image-item {
	position: absolute;
	right: 0;
	max-width: 24%;
	margin-right: 5px;
}
.image-item img {
	width: 100%;
}
.image-item1 {
	position: absolute;
	right: 25%;
	max-width: 24%;
	margin-right: 5px;
}
.image-item1 img {
	width: 100%;
}
.image-item2 {
	position: absolute;
	right: 50%;
	max-width: 24%;
	margin-right: 5px;
}
.image-item2 img {
	width: 100%;
}
.image-item3 {
	position: absolute;
	right: 75%;
	max-width: 24%;
	margin-right: 5px;
}
.image-item3 img {
	width: 100%;
}
.section {
	position: relative;
	background-color: #62a198;
	color: #fff;
	padding: 40px;
	text-align: left;
	max-width: 100%;
	top: 1600px;
	height: auto;
}
.section h2 {
	font-size: 36px;
	margin-left: 160px;
}
.section p {
  margin-top: 10px;
  padding: 50px;
  margin-left: 160px;
  width: 64%;
}

.container2 {
  position: relative;
  top: 10px;
}
.container2 h1 {
	font-size: 48px;
	padding: 30px;
}
.container2 h3 {
	font-size: 16px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container2 p {
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}
.text-left {
	position: absolute;
	top: 1700px;
	color: #000;
	padding: 40px;
	text-align: left;
	max-width: 100%;
	height: auto;
}
.text-left h2 {
	font-size: 12px;
	margin-left: 60px;
	max-width: 35%;
	color: rgba(0, 0, 0, 0.2); 
}
.text-left h3 {
  font-size: 24px;
  margin-top: 20px;
  max-width: 35%;
}
.text-left p {
  font-size: 14px;
  margin-top: 20px;
  margin-left: 30px;
  max-width: 35%;
}

.image-item4 {
	position: absolute;
	right: 32%;
	top: 1700px;
	max-width: 31%;
	padding: 10px;
}
.image-item4 img {
	width: 100%;
}
.image-item5 {
	position: absolute;
	right: 0%;
	max-width: 31%;
	top: 1800px;
	padding: 10px;
}
.image-item5 img {
	width: 100%;
}
header {
	position: absolute;
	top: 0;
    right: 0;
    width: 100%;
}
.section3D1 {
	position: relative;
	background-color: #333;
	color: #fff;
	padding-left: 40px;
	padding-top: 40px;
	text-align: left;
	max-width: 100%;
	top: 44px;
	height: auto;
}
.section3D1 h2 {
	font-size: 48px;
	margin-left: 40px;
}
.section3D1 p {
  margin-top: 10px;
  margin-left: 160px;
  width: 64%;
}
.gallery {
	position: absolute;
	margin-left: 160px;
	top: 260px;
}
.gallery img {
	width: 130%;
	hright: auto;
}
.section3D2 {
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 40px;
	text-align: left;
	max-width: 40%;
	height: auto;
}
.section3D2 p {
	  margin-left: 1220px;
	  width: 56%;
}

.section3D3 {
	position: relative;
	background-color: #eee;
	color: #000;
	padding: 40px;
	text-align: left;
	max-width: 100%;
	top: 44px;
	height: auto;
}
.section3D3 h2 {
	font-size: 36px;
	margin-left: 160px;
	width: 30%;
}
.section3D3 p {
  margin-top: 10px;
  margin-left: 160px;
  width: 30%;
}
.gallery1 {
	position: absolute;
	background-color: #333;
	padding: 40px;
	width: 40%;
	right: 120px;
	top: 60px;
}
.gallery1 img {
	position: flex;
	max-width: 100%;
	hright: auto;
}
.transparent_background img {
	width: 100%;
}
.gallery_poster {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 40px;
	width: 26%;
	left: 120px;
	top: 60px;
}
.gallery_line {
	position: absolute;
	width: 30.5%;
	left: 120px;
	top: 60px;
}
.section_poster1 {
	position: absolute;
	color: #000;
	padding: 40px;
	left: 38%;
	top: 0px;
	max-width: 18%;
	height: auto;
}
.section_poster2 {
	position: absolute;
	color: #000;
	padding: 40px;
	left: 58%;
	top: 760px;
	max-width: 18%;
	height: auto;
}
.gallery_poster1 {
	position: absolute;
	padding: 40px;
	left: 58%;
	top: 20px;
	max-width: 18%;
	height: auto;
}
.gallery_poster1 img {
	margin-bottom: 10px;
}
.gallery_poster2 {
	position: absolute;
	padding: 40px;
	left: 78%;
	top: 320px;
	max-width: 14%;
	height: auto;
}
.gallery_poster2 img {
	margin-bottom: 10px;
}

.image-iconbig {
	position: relative;
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
	top: 120px;
	bottom: 0px;
}
.image-iconbig img {
	position: flex;
	max-width: 100%;
}

.image-iconbig h1{
	text-align: center;
	font-size: 72px;
	color: #01ece2;
}
.icon2 {
	position: relative;
	top: 400px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
.gallery_icon1 {
	position: absolute;
	max-width: 60%;
	top: 400px;
	margin-right: 120px;
	right: 0px;
}
.gallery_icon1 img {
	position: block;
	max-width: 45%;
	margin-left: 20px;
}
.gallery_icon2 {
	position: absolute;
	max-width: 60%;
	top: 1000px;
	margin-right: 120px;
	right: 0px;
}
.gallery_icon2 img {
	position: block;
	max-width: 13%;
	margin-left: 5px;
}
.section_ui1 {
	position: absolute;
	padding: 200px;
	top: 480px;
	width: 24%;
}
.section_ui2 {
	position: absolute;
	padding: 200px;
	left: 25%;
	top: 480px;
	width: 24%;
}
.section_ui3 {
	position: absolute;
	padding: 200px;
	left: 50%;
	top: 480px;
	width: 24%;
}

.icon3 {
	position: relative;
	top:1300px;
	background-color: rgba(0, 0, 0, 0.1);
}
.gallery_icon3 {
	position: absolute;
	max-width: 60%;
	top: 400px;
	margin-right: 120px;
	right: 0px;
}
.gallery_icon3 img {
	position: block;
	max-width: 45%;
	margin-left: 20px;
}
.gallery_icon4 {
	position: absolute;
	max-width: 60%;
	top: 960px;
	margin-right: 120px;
	right: 0px;
}
.gallery_icon4 img {
	position: block;
	max-width: 13%;
	margin-left: 5px;
	margin-bottom: 200px;
}
.section_ui4 {
	position: absolute;
	padding: 200px;
	top: 480px;
	width: 24%;
}
.section_ui5 {
	position: absolute;
	padding: 200px;
	left: 25%;
	top: 480px;
	width: 24%;
}
.section_ui6 {
	position: absolute;
	padding: 200px;
	left: 50%;
	top: 480px;
	width: 24%;
}
