@font-face {
  font-family: 'Ebrima';
  src: url('/fonts/ebrimabd.ttf');
}
html,
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card {
  border: none;
}
.navigator-toggler-container {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.navigator-toggler-container .navigator-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.language-container {
  display: none;
  position: fixed;
  top: 20px;
  right: 5px;
  z-index: 1000;
}
.language-container .nice-select .list {
  left: auto;
  right: 0;
}
.btn-contact-container {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}
.btn-contact-container a.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.btn-contact-container a.btn-contact:hover {
  transform: scale(1.25);
}
#head-navigator {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  color: #fff;
}
#head-navigator .left-pad img {
  -webkit-filter: drop-shadow(1px 1px 2px #000000);
  filter: drop-shadow(1px 1px 2px #000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
#head-navigator .page-up {
  visibility: hidden;
}
#head-navigator .navigator > a {
  visibility: hidden;
}
#head-navigator .social {
  display: none;
  padding-top: 20px;
}
#head-navigator.first .navigator > a {
  visibility: visible;
}
#foot-navigator {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
#foot-navigator.last {
  display: none;
}
#foot-navigator .fwrap,
#head-navigator .fwrap {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#foot-navigator .fwrap .navigator,
#head-navigator .fwrap .navigator {
  flex: 1;
}
#foot-navigator .fwrap .navigator .left-pad,
#head-navigator .fwrap .navigator .left-pad {
  width: 200px;
}
#foot-navigator .fwrap .navigator .right-pad,
#head-navigator .fwrap .navigator .right-pad {
  width: 120px;
  text-align: right;
}
#foot-navigator .fwrap .navigator.navigator-right,
#head-navigator .fwrap .navigator.navigator-right {
  justify-content: flex-end;
}
.navigator {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.navigator a {
  display: inline-block;
  font-family: 'Ebrima';
  font-size: 1.4em;
  color: #000;
}
.navigator.navigator-left a {
  margin-right: 20px;
}
.navigator.navigator-right a {
  margin-left: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}
#fp-nav li {
  padding: 15px 0;
}
#fp-nav a span {
  width: 12px !important;
  height: 12px !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  margin: 0 !important;
}
#fp-nav a.active span {
  background-color: #ff9c00 !important;
  margin: 0 !important;
  transform: scale(1.5);
}
#fp-nav .pp-tooltip {
  top: 55%;
  left: 2em;
  font-weight: bold;
  font-size: 1.3em;
  color: #111;
}
.section .head-pad {
  height: 100px;
}
.section .foot-pad {
  height: 100px;
}
.section .wrap {
  position: relative;
  height: 100vh;
}
.section .wrap .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section .wrap .background .b-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 5em;
  background: rgba(0, 0, 0, 0.5);
}
.section .wrap .background .b-content h1 {
  font-size: 6vw;
}
.section .wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 5em;
  background: rgba(0, 0, 0, 0.5);
}
.section .wrap .content h1 {
  font-size: 6vw;
}
.social {
  display: flex;
}
.social a {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 3px solid #fff;
  color: #fff;
}
.go-down,
.go-up {
  text-align: center;
  color: #fff;
}
.icon-scroll {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 42px;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 15px;
  text-align: center;
}
.icon-scroll:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #ffffff;
  margin-left: -4px;
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.page-up,
.page-down {
  cursor: pointer;
  flex: 0;
  text-align: center;
  width: 100px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-down {
  transform: scale(0.65);
}
.page-down .icon-scroll:before {
  top: 8px;
  animation-name: scrolldown;
}
.page-up .icon-scroll:before {
  bottom: 8px;
  animation-name: scrollup;
}
@keyframes scrollup {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}
@keyframes scrolldown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}
#footer {
  background-color: #ff9d00;
}
#footer .wrap {
  z-index: 250;
  display: flex;
  align-items: center;
  height: 140px;
}
#footer .wrap .logo-container {
  padding: 1em 2em;
  height: 100%;
}
#footer .wrap .logo-container img {
  height: 100%;
}
#footer .wrap .address {
  font-size: 1.5em;
}
.white-popup {
  position: relative;
  background-color: #fff;
  max-width: 900px;
  margin: 2em auto;
  padding: 4em;
  text-align: justify;
}
.white-popup h1,
.white-popup h2 {
  font-family: 'Ebrima';
  font-size: 1em;
  margin: 0;
}
.white-popup h1 {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.white-popup h2 {
  font-size: 1.2em;
  margin: 1em 0 1em 0;
}
.nice-select {
  position: relative;
  top: 2px;
  background-color: transparent;
  border: none;
  padding: 0;
  float: none;
  height: auto;
  text-align: right !important;
  padding-right: 25px;
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  color: inherit;
  font-family: 'Ebrima';
  text-shadow: 1px 1px 2px #000;
  color: #fff;
}
.nice-select:after {
  border-bottom: 2px solid inherit;
  border-right: 2px solid inherit;
}
.nice-select ul {
  font-family: 'Ubuntu';
  text-shadow: none;
  color: #000;
}
@media (max-width: 1150px) {
  #head-navigator .page-up {
    display: none;
  }
  #head-navigator .navigator {
    padding: 0 1em;
    flex: 1;
  }
  #head-navigator .navigator a {
    font-size: 1.25em;
  }
  #head-navigator .left-pad {
    width: 180px;
    margin-right: 20px;
  }
  #head-navigator .navigator-left {
    padding-right: 0;
  }
  #head-navigator .navigator-left a:last-child {
    margin-right: 0;
  }
  #head-navigator .navigator-right {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .navigator-toggler-container,
  .language-container {
    display: block;
  }
  .btn-contact-container {
    bottom: 10px;
    right: 10px;
  }
  .btn-contact-container a.btn-contact {
    width: 40px;
    height: 40px;
  }
  #head-navigator {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    height: 100% !important;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #000;
    padding: 30px 0;
    overflow: auto;
    transition: left 0.25s ease;
  }
  #head-navigator.show {
    left: 0;
  }
  #head-navigator.show + .navigator-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  #head-navigator .navigator {
    flex-direction: column;
    color: #fff;
  }
  #head-navigator .fwrap {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #head-navigator .fwrap .page-up {
    display: none;
  }
  #head-navigator .fwrap .navigator {
    padding: 0;
    flex: auto;
    width: 100%;
  }
  #head-navigator .fwrap .navigator .left-pad {
    width: auto;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  #head-navigator .fwrap .navigator .right-pad {
    display: none;
  }
  #head-navigator .fwrap .navigator.navigator-right {
    justify-content: flex-start;
  }
  #head-navigator .fwrap .navigator > a {
    padding: 10px 30px;
    visibility: visible;
    margin: 0;
    width: 100%;
    color: #fff;
  }
  #head-navigator .social {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }
  #foot-navigator {
    display: none;
  }
  #footer {
    padding: 2em;
    text-align: center;
  }
  #footer .wrap {
    display: block;
    height: auto;
  }
  #footer .wrap .logo-container {
    padding: 0;
    margin-bottom: 2em;
  }
  #footer .wrap .logo-container img {
    height: auto;
    width: 100%;
    max-width: 200px;
  }
  #footer .wrap .address {
    font-size: 1.2em;
  }
  .white-popup {
    padding: 2em 1.5em;
  }
}
@media (max-height: 460px) {
  #head-navigator {
    display: block;
  }
}
