.body {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #1d1d1d;
  background-color: #f6f6f6;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.pagewrapper {
  overflow: hidden;
}

.nav-link-drop-down {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

.nav-link-drop-down:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.nav-link-drop-down.dropdown:hover {
  font-style: normal;
}

.container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container.static, .container.fd {
  position: static;
}

.bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bg.image.special2 {
  width: 80%;
  width: 60%;
  left: 40%;
}

.bg.image.special2.p1 {
  object-position: 50% 100%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg.image.special1 {
  width: 60%;
  opacity: .63;
  left: 40%;
}

.bg.image.mapbgi {
  opacity: .09;
  object-position: 50% 100%;
}

.bg.image.special3 {
  width: 60%;
  object-position: 0% 50%;
  left: 40%;
  transform: rotate(0);
}

.bg.gradient3 {
  height: 100%;
  background-image: linear-gradient(77deg, #f4ffff 50%, rgba(0, 0, 0, 0) 90%);
  overflow: hidden;
}

.bg.gradient4 {
  background-image: linear-gradient(9deg, #f4ffff 19%, rgba(0, 0, 0, 0) 34%);
}

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

.bg.herobgg {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, .11);
  background-image: linear-gradient(rgba(0, 0, 0, .33) 45%, rgba(0, 0, 0, 0));
}

.bg.gradient1 {
  width: 100%;
  height: 105%;
  background-image: linear-gradient(to top, #f4ffff 5%, rgba(0, 0, 0, 0) 21%);
}

.bg.gradient2 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(80deg, #f4ffff 45%, rgba(0, 0, 0, 0) 90%);
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e2043a;
  padding: 12px 20px;
  font-weight: 400;
  transition: color .4s ease-in, background-color .425s ease-out;
}

.button:hover {
  color: #fff;
  background-color: #818181;
}

.button.navutton {
  background-color: #e2043a;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  line-height: 1;
}

.button.navutton:hover {
  background-color: #000;
}

.button.specialc {
  background-color: #818181;
}

.button.specialc:hover {
  background-color: #5b9bad;
}

.button.specialc.hide {
  display: none;
}

.button.specialc1 {
  background-color: #818181;
}

.button.specialc1:hover {
  background-color: #ec2c2f;
}

.button.specialc1 {
  background-color: #818181;
}

.button.specialc1:hover {
  background-color: #1d1d1d;
}

.tripformwrapper {
  z-index: 5;
  width: 90vw;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  margin: -5.625rem auto 4rem;
  padding: 2rem 1.2rem;
  display: flex;
  position: relative;
  box-shadow: -15px 10px 20px rgba(4, 16, 40, .07);
}

.cardblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  background-image: linear-gradient(#e62332, #f05526);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 14px 30px 5px rgba(4, 16, 40, .07);
}

.image-3 {
  width: 50vw;
  height: 27vw;
  max-height: 350px;
  max-width: 650px;
  min-width: 100%;
  object-fit: cover;
}

.heading-2 {
  min-height: 60px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 85px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
}

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

._5050_2040.format1 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.navmenu {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.header-arrow {
  display: inline-block;
}

.logo {
  height: 70%;
  object-fit: scale-down;
  transition: filter .35s;
}

.logo:hover {
  filter: contrast(167%) saturate(150%);
}

.navbarlink {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

.navbarlink:hover {
  color: #818181;
}

.navbarlink.w--current {
  color: #000;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.nav-container {
  height: 100%;
  max-width: 95%;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 10px 20px -15px #3d3c7a;
}

.new-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.new-item-wrapper.hide {
  display: none;
}

.bg-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-2.navbarlinkicon {
  width: 25px;
  height: 25px;
  width: 25px;
  height: 25px;
  max-width: none;
  transform-origin: 0%;
  display: none;
  top: -5px;
  bottom: auto;
  left: -13px;
  right: auto;
}

.navbar {
  z-index: 999;
  height: 80px;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-drop-down-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

.nav-link-drop-down-2.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.nav-link-drop-down-2.dropdown:hover {
  font-style: normal;
}

.brand {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.headernav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbarlinkwrapper {
  position: relative;
}

._38_25 {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

._38_25.special {
  color: #000;
}

._38_25.ergency {
  color: #ec2c2f;
  margin-top: 5px;
  font-weight: 600;
}

._38_25.dc1 {
  color: #c90333;
}

._38_25.dc2 {
  color: #818181;
}

._38_25.maptitle {
  color: #ececec;
}

.div-block-13 {
  width: 85%;
  max-width: 1500px;
  grid-column-gap: 2.5vw;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.servicec {
  z-index: 5;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5f3939;
  text-align: center;
  background-color: rgba(241, 241, 241, .84);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(63, 6, 14, .3);
}

._21_19_d {
  width: 90%;
  color: #373334;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-14 {
  width: 85%;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.image-5 {
  width: 100%;
  height: 27vw;
  max-height: 22rem;
  object-fit: cover;
}

.image-5.p1 {
  object-position: 50% 65%;
}

.div-block-15 {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

.div-block-18 {
  width: 85%;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: -5%;
  margin-bottom: 40px;
  display: grid;
}

.image-7 {
  height: 60px;
  object-fit: contain;
  margin-left: auto;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.certified {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  justify-items: center;
  margin-top: 20px;
  padding: 25px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 20px -17px #818181;
}

.paragraph-5 {
  font-size: 17px;
}

._00 {
  position: relative;
}

.div-block-2-copy {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 85px;
  padding: 50px 8% 100px;
  display: flex;
}

.div-block-2-copy.special {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-27 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

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

.div-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-10 {
  margin-top: 10px;
  margin-bottom: 42px;
  font-weight: 600;
  line-height: 1.6;
}

.servicecard {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  background-color: #fcfdff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 15px -5px #b6b6b6;
}

.div-block-32 {
  width: 87%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: -50px;
  display: grid;
}

.div-block-33 {
  width: 100px;
  height: 80px;
  background-color: #f4ffff;
  border-radius: 1000px;
  padding: 10px;
  box-shadow: 0 0 20px -8px rgba(111, 111, 211, .77);
}

.image-8 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list-item-2 {
  font-size: 16px;
  line-height: 1.4;
}

.list-2 {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: -5px;
  padding-left: 20px;
  list-style-type: square;
  display: grid;
}

.list-2.onec {
  grid-template-columns: 1fr;
}

.formwopadding {
  max-width: 85vw;
  background-color: #fff;
  flex-direction: column;
  margin: -70px auto 40px;
  display: flex;
  box-shadow: 0 15px 20px -15px rgba(111, 111, 211, .77);
}

.bluebuuton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(58, 135, 254, .9);
  padding: 10px 35px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.bluebuuton:hover {
  background-color: #3a87fe;
  transform: scale3d(1, 1, 5);
}

.div-block-37 {
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.herorowtext {
  color: #e3fdf7;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 6px #000, 0 1px #818181, 0 0 20px #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.stickywrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.mainbutton {
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_l {
  padding-top: 4.5rem;
  padding-bottom: 5.1rem;
}

.section_l.format1 {
  z-index: 2;
  background-color: #fb0438;
  background-image: linear-gradient(140deg, #c90333, rgba(0, 0, 0, 0));
  position: relative;
}

.mainbutton-2 {
  height: 50px;
  cursor: pointer;
  background-color: #fad29a;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding: 70px 10% 130px;
  display: flex;
}

.homes1 {
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #04146d;
  font-size: 22px;
}

.div-block-43 {
  width: 80px;
  height: 60px;
  transform-origin: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-10 {
  width: 80px;
  max-width: none;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
}

.herotitle {
  color: #fb0438;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .43), 0 1px 1px rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Enixe, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.container-2 {
  width: 92vw;
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.homes1c {
  z-index: 2;
  max-width: none;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.dropdown-list-wrapper {
  background-color: #fff;
  border-top: 3px solid #c90333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 10px 20px -15px rgba(61, 60, 122, .84);
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

.dropdown-list-wrapper.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.dropdownlink {
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink:hover {
  color: #818181;
}

.paragraph-23 {
  margin-bottom: 0;
  font-size: 17px;
}

.servicewrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-top: 85px;
  padding: 60px 10% 50px 6%;
  display: grid;
  position: relative;
}

.link {
  color: rgba(255, 255, 255, .69);
  white-space: nowrap;
  border-left: 3px solid rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.link.w--current {
  color: gold;
  border-left-style: solid;
  border-left-color: gold;
}

.flex {
  align-items: center;
  margin-left: 4px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 12px;
  display: flex;
}

.flex.title {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 7px;
  padding-top: 16px;
}

.flex.cc {
  display: none;
}

.icon {
  width: 25px;
  height: 25px;
  max-width: none;
  object-fit: contain;
  flex: none;
  margin-top: -2px;
  margin-right: 12px;
}

.icon.titlw {
  opacity: 0;
}

.icon.special {
  padding: 1px 1.5px;
}

.sidebar {
  z-index: 2;
  background-color: #000;
  border-radius: 0 5px 5px 0;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 16px;
  padding-bottom: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 148px;
  overflow: hidden;
  box-shadow: 0 16px 20px -12px rgba(111, 111, 211, .77);
}

.text-block-8 {
  color: #fcfdff;
  white-space: nowrap;
}

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

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
}

.div-block-45, .tripformsection.hide, .iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.text-block-10 {
  color: #000;
  white-space: normal;
  margin-bottom: 3px;
  margin-left: 10px;
  font-weight: 500;
}

.dropdowncontent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-icon-2 {
  width: 3px;
  min-height: 18px;
  background-color: #243747;
  position: absolute;
}

.arrow {
  display: inline-block;
}

.jobwrapper {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -96px;
  display: flex;
  position: relative;
}

.h3 {
  color: #120850;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.4em;
}

.h3.faq-title {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 55px;
  font-size: 22px;
}

.line-icon-1 {
  width: 18px;
  min-height: 3px;
  background-color: #243747;
  position: absolute;
}

.dropdowniconwrapper {
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px -5px rgba(31, 36, 50, .2);
}

.jobapplyformwrapper {
  z-index: 2;
  width: 84vw;
  background-color: #fff;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 10px 20px -15px rgba(111, 111, 211, .77);
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: 16px;
}

.jobcontent {
  z-index: 2;
  position: relative;
}

.list-item-3 {
  margin-bottom: 0;
}

.jobcontentwrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  display: grid;
  position: relative;
}

.jobcomtent {
  width: 100%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list-4 {
  margin-left: 10px;
  padding-left: 30px;
}

.jobdescriptionwrapper {
  width: 90%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 15px -13px rgba(111, 111, 211, .77);
}

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: #000;
  white-space: normal;
  margin-bottom: 15px;
}

.stickycontent {
  width: 80%;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 231px;
}

.stickybgwrapper {
  z-index: -1;
  width: 100%;
  height: 600px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topicon {
  height: 45px;
  padding-left: 3px;
}

._15080_13055 {
  padding-top: 161px;
  padding-bottom: 80px;
}

.paragraph-copy {
  margin-top: 15px;
  margin-bottom: 23px;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-48 {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: 60px;
  padding: 45px 63px 63px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px -15px rgba(111, 111, 211, .77);
}

.text-block-12 {
  margin-top: 10px;
}

.div-block-49 {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._25_21 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-24 {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-50 {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 30px;
}

.title_l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.3;
}

.title_l.left {
  text-align: right;
  align-self: flex-end;
}

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

.list-copy-2 {
  grid-column-gap: 50px;
  grid-row-gap: 1px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
  display: grid;
}

.paragraph-20 {
  margin-bottom: 0;
}

.paragraph-20.hide {
  display: none;
}

.div-block-46 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.listitem1.bold {
  font-weight: 700;
}

.mapcontainer {
  max-width: 95vw;
  grid-column-gap: 45px;
  grid-row-gap: 25px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  padding-left: 7vw;
  padding-right: 7vw;
  display: grid;
  position: relative;
}

.mapsection {
  color: #ececec;
  background-color: rgba(55, 51, 52, .54);
  background-image: linear-gradient(rgba(36, 55, 71, .09), rgba(68, 167, 160, .06) 18%, rgba(0, 0, 0, 0));
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.footerparagraph {
  color: rgba(236, 240, 241, .9);
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 17px;
  line-height: 1.3;
}

.footerparagraph.hide {
  display: none;
}

.footer_icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 1.5px;
  margin-right: 11px;
}

.footerlink {
  color: rgba(236, 240, 241, .9);
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

.footerlink:hover {
  color: #fff;
}

.container-3 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-3.footercontainer {
  z-index: 3;
  width: 85vw;
  max-width: none;
  grid-column-gap: 4vw;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.footer {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

.paymenticon-2 {
  height: 27px;
  object-fit: contain;
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 5px;
  overflow: hidden;
}

.footwrapper {
  background-color: #aa0f26;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footertitle {
  color: #ececec;
  text-shadow: 1px 1px #46468f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

.footertitle.w--current {
  color: #000;
  font-weight: 500;
}

.footeritemwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  line-height: 1;
  display: flex;
}

.footermenu {
  color: rgba(236, 240, 241, .9);
  border-bottom: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.footermenu:hover {
  color: #fff;
}

.footermenu.nowrap {
  white-space: nowrap;
}

.footermenu.hide {
  display: none;
}

.footermenu.first {
  padding-top: 0;
}

.footer-content-block {
  min-width: 22vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-64 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.gallery-image {
  width: 100%;
  height: 105%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.display-none {
  display: none;
}

.sub-footer-2 {
  z-index: 4;
  width: 85vw;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.subfooterwrapper-2 {
  z-index: 1;
  max-width: 100%;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.subfootertext-2 {
  color: #e5e7e8;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.link-7 {
  color: #e5e7e8;
  text-decoration: none;
  transition: color .35s;
}

.link-7:hover {
  color: #f4ffff;
  text-decoration: underline;
}

.divider60 {
  width: 60%;
  height: 5px;
  background-image: linear-gradient(to right, rgba(57, 139, 206, .8), #0091ff);
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider60.footerd {
  width: 100%;
  opacity: .43;
  background-color: #ececec;
  background-image: none;
  margin-top: .5rem;
  margin-bottom: 0;
  position: relative;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-5 {
  width: 85vw;
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._4055_3040 {
  padding-top: 40px;
  padding-bottom: 55px;
}

._4055_3040.special {
  background-color: #f7fbfb;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.div-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.paragraph-25 {
  margin-top: 11px;
  margin-bottom: 0;
}

.text-span-19 {
  color: #5b9bad;
}

.formwpadding {
  max-width: 85vw;
  background-color: #fff;
  flex-direction: column;
  margin: -70px auto 40px;
  padding: 25px 22px 22px;
  display: flex;
  box-shadow: 0 15px 20px -15px rgba(111, 111, 211, .77);
}

.nav-link-drop-down-3 {
  color: #6d768d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

.nav-link-drop-down-3:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down-3.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.nav-link-drop-down-3.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.burger-line-top, .burger-line-middle {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.burger-button-wrapper {
  cursor: pointer;
  padding: 10px;
}

.topnav {
  width: 100%;
  height: 0;
  position: absolute;
}

.preloaderwrapper {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  overflow: hidden;
}

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.preloader_line {
  width: 1px;
  height: 35px;
  background-color: #fff;
}

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

.text-span-20 {
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-66 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.text-span-21 {
  width: 67.553px;
  height: 50px;
  background-image: url('../images/mapicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px 20px -50px -70px;
  display: inline-block;
  position: relative;
  top: -28px;
}

.navigation {
  width: 100%;
  position: absolute;
  top: -8.2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1440px) {
  .nav-link-drop-down {
    line-height: 1em;
    display: inline-block;
  }

  .navbarlink {
    font-size: 1.2vw;
  }

  .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

  .nav-link-drop-down-2 {
    margin-top: 4px;
    display: inline-block;
  }

  .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

  .list-4 {
    margin-top: 7px;
  }

  .jobdescriptiondropdownwrapper, .nav-link-drop-down-3 {
    margin-top: 4px;
    display: inline-block;
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    top: -12rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-drop-down {
    font-size: 25px;
  }

  .nav-link-drop-down.dropdown {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .bg.image.special2 {
    width: 100%;
    left: 0%;
  }

  .bg.gradient3 {
    background-image: linear-gradient(97deg, #f4ffff 40%, rgba(0, 0, 0, 0) 75%);
  }

  .bg.gradient4 {
    background-image: linear-gradient(8deg, #f4ffff 20%, rgba(0, 0, 0, 0) 72%);
    display: block;
  }

  .bg.gradient1 {
    background-image: linear-gradient(8deg, #fff 20%, rgba(0, 0, 0, 0) 72%);
    display: block;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.navutton {
    background-image: none;
    line-height: 1.5;
  }

  .tripformwrapper {
    margin-top: -70px;
    margin-bottom: 6.5rem;
    padding: 30px 20px 25px;
  }

  .cardblock {
    padding-top: 30px;
    box-shadow: -6px 3px 15px rgba(4, 16, 40, .07);
  }

  .image-3 {
    width: 70vw;
    height: 35vw;
  }

  ._5050_2040 {
    padding-top: 30px;
  }

  .navmenu {
    z-index: 50;
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 80vw;
    background-color: #fff;
    border-top: 3px solid #818181;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 15px 20px -15px rgba(111, 111, 211, .77);
  }

  .div-block-10 {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .navbarlink {
    text-align: center;
    font-size: 17px;
  }

  .navbarlink.dropdpwn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list {
    position: relative;
    top: 0%;
    left: auto;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .nav-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .new-item-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-drop-down-2 {
    font-size: 25px;
  }

  .nav-link-drop-down-2.dropdown {
    text-align: center;
  }

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: stretch;
  }

  .navbarlinkwrapper {
    flex: none;
  }

  ._38_25 {
    font-size: 33px;
  }

  .div-block-13 {
    width: 85%;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .servicec {
    width: 85%;
  }

  .image-5 {
    height: 35vw;
  }

  .div-block-15 {
    flex-direction: column;
    display: flex;
  }

  .div-block-18 {
    width: 85%;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .certified {
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 0;
  }

  .div-block-2-copy {
    padding-bottom: 50px;
  }

  .div-block {
    margin-top: 0;
    padding-left: 30px;
  }

  .paragraph-10 {
    margin-bottom: 33px;
  }

  .servicecard {
    box-shadow: -6px 3px 15px rgba(4, 16, 40, .07);
  }

  .formwopadding {
    margin-top: -25px;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-2 {
    margin-top: 100px;
    padding: 60px 6% 120px;
  }

  .herotitle {
    font-size: 55px;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    border-top-style: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .dropdownlink {
    text-align: center;
    flex: 1;
    font-size: 15.5px;
    font-weight: 400;
  }

  .servicewrapper {
    grid-template-columns: 55px 1fr;
    margin-top: 116px;
    padding-top: 20px;
    padding-right: 6%;
  }

  .flex.cc {
    z-index: 1;
    cursor: pointer;
    justify-content: flex-end;
    margin-top: 5px;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
  }

  .flex.last {
    margin-bottom: 0;
  }

  .icon {
    z-index: 2;
    position: relative;
  }

  .sidebar {
    width: 320px;
    margin-right: 0;
    padding-bottom: 16px;
    top: 138px;
  }

  .text-block-8.close {
    font-size: 14px;
    text-decoration: underline;
  }

  .div-block-45 {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-9 {
    display: none;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .jobwrapper {
    width: 100%;
    margin-top: -53px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .list-4 {
    font-size: 16px;
  }

  .jobdescriptionwrapper {
    width: 100%;
    padding-left: 24px;
  }

  .jobdescriptiondropdownwrapper {
    grid-auto-columns: 1fr;
    font-size: 25px;
    display: flex;
  }

  .stickycontent {
    width: 85%;
    top: 215px;
  }

  .div-block-48 {
    margin-top: 50px;
    padding: 45px 54px 54px;
  }

  ._25_21, .title_l {
    font-size: 23px;
  }

  .list-copy-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-46 {
    align-items: center;
  }

  .mapcontainer {
    grid-template-columns: 1fr;
  }

  .footerparagraph {
    font-size: 17px;
  }

  .container-3.footercontainer {
    grid-template-columns: .7fr 1fr;
    justify-items: start;
  }

  .div-block-51 {
    flex-wrap: wrap;
    display: flex;
  }

  .footertitle {
    margin-top: 0;
    font-size: 35px;
  }

  .footeritemwrapper {
    min-width: 30vw;
    margin-right: 5vw;
  }

  .footer-content-block {
    text-align: left;
  }

  .divider60.footerd {
    margin-top: .2rem;
  }

  ._4055_3040.special {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .div-block-1 {
    margin-top: 35px;
  }

  .formwpadding {
    margin-top: -25px;
  }

  .nav-link-drop-down-3.dropdown {
    width: 100%;
    text-align: center;
  }

  .burger-line-top {
    background-color: #818181;
  }

  .nav-menu-button {
    color: #fff;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

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

  .burger-line-middle, .burger-line-bottom {
    background-color: #818181;
  }

  .burger-button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: block;
  }

  .pagewrapper {
    margin-left: 0;
    position: relative;
  }

  .nav-link-drop-down.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

  .bg.image {
    opacity: .76;
  }

  .bg.image.special2 {
    opacity: .44;
  }

  .bg.image.special1 {
    width: 80%;
    opacity: .44;
    left: 20%;
  }

  .bg.image.special3 {
    width: 100%;
    opacity: .44;
    left: 0%;
  }

  .bg.gradient3 {
    height: 80vh;
    display: none;
  }

  .bg.gradient4 {
    background-image: linear-gradient(to top, #f4ffff 11%, rgba(0, 0, 0, 0) 64%);
  }

  .bg.gradient1 {
    background-image: linear-gradient(to top, #fff 11%, rgba(0, 0, 0, 0) 64%);
  }

  .bg.gradient2 {
    background-image: linear-gradient(80deg, #fff 31%, rgba(0, 0, 0, 0) 77%);
  }

  .tripformwrapper {
    width: 93vw;
    margin-bottom: 5.5rem;
    padding: 20px 10px 15px;
  }

  .image-3 {
    height: 40vw;
  }

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

  ._5050_2040 {
    padding-top: 30px;
  }

  .navmenu {
    max-height: 70vh;
    max-width: 88vw;
    flex-direction: row;
    align-items: stretch;
  }

  .dropdown-list.w--open {
    text-align: left;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-item-wrapper {
    padding: 5px 0;
  }

  .navbar {
    height: 75px;
  }

  .headernav {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  ._38_25, ._38_25.ergency {
    font-size: 30px;
  }

  .servicec {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 100%;
    height: 45vw;
  }

  .div-block-18 {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-7 {
    top: 15px;
  }

  .certified {
    grid-row-gap: 5px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .paragraph-5 {
    margin-top: 0;
  }

  .div-block-2-copy {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .div-block-32 {
    margin-top: -40px;
  }

  .list-2 {
    width: 100%;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-left: 20px;
  }

  .formwopadding {
    max-width: 94vw;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .herorowtext {
    font-size: 16px;
    line-height: 1.3;
  }

  .section_l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-2 {
    margin-top: 90px;
    padding-bottom: 110px;
  }

  .paragraph {
    width: 90%;
    text-align: center;
    font-size: 16px;
  }

  .herotitle {
    font-size: 40px;
  }

  .dropdown-list-wrapper {
    margin-top: -1px;
    margin-bottom: -3px;
  }

  .dropdown-list-wrapper.w--open {
    text-align: left;
    margin-left: 0;
  }

  .dropdownlink {
    line-height: 1.4;
  }

  .paragraph-23 {
    margin-bottom: 3px;
  }

  .servicewrapper {
    margin-top: 102px;
    padding-bottom: 50px;
  }

  .sidebar {
    top: 120px;
  }

  .heading {
    font-size: 20px;
  }

  .jobwrapper {
    margin-top: -10px;
  }

  .h3 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .h3.faq-title {
    margin-right: 50px;
  }

  .dropdowniconwrapper {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .jobapplyformwrapper {
    width: 90vw;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

  .list-4 {
    padding-left: 25px;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .stickycontent {
    width: 100%;
    position: static;
  }

  ._15080_13055 {
    padding-top: 134px;
    padding-bottom: 70px;
  }

  .paragraph-copy {
    font-size: 16.5px;
  }

  .div-block-48 {
    width: 105%;
    max-width: 95vw;
    padding: 37px 44px 44px;
  }

  .paragraph-24 {
    width: 100%;
    margin-bottom: 10px;
  }

  .title_l {
    font-size: 21px;
  }

  .list-copy-2 {
    grid-template-columns: 1fr 1fr;
  }

  .mapsection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer_icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .footerlink {
    font-size: 17px;
  }

  .container-3.footercontainer {
    grid-template-columns: 1fr;
  }

  .footertitle {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .footermenu.nowrap {
    white-space: normal;
  }

  .sub-footer-2 {
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-2 {
    flex: 1;
  }

  ._4055_3040 {
    padding-top: 35px;
  }

  ._4055_3040.special {
    padding-top: 59px;
  }

  .formwpadding {
    max-width: 94vw;
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .text-span-21 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 16.5px;
  }

  .bg.image.special1 {
    object-position: 60% 50%;
  }

  .bg.herobgg {
    background-color: rgba(0, 0, 0, .3);
    background-image: none;
  }

  .tripformwrapper {
    width: 93vw;
    margin-top: -60px;
    margin-bottom: 4.5rem;
  }

  .cardblock {
    padding-bottom: 15px;
  }

  .image-3 {
    width: 60vw;
    height: 160px;
  }

  .heading-2 {
    min-height: 50px;
    margin-right: 60px;
    font-size: 18px;
  }

  ._5050_2040 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .navmenu {
    max-height: 85vh;
    max-width: 95vw;
  }

  .div-block-10 {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .logo {
    height: 60%;
  }

  .navbarlink {
    text-align: center;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 4.5vw;
    padding-right: 3vw;
  }

  .new-item-wrapper {
    padding-top: 3px;
  }

  .new-item-wrapper.main {
    padding-top: 5px;
  }

  .navbar {
    height: 70px;
    margin-top: 10px;
  }

  .brand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._38_25 {
    font-size: 25px;
  }

  ._38_25.ergency {
    font-size: 22px;
  }

  ._21_19_d {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .div-block-14 {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
  }

  .image-5 {
    height: 55vw;
  }

  .image-7 {
    height: 50px;
    right: 18px;
  }

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

  .paragraph-5 {
    line-height: 1.4;
  }

  .div-block-2-copy {
    padding-top: 30px;
  }

  .div-block {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-10 {
    font-weight: 500;
    line-height: 1.5;
  }

  .servicecard {
    width: 100%;
    max-width: none;
    padding-bottom: 15px;
  }

  .div-block-32 {
    width: 90%;
    grid-row-gap: 5px;
  }

  .div-block-33 {
    width: 80px;
    height: 65px;
  }

  .list-item-2 {
    font-size: 15px;
  }

  .list-2 {
    margin-top: 0;
    padding-left: 20px;
  }

  .bluebuuton {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-37 {
    grid-row-gap: 0px;
    justify-items: start;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .herorowtext {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .div-block-2 {
    padding: 40px 3% 85px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .div-block-43 {
    width: 60px;
    height: 50px;
  }

  .image-10 {
    width: 60px;
  }

  .herotitle {
    letter-spacing: -.5px;
  }

  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .dropdownlink {
    white-space: normal;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .paragraph-23 {
    margin-top: 3px;
    font-size: 16px;
  }

  .servicewrapper {
    grid-template-columns: 1fr;
    align-items: end;
    margin-top: 94px;
    padding: 10px 3% 0;
  }

  .link {
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .icon {
    z-index: 0;
    margin-top: -1px;
  }

  .sidebar {
    max-width: 80vw;
    transform-origin: 100% 100%;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
  }

  .text-block-8 {
    font-size: 15.5px;
  }

  .text-block-8.close {
    font-size: 13px;
  }

  .sidebarlink {
    font-size: 14px;
  }

  .div-block-45 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-9 {
    color: #fcfdff;
    font-size: 15px;
    display: block;
  }

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

  .line-icon-2 {
    min-height: 15px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3.faq-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .line-icon-1 {
    width: 15px;
  }

  .dropdowniconwrapper {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .jobapplyformwrapper {
    margin-bottom: 40px;
  }

  .jobcontentwrapper {
    grid-row-gap: 5px;
  }

  .list-4 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 20px;
  }

  .jobdescriptionwrapper {
    padding-left: 20px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .stickycontent {
    margin-top: 20px;
    top: 185px;
  }

  ._15080_13055 {
    padding-top: 130px;
    padding-bottom: 55px;
  }

  .paragraph-copy {
    font-size: 15px;
  }

  .div-block-48 {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 30px;
  }

  ._25_21 {
    font-size: 21px;
  }

  .list-copy-2 {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    align-items: flex-start;
  }

  .listitem1 {
    font-size: 16px;
  }

  .mapcontainer {
    text-align: left;
    justify-items: start;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .footer_icon {
    width: 16px;
    height: 16px;
    margin-top: 1.5px;
  }

  .footerlink {
    font-size: 16px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-3.footercontainer {
    grid-template-columns: 1fr;
  }

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

  .paymenticon-2 {
    height: 27px;
  }

  .footwrapper {
    padding-top: 12vw;
  }

  .footertitle {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .footeritemwrapper {
    margin-right: 0;
    font-size: 16px;
  }

  .footermenu {
    font-size: 16px;
  }

  .div-block-64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-2 {
    font-size: 13px;
    line-height: 1.4;
  }

  .divider60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider60.footerd {
    margin-top: 0;
  }

  ._4055_3040 {
    padding-bottom: 40px;
  }

  ._4055_3040.special {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .div-block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .formwpadding {
    padding: 18px 14px 14px;
  }

  .text-span-21 {
    margin-left: 0;
    top: -30px;
  }
}

#w-node-_971dec50-d357-5469-eb9f-f3301d3629ba-2f261986, #w-node-_9ca23c23-c55d-4380-e09b-5f5caff24978-2f261986 {
  align-self: center;
}

#w-node-_38a2f629-b00f-e220-61e5-04e1c67f4055-2f261986 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38a2f629-b00f-e220-61e5-04e1c67f4058-2f261986 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-f8f83f7d-0e62-c846-3032-e844c8dcef8c-2f261986, #w-node-_55f89101-529b-50ef-ebb3-b7eeb01f5573-2f261986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38a2f629-b00f-e220-61e5-04e1c67f4085-2f261986 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
  grid-area: 1 / 2 / 2 / 3;
}

#contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_27e67815-b355-8a67-8f9f-8d76f267a01c-2f261986 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_38a2f629-b00f-e220-61e5-04e1c67f4055-2f261986 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38a2f629-b00f-e220-61e5-04e1c67f4085-2f261986 {
    grid-column: span 1 / span 1;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    grid-row: 1 / 2;
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: auto;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27e67815-b355-8a67-8f9f-8d76f267a01c-2f261986 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_27e67815-b355-8a67-8f9f-8d76f267a023-2f261986 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1cc05ea4-3245-552a-b2ae-df464320e52d-2f261986 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    grid-column-end: 2;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    grid-column: 1 / 2;
  }

  #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    grid-column-end: 2;
  }

  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-5926198b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c9a895b4-c265-dfc1-9ac0-73a3a80cb52b-a80cb52b {
    justify-self: end;
  }

  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-ee26198f {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Enixe';
  src: url('../fonts/Enixe.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethnocentric rg';
  src: url('../fonts/ethnocentric-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}