body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.body {
  background-color: #046aae;
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.nav-wrapper {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  z-index: 99;
  color: #e6e8eb;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.brand {
  width: 15%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand.w--current {
  width: 223px;
  margin-right: 0;
}

.brand.footer {
  width: 90%;
}

.nav-menu {
  margin-left: 0;
  display: flex;
}

.nav-link {
  color: #333;
  text-transform: capitalize;
  font-family: Coiny, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #82b7dc;
}

.nav-link.w--current {
  color: #a2ccea;
}

.nav-link.button {
  color: #fff;
  text-transform: none;
  background-color: #046aae;
  font-size: 14px;
}

.nav-link.button:hover {
  background-color: #07273b;
  border-style: none;
  box-shadow: 0 3px 5px rgba(80, 81, 82, .33);
}

.nav-link.button.header-button {
  margin-left: 20px;
}

.social {
  width: 20px;
  margin: 0 10px 5px 0;
  padding-top: 5px;
  transition: all .2s;
}

.social:hover {
  transform: translate(0, -3px);
}

.social-block {
  z-index: 99;
  position: static;
  top: 1%;
  left: 1%;
}

.social-block.footer {
  margin-top: 20px;
  position: static;
}

.section {
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.hero {
  min-height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_1721084608.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  align-items: flex-start;
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.section.dark {
  z-index: 3;
  background-color: gray;
}

.section.dark.footer-link {
  background-image: linear-gradient(#333, #333);
}

.section.dark.footer {
  background-color: #fff;
}

.section.alt {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(28, 28, 28, .8), rgba(28, 28, 28, .8)), url('../images/shutterstock_380146090-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: padding-box;
}

.section.grey {
  background-color: #82b7dc;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.about {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_1037921752.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.section.turnaround {
  background-color: #3466aa;
  background-image: linear-gradient(rgba(52, 102, 170, .76), rgba(52, 102, 170, .76)), url('../images/shutterstock_2154183291-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.direct {
  background-color: #82b7dc;
  background-image: linear-gradient(rgba(130, 183, 220, .91), rgba(130, 183, 220, .91)), url('../images/shutterstock_2154183291-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.gallery {
  background-image: linear-gradient(rgba(128, 128, 128, .86), rgba(128, 128, 128, .86)), url('../images/shutterstock_2154183291-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.white {
  width: 75%;
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 22px;
}

.short-paragraph.white.right {
  line-height: 22px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.row.contact {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.row.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row.about.services {
  flex-direction: column-reverse;
  align-items: center;
}

.row.about.about-page {
  flex-direction: row;
}

.row.hero {
  justify-content: flex-start;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.header {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.wrapper.header.lil-heading-wrapper {
  max-width: none;
}

.wrapper.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.hero {
  margin-top: 106px;
}

.wrapper.reviews, .wrapper.gallery {
  flex-direction: column;
}

.button {
  color: #114084;
  text-transform: none;
  background-color: #fff;
  border: 4px solid #82b7dc;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 25px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .33);
}

.button:hover {
  transform: translate(0, -4px);
}

.button.margin-left {
  border: 0 rgba(0, 0, 0, 0);
  margin-right: 20px;
}

.button.header {
  z-index: 200;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.button.alt {
  color: #333;
  background-color: #fff;
  border: 1px solid #046aae;
  border-radius: 5px;
  margin-left: 0;
}

.button.contact {
  color: #333;
  background-color: #fff;
  margin-top: 20px;
}

.button.reviews {
  border-color: #3466aa;
}

.button.reviews.yelp {
  margin-bottom: 10px;
}

.button.cta {
  border-width: 5px;
  border-color: #82b7dc;
}

.button.cta.belowfold {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button.belowfold {
  margin-top: 5px;
  margin-bottom: 5px;
}

.button.herobutton {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col {
  border-radius: 0%;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.col.lg-6.md-3.sm-2 {
  align-items: center;
}

.col.lg-6.contact {
  width: 50%;
  margin-right: 0;
  padding: 40px;
}

.col.lg-6.contact.left {
  background-image: url('../images/shutterstock_1443633218.jpg');
  background-position: 50%;
  background-size: auto;
}

.col.lg-6.contact.right {
  color: #fff;
  background-color: #046aae;
  padding-left: 100px;
  padding-right: 100px;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.col.lg-4.sm-2.lg-vertical-align.about {
  width: 50%;
}

.col.lg-4.xs-1 {
  width: 30%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 0%;
  padding-right: 0%;
}

.col.lg-4.xs-1.cta {
  height: 350px;
  text-align: center;
  background-image: linear-gradient(#046aae, #046aae);
  border-radius: 0%;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.col.lg-4.xs-1.cta:hover {
  transform: translate(0, -5px);
}

.col.lg-4.xs-1.team {
  text-align: center;
  background-image: linear-gradient(to top, #046aae, rgba(0, 0, 0, 0) 30%), url('../images/shutterstock_1361250623.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0%;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.col.lg-4.xs-1.team._2 {
  background-image: linear-gradient(to top, #046aae, rgba(0, 0, 0, 0) 30%), url('../images/shutterstock_1701981916.jpg');
}

.col.lg-4.xs-1.team._3 {
  background-image: linear-gradient(to top, #046aae, rgba(0, 0, 0, 0) 30%), url('../images/shutterstock_1032686041.jpg');
}

.col.lg-4.full {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.md-2.sm-2 {
  width: 25%;
}

.col.lg-3 {
  width: 25%;
  flex: none;
}

.col.lg-3.md-4.footer {
  justify-content: flex-start;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.md-2.xs-1 {
  width: 25%;
  padding-left: 119px;
}

.value-proposition-buttons {
  margin-top: 40px;
  display: flex;
}

.sm-align-centre {
  text-align: center;
}

.sm-align-centre.services {
  width: 60%;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom.about {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.margin-bottom.about.turnarounds {
  color: #f1f1f1;
  text-align: left;
}

.margin-bottom.about.mission {
  color: #333;
  text-align: left;
}

.margin-bottom.about.services {
  color: #333;
}

.margin-bottom.about-copy {
  font-size: 16px;
}

.margin-bottom.service {
  width: 50%;
  padding: 40px;
}

.margin-bottom.service.white.bottom {
  width: 80%;
  margin-bottom: 0;
}

.paragraph-small {
  color: #1f1f1f;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-small.short-paragraph {
  width: 75%;
  color: #f1f1f1;
  font-family: Merriweather, serif;
}

.paragraph-small.short-paragraph.white {
  color: #114084;
  font-size: 16px;
}

.column-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 0%;
  margin-bottom: 20px;
  transition: transform .2s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.column-image:hover {
  transform: translate(0, -5px);
}

.column-image.short {
  height: 350px;
}

.section-header {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: Coiny, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: block;
}

.section-header.white {
  color: #fff;
  margin-bottom: 20px;
}

.section-header.gallery, .white {
  color: #fff;
}

.lightbox-link {
  width: auto;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  background-color: #fff;
  border: 1px solid #096ad0;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.form-field {
  min-width: 200px;
  color: #fff;
  background-color: #107fc9;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 26px 16px;
}

.form-field::-ms-input-placeholder {
  color: #fff;
}

.form-field::placeholder {
  color: #fff;
}

.contact-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.field-label {
  color: #fff;
  text-align: left;
  font-family: Merriweather, serif;
}

.form {
  flex-direction: column;
  display: flex;
}

.slide-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
  position: relative;
}

.footer-row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-heading {
  color: #114084;
  margin-bottom: 20px;
  font-family: Coiny, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.footer-link {
  opacity: 1;
  color: #114084;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
  color: #046aae;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.link {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #82b7dc;
}

.pr-block {
  display: flex;
}

.footer-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 14px;
}

.copyright-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pr-tag-section {
  background-color: #3466aa;
  padding: 5px 10px;
}

.page-wrapper {
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.icon.hidden {
  display: none;
}

.icon.services {
  width: 40px;
  background-color: #046aae;
  border-radius: 10px;
}

.html-embed {
  display: none;
}

.section-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-top {
  background-color: #114084;
  display: flex;
}

.link-container {
  margin-right: auto;
  display: flex;
}

.link-block {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-block {
  margin-right: 10px;
  padding: 5px;
}

.subheading {
  color: #82b7dc;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.subheading.center {
  text-align: center;
}

.divider {
  width: 200px;
  height: 2px;
  background-color: #82b7dc;
  margin-bottom: 10px;
  transform: rotate(0);
}

.divider.center {
  text-align: center;
}

.divider.alt {
  width: 150px;
  background-color: #82b7dc;
  margin-top: 100px;
  margin-bottom: 50px;
  transform: rotate(90deg);
}

.center-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.center-block.alt {
  margin-bottom: 0;
}

.service-block {
  color: #fff;
  background-color: #091c29;
  border-radius: 5%;
  align-self: flex-end;
  margin-bottom: 40px;
  padding: 40px;
}

.service-block.alt, .service-block.alt2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-self: flex-start;
}

.service-block.alt1 {
  width: 50%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.service-block.alt3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-self: flex-start;
}

.service-block.full {
  width: 50%;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-block.atl2 {
  width: 50%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/shutterstock_1443609113.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.service-block.alt3 {
  width: 50%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/shutterstock_1443633218.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.icon-block {
  width: auto;
  height: auto;
}

.service-icon {
  color: #fff;
  background-color: #046aae;
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 5px 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 30px;
  font-weight: 400;
  transition: all .3s;
  display: inline-block;
}

.service-icon:hover {
  transform: translate(0, -3px);
}

.service-icon.hidden {
  display: none;
}

.text-button {
  color: #fff;
  text-decoration: underline;
}

.testimonial-block {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 3px solid #3466aa;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, .15);
}

.testimonial-block.alt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.testimonial-block.low {
  margin-top: 10px;
}

.service-block-copy {
  color: #fff;
  background-color: #091c29;
  border-radius: 5%;
  margin-bottom: 40px;
  padding: 40px;
}

.service-block-copy.alt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.review-image {
  width: auto;
  height: auto;
  max-width: 25%;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

.review-text {
  color: #046aae;
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: Coiny, sans-serif;
  font-size: 16px;
}

.review-text.center {
  text-align: center;
}

.stars-block {
  justify-content: center;
  display: flex;
}

.review-stars {
  width: 20px;
}

.heading {
  text-align: center;
  font-family: Coiny, sans-serif;
  font-weight: 400;
}

.heading.turnaround {
  color: #fff;
  text-align: left;
}

.heading.business {
  text-align: left;
}

.name-tag {
  width: 75%;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 317px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.name-tag-name {
  margin-top: 0;
  margin-bottom: 0;
}

.name-tag-titile {
  color: #046aae;
  letter-spacing: 1.2px;
  text-transform: none;
}

.name-tag-titile.center {
  text-align: center;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-small-2 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.info {
  text-align: center;
  margin: 20px 20px 0;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-2.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.col-2.lg-6.contact {
  width: 80%;
  text-align: center;
  align-items: center;
}

.button-2 {
  text-transform: uppercase;
  background-color: #046aae;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-self: center;
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button-2:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.html-embed-2 {
  display: none;
}

.field-label-2 {
  color: #1f1f1f;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-field-2 {
  min-width: 200px;
  color: #096ad0;
  background-color: #fff;
  background-image: none;
  border: 4px solid #82b7dc;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 26px 16px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .3);
}

.form-field-2::-ms-input-placeholder {
  color: #096ad0;
}

.form-field-2::placeholder {
  color: #096ad0;
}

.section-3 {
  background-color: #3466aa;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-2 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-2.contact {
  justify-content: center;
}

.div-block {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.columns {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Coiny, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  width: 33%;
  align-items: center;
  display: flex;
}

.div-block-3, .div-block-4 {
  width: 33%;
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  font-family: Coiny, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  font-family: Coiny, sans-serif;
  font-size: 32px;
}

.heading-5 {
  text-align: center;
  font-family: Coiny, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-6 {
  font-family: Coiny, sans-serif;
  font-size: 38px;
}

.heading-6.pricing {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
}

.heading-7 {
  color: #fff;
  font-family: Merriweather, serif;
}

.div-block-5 {
  display: flex;
}

.image-2 {
  margin-top: -135px;
}

.div-block-6 {
  display: flex;
}

.div-block-7 {
  width: 50%;
  align-self: center;
  padding-right: 40px;
}

.div-block-8 {
  width: 50%;
}

.heading-8 {
  color: #114084;
  font-family: Coiny, sans-serif;
  font-weight: 400;
}

.paragraph {
  width: 80%;
  color: #114084;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.slider-2 {
  height: 40vh;
  background-color: rgba(221, 221, 221, 0);
}

.slide {
  background-image: url('../images/177230298_3851340234921310_7400828057573818470_n.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.icon-3, .icon-4 {
  color: #114084;
}

.slide-3 {
  background-image: url('../images/291645223_5152554921466495_6198619101458283920_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/180657015_3856965631025437_7467773842678323019_n.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9 {
  width: 50%;
}

.div-block-10 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.slider-3 {
  width: 82%;
  height: 28vh;
  background-color: rgba(221, 221, 221, 0);
  border: 3px solid #82b7dc;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.slide-5 {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-9 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-family: Merriweather, serif;
  display: block;
}

.mask {
  text-align: center;
}

.slide-nav-2 {
  display: none;
}

.icon-5, .icon-6 {
  color: #82b7dc;
  font-size: 30px;
}

.slide-6, .slide-7 {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
}

.paragraph-4 {
  color: #114084;
  text-align: left;
  margin-top: 20px;
  font-family: Merriweather, serif;
}

.section-4 {
  height: auto;
  background-image: url('../images/shutterstock_2154183291-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.div-block-11 {
  width: 85%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-12 {
  width: 33%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-13, .div-block-14 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10, .heading-11, .heading-12 {
  text-align: center;
  font-family: Coiny, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
}

.link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Coiny, sans-serif;
  font-size: 40px;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.html-embed-3 {
  width: 100%;
  height: 100vh;
}

.heading-13 {
  font-size: 12px;
  line-height: 20px;
}

.heading-14 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
}

.text-span {
  color: #1ab6e9;
}

.background-video {
  height: 70vh;
}

.heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
  }

  .brand {
    width: 25%;
    margin-right: 10px;
  }

  .brand.w--current {
    width: 25%;
  }

  .brand.footer {
    width: 35%;
    margin-bottom: 20px;
  }

  .nav-menu {
    color: #333;
    background-color: #fff;
    align-self: auto;
    padding: 30px 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.button {
    text-align: center;
    margin-left: 220px;
    margin-right: 220px;
  }

  .image {
    align-self: flex-start;
  }

  .social {
    width: 15px;
  }

  .social-block {
    display: block;
    top: 7%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .section.hero {
    height: 100vh;
  }

  .section.alt {
    height: 20vh;
    display: block;
  }

  .section.alt._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.alt.cta {
    height: 65vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about {
    min-height: 800px;
  }

  .row {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.center {
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 30px;
  }

  .row.hero {
    justify-content: center;
  }

  .wrapper {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.hero {
    margin-top: 0;
  }

  .button.header {
    top: 3%;
  }

  .button.cta {
    margin-top: 40px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6 {
    width: 50%;
    justify-content: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.contact {
    width: 90%;
  }

  .col.lg-6.contact.left {
    display: none;
  }

  .col.lg-6.contact.right {
    width: 100%;
  }

  .col.lg-6.services {
    width: 75%;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    padding-left: 10px;
    padding-right: 20px;
  }

  .col.lg-4.xs-1 {
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4.xs-1.cta {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col.lg-4.xs-1.team {
    width: 30%;
    height: 250px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.md-2.sm-2 {
    width: 33%;
  }

  .col.lg-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-4.footer {
    align-items: center;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.md-2.xs-1 {
    width: 33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.md-2.xs-1 {
    width: 33%;
    padding-left: 40px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .sm-align-centre.services {
    width: 90%;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
    margin-top: 10px;
  }

  .column-image {
    height: 350px;
  }

  .column-image.short {
    height: 350px;
    margin-bottom: 20px;
  }

  .section-header {
    width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    display: flex;
  }

  .section-header.white {
    margin-bottom: 0;
    font-size: 32px;
  }

  .small-slide {
    width: 100%;
  }

  .slide-nav {
    margin-bottom: 20px;
  }

  .footer-row {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .divider.alt {
    margin-top: 90px;
  }

  .center-block {
    justify-content: center;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-block {
    margin-bottom: 40px;
  }

  .service-block.alt1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/shutterstock_1937036899.jpg');
    background-position: 0 0, 50%;
  }

  .service-block.atl2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/shutterstock_1443609113.jpg');
    background-position: 0 0, 50%;
  }

  .service-block.alt3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/shutterstock_1443633218.jpg');
    background-position: 0 0, 50%;
  }

  .testimonial-block {
    margin-bottom: 40px;
  }

  .testimonial-block.low {
    margin-top: 0;
  }

  .service-block-copy {
    margin-bottom: 40px;
  }

  .icon-2 {
    color: #114084;
    text-align: left;
    font-size: 30px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .name-tag {
    width: 100%;
    margin-top: 168px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-6.contact {
    width: 90%;
  }

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

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-4 {
    font-size: 26px;
    font-weight: 400;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 32px;
  }

  .image-2 {
    display: none;
  }

  .div-block-6 {
    width: 95%;
  }

  .heading-8 {
    font-size: 36px;
  }

  .paragraph {
    width: 100%;
  }

  .slider-2 {
    height: 27vh;
  }

  .div-block-10 {
    width: 40%;
    padding-right: 0;
  }

  .slide-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 24px;
  }

  .icon-5 {
    margin-right: 0;
  }

  .icon-6 {
    margin-left: 0;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 0;
  }

  .section-4 {
    height: auto;
  }

  .div-block-11 {
    width: 100%;
    padding-top: 20px;
  }

  .heading-10 {
    font-size: 28px;
    font-weight: 400;
  }

  .heading-11, .heading-12 {
    font-size: 28px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .image-3 {
    padding-top: 50px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 30%;
  }

  .brand.w--current {
    width: 33%;
  }

  .brand.footer {
    width: 50%;
  }

  .social {
    width: 25px;
  }

  .section.hero {
    height: 115vh;
    min-height: 600px;
  }

  .section.grey.reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.about {
    min-height: 600px;
  }

  .section.about-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .short-paragraph.white {
    text-align: left;
    padding-left: 20px;
  }

  .row {
    flex-flow: wrap;
    align-items: center;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.center {
    align-items: center;
  }

  .row.about {
    flex-direction: column;
  }

  .row.about.alt {
    flex-direction: column-reverse;
  }

  .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .button {
    margin-bottom: 20px;
  }

  .col.lg-6, .col.lg-6.md-3.sm-2, .col.lg-6.contact {
    width: 100%;
  }

  .col.lg-6.contact.right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col.lg-6.services {
    width: 95%;
  }

  .col.lg-4 {
    width: auto;
  }

  .col.lg-4.sm-2, .col.lg-4.sm-2.lg-vertical-align {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align.about {
    width: 100%;
    text-align: center;
  }

  .col.lg-4.xs-1 {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 20px;
  }

  .col.lg-4.xs-1.cta {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .col.lg-4.xs-1.team {
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .col.lg-4.xs-1.team._3 {
    align-self: auto;
  }

  .col.lg-4.md-2.sm-2 {
    width: 100%;
    align-items: center;
    margin-top: 20px;
  }

  .col.lg-3.md-2.xs-1 {
    width: 100%;
    align-items: center;
  }

  .col.lg-2.md-2.xs-1 {
    width: 100%;
    align-items: center;
    padding-left: 15px;
  }

  .value-proposition-container {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom.about {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .margin-bottom.about.turnarounds, .margin-bottom.about.mission {
    text-align: center;
  }

  .margin-bottom.about-copy {
    margin-bottom: 20px;
  }

  .paragraph-small.short-paragraph {
    width: 90%;
  }

  .paragraph-small.short-paragraph.white {
    text-align: center;
    padding-left: 0;
  }

  .column-image.short {
    height: 300px;
    margin-bottom: 0;
  }

  .section-header {
    margin-bottom: 0;
    font-size: 32px;
  }

  .section-header.white {
    font-size: 30px;
    line-height: 28px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .footer-text {
    margin-right: 0;
    font-size: 14px;
  }

  .copyright-block {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-top {
    display: none;
  }

  .divider.alt {
    width: 108px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .center-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .center-block.gallery-center-block {
    width: 75%;
  }

  .service-block.alt1, .service-block.full, .service-block.atl2, .service-block.alt3 {
    height: 250px;
  }

  .testimonial-block {
    margin-bottom: 10px;
  }

  .review-image {
    max-width: 16%;
  }

  .name-tag {
    width: 100px;
    margin-top: 149px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-2.lg-6, .col-2.lg-6.contact {
    width: 100%;
  }

  .row-2 {
    flex-flow: column wrap;
  }

  .heading-6 {
    text-align: left;
  }

  .div-block-5 {
    width: 100%;
  }

  .image-2 {
    display: none;
  }

  .div-block-7 {
    padding-right: 20px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-9 {
    width: 95%;
    justify-content: center;
    display: flex;
  }

  .div-block-10 {
    width: 90%;
  }

  .slider-3 {
    height: 24vh;
  }

  .section-4 {
    height: auto;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    width: 100%;
  }

  .image-3 {
    display: none;
  }

  .background-video {
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  .brand {
    width: 100%;
  }

  .brand.w--current, .brand.footer {
    width: 75%;
  }

  .nav-link.button {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 25px;
  }

  .social-block {
    display: block;
  }

  .section.hero {
    height: 74%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/shutterstock_2154183291-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 40px;
  }

  .section.alt._2 {
    justify-content: center;
    display: block;
  }

  .section.alt.cta {
    height: 56vh;
  }

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

  .short-paragraph {
    width: 100%;
  }

  .short-paragraph.white {
    width: 85%;
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .short-paragraph.white.right {
    text-align: right;
  }

  .row, .row.center, .row.about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.header {
    margin-left: 0;
    display: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .button.alt {
    margin-bottom: 0;
  }

  .button.cta.belowfold {
    margin-top: 0;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.md-3.sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.lg-6.contact {
    align-items: center;
  }

  .col.lg-6.contact.right {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.lg-4.xs-1 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.lg-4.xs-1.team {
    width: 100%;
  }

  .col.lg-4.full {
    flex-direction: column;
  }

  .col.lg-4.full.alt {
    flex-direction: column-reverse;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.md-2.sm-2 {
    width: 100%;
    align-items: center;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.md-4.footer {
    align-items: center;
  }

  .col.lg-3.md-2.xs-1, .col.lg-2.md-2.xs-1 {
    width: 100%;
    align-items: center;
  }

  .sm-align-centre {
    margin-bottom: 20px;
  }

  .margin-bottom {
    align-self: auto;
  }

  .margin-bottom.about, .margin-bottom.about-copy {
    margin-bottom: 20px;
  }

  .margin-bottom.service.white {
    width: 100%;
  }

  .margin-bottom.service.white.bottom {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-small {
    text-align: center;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .paragraph-small.short-paragraph.white {
    text-align: center;
  }

  .column-image, .column-image.short {
    height: 200px;
  }

  .section-header {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
  }

  .section-header.white {
    font-size: 28px;
  }

  .section-header.hero {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .white {
    text-align: center;
  }

  .lightbox-link {
    margin-bottom: 0;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-container {
    padding: 0;
  }

  .footer-row {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link {
    text-align: center;
  }

  .footer-links-container {
    align-items: center;
  }

  .link {
    font-size: 12px;
  }

  .footer-text {
    text-align: center;
    font-size: 12px;
  }

  .copyright-block {
    flex-direction: column;
  }

  .divider.alt {
    width: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .center-block {
    padding-bottom: 29px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-block {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .service-block.about {
    margin-bottom: 0;
  }

  .service-block.alt, .service-block.alt2 {
    margin-bottom: 20px;
  }

  .service-block.alt1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-block.alt3 {
    margin-bottom: 20px;
  }

  .service-block.full {
    width: 100%;
  }

  .service-block.atl2, .service-block.alt3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-block {
    align-self: auto;
  }

  .testimonial-block.about {
    margin-bottom: 0;
  }

  .service-block-copy {
    align-self: auto;
  }

  .service-block-copy.about {
    margin-bottom: 0;
  }

  .review-image {
    max-width: 23%;
  }

  .name-tag {
    margin-top: 157px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small-2 {
    text-align: center;
  }

  .col-2 {
    margin-bottom: 0;
  }

  .col-2.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col-2.lg-6.contact {
    align-items: center;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-7 {
    text-align: left;
  }

  .div-block-5 {
    flex-direction: row;
  }

  .image-2 {
    display: none;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .div-block-7 {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .div-block-8 {
    width: 100%;
  }

  .heading-8 {
    margin-top: 0;
  }

  .slider-2 {
    height: 22vh;
  }

  .div-block-9 {
    width: 100%;
  }

  .slider-3 {
    height: 38vh;
  }

  .section-4 {
    height: auto;
  }

  .image-3 {
    display: none;
  }

  .background-video {
    height: 30vh;
  }
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd5-a124f218 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd9-a124f218 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fdd-a124f218 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fe1-a124f218 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fe2-a124f218 {
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd5-a124f218, #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd9-a124f218, #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fdd-a124f218 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS-TWO TONE';
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS-OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS-ROUND';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}