:root {
  --dark-slate-gray: #2d3e4f;
  --steel-blue-2: #2e80b6;
  --midnight-blue: #01365c;
  --white-smoke-2: #f0f0f0;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --steel-blue-3: #0968ad;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abel, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Abel, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

h3 {
  color: #676770;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Abel, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: var(--dark-slate-gray);
  text-decoration: underline;
  display: inline-block;
}

a:active {
  color: var(--steel-blue-2);
}

.navigation-link {
  color: var(--midnight-blue);
  border-bottom: 2px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 4px;
  font-size: 15px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.navigation-link.w--current, .navigation-link.w--current:hover {
  color: var(--midnight-blue);
}

.navigation-bar {
  z-index: 10;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000003b;
}

.navigation-bar.fill {
  position: static;
}

.navigation-menu {
  order: 1;
}

.brand-link {
  order: -1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  height: 110px;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  background-color: var(--midnight-blue);
  color: #01365c;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.link-4 {
  color: #04242d;
  display: inline-block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.nav-logo {
  width: 278px;
}

.section-3 {
  background-image: url('../images/Hero-1920-400-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 30vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.hero-text-holder {
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

.button {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 25px;
  font-family: Abel, sans-serif;
}

.home-flex-div-holder {
  display: flex;
}

.home-div-33 {
  background-color: #e4e4e4;
  width: 33.3333%;
}

.home-div-33.flex-center {
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.home-div-33.image-bg {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-div-33.image-bg-contact {
  background-image: url('../images/Contact-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.main-text {
  color: #272e35;
  text-align: center;
  margin-top: 10px;
  font-family: Abel, sans-serif;
  font-size: 16px;
}

.main-text.white {
  color: var(--white-smoke-2);
}

.main-text.no-padding-top {
  margin-top: 0;
}

.main-text.left-align {
  text-align: left;
}

.image {
  object-fit: fill;
  height: 100%;
}

.heading {
  font-size: 27px;
}

.main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-section.grey {
  background-color: #e6e6e6;
}

.image-padding-top {
  margin-top: 30px;
}

.footer-link {
  color: #fff;
}

.image-slider {
  height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide {
  background-image: url('../images/Gallery-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._2 {
  background-image: url('../images/Gallery-02.jpg');
}

.slide._3 {
  background-image: url('../images/Gallery-09.jpg');
}

.slide._4 {
  background-image: url('../images/Gallery-11.jpg');
}

.slide._5 {
  background-image: url('../images/Gallery-16.jpg');
}

.slide._6 {
  background-image: url('../images/Gallery-03.jpg');
}

.slide._7 {
  background-image: url('../images/Gallery-08.jpg');
}

.slide._8 {
  background-image: url('../images/Gallery-01.jpg');
}

.slide._9 {
  background-image: url('../images/Gallery-05.jpg');
}

.slide._10 {
  background-image: url('../images/Gallery-15.jpg');
}

.slide._11 {
  background-image: url('../images/Gallery-07.jpg');
}

.slide._12 {
  background-image: url('../images/Gallery-26.jpg');
}

.slide._13 {
  background-image: url('../images/Gallery-25.jpg');
}

.slide._14 {
  background-image: url('../images/Gallery-24.jpg');
}

.slide._15 {
  background-image: url('../images/Gallery-06.jpg');
}

.slide._16 {
  background-image: url('../images/Gallery-14.jpg');
}

.slide._17 {
  background-image: url('../images/Gallery-23.jpg');
}

.slide._18 {
  background-image: url('../images/Gallery-22.jpg');
}

.slide._19 {
  background-image: url('../images/Gallery-21.jpg');
}

.slide._20 {
  background-image: url('../images/Gallery-20.jpg');
}

.slide._21 {
  background-image: url('../images/Gallery-19.jpg');
}

.slide._22 {
  background-image: url('../images/Gallery-18.jpg');
}

.slide._23 {
  background-image: url('../images/Gallery-17.jpg');
}

.slide._24 {
  background-image: url('../images/Gallery-12.jpg');
}

.slide._25 {
  background-image: url('../images/Gallery-10.jpg');
}

.slide._26 {
  background-image: url('../images/Gallery-04.jpg');
}

.slide-nav {
  font-size: 7px;
}

.icon, .icon-2 {
  font-size: 25px;
}

.main-h2 {
  color: #272e35;
}

.main-h2.center {
  text-align: center;
}

.links-flex-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-33 {
  text-decoration: none;
}

.links-image-holder {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fff;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    width: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

  .navigation-link.w--current, .navigation-link.w--current:hover {
    color: #fff;
  }

  .hamburger-button {
    color: var(--midnight-blue);
    order: 1;
  }

  .hamburger-button.w--open {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .navigation-menu {
    background-color: var(--midnight-blue);
    padding: 39px 10px 20px;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-flex-div-holder {
    flex-direction: column;
  }

  .home-div-33 {
    width: 100%;
    min-height: 300px;
  }

  .home-div-33.image-bg, .home-div-33.image-bg-contact {
    min-height: 450px;
  }

  .image-slider {
    height: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.w--current {
    padding-left: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .section-3 {
    min-height: 35vw;
  }

  .home-div-33.flex-center {
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-flex-holder {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .links-image-holder.bigger {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .nav-logo {
    padding-right: 20px;
  }

  .home-div-33.flex-center {
    padding-left: 16px;
    padding-right: 16px;
  }
}


