@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
html.sr .load-hidden {
  visibility: hidden;
}

body, html {
  overflow-x: hidden !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #000;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  transition: 0.25s all linear;
}
a:hover {
  color: #26a9e0;
  text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

p {
  line-height: 1.8;
  margin-bottom: 35px;
}

.pre-h1 {
  font-size: 0.9em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 3px;
  /*background:rgba(0,0,0,.25);*/
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0 5px 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media (max-width: 1199px) {
  .pre-h1 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .pre-h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pre-h1 {
    margin-bottom: 30px;
  }
}
.pre-h1 a {
  color: #fff;
  margin-right: 15px;
}
.pre-h1 a i {
  margin-left: 10px;
}
.pre-h1 a:hover {
  color: #26a9e0;
}

h1 {
  font-size: 55px;
  font-weight: 900;
  margin: 0;
  display: block;
  max-width: 900px;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 3px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 22px;
  }
}

.post-h1 {
  margin-top: 15px;
  font-size: 1.35em;
  display: block;
  font-weight: 400;
}

.standard-btn {
  padding: 15px 30px 17px;
  background: #26a9e0;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #26a9e0;
}
.standard-btn:hover {
  background: transparent;
  color: #fff;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  padding: 30px 0 30px 40px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    padding: 25px 0 25px 35px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #26a9e0;
}
h2 .h2-sm {
  color: #26a9e0;
  font-weight: 400;
  font-size: 0.7em;
  display: block;
  margin-bottom: 10px;
}
h2.h2-center {
  padding: 0 0 35px;
}
h2.h2-center:after {
  left: 50%;
  margin-left: -50px;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 100px;
}
h2.no-line {
  padding: 0;
}
h2.no-line:after {
  display: none;
}

h3 {
  font-size: 25px;
  font-weight: 900;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

.text-col {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 1199px) {
  .text-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .text-col {
    padding: 35px 30px 0 30px;
  }
}

.text-col-sm {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .text-col-sm {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .text-col-sm {
    padding-top: 35px;
  }
}

.abs-image {
  position: absolute;
  width: 58%;
  height: 100%;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .abs-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .abs-image {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.abs-image.abs-image-left {
  left: 0;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .abs-image.abs-image-left {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.abs-image.abs-image-right {
  right: 0;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .abs-image.abs-image-right {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.abs-image.abs-image-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .abs-image.abs-image-50 {
    position: relative;
    width: 100%;
    height: 300px;
  }
}

/*-- HEADER --*/
.navbar {
  top: 40px;
  padding: 50px 0;
  z-index: 1000;
  transition: 0.25s all linear;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}
@media (max-width: 1199px) {
  .navbar {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    background: #fff;
  }
}
@media (max-width: 575px) {
  .navbar {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
.navbar .container-1400 {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .navbar .container-1400 {
    width: 100%;
    display: block;
  }
}
.navbar .nav-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 25px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navbar .nav-link {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
    text-align: center;
    color: #000;
  }
  .navbar .nav-link:hover {
    background: #26a9e0;
    color: #fff;
  }
}
.navbar #contact-btn {
  border: 1px solid #26a9e0;
  color: #26a9e0;
  padding: 12px 25px 14px;
  font-size: 15px;
  margin-left: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.navbar #contact-btn:hover {
  background: #26a9e0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .navbar #contact-btn {
    margin-left: 25px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navbar #contact-btn {
    margin: 20px;
    background: #26a9e0;
    color: #fff;
  }
  .navbar #contact-btn:hover {
    background: #1681af;
    border-color: #1681af;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 33px;
  width: 40px;
  padding: 0;
  border: none;
}
.navbar .navbar-toggler:hover .animated-icon span {
  background: #26a9e0;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #000;
  height: 2px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -1px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  width: 110px;
  height: 100px;
  float: left;
  position: relative;
}
.navbar #logo .logo-white,
.navbar #logo .logo-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar #logo .logo-dark {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .navbar #logo .logo-white {
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .navbar #logo {
    width: 90px;
    height: 82px;
  }
}
@media (max-width: 991px) {
  .navbar #logo {
    width: 70px;
    height: 64px;
    margin: 0 0 15px 4%;
  }
}
.navbar.scrolled {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.navbar.scrolled .nav-link {
  color: #000;
}
.navbar.scrolled .nav-link:hover {
  color: #26a9e0;
}
.navbar.scrolled #logo .logo-dark {
  opacity: 1;
}
.navbar.scrolled #logo .logo-white {
  opacity: 0;
}

/*-- BODY STYLES --*/
#top-bar {
  background: #26a9e0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 575px) {
  #top-bar {
    display: none;
  }
}
#top-bar .bar-left,
#top-bar .bar-right {
  height: 40px;
  display: flex;
  align-items: center;
}
#top-bar a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
#top-bar a i {
  margin-right: 4px;
}
#top-bar a:hover {
  color: #000;
}
@media (max-width: 991px) {
  #top-bar a {
    font-size: 9px;
  }
}
#top-bar .bar-right a {
  margin-left: 40px;
}
@media (max-width: 991px) {
  #top-bar .bar-right a {
    margin-left: 20px;
  }
}

