body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

a {
  color: #2a2d7c;
  text-decoration: none;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  margin: 10px 25px;
  padding: 10px 0px 10px 2px;
  font-family: Lato, sans-serif;
  color: #2a2d7c;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.nav-link:hover {
  border-bottom: 2px solid #2a2d7c;
}

.nav-link.w--current {
  border-bottom: 2px solid #2a2d7c;
  color: #2a2d7c;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 0px;
}

.slider {
  height: 500px;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #6dbafc;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.mobile {
  display: none;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.slider-div {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding-top: 10%;
  text-align: center;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #2a2d7c;
}

.section.accent.padd {
  display: block;
  padding-top: 30px;
}

.section-title-group {
  margin-bottom: 60px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.white-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.white-box:hover {
  box-shadow: 1px 1px 2px 1px #dcebf7;
}

.grid-image {
  display: block;
  width: 80%;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 10px solid #fff;
  border-radius: 5%;
  background-color: #2a2d7c;
  box-shadow: 0 0 0 1px rgba(42, 45, 124, .39);
}

.grid-image.smaller {
  width: 69%;
  background-color: rgba(42, 45, 124, 0);
  box-shadow: none;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
}

.paragraph.left {
  text-align: left;
}

.paragraph.right {
  text-align: right;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.fullwidth-image.half {
  width: 50%;
}

.fullwidth-image.shadow {
  box-shadow: 1px 1px 3px 0 #000;
}

.white-box-2 {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box-2.transparent {
  border-style: none;
  background-color: transparent;
}

.white-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.white-text.left {
  text-align: justify;
}

.slide {
  padding-top: 60px;
}

.gallery-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #676770;
  text-decoration: none;
}

.gallery-link:hover {
  text-decoration: underline;
}

.testimonial-image {
  display: block;
  margin: 15px auto;
  border: 2px none #2e9dff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .57);
}

.testimonial {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.author {
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
}

.section-2 {
  height: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #2a2d7c;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #b4b4b4;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #2e9dff;
}

.button-2.w--current {
  background-color: #2e80b6;
}

.button-2.right {
  float: right;
  font-family: Lato, sans-serif;
}

.button-2.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f0f0f0;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: #2a2d7c;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4d4d4d;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, .5);
  text-align: center;
}

.footer-2:hover {
  color: #333;
}

.slider-2 {
  max-height: 200px;
  background-color: #fff;
}

.arrow {
  color: #000;
}

.footer-heading {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.address {
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.footer-text {
  font-weight: 300;
}

.learn-more-button {
  margin-top: 30px;
  margin-bottom: 0px;
  border: 2px solid #2a2d7c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #2a2d7c;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-button:hover {
  background-color: #2a2d7c;
  color: #fff;
  font-weight: 300;
}

.learn-more-button.hollow {
  border-color: #fff;
  color: #fff;
}

.learn-more-button.hollow:hover {
  background-color: #fff;
  color: #2a2d7c;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_138873893-copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_138873893-copy.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bread-breakfast-close-up-1209029.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bread-breakfast-close-up-1209029.jpg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/art-beverage-black-982612.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/art-beverage-black-982612.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-section {
  padding-top: 80px;
  padding-bottom: 0px;
}

.slider-section.partnersection {
  padding-top: 0px;
}

.partner-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.partner-image.custom {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.partner-row {
  text-align: center;
}

.slider-3 {
  height: 200px;
  background-color: transparent;
}

.services-text {
  margin-top: 50px;
  font-family: Lato, sans-serif;
  color: #666670;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}

.services-text.left {
  margin-top: 100px;
  text-align: left;
}

.services-text.right {
  margin-top: 100px;
  text-align: right;
  text-transform: none;
}

.services-text.service-page {
  margin-top: 81px;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.form {
  margin-top: 40px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.link {
  color: #192024;
  text-decoration: none;
}

.div-block-2 {
  position: absolute;
  top: 150px;
  right: 50px;
  display: block;
  padding: 15px;
  background-color: rgba(25, 32, 36, .76);
}

.text-block {
  font-family: Lato, sans-serif;
  color: #edeff2;
  font-weight: 300;
}

.contact-pop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 400px;
  height: 100vh;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 2px solid #6dbafc;
  background-color: #2a2d7c;
  box-shadow: -1px 0 3px 0 #000;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  text-align: center;
}

.close-text {
  margin: 20px;
  font-family: Lato, sans-serif;
  color: #d4d4d4;
  text-decoration: none;
}

.close-button {
  text-decoration: none;
}

.contact-heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-subheading {
  font-family: Lato, sans-serif;
  color: #cecece;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.page-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/AdobeStock_64747707-copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/AdobeStock_64747707-copy.jpeg');
  background-position: 0px 0px, 40% 18%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-title-section.alternative {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/AdobeStock_64747707-copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/AdobeStock_64747707-copy.jpeg');
  background-position: 0px 0px, 0px -208px;
}

.about-text {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  text-align: justify;
}

.about-text.white {
  color: #fff;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.underline-link {
  text-decoration: none;
}

.underline-link:hover {
  text-decoration: underline;
}

.service-textblock {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.services-row {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 50px;
  border: 1px solid #2a2d7c;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.services-intro {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.copyright {
  display: inline-block;
  float: left;
}

.footer-text-2 {
  color: rgba(51, 51, 51, .5);
  text-decoration: none;
}

.link-3 {
  float: right;
  color: rgba(51, 51, 51, .5);
}

.lightbox {
  width: 66%;
  padding: 10px;
}

.phone {
  margin-bottom: -10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  float: right;
  font-family: Lato, sans-serif;
  color: #2a2d7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.image {
  margin-top: -20px;
  padding-top: 0px;
}

.top-header {
  padding-right: 2px;
  padding-left: 2px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    z-index: 99999;
    background-color: #fff;
  }
  .button {
    display: none;
  }
  .button.mobile {
    display: inline-block;
  }
  .slider-div {
    z-index: 50;
  }
  .grid-image {
    width: 100%;
    padding: 15px;
  }
  .fullwidth-image.shadow {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-2 {
    height: 100px;
  }
  .heading {
    font-size: 16px;
  }
  .button-2.right {
    float: right;
  }
  .services-text.left {
    margin-top: 20px;
    padding-left: 10px;
  }
  .services-text.right {
    margin-top: 20px;
    padding-right: 10px;
  }
  .menu-button {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2a2d7c;
  }
  .menu-button.w--open {
    background-color: #2a2d7c;
  }
  .brand {
    padding-top: 20px;
  }
  .about-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .grid-image {
    width: 50%;
    padding: 20px;
  }
  .grid-image.smaller {
    width: 100%;
  }
  .fullwidth-image.half {
    width: 100%;
  }
  .white-box-2 {
    margin-bottom: 30px;
  }
  .button-2.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .spc {
    margin-bottom: 30px;
  }
  .footer-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-text.left {
    text-align: center;
  }
  .services-text.right {
    margin-bottom: 20px;
    text-align: center;
  }
  .form-field.text-area {
    display: block;
  }
  .page-title-section.alternative {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AdobeStock_64747707-copy.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_64747707-copy.jpeg');
    background-position: 0px 0px, 0px -173px;
  }
  .services-row {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 520px;
  }
  .button {
    margin-bottom: 25px;
  }
  .slider-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 50%;
  }
  .heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .button-2 {
    margin-bottom: 25px;
  }
  .learn-more-button {
    font-size: 18px;
  }
  .learn-more-button.hollow {
    font-size: 18px;
  }
  .brand {
    width: 250px;
    margin-top: 10px;
  }
  .page-title-section.alternative {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AdobeStock_64747707-copy.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_64747707-copy.jpeg');
    background-position: 0px 0px, 1px 0px;
  }
}

