@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unica+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@500&family=Unica+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap");
body {
  overflow-x: hidden;
  font-family: 'Montserrat', 'Roboto Flex', 'Helvetica', sans-serif;
  color: #fff;
  height: 880px;
  position: relative; }

a {
  color: #fff; }

.canvasWrap {
  position: relative;
  overflow: hidden;
  scroll-snap-type: y mandatory; }
  .canvasWrap canvas {
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset; }

.images {
  display: none; }

.load {
  width: 0;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

.header {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: 25;
  padding: 10px 1%;
  background-color: #FBFCF8;
  color: #00A86B;
  vertical-align: top; }
  .header div#company_name {
    display: inline-block;
    width: 400px;
    margin: 0px 20px; }
  .header h2 {
    font-size: 4em;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: bold;
    color: #00A86B; }
  .header h3 {
    font-size: 1.7em;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: bold;
    color: #50C878; }
  .header p {
    font-size: 30px;
    font-weight: bold; }
  .header img {
    height: 120px;
    width: 120px;
    display: inline-block;
    vertical-align: top; }
  .header #show_menu {
    display: none; }
  .header .menu {
    position: absolute;
    right: 1%;
    top: 46%; }
    .header .menu ul {
      display: inline; }
      .header .menu ul li {
        display: inline-block;
        color: #f37022;
        font-size: 1.5em;
        padding: 0px 10px;
        font-weight: bold; }

.footer {
  height: 6vh;
  width: 100%;
  color: #fff;
  padding: 2vh 5%;
  vertical-align: middle;
  background-color: #56887D;
  font-size: 1.25em; }

.captions {
  position: absolute;
  top: 140%;
  left: 5%;
  z-index: 20;
  color: #fff;
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .captions .count {
    font-size: 200px;
    font-weight: bold;
    margin: 0;
    float: left;
    margin-right: 35px;
    line-height: 1; }
  .captions .title {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1; }
  .captions .loc {
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 1;
    text-shadow: 0 0 2px #333; }
  .captions .buttonWrap {
    padding-top: 29px;
    overflow: hidden; }
  .captions .titleWrap {
    margin-top: 14px;
    overflow: hidden; }
  .captions .locWrap {
    overflow: hidden; }

.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.caption_emphasis {
  font-size: 1.25em;
  color: #00A86B; }

.button {
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 6px 29px;
  text-decoration: none; }
  .button:hover, .button:focus {
    text-decoration: none;
    color: #333; }

.read {
  position: absolute;
  right: 5%;
  bottom: 7%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  z-index: 30; }
  .read:before {
    content: '';
    right: -25px;
    position: absolute;
    left: -25px;
    bottom: -10px;
    height: 1px;
    background: #fff;
    transition: all .4s ease-in-out; }
  .read:hover, .read:focus {
    color: #fff;
    text-decoration: none; }
    .read:hover:before, .read:focus:before {
      left: -40px;
      right: -40px; }

* {
  box-sizing: border-box; }

.parallax {
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  -webkit-filter: blur(5px); }

.parallax_no_blur {
  height: 75vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#parallax_home {
  margin-top: 12vh;
  color: #fff;
  background-color: #317873 !important; }
  #parallax_home div {
    margin: 0px auto 0px auto;
    padding-top: 10vh;
    font-size: 2.5em;
    text-align: center;
    width: 80%; }

.bg-text {
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  min-width: 50%;
  padding: 20px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bg-text h1 {
    font-size: 4em; }

.smaller_parallax {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  height: 30vh;
  background-image: none !important;
  background-color: #40826d !important; }
  .smaller_parallax .bg-text {
    top: 50%; }

#section_container {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  z-index: 20;
  position: relative; }
  #section_container section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    color: white;
    padding-top: 20px;
    scroll-snap-align: start;
    justify-content: space-evenly;
    align-items: center;
    position: relative; }
    #section_container section h1 {
      font-size: 5em;
      text-align: center;
      margin-bottom: 40px; }
    #section_container section p {
      font-size: 1.5em; }
    #section_container section input {
      color: black; }
      #section_container section input[type="button"] {
        padding: 5px 15px;
        margin: 5px auto;
        font-size: 2em; }
  #section_container .section_1 img#bldg {
    width: 100%;
    vertical-align: center;
    position: relative;
    background-size: cover; }
    #section_container .section_1 img#bldg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: radial-gradient(circle, transparent 50%, black 150%); }
  #section_container .section_1 #bldg_wrapper {
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
    border: 1px solid #000; }
  #section_container .section_1 .flex_1 {
    height: 90%;
    width: 45%;
    align-items: center; }
    #section_container .section_1 .flex_1 h3 {
      text-align: right;
      font-size: 5em;
      margin: -50px 0px 0px 0px;
      padding: 0;
      font-family: 'Luxurious Script', cursive; }
      #section_container .section_1 .flex_1 h3 span {
        font-size: 1.75em;
        color: #f37022; }
  #section_container .section_1 .flex_2 {
    width: 35%;
    height: 90%; }
    #section_container .section_1 .flex_2 h1 {
      text-align: center;
      font-size: 8em;
      margin: 0;
      padding: 0;
      color: #00703C; }
    #section_container .section_1 .flex_2 img {
      width: 100%;
      max-width: 512px;
      transform: rotate(30deg); }
    #section_container .section_1 .flex_2 h3 {
      text-align: left;
      font-size: 6em;
      margin: 30px 0px;
      font-family: 'Luxurious Script', cursive; }
      #section_container .section_1 .flex_2 h3 span {
        color: #f37022; }
  #section_container .section_2 {
    background-color: #317873;
    flex-wrap: wrap;
    align-items: center; }
    #section_container .section_2 h1 {
      display: block;
      width: 100%;
      flex-grow: 3;
      text-align: center; }
    #section_container .section_2 div.flex_about1 {
      width: 35%; }
      #section_container .section_2 div.flex_about1 h1 {
        margin: 50px auto 20px auto; }
      #section_container .section_2 div.flex_about1 div {
        font-size: 1.5em; }
    #section_container .section_2 div.flex_about2 {
      width: 50%; }
    #section_container .section_2 div.flex_wrapper {
      width: 22%; }
      #section_container .section_2 div.flex_wrapper img {
        width: 100%;
        height: auto; }
      #section_container .section_2 div.flex_wrapper p {
        margin: 30px auto;
        text-align: center; }
    #section_container .section_2 div.hex {
      width: 80% !important;
      margin: 40px auto; }
    #section_container .section_2 div.flex_wrapper_about {
      width: 28%;
      height: 70vh;
      text-align: center;
      font-size: 1.5em; }
  #section_container .section_3 {
    background-color: #6EAEA1;
    justify-content: space-around; }
    #section_container .section_3 .flex_1 {
      width: 25%;
      height: 90vh; }
      #section_container .section_3 .flex_1 h1 {
        display: block;
        width: 100%;
        text-align: left; }
      #section_container .section_3 .flex_1 p {
        display: block;
        width: 100%;
        text-align: left; }
    #section_container .section_3 .flex_2 {
      width: 50%; }
      #section_container .section_3 .flex_2 iframe {
        width: 100%; }
  #section_container::-webkit-scrollbar {
    background: transparent;
    /* Chrome/Safari/Webkit */
    width: 0px; }
  #section_container .section_4 {
    background-color: #6EAEA1;
    color: #FBFCF8;
    justify-content: space-around; }
    #section_container .section_4 .flex_1 {
      width: 30%;
      height: 50vh; }
      #section_container .section_4 .flex_1 h1 {
        display: block;
        width: 100%;
        text-align: left; }
      #section_container .section_4 .flex_1 p {
        display: block;
        width: 100%;
        text-align: left; }
    #section_container .section_4 .flex_2 {
      width: 50%; }
      #section_container .section_4 .flex_2 iframe {
        width: 100%; }
    #section_container .section_4 div.flex_about1 {
      width: 30%;
      height: 90vh; }
    #section_container .section_4 div.flex_about2 {
      width: 50%;
      height: 90vh; }
      #section_container .section_4 div.flex_about2 h1 {
        margin: 50px auto 20px auto; }
      #section_container .section_4 div.flex_about2 ul {
        margin: 15px 0px; }
        #section_container .section_4 div.flex_about2 ul li {
          padding: 7px; }
      #section_container .section_4 div.flex_about2 div {
        font-size: 1.5em; }
  #section_container::-webkit-scrollbar {
    background: transparent;
    /* Chrome/Safari/Webkit */
    width: 0px; }
  #section_container .section_small {
    min-height: 60vh;
    height: 60vh; }
  #section_container .section_50 {
    min-height: 70vh;
    padding-top: 0px;
    background-color: #56887D;
    justify-content: center; }
    #section_container .section_50 .flex_50 {
      box-sizing: border-box;
      justify-content: center;
      width: 50%;
      height: 80vh;
      padding: 5vh 0 0 5vw; }
      #section_container .section_50 .flex_50 ul li {
        padding: 5px;
        font-size: 1.5em; }
  #section_container .blackwhite {
    background-color: white;
    color: #36454F; }
  #section_container div.circ {
    width: 80%;
    margin: 25px auto; }
    #section_container div.circ img {
      border-radius: 50%; }
  #section_container .tl-content h2 {
    color: #00A86B;
    font-weight: bold; }
  #section_container .middle .content {
    background-color: #6EAEA1; }