.top-banner {
  width: 100%;
  height: auto;
  background-color: #000;
  margin-top: 40px;
  position: relative;
  z-index: 0;
  float: left;
  overflow: hidden;
  /*@include respond-below(lg){
      margin-top:134px;
  }*/
}
.top-banner #vid1 {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .top-banner #vid1 {
    width: 150%;
  }
}
@media (max-width: 575px) {
  .top-banner #vid1 {
    height: 100%;
    width: auto;
  }
}
.top-banner .banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: zoomin 30s infinite;
  background-position: center;
  background-color: #000;
  background-size: cover;
  opacity: 0.65;
}
@media (max-width: 767px) {
  .top-banner {
    margin-top: 94px;
  }
}
.top-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .top-banner:before {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .top-banner:before {
    display: none;
  }
}
.top-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .top-banner:after {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .top-banner:after {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .top-banner:after {
    height: 100px;
  }
}
.top-banner .banner-content {
  margin: 300px auto 220px;
  z-index: 3;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .top-banner .banner-content {
    margin: 270px auto 190px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content {
    margin: 180px auto 180px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content {
    margin: 140px auto;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content {
    margin: 100px auto;
  }
}
.top-banner .banner-content .standard-btn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content .standard-btn {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content .standard-btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content .standard-btn {
    margin-top: 30px;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  50.02% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.container-1400 {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

section {
  width: 100%;
  padding: 120px 0;
  float: left;
}
@media (max-width: 1199px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}
section.white-ground {
  background: #fff;
  color: #000;
}
section.full-img {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
@media (max-width: 1199px) {
  section.full-img {
    padding: 130px 0;
  }
}
@media (max-width: 991px) {
  section.full-img {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  section.full-img {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  section.full-img {
    padding: 70px 0;
  }
}
section.opening-cols {
  margin-top: -60px;
}
@media (max-width: 575px) {
  section.opening-cols {
    margin-top: 0;
  }
}
section.opening-cols .white-block {
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 50px;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 30px;
  /*@include respond-below(lg){
      min-height:0;
  }*/
}
@media (max-width: 1199px) {
  section.opening-cols .white-block {
    padding: 30px;
  }
}
section.opening-cols .white-block .icon {
  height: 70px;
  margin-bottom: 25px;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  section.opening-cols .white-block .icon {
    height: 50px;
  }
}
section.opening-cols .white-block h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
}
section.opening-cols .white-block p {
  margin: 0;
  font-size: 0.9em;
}
section.opening-cols .white-block:hover {
  background: #26a9e0;
  color: #fff;
}
section.opening-cols .white-block:hover .icon {
  filter: brightness(0);
}
@media (max-width: 991px) {
  section.opening-cols .col-sm-6 .white-block {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  section.opening-cols .col-sm-6 .white-block {
    min-height: 0;
  }
}

.image-left {
  padding-right: 60px;
}
.image-left img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 1199px) {
  .image-left {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .image-left {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .image-left {
    padding-right: 15px;
  }
}

.image-right {
  padding-left: 60px;
}
.image-right img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 1199px) {
  .image-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .image-right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .image-right {
    padding-left: 15px;
  }
}

.pl-lg {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .pl-lg {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pl-lg {
    padding-left: 0;
  }
}

.pr-lg {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .pr-lg {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .pr-lg {
    padding-right: 0;
  }
}

/*-- FOOTER --*/
footer {
  padding: 75px 0;
  width: 100%;
  height: 400px;
  background: url("/assets/img/footer-ground.png") left bottom no-repeat #fff;
  background-size: auto 90%;
  float: left;
  border-bottom: 5px solid #26a9e0;
}
footer .logo {
  width: 110px;
}
@media (max-width: 991px) {
  footer .logo {
    width: 90px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    width: 70px;
  }
}
footer .footer-links {
  border-bottom: 1px solid #efefef;
  padding: 35px;
  display: inline-block;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  footer .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  footer .footer-links {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
footer .footer-links a {
  color: #000;
  margin: 0 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.75em;
}
footer .footer-links a:hover {
  color: #26a9e0;
}
footer .footer-links a i {
  color: #26a9e0;
  margin-right: 5px;
}
@media (max-width: 767px) {
  footer .footer-links a {
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  footer .footer-links a {
    font-size: 1em;
    margin: 0 0 10px 0;
    display: block;
  }
}
footer .copyright {
  color: #696969;
  font-size: 10px;
}

.project-story {
  color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.project-story .text-col {
  padding: 100px 100px 65px;
}
@media (max-width: 1199px) {
  .project-story .text-col {
    padding: 80px 80px 30px;
  }
}
@media (max-width: 991px) {
  .project-story .text-col {
    padding: 60px 60px 25px;
  }
}
@media (max-width: 767px) {
  .project-story .text-col {
    padding: 30px 30px 0;
  }
}

.contact-info h3 {
  border-left: 2px solid #26a9e0;
  padding: 10px 0 10px 15px;
}

.form-wrapper {
  background: #fff;
  padding: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.form-wrapper h4 {
  color: #000;
  font-weight: 900;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 30px;
  }
}

.project-link {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  height: auto;
  overflow: hidden;
  display: block;
}
.project-link figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-link figure img {
  transition: 0.25s all linear;
}
.project-link h3 {
  padding: 20px 20px 22px;
  margin: 0;
  font-size: 22px;
  min-height: 100px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .project-link h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .project-link h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .project-link h3 {
    min-height: 0;
  }
}
.project-link:hover {
  background: #26a9e0;
  color: #fff;
}
.project-link:hover figure img {
  transform: scale(1.1);
}

a.anchor {
  display: block;
  position: relative;
  top: -170px;
  visibility: hidden;
  float: left;
}
@media (max-width: 991px) {
  a.anchor {
    top: -152px;
  }
}
@media (max-width: 767px) {
  a.anchor {
    top: -94px;
  }
}

.associations a {
  margin-bottom: 30px;
  padding: 30px;
  display: block;
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

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