:root {
  --color-4: #1a202c;
  --color: white;
  --color-5: #4a5568;
  --color-5-copy: #4a556833;
  --color-6: #c8b99a;
  --color-3: #2c3340;
  --color-7: #f2ede6;
  --color-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 16px #00000014;
}

.image {
  height: 90px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.nav-menu {
  align-items: center;
  height: auto;
  display: flex;
}

.nav-items {
  justify-content: space-between;
  align-items: center;
  min-height: 95px;
  display: flex;
  position: relative;
  inset: 0%;
}

.btn-div-nav {
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.nav-link {
  color: var(--color-5);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-link:hover {
  background-color: var(--color-5-copy);
  color: var(--color-4);
}

.dropdown {
  line-height: 1.2em;
}

.dropdown-toggle {
  color: var(--color-5);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-weight: 500;
}

.dropdown-toggle:hover {
  background-color: var(--color-5-copy);
  color: var(--color-4);
}

.icon {
  margin-right: 8px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-5-copy), var(--color-5-copy));
}

.dd-link:hover {
  background-color: var(--color-6);
}

.button {
  background-color: var(--color-5);
  text-align: center;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--color-4);
}

.button.outline {
  border: 1px solid var(--color);
  background-color: #1a202c78;
}

.button.outline:hover {
  border-color: var(--color-4);
  background-color: #1a202c;
}

