@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "BBH Sans Bartle", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #FA4659;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #FA4659;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "BBH Sans Bartle", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #FA4659;
}

::-moz-selection {
  color: #fff;
  background: #FA4659;
}

::selection {
  color: #fff;
  background: #FA4659;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 40px;
  font-family: "BBH Sans Bartle", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fh5co-nav a:before, .fh5co-nav a:after {
  position: absolute;
  top: -6px;
  left: -7px;
  content: '';
  border: 4px solid rgba(250, 70, 89, 0.2);
  width: 50px;
  height: 50px;
  z-index: -1;
}
.fh5co-nav a:after {
  top: -9px;
  left: -10px;
}

.overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-header {
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 0.67) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  height: 100vh;
}
.under-construnction {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-width: 70%;
  text-align: center;
  position: relative;
}

#fh5co-header h1 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header h1 {
  font-size: 60px;
  line-height: 1.5;
  font-family: "BBH Sans Bartle", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-header h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header h1 {
    font-size: 22px;
  }
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
