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

.div-block-11 {
  display: none;
}

.dropdown-list-wrapper {
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

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

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

.logo {
  position: relative;
  bottom: 0px;
  height: 114%;
  padding-bottom: 7%;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-list {
  left: 0%;
  top: 100%;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  background-color: transparent;
}

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

.bg-2.navbarlinkicon {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #03aeee, #1d1768);
  box-shadow: 0 0 10px 3px #fff;
  opacity: 0.5;
  transform-origin: 0% 50%;
}

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

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color 300ms ease;
  color: #1d1768;
  font-size: 1.3vw;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #0c8dd0;
  color: #fcfdff;
}

.dropdownlink.w--current {
  color: #1d1768;
}

.dropdownlink.w--current:hover {
  color: #fff;
}

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

.nav-link-drop-down-2 {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

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

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: block;
  margin-top: 0px;
}

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

.new-item-wrapper {
  padding-right: 0.8vw;
  padding-left: 0.8vw;
}

.new-item-wrapper.main {
  display: flex;
  align-items: center;
}

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

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

.button {
  position: relative;
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #04146d;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.navbutton {
  overflow: hidden;
  margin-right: 0px;
  padding-right: 17px;
  padding-left: 17px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.button.gradbutton {
  overflow: hidden;
  margin-right: 0px;
  color: #fff;
}

.button.gradbutton.hero {
  margin-top: 40px;
}

.navbarlink {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  transition: color 350ms ease;
  color: #000;
  font-size: 1.4vw;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #1d1768;
  font-weight: 800;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.navbarlinkwrapper {
  position: relative;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 85px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 4.5vh;
  background-color: transparent;
  perspective: 3000px;
  transform-origin: 50% 0%;
  transition: height 300ms ease, background-color 300ms ease;
}

.body {
  background-color: #efeff3;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}

.pagewrapper {
  overflow: hidden;
  padding-top: 119px;
}

.pagewrapper.home {
  padding-top: 0px;
  background-color: transparent;
}

.div-block-6 {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

._48_30 {
  position: relative;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}

._48_30._2 {
  margin-top: 0px;
  flex: 0 0 auto;
}

._48_30.slidertext {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #1265e0;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
}

._48_30.herotitle {
  margin-bottom: 0px;
}

.container {
  position: relative;
  display: flex;
  width: 88vw;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.formwrapper {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 3rem;
  flex-direction: column;
}

.div-block-2 {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 7.1rem;
  padding: 7vw 5% 9vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph {
  margin-top: 10px;
  color: #fff;
  line-height: 1.4;
}

.homes1 {
  position: relative;
}

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

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

.bg.herobgg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 26%, transparent 91%);
}

.bg.navbuttonbg {
  left: auto;
  width: 200%;
  background-image: linear-gradient(90deg, #1d1768, #03aeee 70%);
}

.bg.buttonbrushbg {
  position: relative;
  left: -10px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 220px;
  max-width: none;
  flex: 0 0 auto;
  transform-origin: 0% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg.buttonbg {
  left: auto;
  width: 200%;
  background-image: linear-gradient(90deg, #1d1768, #0c8dd0);
}

.bg.buttonbg.orange {
  background-image: linear-gradient(90deg, #d17a28, #edaa1d);
}

.bg.shinnngboarder {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(180deg, #f7d20f, #edaa1d 18%, transparent);
  transform-origin: 100% 100%;
}

.bg.boarderwrapper {
  overflow: hidden;
}

.bg.cardgradient {
  background-image: linear-gradient(180deg, rgba(3, 174, 238, 0.39), #1d1768);
  opacity: 0;
}

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

.div-block-13 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servicec {
  position: relative;
  display: flex;
  width: 100%;
  height: 25vw;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  perspective: 1000px;
  color: #4f5a66;
  text-decoration: none;
}

.div-block-14 {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(36, 34, 65, 0.61);
}

._22_20 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 800;
  text-align: center;
}

.text-span-2 {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}

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

.paragraph-2 {
  display: none;
  color: #532103;
  text-align: center;
}

.div-block-16 {
  display: flex;
  max-width: 90%;
  flex-direction: column;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  margin-top: 23px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._34_28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

._34_28.left {
  text-align: left;
}

._34_28.left.white {
  color: #fff;
}

._34_28.incident {
  color: #1d1768;
}

._34_28.maptitle {
  text-align: left;
}

._34_28.differ {
  color: #000;
  font-weight: 800;
  text-align: left;
  text-shadow: 1px 1px 1px #1d1768;
}

.image-6 {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.paragraph-3 {
  margin-bottom: 5px;
  text-shadow: 1px 0 0 #1d1768;
}

._2070_050 {
  padding-top: 20px;
  padding-bottom: 70px;
}

._2070_050.diff {
  padding-top: 4.1rem;
  padding-bottom: 5rem;
  background-color: #3e95b6;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(3, 174, 238, 0.44), rgba(29, 23, 104, 0.84));
}

.footerheader {
  position: relative;
  z-index: 4;
  display: flex;
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 25px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1d1768;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  border-bottom: 1px none #fff;
  transition: color 300ms ease;
  color: rgba(239, 239, 243, 0.8);
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

.footermenu:hover {
  color: #efeff3;
}

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

.footermenu.footermenutitle {
  padding-bottom: 3px;
}

.footermenu.footermenutitle:hover {
  color: rgba(239, 239, 243, 0.8);
}

.footermenu.sub {
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: 400;
}

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

.footermain {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #3e95b6;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.link-4 {
  transition: color 400ms ease;
  color: #3e95b6;
  text-decoration: none;
}

.link-4:hover {
  color: #03aeee;
  text-decoration: underline;
}

.space {
  font-size: 10px;
}

.footerlink {
  transition: color 300ms ease;
  color: rgba(239, 239, 243, 0.8);
  line-height: 1.3;
  text-decoration: none;
}

.footerlink:hover {
  color: #efeff3;
}

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

.footertitle {
  margin-top: 0px;
  margin-bottom: 20px;
  transition: color 300ms ease;
  color: #efeff3;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

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

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

.container-4 {
  display: flex;
  max-width: 1316px;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
}

.container-4.cfc {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  width: 88%;
  max-width: none;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymenticon {
  overflow: hidden;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -o-object-fit: contain;
  object-fit: contain;
}

.paymenticon.special {
  padding: 7px;
  background-color: #fff;
}

.paymenticon.speical2 {
  border-radius: 7px;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #181538;
  background-image: linear-gradient(180deg, rgba(12, 141, 208, 0.53), transparent);
}

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

.footeritemwrapper {
  display: flex;
  margin-bottom: 7px;
  justify-content: flex-start;
  align-items: flex-start;
}

.footeritemwrapper.hide {
  display: none;
}

.footerparagraph {
  margin-bottom: 14px;
  padding-left: 0px;
  color: rgba(239, 239, 243, 0.8);
  font-size: 16px;
  line-height: 1.4;
}

.footerparagraph.payment {
  margin-bottom: 4px;
}

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

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: flex-start;
  border-top: 1px solid #1d1768;
  text-align: center;
}

.div-block-32 {
  margin-left: 3px;
}

.footerbrand {
  display: flex;
  margin-right: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.footerlogo {
  position: relative;
  bottom: 0px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-5 {
  position: relative;
  white-space: nowrap;
}

.image-7 {
  width: 100%;
  height: 25vw;
  max-height: 20rem;
  max-width: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-33 {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

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

.div-block-21 {
  display: -ms-grid;
  display: grid;
  flex-direction: row;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.7fr;
  grid-template-columns: 1fr 1.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.serviceimage {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.div-block-37 {
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  flex-direction: column;
}

.div-block-38 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.serviceimgaewrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 50%;
  min-height: 280px;
  padding-top: 13px;
  padding-left: 13px;
  justify-content: center;
}

.div-block-39 {
  display: flex;
  padding: 10px;
  background-image: linear-gradient(90deg, #edaa1d, #d17a28);
}

.text-block-6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

._5070_3050 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.pricingtitle {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 3rem;
  padding-left: 3rem;
  color: #000;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

._34_25 {
  color: #000;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
}

.detailrates {
  display: flex;
  width: 100%;
  padding: 0px 25px 40px;
  flex-direction: column;
  align-items: stretch;
}

.ratewrapper {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px 0px;
  background-color: #054aa4;
}

.bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #edaa1d;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px #f7f700;
}

.pricingtab {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #d17a28;
  border-radius: 3px;
}

.pricingcontentwrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.paragraph-18 {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.5;
}

.paragraph-18.sub {
  font-size: 16px;
}

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

.text-span-8 {
  font-size: 24px;
}

.feewrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-items: stretch;
  align-items: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #c3ceda;
}

.divider-2.padding {
  margin-top: 9px;
  margin-bottom: 9px;
}

.ratetag {
  margin-bottom: 0px;
  color: #f9f9f9;
  text-align: center;
}

.trioformsection {
  padding-top: 50px;
  padding-bottom: 0px;
}

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

.paragraph-19 {
  margin-bottom: 0px;
}

.ratesection {
  padding-top: 50px;
  padding-bottom: 70px;
}

.div-block-40 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.list-item {
  list-style-type: square;
}

.list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 20px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 1px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.text-span-9 {
  display: inline-block;
  margin-top: 0.2rem;
  color: #edaa1d;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

.textslider {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider {
  max-height: 65px;
  max-width: 450px;
  justify-content: center;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
}

.link-block {
  position: relative;
  display: none;
  width: 200px;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.text-block-8 {
  position: relative;
  left: -3px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.div-block-44 {
  position: absolute;
  overflow: hidden;
  width: 220px;
  justify-content: flex-start;
  align-items: center;
  transform-origin: 0% 50%;
}

.div-block-45 {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._7070_4050 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.div-block-47 {
  position: absolute;
  left: 3%;
  top: 0.7%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 96%;
  height: 68.5%;
  border-radius: 1000px;
}

.div-block-47.mapblur {
  background-color: rgba(255, 255, 255, 0.61);
}

.list-copy-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 3px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: square;
}

.mapwrapper {
  position: relative;
  display: none;
  width: 30vw;
  height: 42.157vw;
  max-height: 562.098px;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/map.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.mapcontainer {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 88%;
  padding-left: 50px;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-20 {
  text-align: left;
}

.mapsection {
  overflow: hidden;
  padding-top: 53px;
  padding-bottom: 70px;
}

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

.div-block-48 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: row;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-7 {
  margin-bottom: 0px;
  color: #fff;
}

.div-block-49 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  align-items: center;
  transform-style: preserve-3d;
}

.div-block-49:hover {
  box-shadow: 0 7px 17px -5px #5d5349;
  transform: scale3d(1none, 1none, 1none);
}

.paragraph4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: linear-gradient(180deg, #edaa1d, #d17a28);
  line-height: 1.4;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d1 {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #03aeee, #1d1768);
  transform-origin: 0% 50%;
}

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

.paragraph-22 {
  margin-bottom: 0px;
}

.formwrapper-copy {
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
}

.jobheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._4590_2540 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.jobcontent {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

.list-item-2 {
  margin-bottom: 0px;
}

.paragraph-23 {
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

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

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

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

.arrow {
  display: inline-block;
}

.list-5 {
  margin-top: 5px;
  color: #fff;
  list-style-type: disc;
}

.text-span-18 {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
}

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

.paragraph5 {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 1px 0 0 #1d1768;
}


.contactp {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.cuheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.contactuswrapper {
  width: 100%;
  padding: 11px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-3 {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

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

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

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

.h3-2.faq-title {
  display: flex;
  min-height: 2.8125rem;
  margin-right: 3.4375rem;
  margin-bottom: 0px;
  align-items: center;
  color: #054aa4;
  font-size: 1.375rem;
}

.line-icon-4 {
  position: absolute;
  width: 1.125rem;
  min-height: 3px;
  background-color: #1d1768;
}

.dropdowncontent-3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.jobdescriptionwrapper {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0.625rem 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f5f7fa;
}

.jobdescriptionwrapper._1st {
  margin-bottom: 1rem;
}

.paragraph-35 {
  margin-bottom: 0px;
  font-size: 1rem;
}

.paragraph-29 {
  margin-bottom: 0.9375rem;
}

.line-icon-3 {
  position: absolute;
  width: 3px;
  min-height: 1.125rem;
  background-color: #1d1768;
}

.text-block-13 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

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

.div-block-52 {
  display: -ms-grid;
  display: grid;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-divider {
  width: 88vw;
  height: 3px;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nowrap {
  white-space: nowrap;
}

.div-block-53 {
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.75rem;
}

.div-block-54 {
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.25rem;
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

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

  .dropdownlink {
    border-radius: 0px;
    font-size: 17px;
    line-height: 1.6;
  }

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

  .navbarlink {
    font-size: 18px;
  }

  .mapcontainer {
    max-width: 75%;
  }

  ._4590_2540 {
    padding-bottom: 120px;
  }

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

  .jobdescriptiondropdownwrapper-2 {
    display: inline-block;
    margin-top: 4px;
  }
}

@media screen and (min-width: 1920px) {
  .dropdowniconwrapper-2 {
    width: 3.7rem;
    min-height: 3.7rem;
    min-width: 3.7rem;
  }

  .h3-2.faq-title {
    font-size: 2rem;
  }

  .line-icon-4 {
    width: 1.5rem;
  }

  .dropdowncontent-3 {
    margin-top: 1rem;
  }

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .paragraph-35 {
    font-size: 1.4rem;
  }

  .line-icon-3 {
    min-height: 1.5rem;
  }

  .text-block-13 {
    font-size: 1.55rem;
  }

  .navigation {
    top: -12rem;
  }
}

@media screen and (max-width: 991px) {
  .hearder-button-line-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-11.hide {
    display: none;
  }

  .dropdown-list-wrapper {
    margin-top: 1px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.09);
  }

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

  .navbuttonicons {
    display: flex;
    width: 60%;
    min-height: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .logo {
    max-width: none;
  }

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

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

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    padding: 0px;
    perspective: 10000px;
    transition: background-color 300ms ease, transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

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

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

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

  .text-block-4 {
    margin-bottom: 20px;
    color: #1d1768;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
  }

  .headernav {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 auto;
  }

  .navmenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    margin-top: -4.5vh;
    padding-right: 3%;
    padding-left: 3%;
    flex: 0 0 auto;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .dropdownlink {
    padding: 7px 10px;
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink.w--current {
    color: #1d1768;
  }

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

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

  .new-item-wrapper {
    display: flex;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    flex: 0 0 auto;
  }

  .new-item-wrapper.main {
    margin-left: 0vw;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .div-block-10 {
    position: relative;
    display: flex;
    width: 60vw;
    height: 100vh;
    padding-top: 30px;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

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

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

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

  .link.navcontactlink {
    color: #1d1768;
    font-size: 16px;
    line-height: 1.4;
  }

  .link.navcontactlink:hover {
    color: #fcfdff;
  }

  .container.speical {
    width: 85vw;
  }

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

  .div-block-13 {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .servicec {
    height: 40vw;
  }

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

  .footerheader {
    min-width: 600px;
  }

  .footertitle {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .container-4.cfc {
    min-width: 600px;
    padding-top: 40px;
    justify-items: stretch;
    grid-column-gap: 5vw;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .subfooterwrapper {
    margin-top: 0px;
  }

  .footerlogo {
    height: 70px;
  }

  .image-7 {
    height: 40vw;
  }

  .div-block-35 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .servicecontentwrapper {
    width: 110%;
    max-width: 88vw;
  }

  .div-block-38 {
    min-width: 230px;
  }

  .serviceimgaewrapper {
    width: 80%;
    height: 40vw;
    min-height: 0px;
    padding: 12px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratewrapper {
    margin-bottom: 20px;
  }

  .detailrate {
    font-size: 17px;
  }

  .trioformsection {
    padding-top: 30px;
  }

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

  ._7070_4050 {
    padding-top: 60px;
  }

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

  .list-copy-2 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mapwrapper {
    width: 70vw;
    height: 98.367vw;
  }

  .mapcontainer {
    padding-left: 0px;
    justify-items: center;
    align-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapcontentwrapper {
    display: none;
    padding-left: 0%;
  }

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

  .jobwrapper {
    width: 100%;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

  .cuwrapper {
    padding-top: 0px;
  }

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

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

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

  .dropdown-list.w--open {
    padding-top: 5px;
    text-align: left;
  }

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .navmenu {
    flex-direction: row;
    align-items: stretch;
  }

  .dropdownlink {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .link.navcontactlink {
    font-size: 15.5px;
  }

  .navbar {
    height: 75px;
  }

  .body {
    font-size: 17px;
  }

  .pagewrapper {
    padding-top: 100px;
  }

  ._48_30 {
    font-size: 35px;
  }

  ._48_30.slidertext {
    padding-left: 7px;
  }

  .container.speical {
    width: 80vw;
  }

  .formwrapper {
    padding-top: 20px;
    padding-bottom: 2rem;
  }

  .div-block-2 {
    margin-top: 75px;
    padding-bottom: 70px;
    padding-left: 7%;
  }

  .paragraph {
    width: 90%;
  }

  .bg.image.herobg {
    left: 0%;
    right: 0%;
    opacity: 1;
    filter: brightness(84%);
  }

  .bg.herobgg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 26%, transparent 91%);
  }

  .bg.buttonbrushbg {
    width: 190px;
  }

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

  ._34_28 {
    font-size: 30px;
  }

  .paragraph-3 {
    color: #000;
    font-weight: 700;
    text-shadow: none;
  }

  ._2070_050 {
    padding-bottom: 50px;
  }

  ._2070_050.diff {
    padding-top: 3rem;
  }

  .footerheader {
    min-width: 0px;
  }

  .subfootertext {
    flex: 1;
    font-size: 13px;
  }

  .space {
    font-size: 5px;
  }

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

  .footer-content-block {
    min-width: 40%;
  }

  .footer-content-block.last {
    margin-bottom: 0px;
  }

  .container-4.cfc {
    min-width: 0px;
    grid-auto-columns: 1fr;
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footeritemwrapper {
    margin-bottom: 4px;
  }

  .footerparagraph {
    font-size: 17px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footerlogo {
    height: 60px;
  }

  .div-block-33 {
    margin-bottom: 20px;
  }

  .div-block-37 {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .div-block-38 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  ._34_25 {
    font-size: 33px;
  }

  .pricingtab {
    max-width: 400px;
  }

  .feewrapper {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider-2 {
    height: 0.7px;
  }

  .trioformsection {
    padding-top: 40px;
  }

  .paragraph-19 {
    padding-top: 5px;
  }

  .ratesection {
    padding-top: 2.7rem;
    padding-bottom: 60px;
  }

  .list {
    margin-top: 5px;
    grid-column-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    margin-bottom: 20px;
  }

  .slider {
    max-height: 55px;
    max-width: 320px;
  }

  .link-block {
    width: 170px;
  }

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

  .div-block-44 {
    width: 190px;
  }

  ._7070_4050 {
    padding-bottom: 50px;
  }

  .mapwrapper {
    width: 80vw;
    height: 112.42vw;
  }

  .mapcontainer {
    grid-row-gap: 20px;
  }

  .mapsection {
    padding-bottom: 60px;
  }

  .div-block-48 {
    width: 100%;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph4 {
    width: 90%;
  }

  ._4590_2540 {
    padding-top: 35px;
  }

  .jobapplyformwrapper {
    min-width: 90vw;
  }

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

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

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

  .text-span-18 {
    font-size: 21px;
  }

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

  .paragraph5 {
    color: #000;
    font-weight: 700;
    text-shadow: none;
  }

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

  .contactuswrapper {
    padding: 8px;
  }

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

  .h3-2.faq-title {
    margin-right: 3.125rem;
  }

  .dropdowncontent-3 {
    margin-top: 0.4rem;
  }

  .paragraph-29 {
    margin-bottom: 0.625rem;
  }

  .div-block-52 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .logo {
    padding-bottom: 5%;
  }

  .navmenu {
    margin-top: -2.5vh;
  }

  .dropdownlink {
    text-align: center;
    white-space: normal;
  }

  .brand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

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

  .div-block-10 {
    width: 70vw;
    padding-top: 20px;
  }

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

  .navbarlink {
    text-align: center;
  }

  .link.navcontactlink {
    font-size: 14px;
  }

  .navbar {
    height: 60px;
    margin-top: 2.5vh;
  }

  .pagewrapper {
    padding-top: 80px;
  }

  ._48_30 {
    font-size: 30px;
  }

  ._48_30.slidertext {
    padding-left: 5px;
  }

  .container {
    width: 82vw;
  }

  .formwrapper {
    width: 93vw;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-2 {
    padding: 60px 7% 60px 5%;
  }

  .paragraph {
    margin-top: 0px;
    line-height: 1.3;
  }

  .image-3 {
    width: 60px;
  }

  .div-block-13 {
    width: 110%;
    max-width: 100vw;
  }

  .servicec {
    height: 55vw;
    padding: 8px;
  }

  ._22_20 {
    font-size: 20px;
    line-height: 1.4;
  }

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

  .div-block-16 {
    max-width: 100%;
    align-items: center;
  }

  .div-block-17 {
    margin-top: 18px;
  }

  ._34_28 {
    font-size: 28px;
    line-height: 1.3;
  }

  .image-6 {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

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

  ._2070_050 {
    padding-top: 0px;
  }

  ._2070_050.diff {
    padding-bottom: 40px;
  }

  .footerheader {
    width: 80%;
    padding-bottom: 15px;
  }

  .footermenu {
    font-size: 17.5px;
  }

  .div-block-31 {
    padding-bottom: 0px;
  }

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

  .footertitle {
    margin-bottom: 11px;
    font-size: 28px;
  }

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

  .container-4.cfc {
    width: 80%;
    padding-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paymenticon {
    max-width: 18vw;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footerbrand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .footerlogo {
    max-width: 30vw;
  }

  .text-block-5.footerbt {
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block-35 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    grid-row-gap: 10px;
  }

  .servicecontentwrapper {
    width: 100%;
  }

  .div-block-38 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .serviceimgaewrapper {
    width: 100%;
    height: 55vw;
    padding: 8px;
  }

  ._5070_3050 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .pricingtitle {
    margin-top: 25px;
    padding-right: 2.9rem;
    padding-left: 2.9rem;
    font-size: 22px;
    line-height: 1.2;
  }

  ._34_25 {
    font-size: 25px;
  }

  .detailrates {
    padding-bottom: 30px;
  }

  .ratewrapper {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph-18.sub {
    font-size: 15px;
  }

  .detailrate {
    font-size: 16px;
  }

  .trioformsection {
    padding-top: 30px;
  }

  .trioformsection.bpadding {
    padding-bottom: 0px;
  }

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

  .list {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-9 {
    margin-top: 0.6rem;
  }

  .textslider {
    max-width: 90vw;
  }

  .slider {
    max-width: 220px;
  }

  .link-block {
    margin-top: 30px;
  }

  .text-block-8 {
    top: auto;
  }

  .div-block-45 {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._7070_4050 {
    padding-top: 40px;
  }

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

  .mapcontainer {
    max-width: 80%;
  }

  .mapsection {
    padding-bottom: 45px;
  }

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

  .paragraph4 {
    margin-top: 0px;
  }

  .d1 {
    height: 4px;
  }

  .formwrapper-copy {
    width: 100vw;
  }

  ._4590_2540 {
    padding-bottom: 0px;
  }

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

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

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

  .text-span-18 {
    font-size: 19px;
  }

  .paragraph5 {
    margin-bottom: 2px;
    text-align: left;
  }

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

  .contactuswrapper {
    width: 100vw;
  }

  .jobdescriptiondropdownwrapper-2 {
    max-width: 70vw;
  }

  .dropdowniconwrapper-2 {
    top: 0.4375rem;
    width: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }

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

  .h3-2.faq-title {
    min-height: 2.5rem;
    font-size: 1.2rem;
  }

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

  .jobdescriptionwrapper {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .paragraph-35 {
    font-size: 0.95rem;
  }

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

  .text-block-13 {
    margin-left: 5px;
    font-size: 1.03125rem;
  }

  .div-block-52 {
    margin-bottom: 0.9rem;
  }

  .section-divider {
    width: 82vw;
    height: 2.5px;
  }
}

#w-node-c8715e28-8933-312e-2041-ec67b9621d25-750cb235 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_383e21e3-cdd5-ab66-704e-fac34c577b44-750cb235 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_383e21e3-cdd5-ab66-704e-fac34c577b5c-750cb235 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_05663973-d868-8a7d-4538-54b11c2d75cb-cc0cb237 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-b10cb23a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92e1ddf6-d903-0d3b-215c-041ed1cdb6e7-b10cb23a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d53ce5a9-44f6-b2d7-fe58-98615789b21e-b10cb23a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33961a6d-b7c7-43c5-78da-294bd0c07977-e1a7c9a4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c8715e28-8933-312e-2041-ec67b9621d25-750cb235 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_383e21e3-cdd5-ab66-704e-fac34c577b41-750cb235 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_383e21e3-cdd5-ab66-704e-fac34c577b5c-750cb235 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_383e21e3-cdd5-ab66-704e-fac34c577b5e-750cb235 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_05663973-d868-8a7d-4538-54b11c2d75cb-cc0cb237 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_33961a6d-b7c7-43c5-78da-294bd0c07977-e1a7c9a4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c8715e28-8933-312e-2041-ec67b9621d25-750cb235 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_383e21e3-cdd5-ab66-704e-fac34c577b5c-750cb235 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74080-13b7405f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    order: -9999;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-b10cb23a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d53ce5a9-44f6-b2d7-fe58-98615789b21e-b10cb23a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Edosz';
  src: url('../fonts/edosz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}