.section_bigger_right {
  align-items: flex-start; }
  .section_bigger_right h2 {
    margin: 5px 0px 30px 0px; }
  .section_bigger_right div.flex_about1 {
    width: 30%; }
    .section_bigger_right div.flex_about1 h1 {
      margin: 50px auto 20px auto; }
    .section_bigger_right div.flex_about1 div {
      font-size: 1.5em; }
  .section_bigger_right div.flex_about2 {
    width: 60%;
    border-left: 4px solid #40826d;
    padding-left: 2vw; }

.small_grid {
  margin: 20px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12vw, 1fr));
  grid-gap: 20px;
  align-items: center; }
  .small_grid img {
    max-width: 100%; }

.big_grid {
  margin: 30px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8vw, 1fr));
  grid-gap: 20px;
  align-items: center; }
  .big_grid img {
    max-width: 100%; }

.accreditations {
  padding: 3vh 3vw; }
  .accreditations h1 {
    color: #00703C;
    font-size: 4em;
    margin: 150px 0px 50px 0px; }
  .accreditations h2 {
    font-size: 2em; }

@media screen and (max-width: 1399px) {
  .text_header {
    top: 40vh !important; }

  .section_small {
    height: 560px !important; }
    .section_small .flex_2 {
      padding: 5%;
      height: 90%; }
      .section_small .flex_2 h1 {
        text-align: center;
        font-size: 8em;
        margin: 50 0 30 0 !important;
        padding: 0; }
      .section_small .flex_2 img {
        width: 100%;
        max-width: 512px;
        transform: rotate(30deg); }
      .section_small .flex_2 h3 {
        text-align: left;
        font-size: 6em;
        margin: 0px 0px !important;
        font-family: 'Luxurious Script', cursive; }
        .section_small .flex_2 h3 span {
          color: #f37022; }

  #parallax_home {
    margin-top: 22vh !important; }
    #parallax_home div {
      font-size: 2em !important;
      padding-top: 8vh !important; }

  #section_globe {
    height: 100vh !important; }

  .section_50 {
    min-height: 75vh !important;
    padding-top: 0px;
    background-color: #56887D; }
    .section_50 .flex_50 {
      box-sizing: border-box;
      width: 50%;
      height: 75vh !important;
      padding: 5vh 0 0 5vw; }
      .section_50 .flex_50 h1 {
        font-size: 4em !important;
        margin: 2vh !important; }
      .section_50 .flex_50 h3 {
        font-size: 1.5em !important;
        margin: 0px !important; }
      .section_50 .flex_50 ul li {
        padding: 5px;
        font-size: 1em !important; }

  #globe_bg {
    margin-left: 5% !important; }

  .smaller_parallax .bg-text {
    position: absolute;
    top: 35% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    min-width: 50%;
    padding: 5px !important; }
    .smaller_parallax .bg-text h1 {
      font-size: 2em !important;
      margin: 10px !important; }

  #section_container section h1 {
    font-size: 4em; }
  #section_container section p {
    font-size: 11pt; }
  #section_container .section_1 .flex_1 {
    width: 50%; }
  #section_container .section_1 .flex_2 {
    width: 50%; }
  #section_container .section_3 {
    line-height: normal; }
    #section_container .section_3 p {
      margin-bottom: 0px !important;
      margin-top: 0px !important; }
  #section_container .section_2 div.flex_wrapper_about {
    font-size: 11pt; }
    #section_container .section_2 div.flex_wrapper_about p {
      font-size: 18pt; }
  #section_container section.section_4 div.flex_about2 h1 {
    margin: 20px auto 15px auto; }
  #section_container section.section_4 div.flex_about2 ul {
    margin: 5px 0px; }
    #section_container section.section_4 div.flex_about2 ul li {
      padding: 2px; }
  #section_container section.section_4 div.flex_about2 div {
    font-size: 11pt; }

  .menu ul {
    display: inline; }
    .menu ul li {
      display: inline-block;
      color: #f37022;
      font-size: 1.1em !important;
      padding: 0px 10px;
      font-weight: bold; } }

/*# sourceMappingURL=index2.css.map */
