.body {
  font-family: Roboto, sans-serif;
  color: #929aa5;
  font-size: 18px;
  line-height: 1.3;
  overflow-x:hidden;
  max-width:100vw;
  
}

 #basicDate {
      content: attr(placeholder) !important;
  }
  #basicDate2 {
      content: attr(placeholder) !important;
  }    



 .flatpickr2 {
    display:none;
}

#basicDate { 
    background-color: rgba(255, 255, 255)!important;
  color: #9ea6b0!important;
     }
     
#basicDate2 {
    background-color: rgba(255, 255, 255)!important;
  color: #9ea6b0!important;
}

.text-span-3 {
  font-weight: 700;
  text-transform: uppercase;
}

.text-field-r {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #08305c;
  background-color: #fff;
  color: #9ea6b0;
}

.text-field-r.height {
  height: 100px;
  max-width: 75vw;
  min-height: 100px;
  min-width: 100%;
}

.form {
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: -70px;
  padding: 5vh 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 30px;
  background-color: #fff9f9;
  box-shadow: 0 0 20px -3px #acacac;
}

.titlebig {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #08305c;
  font-size: 20px;
  font-weight: 500;
}

.titlebig.last {
  color: #e22e12;
}

.success-message {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
}

.singel_item_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.singel_item_div.last {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.singel_item_div.last {
  margin-top: 10px;
}

.multi_items_col {
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.field-label {
  font-size: 17px;
  font-weight: 400;
}

.titlesmall {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.titlesmall.last {
  margin-bottom: 5px;
  color: #e22e12;
}

.titlesmall.last {
  margin-bottom: 5px;
  color: #e22e12;
}

.titlesmall.last.hidden {
  display: none;
}

.multi_items_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message-content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #3b97ff;
  font-size: 19px;
  line-height: 1.6em;
  text-align: center;
}

.formtitle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #7ebaff;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}

.navbar-dropdown {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-dropdown:hover {
  color: #678ac3;
  font-weight: 500;
}

.navbar-dropdown.w--current {
  color: #08305c;
  font-weight: 500;
}

.navbar-dropdown.dropdpwn {
  display: inline-block;
}

.navbar-dropdown.dropdpwn:hover {
  font-style: normal;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navmenu {
  position: static;
  overflow: visible;
  background-color: transparent;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.brand {
  margin-right: auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.brand:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.button {
  padding: 15px 35px;
  border-radius: 1000px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6488c3), to(#4d93e0));
  background-image: linear-gradient(180deg, #6488c3, #4d93e0);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bacd7), to(#8fc9e8));
  background-image: linear-gradient(180deg, #5bacd7, #8fc9e8);
  -webkit-transform: perspective(0px) scale3d(0.96, 0.96, 5);
  transform: perspective(0px) scale3d(0.96, 0.96, 5);
  color: #105378;
}

.button.header-button {
  padding: 10px 30px;
  font-size: 16px;
}

.button.header-button.mobile {
  display: inline-block;
}

.button.header-button.hidden {
  display: block;
  margin-left: auto;
  background-color: #f5f7fa;
}

.button.whitehover:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #8fc9e8;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button.service {
  white-space: nowrap;
}

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

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

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

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

.header-dropdown-title {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  color: #120850;
  font-size: 20px;
  font-weight: 700;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 90%;
  padding-right: 0px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.navtop-container {
  height: 100%;
}

.new-item-wrapper {
  margin-right: 25px;
}

.new-item-wrapper.button-mobile {
  display: none;
}

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

.logo {
  height: 10vh;
}

.dropdown-link {
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link:hover {
  color: #5bacd7;
}

.dropdown-link.header-dropdown-title {
  padding-left: 0px;
}

.dropdown-list.w--open {
  position: absolute;
  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.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  width: 100vw;
  height: 13vh;
  margin-top: 5vh;
  background-color: #fff;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.navbartop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 5vh;
  max-width: 100vw;
  background-color: #1277e2;
}

.navtop-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.navtop-paragraph.mobile {
  display: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.homes1 {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 70px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1316px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.homes1container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.homeaucontainer {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
}

.container.aboutuss1container {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footercontainer {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 26px;
  -ms-grid-columns: 0.8fr 1fr 1.5fr;
  grid-template-columns: 0.8fr 1fr 1.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

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

.container.pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg.gredient {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 90%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #1277e2));
  background-image: linear-gradient(90deg, transparent, #1277e2 70%);
}

.s1c1bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.s1c1bg._1 {
  z-index: 0;
}

.s1c1bg._2 {
  z-index: 2;
}

.page-title {
  color: #000;
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 500;
}

.page-title.s1c1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: left;
}

.top-text {
  margin-bottom: 0px;
  color: #d77474;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-text.hero {
  margin-bottom: -20px;
  color: #08305c;
  text-align: left;
}

.s1c1content {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-4 {
  color: #ffe100;
}

.form-block {
  margin-right: 20px;
  margin-bottom: 55px;
  margin-left: 20px;
}

.splitcontent.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mapsection {
overflow: hidden;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/annex7.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/annex7.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container-8 {
  max-width: 90%;
}

.mapcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  color: #08305c;
  line-height: 1.3;
  font-weight: 500;
}

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

.h2.center.homes2title {
  margin-top: 0px;
  color: #f7f8f8;
  font-size: 45px;
  font-weight: 400;
}

.h2.center.autitle {
  max-width: 300px;
  margin-top: 0px;
  color: #56585a;
  font-size: 45px;
  font-weight: 400;
  text-align: left;
}

.h2.center.autitlewide {
  max-width: 700px;
  margin-top: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}

.h2.center.auptitle {
  max-width: 300px;
  margin-top: 0px;
  color: #56585a;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.h2.center.servicetitle {
  margin-top: 0px;
  color: #1277e2;
  font-size: 45px;
  font-weight: 400;
}

.different-font {
  position: relative;
  color: #08305c;
  font-size: 56px;
  font-weight: 400;
}

.different-font.yellow {
  color: #ffe100;
}

.homeau {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.topicon {
  width: 70px;
  height: auto;
}

.divider {
  width: 100px;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #6488c3;
}

.paragraph {
  max-width: 500px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

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

.guranteeswrapper {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.guranteewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 2000ms cubic-bezier(.25, .46, .45, .94), background-color 300ms ease, -webkit-transform 300ms ease;
}

.itemiconwrapper:hover {
  background-color: #ffd75d;
  box-shadow: 0 0 0 8px #fff, 0 0 40px 10px #5bacd7;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.guranteetitle {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  line-height: 1.9;
  text-align: center;
}

.aboutuss3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f8f8;
}

.list-wrapper {
 display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  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;
}

.auhomecontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aus3contentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  margin-bottom: 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(146, 154, 165, 0.35);
}

.list.last {
  border-bottom-width: 0px;
}

.check {
  margin-right: 20px;
  color: #4d93e0;
}

.homes3 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #08305c;
}

.homeservicewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f8f8;
  
}

.homeserviceswrapper {
 display: -ms-grid;
  display: grid;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.topwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 35vw;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.image-hight-wrapper {
  overflow: hidden;
}

.imageovertitle {
  position: relative;
  z-index: 2;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff9f9;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.imageovericon {
  position: relative;
  z-index: 2;
  width: 70px;
  margin-bottom: auto;
}

.highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 200%;
  height: 90px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.serviceparag {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #08305c;
  line-height: 1.6;
  text-align: center;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #e8f4fa;
}

.sub-footer {
  width: 100%;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.subfootertext.center {
  display: inline-block;
  text-align: center;
}

.link-2 {
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
  color: #ac1313;
  text-decoration: underline;
}

.link-3 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #929aa5;
  text-decoration: none;
}

.link-3:hover {
  color: #521975;
  text-decoration: underline;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #08305c;
  text-decoration: none;
}

.footerlink:hover {
  font-weight: 500;
}

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

.footerlink.title:hover {
  font-weight: 400;
}

.footerlink.sub {
  padding-left: 10px;
  font-size: 16px;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-content-block.buttom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footericon {
  width: 40px;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-text {
  width: 75%;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0.2px;
}

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

.footercontainer {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rotate {
  display: inline-block;
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #08305c;
  text-decoration: none;
}

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

.footertitle.title:hover {
  font-weight: 400;
}

.footertitle.sub {
  padding-left: 10px;
  font-size: 16px;
}

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.footerparagraph {
  margin-bottom: 0px;
  padding-left: 15px;
  color: #08305c;
}

.footermenu {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #08305c;
  text-decoration: none;
}

.footermenu:hover {
  font-weight: 500;
}

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

.footermenu.title:hover {
  font-weight: 400;
}

.footermenu.sub {
  padding-left: 10px;
  font-size: 16px;
}

.image-3 {
  width: 100px;
}

.paragraph-3 {
  margin-top: 10px;
  padding-left: 10px;
}

.italic-text {
  color: #97d47d;
}

.link-3-copy {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #929aa5;
  text-decoration: none;
}

.link-3-copy:hover {
  color: #08305c;
  text-decoration: none;
}

.image-4 {
  position: relative;
  z-index: -1;
}

.aboutuss1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-5 {
  color: #1277e2;
}

.paragraph-copy {
  max-width: 500px;
  margin-bottom: 0px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

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

.stickycontent {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.homeservicecontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickybgwrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.image-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5.mobile {
  display: none;
}

.div-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40vh;
  margin-bottom: 15vh;
  padding: 70px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.services {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f7f8f8;
}

.homeserviceswrapper-copy {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 55px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.servicecontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f8f8;
}

.paragraph-4 {
  color: #929aa5;
  line-height: 1.6;
}

.utility-page-wrap {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-6 {
  width: 90px;
}

.jobsection {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width:100vw;
}

.image-7._2 {
  z-index: 2;
}

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

.heading {
  color: #08305c;
  text-align: center;
}

.jobheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobcontentwrapper {
  display: -ms-grid;
  display: grid;
  max-width: 100vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 40vw;
  grid-template-columns: auto 40vw;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.jobapplyformwrapper {
  margin-left: 40px;
}

.job-apply-form-block {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}

.job-apply-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h4 {
  color: #120850;
  font-size: 18px;
  line-height: 1.3em;
}

.h4.jobformtitle {
  margin-bottom: 0px;
  color: #08305c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.form-text {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebebeb;
  font-style: italic;
  font-weight: 300;
}

.form-text.message {
  height: 17vh;
}

.text-block-2 {
  color: #c24747;
  font-size: 0.8em;
  font-weight: 400;
  text-shadow: none;
}

.error-message {
  line-height: 2;
}

.jobapplyform {
  position: relative;
  padding-right: 2%;
  padding-left: 2%;
}

.submit-button {
  position: relative;
  display: inline;
  margin-top: 10px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 1000px;
  font-size: 17px;
  line-height: 1.3em;
  font-style: normal;
  text-align: center;
}

.text-block {
  position: relative;
  color: #001fef;
  font-size: 1em;
  line-height: 2;
  text-shadow: none;
}

.contact-form-fileds-wrapper {
  display: -ms-grid;
  display: grid;
  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 auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.divider-copy {
  width: 100px;
  height: 2px;
  background-color: #6488c3;
}

.apply-form-fileds-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  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 auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.formtitles {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #08305c;
  font-weight: 400;
}

.itemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.h3.faq-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

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

.jobcomtent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.paragraph-6.faq {
  margin-top: 24px;
  margin-bottom: 0px;
}

.jobs-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f7fa;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.52);
  cursor: pointer;
}

.jobdescriptiondropdown {
  position: static;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

.jobdescriptiondropdown.dropdown {
  display: block;
}

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

.arrow {
  display: inline-block;
}

.job-dropdown-list.w--open {
  position: relative;
  margin-top: 10px;
  background-color: transparent;
}

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

.job-dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.dropdown-link-copy {
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link-copy:hover {
  color: #5bacd7;
}

.dropdown-link-copy.header-dropdown-title {
  padding-left: 0px;
}

.jobdropdowntitle {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
  text-transform: uppercase;
}

.jobdropdowntitle:hover {
  font-style: normal;
}

.jobdropdowntitle.w--current {
  color: #08305c;
  font-weight: 500;
}

.jobdropdowntitle.dropdpwn {
  display: inline-block;
}

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

.paragraph-7 {
  margin-bottom: 20px;
  line-height: 1.6;
}

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

.jobdescriptiondropdownwrapper.dropdown {
  display: block;
}

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

.text-block-3 {
  display: block;
  font-weight: 500;
  white-space: normal;
}

.footermapwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titlebig-2 {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #96ff45;
  font-size: 19px;
  font-weight: 700;
}

.titlebig-2.last {
  color: #f88d72;
}

.hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .form {
    z-index: 5;
    margin-top: -50px;
    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 auto;
    grid-template-rows: auto auto;
  }

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

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

  .dropdown-list {
    margin-top: 30px;
  }

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

  .container.homes1container {
    max-width: none;
  }

  .stickycontent {
    top: 40vh;
  }

  .div-block {
    margin-bottom: 20vh;
  }

  .jobdescriptiondropdown {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

  .job-dropdown-list {
    margin-top: 30px;
  }

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

  .job-dropdown-list-wrapper {
    margin-top: 30px;
  }

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

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }
}

@media screen and (max-width: 991px) {
  .success-message-content {
    font-size: 24px;
  }

  .navbar-dropdown {
    font-size: 25px;
  }

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

  .dropdown-list-wrapper.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navmenu {
    position: absolute;
    overflow: hidden;
    max-height: 88vh;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .headernav {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4vh;
    min-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button.header-button.hidden {
    margin-right: 10px;
    background-color: #110466;
    color: #f5f7fa;
  }

  .button.service {
    font-size: 16px;
  }

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

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

  .header-dropdown-title {
    padding-right: 0px;
    text-align: left;
  }

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

  .nav-menu-button {
    width: 8vh;
    min-height: 8vh;
    min-width: 8vh;
    padding: 0px;
    border-radius: 1000px;
    background-color: #08305c;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6488c3), to(#4d93e0));
    background-image: linear-gradient(180deg, #6488c3, #4d93e0);
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }

  .nav-menu-button.w--open {
    background-color: #0b98dc;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .dropdown-link {
    font-size: 18px;
  }

  .dropdown-link.header-dropdown-title {
    font-size: 20px;
  }

  .dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    margin-top: 5vh;
  }

  .navbartop {
    height: 5vh;
  }

  .container.homeaucontainer {
    padding-left: 60px;
  }

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

  .s1c1bg {
    width: 80%;
  }

  .page-title {
    margin-top: 0px;
    color: #000;
  }

  .page-title.s1c1 {
    font-size: 20px;
  }

  .top-text.hero {
    margin-bottom: 0px;
  }

  .s1c1content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .form-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .h2.center.servicetitle {
    font-size: 28px;
  }

  .different-font {
    font-size: 30px;
  }

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

  .homeservicewrapper {
    width: 45vw;
  }

  .homeserviceswrapper {
    padding-right: 0px;
    grid-column-gap: 20px;
  }

  .topwrapper {
    width: 45vw;
    height: 45vw;
  }

  .subfooterwrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subfootertext {
    text-align: right;
  }

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

  .footer-content-block.buttom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stickycontent {
    width: 90%;
  }

  .image-5 {
    min-height: 90vh;
  }

  .services {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .homeserviceswrapper-copy {
    width: 95vw;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 50px;
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .servicewrapper {
    width: 45vw;
  }

  .utility-page-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .jobapplyformwrapper {
    margin-left: 30px;
  }

  .jobapplyform {
    width: 100%;
  }

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

  .jobdescriptiondropdown {
    font-size: 25px;
  }

  .jobdescriptiondropdown.dropdown {
    width: 100%;
    text-align: center;
  }

  .job-dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-dropdown-list-wrapper.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-link-copy {
    font-size: 18px;
  }

  .dropdown-link-copy.header-dropdown-title {
    font-size: 20px;
  }

  .jobdropdowntitle {
    font-size: 25px;
  }

  .jobdescriptiondropdownwrapper {
    grid-row-gap: 5px;
    font-size: 25px;
  }

  .jobdescriptiondropdownwrapper.dropdown {
    width: 100%;
    text-align: center;
  }

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

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

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

  .map {
    max-height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .form {
    padding-right: 5vw;
    padding-left: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .multi_items_col {
    width: 100%;
  }

  .success-message-content {
    font-size: 22px;
  }

  .formtitle {
    font-size: 25px;
  }

  .navbar-dropdown {
    font-size: 23px;
  }

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

  .navmenu {
    padding-top: 10px;
  }

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

  .button.header-button.mobile {
    display: block;
    margin-right: 0px;
  }

  .button.header-button.hidden {
    display: none;
  }

  .header-dropdown-title {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .new-item-wrapper.button-mobile {
    display: block;
  }

  .dropdown-link {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .dropdown-link.header-dropdown-title {
    margin-top: 5px;
    font-size: 18px;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
    padding-top: 22px;
    padding-bottom: 23px;
    text-align: left;
  }

  .container.homeaucontainer {
    padding-left: 30px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .container.pt {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .s1c1content {
    padding-top: 0px;
    padding-left: 60%;
  }

  .form-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.center.homes2title {
    font-size: 28px;
  }

  .h2.center.autitle {
    font-size: 30px;
  }

  .h2.center.auptitle {
    font-size: 30px;
  }

  .h2.center.servicetitle {
    font-size: 28px;
  }

  .topicon {
    margin-top: 30px;
  }

  .topicon.hero {
    margin-top: 0px;
  }

  .paragraph.align {
    max-width: none;
  }

  .guranteeswrapper {
    max-width: none;
    padding-top: 30px;
  }

  .aboutuss3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .list-wrapper {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }


   .list {
    padding-bottom: 5px;
    font-size: 15px;
  }


  .list.last {
    border-bottom-width: 1px;
  }

  .check {
    margin-right: 8px;
     color: #4d93e0 ;
  }

  .homes3 {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .homeserviceswrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    grid-column-gap: 10px;
  }

  .imageovericon {
    width: 55px;
  }

  .serviceparag {
    line-height: 1.3;
  }

  .sub-footer {
    margin-top: 40px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .subfootertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .footer-title {
    color: #fff;
  }

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

  .footer-text.center {
    color: #fff;
  }

  .footertitle {
    font-size: 18px;
  }

  .image-4 {
    max-height: 65vh;
  }

  .stickycontent {
    width: 100%;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .homeserviceswrapper-copy {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 30px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .servicewrapper {
    margin-bottom: 10px;
  }

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

  .utility-page-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jobheader {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .jobcontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .jobapplyformwrapper {
    margin-left: 0px;
  }

  .form-text {
    line-height: 1.667em;
  }

  .contact-form-fileds-wrapper {
    line-height: 20px;
  }

  .apply-form-fileds-wrapper {
    line-height: 20px;
  }

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

  .paragraph-6.faq {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .dropdowniconwrapper {
    width: 30px;
  }

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

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

  .dropdown-link-copy {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .dropdown-link-copy.header-dropdown-title {
    margin-top: 5px;
    font-size: 18px;
  }

  .jobdropdowntitle {
    font-size: 23px;
  }

  .list-2 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
    
    .form-block {
  margin-bottom: 40px;
}
   
    .s1c1bg{
        width:100vw;
        min-width:100vw;
    }
    
  .text-span-3 {
    font-size: 15px;
  }

  .text-field-r {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form {
    padding-top: 3vh;
    grid-row-gap: 10px;
    border-radius: 25px;
  }

  .titlebig {
    font-size: 14px;
  }

  .success-message {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

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

  .field-label {
    font-size: 14px;
  }

  .titlesmall {
    font-size: 13px;
  }

  .success-message-content {
    font-size: 14px;
  }

  .formtitle {
    font-size: 20px;
  }

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

  .navmenu {
    max-height: 88vh;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .headernav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .button {
    padding: 20px 24px;
  }

  .button.whitehover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.service {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navbar {
    margin-top: 9vh;
  }

  .navbartop {
    height: 9vh;
  }

  .navtop-paragraph {
    display: none;
  }

  .navtop-paragraph.mobile {
    display: block;
  }

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

  .container.homeaucontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .bg.gredient {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 80%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #1277e2));
    background-image: linear-gradient(180deg, transparent, #1277e2 70%);
  }

  .s1c1bg {
    width: 100%;
  }

  .page-title {
    font-size: 30px;
  }

  .page-title.s1c1 {
    margin-top: 3px;
    font-size: 22px;
    text-align: center;
  }

  .top-text.hero {
    margin-bottom: 0px;
  }

  .s1c1content {
    padding-top: 35vw;
    padding-bottom: 10vw;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-4 {
    font-size: 45px;
  }

  .mapsection {
       padding-top: 7px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/van_mobile.jpeg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/van_mobile.jpeg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  
  .container-8 {
    max-width: 95%;
  }

  .mapcontainer {
    height: 30vh;
  }

  .h2 {
    font-size: 22px;
  }

  .h2.center.autitlewide {
    font-size: 30px;
  }

  .h2.center.servicetitle {
    font-size: 24px;
  }

  .different-font {
    font-size: 40px;
  }

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

  .topicon.hero {
    width: 60px;
  }

  .guranteeswrapper {
    padding: 20px 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aboutuss3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
   .list-wrapper {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homes3 {
    padding-top: 40px;
  }

  .homeservicewrapper {
    width: 90vw;
  }

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

  .topwrapper {
    width: 90vw;
    height: 90vw;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footer-text.center {
    width: 100%;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .footermenu {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .image-5.mobile {
    display: block;
  }

  .div-block {
    padding: 30px 5vw;
  }

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

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

  .servicewrapper {
    width: 90vw;
  }

  .job-apply-form-block {
    font-size: 2.5em;
  }

  .form-text {
    font-size: 16px;
  }

  .form-text.message {
    white-space: normal;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .contact-form-fileds-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .apply-form-fileds-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

  .jobcomtent {
    margin-right: 15px;
  }

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

  .paragraph-6.faq {
    margin-top: 18px;
    font-size: 16px;
  }

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

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

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

  .jobdropdowntitle {
    font-size: 18px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .titlebig-2 {
    font-size: 14px;
  }
}

#w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a25-7353c8e3 {
  -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-_3e92e52e-c117-486a-4928-d8c8ff3a4a26-7353c8e3 {
  -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-_96e3baf7-9f76-c205-b416-79c3e1fdd821-7353c8e3 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_61355fae-8159-a712-a367-fd6760a0b3fc-7353c8e3 {
  -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-_3e92e52e-c117-486a-4928-d8c8ff3a4a5c-7353c8e3 {
  -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-_3e92e52e-c117-486a-4928-d8c8ff3a4a5d-7353c8e3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a60-7353c8e3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a6c-7353c8e3 {
  -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-f1d7af3e-380f-4f0f-3f1f-98705ce28163-7353c8e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-7353c8e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ce5fab9e-6260-0fc2-d345-131036e73b07-7353c8e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e41-7353c8e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28195-7353c8e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-f15689d8-1a8e-d629-94fc-fd609f4440ad-9f4440ab {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#contact.w-node-f15689d8-1a8e-d629-94fc-fd609f4440ba-9f4440ab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c7ffd5d1-2690-2c2f-cf2c-3acfa1d87673-9f4440ab {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d1f5ec12-2c3b-2fa6-e298-99bc7c18ec3a-bedec55a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fda99f64-60e2-81e3-8528-a298ebeaef1e-bedec55a {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-fda99f64-60e2-81e3-8528-a298ebeaef1e-8a1f26a5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-be8661fa-afbc-eea7-15f2-e566d36c95cc-c05155f9 {
  -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-d8518cb7-f1d2-4b54-664a-8f91c6af7abe-c05155f9 {
  -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-f29dc0f0-b293-96f2-3bdc-4259c7af9e39-c05155f9 {
  -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-be3b25e2-56f8-ee7c-8b23-74080b347c6f-c05155f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ce5fab9e-6260-0fc2-d345-131036e73b07-7353c8e3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e41-7353c8e3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28195-7353c8e3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c7ffd5d1-2690-2c2f-cf2c-3acfa1d87673-9f4440ab {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a25-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a26-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61355fae-8159-a712-a367-fd6760a0b3fc-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a5c-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a5d-7353c8e3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a60-7353c8e3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a6c-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28163-7353c8e3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-7353c8e3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ce5fab9e-6260-0fc2-d345-131036e73b07-7353c8e3 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e41-7353c8e3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-_5842c9a9-633d-0dfa-9fa8-c6bc815983f0-815983d3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d1f5ec12-2c3b-2fa6-e298-99bc7c18ec3a-bedec55a {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_72258eed-5e82-5bb1-81d2-99604afc1cdd-bedec55a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-fda99f64-60e2-81e3-8528-a298ebeaef1e-bedec55a {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ba95ba2-1881-d4e5-1c59-5ac37eea8f4a-8a1f26a5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_72258eed-5e82-5bb1-81d2-99604afc1cdd-8a1f26a5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-fda99f64-60e2-81e3-8528-a298ebeaef1e-8a1f26a5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_3e92e52e-c117-486a-4928-d8c8ff3a4a5d-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e92e52e-c117-486a-4928-d8c8ff3a4a60-7353c8e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #contact.w-node-f15689d8-1a8e-d629-94fc-fd609f4440ba-9f4440ab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-c7ffd5d1-2690-2c2f-cf2c-3acfa1d87673-9f4440ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-be8661fa-afbc-eea7-15f2-e566d36c95cc-c05155f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d8518cb7-f1d2-4b54-664a-8f91c6af7abe-c05155f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f29dc0f0-b293-96f2-3bdc-4259c7af9e39-c05155f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

