:root {
  --white: white;
  --blue: #365c8c;
  --pale-goldenrod: #e4e4b2;
  --dark-blue: #141d44;
  --light-blue-2: #627e96;
  --off-black: #333;
  --black: black;
  --green: #91bf3e;
  --yellow: #ffeb0b;
  --almost-white: #ebebeb;
  --dark-slate-blue: #07273b;
  --off-white: #c5c7cb;
  --dark-green: #153703;
  --gray: #98999c;
  --navy: #091c29;
  --light-blue: #1ab6e9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: var(--white);
  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-size: 18px;
  font-weight: bold;
  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: var(--blue);
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94));
  margin-bottom: auto;
  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: 1230px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  z-index: 99;
  background-color: var(--pale-goldenrod);
  color: var(--pale-goldenrod);
  font-family: PT Sans, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

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

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

.brand.footer {
  width: auto;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--green);
  font-weight: 600;
}

.nav-link:active {
  color: #5b6942;
}

.nav-link.w--current {
  color: var(--green);
  text-transform: capitalize;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: var(--yellow);
}

.nav-link.button {
  background-color: var(--blue);
  color: var(--white);
  text-transform: none;
  font-size: 14px;
}

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

.nav-link.button.heading-button {
  text-transform: capitalize;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 0;
  transition: all .2s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .33);
}

.nav-link.button.heading-button:hover {
  transform: none;
}

.image {
  height: 150px;
  object-fit: contain;
}

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

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

.social-block {
  z-index: 99;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 1%;
  left: 1%;
}

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

.section {
  z-index: 2;
  height: auto;
  min-height: auto;
  background-color: var(--pale-goldenrod);
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section.hero {
  min-height: 60vh;
  color: var(--light-blue-2);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shutterstock_67436254.jpg'), linear-gradient(rgba(225, 225, 225, .84), rgba(225, 225, 225, .84)), url('../images/shutterstock_695984122-min.jpg');
  background-position: 50% 0, 0 0, 50% 100%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.section.dark {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
}

.section.alt {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 39, 59, .9), var(--dark-slate-blue)), url('../images/shutterstock_742310275.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.alt._2 {
  background-image: none;
}

.section.alt.au {
  background-image: url('../images/shutterstock_67465768.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.alt.g {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 39, 59, .9), var(--dark-slate-blue)), url('../images/shutterstock_199120760-min.jpg');
}

.section.alt.cu {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 39, 59, .9), var(--dark-slate-blue)), url('../images/shutterstock_695984122-min.jpg');
}

.section.alt.r {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 39, 59, .9), var(--dark-slate-blue)), url('../images/69931872_112055683508461_1898784275394723840_n-min.jpg');
}

