*{
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 10vh;
    background: rgb(5, 1, 34) ;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 10vh;
    padding-top: 10px;
    padding-right: 50px;
}
/* .logo h1{
    font-size: 50px;
    float: left;
    color: darkgreen;
    padding-top: 10px;
    padding-right: 80px;
    font-weight: bolder;
} */
.menu{
    float: right;
    margin-top: 10px;
    padding-right: 60px;
}
.menurap{
    border-radius: 15px;
    padding: 20px;
}
.menurap ul li{
    display: inline;
}
.menurap ul li a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 15px; 
}
.menurap ul li a:hover{
    color: goldenrod;
    background: rgb(56, 55, 55);
    /* border-bottom: 1px solid white;
    border-top: 1px solid white; */
    /* padding: 5px; */
}
/* banner */
.ban{
    width: 100%;
    height: 80vh;
    background-image: url(eco.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banrap{
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.7); 
}
.banrap1{
    padding-top: 200px;
}
.banrap1 h1{
    color: greenyellow;
    font-size: 80px;
    font-style: italic;
    text-align: center;
}
.banrap1 h2{
    color: aqua;
    font-size: 60px;
    font-style: italic;
    /* padding-left: 30px; */
    text-align: center;
}
/* middle */
.midrap{
    padding-top: 50px;
}
.midrap h1{
    text-align: center;
    color: rgb(24, 141, 141);
}
.midrap1{
    width: 100%;
    margin: auto; 
   display: grid; 
   grid-template-columns: auto auto auto  ;
   /* display: inline;
   float: center;
   text-decoration: none; */
   border-top: 10px;
   grid-column-gap: 50px; 
   grid-row-gap: 20px;  
   /* margin-top: 50px;  */
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 80px;
   padding-right: 80px; 
}
.container {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  
  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    bottom: 0;
    height: 100%;
    border-radius: 15px;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
.box3{
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box3 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box3 a{
    text-decoration: none;
}
.box3:hover{
    background-color: aquamarine;
    color: blue;
}
.box4{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box4 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box4 a{
    text-decoration: none;
}
.box4:hover{
    background-color: aquamarine;
    color: blue;
}
.box5{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box5 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box5 a{
    text-decoration: none;
}
.box5:hover{
    background-color: aquamarine;
    color: blue;
}
.box9{
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box9 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box9 a{
    text-decoration: none;
}
.box9:hover{
    background-color: aquamarine;
    color: blue;
}
.box100{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box100 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box100 a{
    text-decoration: none;
}
.box100:hover{
    background-color: aquamarine;
    color: blue;
}
.box101{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box101 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box101 a{
    text-decoration: none;
}
.box101:hover{
    background-color: aquamarine;
    color: blue;
}
.box105{
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box105 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box105 a{
    text-decoration: none;
}
.box105:hover{
    background-color: aquamarine;
    color: blue;
}
.box106{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box106 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box106 a{
    text-decoration: none;
}
.box106:hover{
    background-color: aquamarine;
    color: blue;
}
.box107{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box107 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box107 a{
    text-decoration: none;
}
.box107:hover{
    background-color: aquamarine;
    color: blue;
}
.box201{
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box201 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box201 a{
    text-decoration: none;
}
.box201:hover{
    background-color: aquamarine;
    color: blue;
}
.box202{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box202 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box202 a{
    text-decoration: none;
}
.box202:hover{
    background-color: aquamarine;
    color: blue;
}
.box203{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aqua;
    border-radius: 10px;
}
.box203 p{
    text-align: center;
    color: navy;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box203 a{
    text-decoration: none;
}
.box203:hover{
    background-color: aquamarine;
    color: blue;
}
.midrap9{
    margin-top: 100px;
    padding-top: 50px;
    background-color: rgba(0,0,0,0.3);
}
.midrap9 h1{
    text-align: center;
    color: rgb(28, 173, 173);
    font-size: 40px;
}
.midrap9 h2{
    padding-top: 20px;
    text-align: center;
    color: rgb(13, 90, 90);
    /* background-color: rgba(0,0,0,0.3); */
}
.midrap10{
    width: 100%;
     margin: auto; 
    display: grid; 
    grid-template-columns: auto auto auto  ;
    /* display: inline;
    float: center;
    text-decoration: none; */
    border-top: 10px;
    grid-column-gap: 50px; 
    grid-row-gap: 20px;  
    /* margin-top: 50px;  */
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 170px;
    padding-right: 80px; 
    background-color: rgba(0,0,0,0.3);
}
.box14{
    width: 80%;
    height: 10vh;
    background-image: url(icon1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.box14 p{
    text-align: justify;
    padding-left: 70px;
    padding-top: 5px;
}
.box15{
    width: 100%;
    height: 10vh;
    background-image: url(icon2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.box15 p{
    text-align: justify;
    padding-left: 70px;
    padding-top: 25px;
}
.box16{
    width: 80%;
    height: 10vh;
    background-image: url(icon3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.box16 p{
    /* text-align: justify; */
    padding-left: 70px;
    padding-top: 5px;
}
.box17{
    width: 80%;
    height: 10vh;
    background-image: url(icon4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.box17 p{
    text-align: justify;
    padding-left: 70px;
    padding-top: 25px;
}
.box18{
    width: 80%;
    height: 10vh;
    background-image: url(icon4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.box18 p{
    text-align: justify;
    padding-left: 70px;
    padding-top: 25px;
}