*{
     margin: 0;
     padding: 0;
     font-family: Century Gothic;
}

body {
  background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url("image/wallpaper.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-bar{
  background: rgb(255,255,255);
  text-align: center;
}

.menu-bar ul{
  display: inline-flex;
  list-style: none;
  color: #000000;
}

.menu-bar ul li{
  width: 120px;
  margin: 5px;
  padding: 15px;
}

.menu-bar ul li a{
  text-decoration: none;
  color: #000000;
}

.sub-menu-1{
  display: none;
}

.menu-bar ul li:hover .sub-menu-1{
  display: block;
  position: absolute;
  background: rgb(255,255,255);
  margin-top: 15px;
  margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu-1 ul{
  display: block;
  margin: 10px;

}


.menu-bar ul li:hover .sub-menu-1 ul li{
  width: 120px;
  padding: 10px;
  border-bottom: 1px dotted #fff;
  background: transparent;
  border-radius: 0;
  text-align: left;
}

.active, .menu-bar ul li:hover{
  background-color: #D3D3D3;
  border-radius: 3px;
}

.logo img{
	float: left;
	width:	140px;
	height: auto;
}

.title{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.title h1{
  color: #000000;
  font-size: 40px;
}

.main{
	max-width: 1300px;
	margin: auto;
}


.pic1{
  position: absolute;
  top: 70%;
  left: 15%;

}

.text1{
  position: absolute;
  top: 80%;
  left: 35%;
    color: #000000;
}

.text2{
  position: absolute;
  top: 50%;
  left: 35%;
    color: #000000;
}

.text3{
  position: absolute;
  top: 45%;
  left: 35%;
    color: #000000;
}

.pic2{
  position: absolute;
  top: 115%;
  left: 15%;

}

.text4{
  position: absolute;
  top: 120%;
  left: 35%;
    color: #000000;
}

.text5{
  position: absolute;
  top: 105%;
  left: 35%;
    color: #000000;
}

.text6{
  position: absolute;
  top: 110%;
  left: 35%;
    color: #000000;
}

.pic3{
  position: absolute;
  top: 160%;
  left: 15%;

}

.text7{
  position: absolute;
  top: 170%;
  left: 35%;
    color: #000000;
}

.text8{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text9{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}

.pic4{
  position: absolute;
  top: 205%;
  left: 15%;

}

.text10{
  position: absolute;
  top: 210%;
  left: 35%;
    color: #000000;
}

.text11{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text12{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}

.pic5{
  position: absolute;
  top: 250%;
  left: 15%;

}

.text13{
  position: absolute;
  top: 260%;
  left: 35%;
    color: #000000;
}

.text14{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text15{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}

.pic6{
  position: absolute;
  top: 300%;
  left: 15%;

}

.text16{
  position: absolute;
  top: 310%;
  left: 35%;
    color: #000000;
}

.text17{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text18{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}

.pic7{
  position: absolute;
  top: 350%;
  left: 15%;

}

.text19{
  position: absolute;
  top: 360%;
  left: 35%;
    color: #000000;
}

.text20{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text21{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}

.pic8{
  position: absolute;
  top: 400%;
  left: 15%;

}

.text22{
  position: absolute;
  top: 410%;
  left: 35%;
    color: #000000;
}

.text23{
  position: absolute;
  top: 175%;
  left: 35%;
    color: #000000;
}

.text24{
  position: absolute;
  top: 180%;
  left: 35%;
    color: #000000;
}