.hero {
  background-image: linear-gradient(189deg, #0000 2% 32%, #00000078 58%, #000000ba 89%), url('../images/new.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 92vh;
  margin-top: 75px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.hero-cta-div {
  text-align: left;
  max-width: 75%;
}

.hero-lg-line {
  color: var(--color);
  margin-bottom: 30px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.wrap.flex.stack {
  flex-flow: column;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

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

.wrap.white.flex.centered {
  align-items: center;
  margin-bottom: 50px;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.txt-div._45 {
  width: 45%;
}

.txt-div._48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
}

.txt-div._48.stack {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 50px;
}

.txt-div._48.services {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._48 {
  width: 48%;
  position: relative;
}

.img-div.service {
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  max-height: 300px;
  margin-bottom: 20px;
  margin-right: 0;
}

.img-div._60 {
  height: 60%;
}

.img-div._38 {
  height: 38%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-holder {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.service-holder {
  background-color: var(--color-7);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  margin-bottom: 25px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 15px;
  display: flex;
}

.serv-txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
  display: flex;
}

._3-dots {
  align-items: center;
  margin-bottom: 15px;
  margin-left: 5px;
  display: flex;
}

.dot {
  background-color: var(--color-5);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

.h2-less {
  margin-bottom: 15px;
}

.h2-less.lg {
  font-size: 4.5em;
}

.values-section {
  color: #fff;
  background-color: #0000;
  width: 90%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 15px 30px;
  font-size: .9em;
}

.grid-2._2 {
  border: 1px solid #ffffff54;
  border-radius: 6px;
  padding: 20px;
}

.check-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.image-12 {
  filter: saturate(32%) hue-rotate(205deg);
  width: 30px;
  margin-bottom: 10px;
  margin-right: 0;
}

.h2-no {
  margin-bottom: 0;
}

.portfolio-images {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.img-column {
  flex-flow: column;
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.p-lg {
  font-size: 1.5em;
  line-height: 1.5em;
}

.step-holder-main {
  flex-flow: column;
  align-items: center;
  width: 24%;
  display: flex;
}

.step-txt {
  color: var(--color);
  text-align: center;
  margin-bottom: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.timeline {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.step-number {
  color: #283472;
  background-color: #85c8f7;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px 10px 10px 12px;
  font-size: 1.5em;
  display: flex;
}

.step-number.no {
  border: 1px solid var(--color-6);
  background-color: var(--color-3);
  width: 60px;
  height: 60px;
  color: var(--color);
  margin-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.timeline-line {
  background-color: var(--color-6);
  width: 110%;
  height: 1px;
  position: absolute;
  inset: auto 0% 10px -5%;
}

.three-boxes {
  justify-content: space-between;
  margin-top: 6%;
  display: flex;
}

.timeline-section {
  background-color: var(--color-7);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 75px 50px 50px;
  display: flex;
  overflow: hidden;
}

.dot-holder {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
  position: relative;
}

.vert-line {
  background-color: var(--color-6);
  width: 1px;
  height: 50px;
}

.step-div {
  border: 1px solid var(--color-6);
  background-color: var(--color-3);
  width: 100%;
  min-height: 250px;
  color: var(--color);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.step-holder {
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #85c8f7;
  border-radius: 50px;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 30px;
  font-size: 1.5em;
  display: flex;
}

.step-holder.white {
  border-color: var(--color-6);
  background-color: #fff;
  height: 60px;
  margin-top: -30px;
  margin-bottom: 30px;
  padding-right: 0;
}

.dot-2 {
  border: 1px solid var(--color-6);
  background-color: var(--color-7);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.field-holder {
  justify-content: space-between;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.footer-wrap-new {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-div {
  color: #fff;
  width: 60%;
}

.address-and-logo {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.footer-new {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 5%;
}

.image-11 {
  filter: brightness(0%) invert();
  max-width: 250px;
  margin-bottom: 10px;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 49%;
  margin-bottom: 15px;
}

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

.text-field._100 {
  width: 100%;
  margin-bottom: 10px;
}

.radio-button {
  margin-right: 10px;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.link-block {
  margin-bottom: 20px;
}

.button-2 {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #18cbdd;
}

.recaptcha {
  margin-bottom: 20px;
}

.image-13 {
  background-color: var(--color);
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 15px auto;
}

.body {
  font-family: Georgia, Times, Times New Roman, serif;
}

.welcome-text-div {
  max-width: 70%;
}

.partner-sub {
  color: var(--color-6);
  text-transform: none;
  margin-bottom: 20px;
}

.ip-header {
  background-color: var(--color-7);
  padding-top: 12%;
  padding-bottom: 5%;
}

.breadcrumbs {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.link-2 {
  color: #f4f0db;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.link-2:hover {
  color: #1a1a1a;
}

.link-2.dark {
  color: var(--color-3);
}

.link-2.dark:hover {
  color: var(--color-6);
}

.bc-divider {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.2em;
}

.h5-marg {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .brand {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-menu {
    background-color: var(--color);
  }

  .nav-items {
    justify-content: flex-end;
  }

  .btn-div-nav {
    margin-right: 10px;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .hero {
    height: 725px;
  }

  .hero-lg-line {
    font-size: 4em;
  }

  .service-holder {
    width: 48%;
  }

  .values-section {
    padding: 0;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .step-holder-main {
    width: 48%;
    margin-bottom: 50px;
  }

  .timeline-line {
    display: none;
  }

  .three-boxes {
    flex-flow: wrap;
    margin-top: 8%;
  }

  .dot-holder, .vert-line {
    display: none;
  }

  .menu-btn {
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px;
  }

  .menu-btn.w--open {
    background-color: var(--color-6);
  }

  .ip-header {
    padding-top: 18%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 75px;
  }

  .hero {
    height: 425px;
  }

  .hero-lg-line {
    font-size: 3em;
  }

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

  .wrap.white.flex.centered {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .txt-div._45, .txt-div._48 {
    width: 100%;
    padding-bottom: 0;
  }

  .txt-div._48.stack {
    padding-top: 0;
    padding-right: 0;
  }

  .txt-div._48.services {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .txt-div._48.no-top {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .img-div._48, .service-holder {
    width: 100%;
  }

  .h2-less {
    font-size: 2.5em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .check-div {
    width: 100%;
  }

  .h2-no {
    margin-bottom: 20px;
  }

  .portfolio-images {
    width: 100%;
  }

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

  .schedule-div {
    width: 100%;
  }

  .address-and-logo {
    width: 100%;
    margin-bottom: 20px;
  }

  .welcome-text-div {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 50px;
  }

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

  .nav-items {
    min-height: 70px;
  }

  .hero {
    height: 540px;
    margin-top: 60px;
    padding-right: 5%;
  }

  .hero-cta-div {
    max-width: none;
  }

  .hero-lg-line {
    font-size: 2.5em;
  }

  .wrap.center {
    width: auto;
  }

  .img-div.service {
    max-height: 200px;
  }

  .h2-less {
    font-size: 2em;
  }

  .h2-less.lg {
    font-size: 3em;
  }

  .h2-no {
    font-size: 2em;
  }

  .step-holder-main {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .three-boxes {
    margin-top: 0%;
  }

  .timeline-section {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .step-div {
    min-height: 0;
  }

  .footer-new {
    overflow: hidden;
  }

  .ip-header {
    padding-top: 22%;
  }
}


