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

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

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

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

p {
  margin-bottom: 10px;
}

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

.body {
  background-color: #046aae;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(59, 0%, 100%, 0.94)), to(hsla(59, 0%, 100%, 0.94)));
  background-image: linear-gradient(180deg, hsla(59, 0%, 100%, 0.94), hsla(59, 0%, 100%, 0.94));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.nav-wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #fff;
  color: #e6e8eb;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  width: 411px;
  margin-right: auto;
}

.brand.footer {
  width: 99%;
  color: #fff;
  font-size: 14px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 16px;
}

.nav-link:hover {
  color: #1f8ad1;
}

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

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

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

.nav-link.button.heading-button {
  margin-left: 20px;
  padding-bottom: 10px;
  background-color: #0a1742;
  font-size: 17px;
}

.nav-link.button.heading-button.nav-button {
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #091c29;
  border-radius: 0px;
  background-color: rgba(10, 23, 66, 0);
  box-shadow: none;
  color: #091c29;
}

.social {
  width: 20px;
  margin: 0px 10px 5px 0px;
  padding-top: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

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

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

.section {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section.hero {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  margin-bottom: -207px;
  margin-left: 20%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/shutterstock_676661200.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/shutterstock_676661200.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.section.dark {
  z-index: 3;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#091c29), to(#091c29));
  background-image: linear-gradient(180deg, #091c29, #091c29);
}

.section.alt {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 39, 60, 0.9), #07273b), url('../images/shutterstock_742310275.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 69vh;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e8e8e8;
  background-image: url('../images/shutterstock_1911831721.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

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

.section.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/shutterstock_1037921752.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/shutterstock_1037921752.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.section.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-top: 100px;
}

.section.gallery-section {
  padding-bottom: 60px;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.white {
  width: 69%;
  margin-top: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 16px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.contact {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.center {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.about {
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.about.alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.hero {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  overflow: visible;
  width: 100.00018212868534%;
  margin-right: -200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.wrapper.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.wrapper.about-wrapper {
  margin-left: 0px;
}

.wrapper.services-wrapper {
  margin-left: 0px;
}

.wrapper.gallery-section {
  margin-left: 0px;
}

.wrapper.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.wrapper.footer-wrapper {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper.lil-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.contact-wrapper {
  margin-left: 0px;
}

.button {
  margin-top: 20px;
  padding: 10px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #091c29;
  border-radius: 0px;
  background-color: rgba(4, 106, 174, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

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

.button.margin-left {
  margin-right: 0px;
  margin-left: 20px;
  border: 0px none transparent;
}

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

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

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

.button.hero-button {
  margin-top: 200px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0%;
}

.col.lg-6 {
  width: 40%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-3.sm-2 {
  z-index: 99;
  width: 504px;
}

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

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

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

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

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

.col.lg-4.sm-2.lg-vertical-align {
  width: 60%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-4.xs-1 {
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  margin-left: 1.5%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4.xs-1.cta {
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 106, 174, 0.95)), to(rgba(4, 106, 174, 0.95))), url('../images/shutterstock_1899803227.jpg');
  background-image: linear-gradient(180deg, rgba(4, 106, 174, 0.95), rgba(4, 106, 174, 0.95)), url('../images/shutterstock_1899803227.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

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

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

.col.lg-4.xs-1.team._2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#046aae), color-stop(30%, transparent)), url('../images/shutterstock_1701981916.jpg');
  background-image: linear-gradient(0deg, #046aae, transparent 30%), url('../images/shutterstock_1701981916.jpg');
}

.col.lg-4.xs-1.team._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#046aae), color-stop(30%, transparent)), url('../images/shutterstock_1032686041.jpg');
  background-image: linear-gradient(0deg, #046aae, transparent 30%), url('../images/shutterstock_1032686041.jpg');
}

.col.lg-4.xs-1.faq {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col.lg-4.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

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

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.md-4.footer {
  width: 35%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.col.lg-2.md-2.xs-1 {
  width: 13%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-proposition-container {
  width: 90%;
  margin-top: 217px;
  margin-left: -50%;
}

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

.value-proposition-buttons.hero-button {
  margin-top: 250px;
}

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

.margin-bottom.about {
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
}

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

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

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

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

.paragraph-small.short-paragraph {
  width: 75%;
  margin-top: 20px;
  font-family: 'Playfair Display', sans-serif;
}

.paragraph-small.short-paragraph.white {
  color: #fff;
}

.column-image {
  width: 67%;
  height: 400px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 0%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.column-image.short.gallery-images {
  display: block;
  width: auto;
  height: 400px;
  max-width: none;
  text-align: center;
}

.column-image.about-img-1 {
  width: 100%;
  height: 541px;
  max-width: 91%;
  margin-top: 20px;
}

.section-header {
  display: block;
  margin: 0px auto 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
  text-align: center;
}

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

.white {
  color: #fff;
}

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

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #091c29;
  background-color: #fff;
}

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

.hide {
  display: block;
  margin-right: 0px;
  margin-left: -5%;
}

.hide.right {
  margin-right: -5%;
  margin-left: 0px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

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

.small-slide {
  width: 31.5%;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 0px;
  padding-left: 0px;
}

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

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

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

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

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

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

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

.field-label {
  font-family: 'Playfair Display', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  text-align: left;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.footer-link {
  width: 95%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

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

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

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.link:hover {
  color: #046aae;
}

.pr-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.pr-tag-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1f1f1f;
  text-align: left;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  display: inline-block;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'MATERIAL ICONS', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.icon.hidden {
  display: none;
}

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

.html-embed {
  display: none;
}

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

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #046aae;
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

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

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

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

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

.divider {
  width: 200px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #046aae;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.divider.alt {
  width: 150px;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.center-block {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -80px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

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

.center-block.review {
  margin-bottom: 0px;
}

.center-block.callery {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.center-block.hide {
  display: none;
}

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

.service-block.alt {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block.alt2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block.alt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block.alt3 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-block.atl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/shutterstock_1443609113.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/shutterstock_1443609113.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block.alt3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/shutterstock_1443633218.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/shutterstock_1443633218.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

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

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

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

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

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: #fff;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.15);
  color: #333;
  text-align: center;
}

.testimonial-block.alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

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

.service-block-copy.alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1937036899.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.review-image {
  margin-bottom: 20px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-text {
  font-family: 'Playfair Display', sans-serif;
  color: #091c29;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: none;
}

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

.stars-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-stars {
  width: 20px;
}

.heading {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}

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

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

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

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

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

.paragraph-small-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.paragraph-small-2.info {
  font-size: 17px;
}

.col-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

.button-2 {
  padding: 7px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0px none transparent;
  border-radius: 5px;
  background-color: #046aae;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

.form-field-2 {
  min-width: 200px;
  margin-bottom: 0px;
  padding: 26px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #091c29;
  border-radius: 0px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  color: #096ad0;
}

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

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

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

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

.section-3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-2.contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  width: 100%;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #e8e8e8;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-3.accordion-icon {
  font-family: 'MATERIAL ICONS', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-2 {
  margin-bottom: 20px;
}

.heading-3 {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.heading-3.black {
  color: #333;
  font-weight: 600;
}

.heading-4 {
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-weight: 400;
}

.image-2 {
  width: 1570vw;
  height: 75vh;
  padding-top: 40px;
}

.image-3 {
  max-width: 15%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  max-width: 97%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4.review-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-4.review-section.hide {
  display: none;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
}

.heading-6 {
  font-family: 'Playfair Display', sans-serif;
}

.heading-7 {
  font-family: 'Playfair Display', sans-serif;
}

.heading-8 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
}

.heading-9 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
}

.heading-10 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 20px;
  padding: 0px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid #000;
  text-decoration: none;
}

.text-block-2 {
  padding-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

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

.list-item {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-3 {
  font-size: 17px;
}

.list-item-4 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-5 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-6 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-7 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-8 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-9 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-10 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-11 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-12 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.list-item-13 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.paragraph {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.services-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/shutterstock_1672298671.jpg');
  background-position: 50% 74%;
  background-size: cover;
}

.services-hero.contact-hero {
  background-image: url('../images/shutterstock_561588571.jpg');
  background-position: 50% 14%;
}

.columns-2 {
  width: 80%;
  padding: 40px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  padding-right: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-align: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 120px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-12 {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

.slider-2 {
  width: 60vw;
  height: 60vh;
  margin-top: 60px;
}

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

.slide-2 {
  background-image: url('../images/shutterstock_606615767.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.slide-4 {
  background-image: url('../images/shutterstock_1672298671.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bold-text {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 18px;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-3 {
  padding-left: 20px;
}

.column-4 {
  padding-right: 20px;
}

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

.column-6 {
  padding-left: 20px;
}

.column-7 {
  padding-right: 20px;
}

.column-8 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-9 {
  padding-left: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #1f1f1f;
}

.image-7 {
  height: 40px;
  max-width: none;
  padding-right: 5px;
  padding-left: 5px;
}

.container {
  margin-top: 20px;
}

.image-8 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-9 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-10 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-11 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-4 {
  display: block;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    padding: 10px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

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

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

  .brand.footer {
    width: 52%;
    margin-bottom: 40px;
    text-align: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #fff;
    color: #333;
  }

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

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

  .nav-link.button.heading-button.nav-button {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .social {
    width: 15px;
  }

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

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

  .section.hero {
    min-height: 800px;
    margin-left: 156px;
  }

  .section.grey {
    overflow: visible;
    height: 58vh;
    background-position: 50% 0%;
    background-size: cover;
  }

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

  .row {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.center {
    padding-right: 30px;
    padding-left: 30px;
  }

  .row.about.alt.service-row {
    padding-left: 40px;
  }

  .row.hero {
    padding-left: 0px;
  }

  .wrapper {
    margin-left: -334px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.gallery-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.gallery-wrapper {
    width: 83%;
  }

  .wrapper.lil-footer-wrapper {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button.header {
    top: 3%;
  }

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

  .col.lg-6 {
    width: 43%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

  .col.lg-1 {
    display: none;
  }

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

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

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

  .col.lg-4.xs-1 {
    width: 50%;
    margin-right: 0%;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  .col.lg-3.md-4.footer {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .value-proposition-container {
    display: block;
    width: 75%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .value-proposition-buttons.hero-button {
    margin-top: 200px;
  }

  .menu-button {
    margin-left: auto;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

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

  .column-image {
    height: 350px;
  }

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

  .column-image.about-img-1 {
    height: 449px;
  }

  .section-header {
    margin-bottom: 20px;
  }

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

  .slider {
    z-index: 10;
  }

  .small-slide {
    width: 100%;
  }

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

  .footer-row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .copyright-block {
    width: 67%;
    margin-right: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pr-tag-section {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .center-block {
    position: relative;
    margin-bottom: -93px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .center-block.review {
    margin-top: 78px;
  }

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

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

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

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

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

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

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

  .icon-2 {
    color: #333;
    font-size: 30px;
  }

  .heading {
    margin-bottom: 20px;
  }

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

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

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

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

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

  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 34px;
  }

  .div-block-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-4.review-section {
    padding-top: 0px;
  }

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

  .services-hero {
    height: 52vh;
  }

  .columns-2 {
    width: 100%;
    padding-bottom: 0px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .section-6 {
    padding-bottom: 100px;
  }

  .slider-2 {
    width: 85vw;
    height: 44vh;
  }

  .slide {
    background-size: cover;
  }

  .image-6 {
    height: 100.0001113509982%;
  }

  .div-block-5 {
    margin-top: 50px;
  }
}

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

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

  .brand.footer {
    width: 80%;
  }

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

  .section.hero {
    min-height: 600px;
    margin-left: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/shutterstock_676661200.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/shutterstock_676661200.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

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

  .section.about-section {
    padding-top: 60px;
  }

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

  .short-paragraph.white {
    width: 69%;
    text-align: left;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.about.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper {
    margin-left: -230px;
  }

  .button {
    margin-bottom: 20px;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

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

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

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

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

  .col.lg-4.sm-2.lg-vertical-align {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-4.xs-1 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

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

  .col.lg-4.xs-1.team._3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .col.lg-3.md-4.footer {
    margin-top: 20px;
  }

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

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

  .value-proposition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .value-proposition-buttons.hero-button {
    margin-top: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .sm-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .margin-bottom.about {
    margin-bottom: 20px;
    text-align: left;
  }

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

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

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

  .paragraph-small.short-paragraph.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

  .column-image.about-img-1 {
    height: 305px;
  }

  .section-header {
    margin-bottom: 10px;
    font-size: 28px;
  }

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

  .footer-row {
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .copyright-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-top {
    display: none;
  }

  .divider {
    height: 2px;
  }

  .center-block {
    padding-top: 20px;
  }

  .center-block.review {
    margin-top: 50px;
  }

  .center-block.callery {
    padding-bottom: 20px;
  }

  .service-block.alt1 {
    height: 250px;
  }

  .service-block.full {
    height: 250px;
  }

  .service-block.atl2 {
    height: 250px;
  }

  .service-block.alt3 {
    height: 250px;
  }

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

  .heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

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

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

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

  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .heading-4 {
    width: 69%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .div-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-4.review-section {
    padding-bottom: 80px;
  }

  .services-hero {
    height: 39vh;
  }

  .columns-2 {
    padding-top: 0px;
  }

  .section-5 {
    margin-top: 100px;
  }

  .section-6 {
    padding-bottom: 60px;
  }

  .slider-2 {
    height: 30vh;
    margin-top: 20px;
  }

  .bold-text {
    color: #1f1f1f;
  }

  .image-6 {
    max-width: 65%;
  }

  .div-block-5 {
    margin-top: 20px;
  }
}

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

  .nav-wrapper {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    width: 100%;
  }

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

  .brand.footer {
    width: 100%;
  }

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

  .social-block {
    display: block;
  }

  .section {
    margin-top: 116px;
  }

  .section.hero {
    height: 36vh;
    min-height: 400px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/shutterstock_676661200.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/shutterstock_676661200.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.dark {
    margin-top: 0px;
  }

  .section.grey {
    height: 35vh;
  }

  .section.about-section {
    padding-top: 0px;
    padding-bottom: 135px;
  }

  .short-paragraph {
    width: 100%;
  }

  .short-paragraph.white {
    width: 100%;
    font-size: 18px;
  }

  .row {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .row.about.alt.service-row {
    padding-left: 10px;
  }

  .row.hero {
    margin-right: 0px;
  }

  .wrapper {
    margin-left: 0px;
  }

  .wrapper.services-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.gallery-wrapper {
    width: 85%;
  }

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

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

  .col {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .col.lg-6.contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .col.lg-4.sm-2.lg-vertical-align {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

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

  .col.lg-4.full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col.lg-4.full.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .col.lg-4.md-2.sm-2 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .col.lg-3.md-4.footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .col.lg-2.md-2.xs-1 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .value-proposition-container {
    margin-top: 59px;
  }

  .value-proposition-buttons.hero-button {
    margin-top: 0px;
  }

  .menu-button {
    margin-left: 0px;
    padding-bottom: 10px;
  }

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

  .margin-bottom {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .margin-bottom.about {
    margin-bottom: 20px;
    text-align: center;
  }

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

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

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

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

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

  .column-image {
    height: 200px;
  }

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

  .section-header {
    font-size: 22px;
  }

  .white {
    text-align: center;
  }

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

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

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

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

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

  .map-block {
    height: auto;
  }

  .map-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-row {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .footer-links-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    font-size: 12px;
  }

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

  .copyright-block {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider {
    width: 150px;
  }

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

  .center-block {
    margin-bottom: -100px;
    padding: 10px 20px;
  }

  .center-block.review {
    padding-top: 30px;
  }

  .center-block.callery {
    padding-bottom: 0px;
  }

  .service-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

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

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

  .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 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .testimonial-block {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .service-block-copy {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

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

  .heading {
    font-size: 25px;
  }

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

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

  .paragraph-small-2.info {
    margin-bottom: 25px;
  }

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

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

  .col-2.lg-6.contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
  }

  .heading-3.black {
    padding-right: 10px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }

  .heading-4 {
    width: 100%;
    font-size: 30px;
    line-height: 31px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-3 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .section-4.review-section {
    padding-bottom: 50px;
  }

  .paragraph {
    margin-top: -20px;
    font-size: 15px;
  }

  .services-hero {
    height: 21vh;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .heading-11 {
    font-size: 18px;
  }

  .slider-2 {
    height: 17vh;
  }

  .image-6 {
    max-width: 85%;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .icon-4 {
    display: none;
  }
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd5-0466170c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd9-0466170c {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fdd-0466170c {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fe1-0466170c {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-a65dd614-2f69-57c4-bb10-6c1698f69fe2-0466170c {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 479px) {
  #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd5-0466170c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fd9-0466170c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a65dd614-2f69-57c4-bb10-6c1698f69fdd-0466170c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@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;
}