/* lato-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../text/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../text/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../text/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    background-color: #60bca3;
    font-family: 'Lato';
}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 45px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    float: right;

  }
  .display-button:hover{
    background-color: #fff;
  }

  .display-button span{
    background-color:#fbbd5a;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px;
  }
  .display-button2{
    cursor: pointer;
    width: 45px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #60bca3;
  }

  .display-button2 span{
    background-color:#fbbd5a;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px;
  }
  .social{
    width: 110px;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
  }
  .social img{
    width: 60px;
  }
  .logo{
    width: 300px;
    float: left;
    margin-left: 20px;
  }
  .nav-list{
    display: none;
    background-color:#fff ;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    overflow-y: scroll;
    padding-bottom: 30px;
}
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    font-size: 15px;
    color: #333;
    padding: 20px;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
  }
  .nav-list a{
    color: #333;
display: block;
  }
  .dropdown-content{
    padding-left: 30px;
  }
  .container{

    color: #222;
    padding-bottom: 50px;
  }
  .container h1{
    font-weight: 500;
    color: #222;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .container h2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .container p{
    text-align: justify;
  }
  .wrapper{
    width: 90%;
    margin: 0 auto;
  }
  footer{
    background-color: #222;
  }
  footer p{
    color: #fff;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer span{
    cursor: pointer;
  }
  footer span:hover{
    text-decoration: underline;
  }
  .second{
    background-color: #fff;
    padding-bottom: 50px;
  }
.second h1{
  text-align: center;
  font-weight: 300;
  padding: 50px;
}
.second p{
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.second h2{
  font-weight: 300;
  color: #60bca3;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.second img{
  width: 250px;
  float: left;
  margin-right: 10px;
}
.line{
  height: 1px ;
  background-color: #d7d7d7;
  margin-top: 50px;

}























  @media (min-width:767px){
  .display-button{
    display: none;
  }
  .display-button2{
    display: none;
  }
.logo{
    width: 88%;
    text-align: center;
}
.logo img{
max-width: 450px;
}
.social{
    width: 50px;
}
.nav-list{
    display: inline-flex;
    position: relative;
    background-color: transparent;
    overflow-y: hidden;
}
.nav-list li{
    border-top: none;
    font-size: 13px;
    padding: 10px;
    color: #fbbd5a;
}
.nav-list a{
  color: #fbbd5a;
}
.nav{
    width: 650px;
    margin: 0 auto;

}

#aboutList{
    display: none; 
  
}
.dropdown:hover #aboutList {
    display: block;
    
    }
.dropdown-content{
    width: 220px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    background-color: #60bca3;
    padding-left: 0 ;
}
.dropdown-content li:hover{
color: #d14816;
}
.dropdown-content a:hover{
  color: #d14816;
  }
.dropdown-content li{
    padding-left: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s;
    padding: 10px;
    margin-top: 0;
   height: 20px;
  }
#fixed.sticky{
    background-color: #60bca3;
    height: 180px;
   
}
#fixed.sticky img{
    width: 350px;
}
#fixed.sticky li{
    color: #d14816 !important ;
}
#fixed.sticky a{
  color: #d14816 !important ;
}
.wrapper{
  max-width: 700px;
}




}