.section.alt.projects {
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/11062b_e18b27b4f4034c269149547c1e4dc90c~mv2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.grey {
  background-color: var(--off-white);
  background-image: linear-gradient(rgba(20, 29, 68, .66), rgba(20, 29, 68, .66)), url('../images/shutterstock_1704343843-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
}

.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.gray {
  background-color: var(--off-white);
}

.section.gray.hide.hiding {
  display: none;
}

.section.blue {
  background-color: var(--blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.map-sec {
  z-index: 3;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.wcu {
  background-color: var(--pale-goldenrod);
  padding-bottom: 0;
}

.section.footer {
  z-index: 0;
  background-color: #061001;
  padding-top: 20px;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
}

.section.hide {
  display: block;
  overflow: visible;
}

.section.hide.hiding, .section.hiding {
  display: none;
}

.section.homebanner {
  background-color: var(--dark-green);
}

.short-paragraph {
  width: 80%;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.short-paragraph.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.short-paragraph.white-footer {
  color: #a1bc71;
}

.short-paragraph.almost-white {
  color: var(--almost-white);
  text-align: center;
  margin-bottom: 20px;
}

.short-paragraph.contact-text {
  width: 100%;
  max-width: 800px;
  min-width: 200px;
  color: var(--almost-white);
}

.short-paragraph.hero-text {
  width: 65%;
  color: var(--blue);
  font-size: 22px;
  line-height: 27px;
}

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

.short-paragraph.banner {
  color: var(--white);
  text-align: justify;
}

.short-paragraph.mainop {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
}

.short-paragraph.ct {
  text-align: left;
  margin-top: 10px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
}

.row.contact {
  height: 100%;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.row.center.pages {
  margin-bottom: 0;
}

.row.about.alt {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.row.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  justify-items: start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

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

.wrapper.header.hiding {
  display: flex;
}

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

.wrapper.tab2 {
  align-items: center;
  padding-bottom: 0;
}

.wrapper.hero-text {
  z-index: 10;
  margin-top: 10vh;
  position: absolute;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: capitalize;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  padding: 7px 25px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .33);
}

.button:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

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

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

.button.alt {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--off-black);
  border-radius: 5px;
  margin-left: 0;
}

.button.contact {
  background-color: var(--white);
  color: var(--off-black);
  margin-top: 20px;
}

.button.white {
  background-color: var(--almost-white);
  color: var(--black);
  margin-top: 20px;
}

.button.white:hover {
  background-color: var(--dark-blue);
  color: var(--almost-white);
}

.button.b-space {
  margin: 20px;
}

.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;
  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 {
  background-color: var(--blue);
  color: var(--white);
  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: 50%;
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.col.lg-4.xs-1 {
  width: 30%;
  border: 0px none var(--white);
  opacity: 1;
  outline-color: var(--off-white);
  outline-offset: 0px;
  border-radius: 0%;
  outline-width: 1px;
  outline-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 0%;
  transition: all .2s;
}

.col.lg-4.xs-1:hover {
  box-shadow: 0 0 20px 3px var(--black);
  outline-color: var(--green);
  outline-width: 2px;
}

.col.lg-4.xs-1.cta {
  text-align: center;
  background-image: linear-gradient(rgba(4, 106, 174, .95), rgba(4, 106, 174, .95)), url('../images/shutterstock_1899803227.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  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 {
  background-image: linear-gradient(to top, var(--blue), transparent 30%), url('../images/shutterstock_1361250623.jpg');
  text-align: center;
  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, var(--blue), transparent 30%), url('../images/shutterstock_1701981916.jpg');
}

.col.lg-4.xs-1.team._3 {
  background-image: linear-gradient(to top, var(--blue), transparent 30%), url('../images/shutterstock_1032686041.jpg');
}

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

.col.lg-4.xs-1.services {
  outline-color: var(--gray);
}

.col.lg-4.xs-1.services:hover {
  box-shadow: 0 0 20px 3px rgba(152, 153, 156, .47);
}

.col.lg-4.xs-1.gallery {
  width: 25%;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.col.lg-4.xs-1.different {
  outline-color: var(--off-white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
}

.col.lg-4.xs-1.different:hover {
  border-style: none;
}

.col.lg-4.xs-1._1:hover {
  box-shadow: none;
}

.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%;
  align-items: center;
  padding-right: 15px;
}

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

.col.lg-3.md-4.footer, .col.lg-3.md-2.xs-1 {
  align-items: center;
}

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

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

.value-proposition-container {
  z-index: 5;
  transition: all .2s;
  position: relative;
}

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

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

.sm-align-centre.home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.margin-bottom.about {
  text-align: justify;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.margin-bottom.about.white {
  color: var(--almost-white);
}

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

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

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

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

.paragraph-small {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
}

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

.paragraph-small.short-paragraph.cs-paragraph {
  color: var(--almost-white);
  margin-bottom: 20px;
}

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

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

.column-image.services {
  width: 90%;
  height: 200px;
  max-width: none;
}

.column-image.services:hover {
  filter: brightness(120%);
}

.section-header {
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  margin: 0 auto 10px;
  font-family: PT Sans, sans-serif;
  transition: all .2s;
  display: block;
}

.section-header.white {
  color: var(--almost-white);
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.section-header.white.smaller {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.white {
  color: var(--white);
}

.white.services-heading {
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

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

.testimonial-container {
  border: 1px none var(--off-white);
  align-items: flex-start;
  padding: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 15px rgba(197, 199, 203, .75);
}

.testimonial-container:hover {
  box-shadow: 1px 1px 15px 5px rgba(197, 199, 203, .75);
}

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

.arrow {
  margin-left: -7%;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.arrow.right {
  margin-left: 0;
  margin-right: -7%;
}

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

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

.small-slide {
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

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

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

.form-field::-ms-input-placeholder {
  color: var(--white);
}

.form-field::placeholder {
  color: var(--white);
}

.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: var(--black);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

.footer-row {
  width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-heading {
  width: 100%;
  color: var(--yellow);
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer-link {
  width: 100%;
  opacity: 1;
  color: var(--almost-white);
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

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

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

.footer-link.menu {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-link.menu:hover, .footer-link.menu.w--current {
  color: var(--dark-blue);
}

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

.link {
  color: var(--white);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: var(--blue);
}

.pr-block {
  margin-left: auto;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.pr-tag-section {
  background-color: var(--black);
  padding: 5px 10px;
}

.page-wrapper {
  object-fit: fill;
  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: var(--white);
  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.service {
  width: 60px;
  background-color: var(--blue);
  color: var(--navy);
  object-fit: contain;
  border-radius: 10px;
  padding: 10px;
}

.html-embed {
  display: none;
}

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

.section-top {
  background-color: var(--blue);
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.link-block {
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-block {
  margin-right: 10px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.subheading {
  color: var(--blue);
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

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

.subheading.white {
  color: var(--almost-white);
}

.divider {
  width: 1000px;
  height: 8px;
  background-color: var(--green);
  margin-bottom: 20px;
  padding-left: 0;
  transform: rotate(0);
}

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

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

.divider.pages {
  margin-bottom: 0;
}

.center-block {
  color: var(--green);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.center-block.review {
  align-items: flex-start;
  margin-bottom: 0;
}

.service-block {
  background-color: var(--navy);
  color: var(--white);
  border-radius: 5%;
  align-self: flex-end;
  margin-bottom: 40px;
  padding: 40px;
  transition: all .2s;
}

.service-block:hover {
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, .24);
}

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

.service-block.alt.residential {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_1942054051-min.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.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 {
  background-color: var(--blue);
  color: var(--white);
  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: var(--white);
  text-decoration: underline;
}

.testimonial-block {
  background-color: var(--white);
  color: var(--off-black);
  text-align: center;
  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: var(--white);
  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 {
  height: 50px;
  max-width: none;
  object-fit: cover;
  border-radius: 0%;
  margin-bottom: 10px;
}

.review-image.under {
  margin: 20px 10px 0 auto;
  display: block;
}

.review-text {
  color: var(--blue);
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

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

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

.review-stars {
  width: 20px;
  max-width: none;
}

.sub-heading {
  background-color: var(--yellow);
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 60px;
  font-family: PT Serif, serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.sub-heading.white {
  color: var(--almost-white);
}

.sub-heading.verde {
  background-color: var(--dark-green);
  color: #fff;
  box-shadow: -6px 8px 4px 1px rgba(0, 0, 0, .73);
}

.sub-heading.box {
  color: var(--black);
  box-shadow: -12px 9px 2px #1f3e0e;
}

.sub-heading.box._2 {
  background-color: var(--dark-green);
  box-shadow: -12px 9px 2px 0 var(--yellow);
  color: var(--white);
}

.sub-heading.box._2.ch {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.sub-heading.box._2.csh {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 25px;
}

.sub-heading.home {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-right: 60px;
  box-shadow: -9px 11px 5px #132a07;
}

.name-tag {
  width: 75%;
  background-color: var(--white);
  color: var(--off-black);
  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 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.name-tag-titile {
  color: var(--blue);
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.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: 10px;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-small-2 {
  color: #1f1f1f;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.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: rgba(9, 106, 208, .04);
  background-image: none;
  border-style: none;
  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 {
  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;
}

.tabs {
  width: 100%;
}

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

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

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

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

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

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.columns {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
  display: flex;
}

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

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

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

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

.form-field-3 {
  max-width: 800px;
  min-width: 200px;
  color: #fff;
  background-color: #e8e8e8;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 26px 16px;
  font-family: Montserrat, sans-serif;
}

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

.form-field-3::placeholder {
  color: #333;
}

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

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

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

.col-3.lg-6.contact.left {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: grid;
}

.col-3.lg-6.contact.left.map {
  width: 50%;
  border: 1px solid var(--off-white);
  right: 0;
}

.col-3.lg-6.contact.right {
  z-index: 2;
  height: 630px;
  background-color: var(--blue);
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.col-3.lg-6.contact.right.form {
  z-index: 3;
  height: auto;
  background-color: var(--off-black);
  align-items: center;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  transition: all .2s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.col-3.lg-6.contact.right.form:hover {
  box-shadow: 0 0 5px #000;
}

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

.col-3.lg-4.sm-2.lg-vertical-align {
  width: 50%;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.col-3.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-3.lg-4.xs-1.team {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 30%), url('../images/shutterstock_1361250623.jpg');
  box-shadow: 0 0 30px 3px var(--gray);
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 7%;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: block;
}

.col-3.lg-4.xs-1.team._2 {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 30%), url('../images/shutterstock_1701981916.jpg');
}

.col-3.lg-4.xs-1.team._3 {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 30%), url('../images/shutterstock_1032686041.jpg');
}

.contact-form-grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  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: flex;
}

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

.wrapper-3.fullwidth {
  height: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  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-4.contact {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.main-heading {
  color: var(--green);
  -webkit-text-stroke-color: transparent;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.h3-heading {
  text-align: center;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.h3-heading.white {
  color: var(--almost-white);
}

.wcu-icon {
  height: 90px;
  max-width: none;
  margin-bottom: 10px;
}

.container {
  height: 400px;
}

.bg-images {
  width: 95%;
  height: 400px;
  border: 2px solid var(--off-white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-image: url('../images/shutterstock_1937036899.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  transition: all .2s;
}

.bg-images:hover {
  mix-blend-mode: darken;
  background-image: linear-gradient(107deg, rgba(0, 0, 0, .25), rgba(51, 51, 51, .25)), url('../images/shutterstock_1937036899.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image {
  width: 95%;
  height: 400px;
  border: 2px solid var(--off-white);
  background-image: url('../images/shutterstock_1450080242-min.jpg');
  background-position: 50%;
  background-size: cover;
  transition: all .2s;
}

.bg-image:hover {
  filter: grayscale(50%);
  outline-offset: 0px;
  mix-blend-mode: darken;
  outline: 3px #333;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.columns-2 {
  width: 100%;
}

.column {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.filling-space {
  justify-content: center;
  align-self: auto;
  margin-bottom: 10px;
  display: flex;
}

.arrows {
  color: var(--blue);
  margin-top: 140px;
  margin-bottom: auto;
}

.image-2 {
  width: 100%;
  max-width: none;
  margin-right: 0%;
  transition: all .2s;
}

.div-block-3 {
  z-index: 50;
  width: 49%;
  perspective: 1000px;
  margin-right: 5%;
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.social-icon {
  height: 25px;
  max-width: none;
}

.about-picture {
  width: 100%;
  object-fit: contain;
  transition: all .2s;
}

.about-picture:hover {
  filter: brightness(75%);
}

.div-block-4 {
  background-color: var(--black);
  margin-top: 20px;
}

.div-block-5 {
  margin-top: 10px;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.db-contact-info {
  width: 40%;
  background-image: linear-gradient(169deg, var(--dark-blue), var(--light-blue-2));
  box-shadow: 0 0 30px 3px var(--gray);
  border-radius: 10px;
  padding: 20px 40px;
  transition: all .3s;
}

.db-contact-info:hover {
  background-image: linear-gradient(169deg, var(--light-blue-2), var(--dark-blue));
}

.paragraph-reviews {
  color: #c5c7cb;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-reviews.info {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-reviews.info.contact {
  line-height: 33px;
}

.form-2 {
  background-image: linear-gradient(148deg, var(--dark-blue), var(--light-blue-2));
  box-shadow: 0 0 30px 3px var(--gray);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 40px;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

.form-2:hover {
  background-image: linear-gradient(148deg, var(--light-blue-2), var(--dark-blue));
}

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

.field-label-3 {
  color: #c5c7cb;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.form-field-4 {
  min-width: 200px;
  color: #333;
  background-color: #c5c7cb;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 16px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .3);
}

.form-field-4::-ms-input-placeholder {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.form-field-4::placeholder {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.button-4 {
  border: 2px solid var(--almost-white);
  color: var(--almost-white);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .33);
}

.button-4:hover {
  background-color: var(--almost-white);
  color: var(--dark-blue);
}

.form-block {
  width: 100%;
}

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

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

.column-image-2.short {
  height: 300px;
}

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

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

.row-3 {
  width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  margin: 10px 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.row-3.about {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.name-tag-titile-2 {
  color: #046aae;
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

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

.name-tag-name-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-small-3.short-paragraph {
  width: 75%;
}

.section-header-2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
  display: block;
}

.name-tag-2 {
  width: 75%;
  color: #333;
  background-color: rgba(235, 235, 235, .8);
  border-radius: 8px;
  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);
}

.row-4 {
  width: 100%;
  max-width: 1200px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.divider-3 {
  width: 50px;
  height: 2px;
  background-color: #c02d2d;
  align-self: auto;
  margin-bottom: 10px;
  transform: rotate(0);
}

.subheading-3 {
  color: #c02d2d;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.paragraph-faq {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.paragraph-small-4.short-paragraph {
  width: 75%;
  color: #c5c7cb;
}

.section-header-3 {
  color: #c5c7cb;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.bold-text-faq {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.accordion-item-2 {
  background-color: #c5c7cb;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  transition: all .2s;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

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

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

.dropdown-toggle {
  padding: 0;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .95);
  flex-direction: column;
  align-items: center;
  display: none;
}

.dropdown-list.w--open {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
}

.dropdown-link {
  text-align: center;
  text-transform: capitalize;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--blue);
}

.dropdown-link.w--current {
  color: var(--dark-blue);
  font-weight: 600;
}

.dd-button {
  transition: all .2s;
}

.dd-button:hover {
  color: var(--blue);
}

.div-block-9 {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-3 {
  height: 5px;
  display: none;
}

.div-block-10 {
  height: 5px;
}

.div-block-11 {
  width: 120px;
  height: 120px;
  background-color: var(--black);
  border: 1px #000;
  border-radius: 90px;
}

.image-3 {
  float: none;
  clear: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-5 {
  background-color: var(--yellow);
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-6 {
  background-color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 60px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 700;
  transition: all .3s;
}

.button-6:hover {
  background-color: var(--yellow);
  color: #000;
}

.section-5 {
  min-height: 60vh;
  padding-bottom: 0;
}

.slider-2 {
  width: 100%;
  height: 100%;
  min-height: 60vh;
}

.slide {
  height: 100%;
  min-height: 60vh;
  object-fit: cover;
  background-image: url('../images/shutterstock_67436254.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2 {
  min-height: 60vh;
  overflow: hidden;
}

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

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

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

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

.left-arrow {
  display: none;
}

.slider-3 {
  height: 60vh;
}

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

.slide-7 {
  background-image: url('../images/IMG_8698-1.jpeg');
  background-position: 50% 58%;
  background-size: cover;
}

.right-arrow {
  display: none;
}

.sep-line {
  width: 1px;
  height: 50px;
  border-right: 1px dashed var(--almost-white);
}

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

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

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

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

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

.div-block-12 {
  width: 1300px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

  .brand.footer {
    width: 35%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-menu {
    width: 300px;
    background-color: var(--white);
    background-image: linear-gradient(160deg, var(--dark-blue), var(--light-blue-2));
    color: var(--off-black);
    justify-content: flex-end;
    align-self: auto;
    margin-right: 0;
    padding: 30px 40px;
    display: flex;
  }

  .nav-link {
    color: var(--almost-white);
    text-align: right;
  }

  .nav-link:hover {
    color: var(--yellow);
  }

  .nav-link:focus {
    color: var(--green);
  }

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

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

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

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

  .section.alt.au {
    padding-top: 220px;
    padding-bottom: 100px;
  }

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

  .short-paragraph {
    width: 80%;
  }

  .short-paragraph.hero-text {
    width: 65%;
  }

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

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

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.hero-text {
    justify-content: center;
    margin-top: auto;
    margin-bottom: 5vh;
    top: auto;
    bottom: 0;
  }

  .button.header {
    top: 3%;
  }

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

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

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

  .col.lg-6.md-3.sm-2 {
    margin-bottom: 40px;
  }

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

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

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

  .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: 46%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    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.xs-1.gallery {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    width: auto;
    flex-flow: column wrap;
    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%;
  }

  .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: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .column-image {
    height: 350px;
  }

  .column-image.short {
    height: 250px;
    max-width: none;
  }

  .column-image.img-serv {
    object-position: 100% 50%;
  }

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

  .slider {
    width: 100%;
  }

  .small-slide {
    width: 47%;
  }

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

  .footer-row {
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link {
    text-transform: lowercase;
  }

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

  .center-block {
    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: var(--dark-green);
    font-size: 30px;
    transition: all .2s;
  }

  .icon-2:hover {
    color: var(--green);
  }

  .sub-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;
  }

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

  .col-3.lg-6 {
    justify-content: center;
  }

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

  .col-3.lg-6.contact.left {
    width: 100%;
    height: 350px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .col-3.lg-6.contact.left.map, .col-3.lg-6.contact.right {
    width: 100%;
  }

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

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

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

  .col-3.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;
  }

  .wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .main-heading {
    line-height: 50px;
  }

  .div-block-3 {
    margin-top: 29%;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .db-contact-info {
    width: 70%;
    margin-bottom: 20px;
  }

  .form-2 {
    margin-top: 20px;
  }

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

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

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

  .heading {
    margin-bottom: 20px;
  }

  .center-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .center-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .menu-sub-menu {
    width: 100%;
  }

  .dd-button {
    color: var(--almost-white);
  }

  .button-6 {
    line-height: 32px;
  }

  .slider-3 {
    height: 55vh;
  }
}

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

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

  .brand.footer {
    width: 50%;
  }

  .nav-link.button.heading-button {
    margin-bottom: 0;
  }

  .image {
    height: 50px;
  }

  .social-block {
    margin-top: 0;
  }

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

  .short-paragraph.white-footer {
    width: auto;
    text-align: center;
  }

  .short-paragraph.hero-text {
    width: 80%;
  }

  .short-paragraph.home {
    text-align: center;
  }

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

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

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

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

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

  .button {
    text-align: center;
    margin-bottom: 0;
  }

  .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-4 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .col.lg-4.xs-1 {
    width: 75%;
    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;
  }

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

  .col.lg-2.md-2.xs-1 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .sm-align-centre.home {
    align-items: center;
  }

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

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

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

  .arrow {
    margin-left: -4%;
  }

  .arrow.right {
    margin-right: -4%;
  }

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

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

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

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

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

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

  .section-top {
    flex-direction: row;
    display: block;
  }

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

  .divider {
    width: 110%;
  }

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

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

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

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

  .button-3 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .main-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    margin-top: 5%;
    margin-right: 0%;
    position: relative;
  }

  .social-icon {
    height: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-self: center;
  }

  .db-contact-info {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

  .link-block-2 {
    align-self: center;
  }

  .sep-line {
    display: none;
  }

  .div-block-12 {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .brand {
    width: 100%;
  }

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

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

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

  .nav-link.button.heading-button {
    display: none;
  }

  .image {
    width: auto;
    height: 30px;
    max-width: none;
  }

  .social-block {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .short-paragraph {
    width: 100%;
  }

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

  .row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .wrapper.header.hiding {
    flex-wrap: wrap;
    justify-content: center;
    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;
  }

  .col {
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 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.sm-2.lg-vertical-align {
    padding-right: 10px;
  }

  .col.lg-4.xs-1 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .col.lg-4.xs-1.gallery {
    width: 70%;
  }

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

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

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

  .sm-align-centre.home {
    width: 100%;
  }

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

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

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

  .column-image {
    height: 200px;
  }

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

  .white {
    text-align: center;
  }

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

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

  .arrow {
    display: none;
  }

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

  .small-slide {
    width: 94%;
  }

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

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

  .footer-heading {
    font-size: 17px;
  }

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

  .footer-link.menu {
    text-transform: capitalize;
  }

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

  .link {
    font-size: 12px;
  }

  .pr-block {
    justify-content: center;
    margin-right: auto;
  }

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

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

  .link-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block {
    white-space: nowrap;
  }

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

  .center-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .sub-heading.box._2.ch {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .sub-heading.home {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .div-block-3 {
    width: 80%;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .db-contact-info {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-reviews.info.contact {
    font-size: 16px;
  }

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

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

  .row-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .row-4, .center-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

#w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c752-872491f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c756-872491f4 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c75a-872491f4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c75e-872491f4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c75f-872491f4 {
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c752-872491f4, #w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c756-872491f4, #w-node-_2fcec8f4-54f5-0b27-d54b-aa467e63c75a-872491f4 {
    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;
}