.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 50px 0px 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-img-w-overlay.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-bottom: 200px;
  margin-left: 32px;
  -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;
  text-align: center;
}

.hero-title {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff9016;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo {
  margin-bottom: 100px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 180px;
  -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: 2px solid #fff;
  text-decoration: none;
}

.hero-box.hero-box-mar-right {
  margin-right: 40px;
  text-decoration: none;
}

.text {
  padding: 24px;
  -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;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -1px;
}

.hero-box-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 50px;
  -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;
}

.bottom-green-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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;
  background-color: #ff9016;
}

.span-regular {
  font-weight: 500;
}

.hero-subtitle {
  color: #fff;
  font-size: 29px;
  line-height: 34px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link.link-mar-right {
  margin-right: 32px;
}

.hero-container-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -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;
}

.sllider {
  min-height: 600px;
}

.slide-nav {
  display: none;
}

.slide-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 622px;
  -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;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-heading.hero-heading-mw622 {
  max-width: 622px;
}

.paragraph {
  margin-bottom: 12px;
}

.paragraph.paragraph-white {
  color: #fff;
}

.paragraph.paragraph-white.paragraph-no-mar {
  margin-bottom: 0px;
}

.paragraph.paragraph-mw-678 {
  max-width: 678px;
}

.paragraph.paragraph-no-mar-bot {
  margin-bottom: 0px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
  -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: 20px;
  background-color: #ff9016;
  -webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.btn.btn-white {
  background-color: #fff;
}

.btn.btn-white.btn-white-mar-top {
  margin-top: 24px;
}

.btn.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn.btn-hero-desktop {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-right: 32px;
  padding-left: 43px;
  background-image: url('../images/share-1.svg');
  background-position: 12% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 17px;
}

.btn.btn-hero-mob {
  position: relative;
  z-index: 1;
  display: none;
  min-width: 100px;
  margin-top: 0px;
  margin-right: 32px;
  padding-right: 16px;
  padding-left: 36px;
  background-image: url('../images/share-1.svg');
  background-position: 15px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 17px;
}

.slide-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px 6vw;
  -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;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.container-subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.container.container-mar-bot {
  margin-bottom: 100px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 6vw;
  -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;
}

.section.section-orange {
  background-color: #ff9016;
}

.section.section-timeline {
  overflow: hidden;
  min-height: 760px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Folder-1-2-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.section-black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.section.section-photo-about {
  min-height: 850px;
  background-image: url('../images/Folder-1-4-1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.section-grey {
  background-color: #efefef;
}

.section.section-grey.section-grey-less-pad-bot-tablet {
  margin-top: -41px;
}

.section.section-grey.section-grey-gradient {
  margin-top: -41px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
  background-image: linear-gradient(180deg, #efefef, #fff);
}

.section.section-black {
  background-color: #000;
}

.section.section-orange-parkers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 144, 22, 0.9)), to(rgba(255, 144, 22, 0.9))), url('../images/GettyImages-970176622.jpg');
  background-image: linear-gradient(180deg, rgba(255, 144, 22, 0.9), rgba(255, 144, 22, 0.9)), url('../images/GettyImages-970176622.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.section.section-map {
  min-height: 800px;
  background-image: url('../images/Folder-1-6-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.section-pad-bot-lg {
  padding-bottom: 140px;
}

.section.section-login {
  min-height: 900px;
  background-image: url('../images/Image-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-no-pad-top {
  padding-top: 0px;
}

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

.row.row-align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-stretch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-50.col-50-mw-406 {
  max-width: 406px;
}

.col-50.col-50-mw-406.col-50-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-50.col-50-align-right {
  margin-left: auto;
}

.col-50.col-50-mw-460 {
  position: relative;
  z-index: 1;
  max-width: 406px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col-50.col-50-mw-460.col-50-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}

.col-title.col-title-white {
  color: #fff;
}

.col-title.col-title-uppercase {
  text-transform: uppercase;
}

.col-title.col-title-uppercase.col-title-white {
  color: #fff;
}

.body-new {
  padding-top: 90px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_261168101-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_261168101-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.shape {
  position: absolute;
  left: 0%;
  top: -24px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-box.text-box-452 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 452px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  -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;
  text-align: center;
}

.heading {
  margin-top: 0px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}

.heading.heading-white {
  color: #fff;
}

.icon {
  max-width: 60px;
  margin-bottom: 24px;
}

.col-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-title-holder.col-title-holder-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.col-title-2 {
  margin: 0px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff9016;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  text-transform: uppercase;
}

.col-title-2.col-title-2-grey {
  color: #cecece;
}

.col-separator {
  width: 100%;
  height: 1px;
  background-color: #ff9016;
}

.col-separator.col-separator-grey {
  background-color: #cecece;
}

.box-holder-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-holder-features.box-holder-features-mh {
  min-height: 210px;
}

.box-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 250px;
  -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;
  text-align: center;
}

.icon-features {
  max-height: 48px;
  max-width: 62px;
  margin-bottom: 16px;
}

.title-features {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}

.title-features.title-features-white {
  color: #fff;
}

.col-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-features.col-50-mw-450 {
  max-width: 450px;
}

.col-features.col-features-mar-bot-mob {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline-holder {
  position: relative;
  width: 100%;
}

.timeline-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-col-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  max-width: 90%;
}

.timeline-col-mid.timeline-col-mid-border-bot {
  border-bottom: 1px solid #ff9016;
}

.timeline-col-child {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  text-align: center;
}

.timeline-title {
  margin-top: 0px;
  color: #ff9016;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.curve-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: none;
  min-width: 1600px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.title-32 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}

.title-32.title-32-white {
  color: #fff;
}

.link-orange {
  color: #ff9016;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.contact-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  width: 100%;
}

.text-field {
  margin-bottom: 40px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ff9016;
  border-radius: 0px;
  background-color: transparent;
  color: #ff9016;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.text-field:focus {
  border-bottom-color: #ff9016;
}

.text-field::-webkit-input-placeholder {
  color: #ff9016;
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  color: #ff9016;
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  color: #ff9016;
  text-transform: uppercase;
}

.text-field::placeholder {
  color: #ff9016;
  text-transform: uppercase;
}

.text-field.text-field-mar-left {
  margin-left: 24px;
}

.text-field.text-field-message {
  min-height: 100px;
}

.text-field-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.two-section-holder {
  background-color: #000;
}

.footer {
  padding: 40px 6vw 60px;
  background-color: #efefef;
}

.footer-row {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-logo {
  margin-right: 8px;
}

.text-block {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 14px;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #ff9016;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.socail-icon {
  margin-left: 16px;
}

.shape-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9px;
  margin-right: auto;
  margin-left: auto;
}

.shape-2 {
  position: absolute;
  left: 0%;
  top: -9px;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.contact-icon {
  width: 25px;
  height: 25px;
  margin-right: 16px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ff9016;
  background-image: url('../images/call.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.contact-icon.contact-icon-email {
  background-image: url('../images/email-1.svg');
}

.contact-icon.contact-icon-email-white {
  background-image: url('/wp-content/uploads/2024/12/email-2.svg');
}

.image {
  width: auto;
  height: auto;
  max-height: 100%;
}

.contact-link-holder-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.video {
  width: 100%;
}

.wrapper {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-holder-overflow-auto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding-right: 6vw;
  padding-left: 6vw;
  -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;
  background-color: #fff;
}

.container-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.menu-right {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sublink-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #ff9016;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.sublink-nav.sublink-nav-black {
  color: #000;
}

.contact-link-holder-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}

.contact-icon-nav {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  border-radius: 4px;
}

.contact-icon-nav.contact-icon-email {
  background-image: url('../images/email-1.svg');
}

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

.line-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
}

.line-top {
  position: relative;
  top: -8px;
  width: 40px;
  height: 4px;
  background-color: #000;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  -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;
}

.menu-button.w--open {
  background-color: transparent;
}

.line-mid {
  width: 40px;
  height: 4px;
  background-color: #000;
}

.line-bot {
  position: relative;
  bottom: -8px;
  width: 40px;
  height: 4px;
  background-color: #000;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
  background-color: #000;
}

.nav-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  padding: 64px 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.brand {
  z-index: 1;
  padding-left: 0px;
}

.logo-black {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-icon-nav-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.contact-icon-nav-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  border-radius: 4px;
  opacity: 0;
}

.contact-icon-nav-white.contact-icon-email {
  background-image: url('../images/email-1.svg');
}

.contact-icon-nav-orange {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  border-radius: 4px;
}

.contact-icon-nav-orange.contact-icon-email {
  background-image: url('../images/email-1.svg');
}

.nav-link {
  margin-right: auto;
  margin-left: 0px;
  padding-right: 40px;
  background-image: url('../images/right-arrow.svg');
  background-position: 100% 72%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  background-image: url('../images/right-arrow-1.svg');
  color: #ff9016;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #ff9016;
}

.logo-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  opacity: 0;
}

.swipe {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 2;
  display: none;
  width: 101px;
  height: 45px;
  -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;
  background-color: rgba(255, 144, 22, 0.6);
  color: #fff;
  text-align: center;
}

.nav-link-box {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link-box.nav-link-box-mar-right {
  margin-right: 50px;
}

.span-semi-bold {
  font-weight: 600;
}

.hero-sec-pages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  padding-right: 6vw;
  padding-left: 6vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: center;
}

.hero-sec-pages.hero-sec-parkers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/shutterstock_1012799902-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/shutterstock_1012799902-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-sec-pages.hero-sec-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1649974753-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1649974753-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-sec-pages.hero-sec-asset-owners {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Int-signx4_ICC-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Int-signx4_ICC-1.png');
}

.image-3 {
  max-width: 150px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-item {
  margin-bottom: 8px;
  padding-left: 24px;
  background-image: url('../images/right.svg');
  background-position: 0% 4px;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #ff9016;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.list-item.list-item-white {
  width: 50%;
  color: #fff;
  line-height: 130%;
}

.park-agility-logo {
  max-width: 222px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 55%;
}

.row-vertical {
  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;
}

.faq-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.image-5 {
  display: block;
  max-width: 125px;
  margin-bottom: 8px;
}

.faqs-container {
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
}

.faq-holder {
  margin-bottom: 8px;
  background-color: #fff;
  cursor: pointer;
}

.faq-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.faq-x-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
}

.x-horizontal-line {
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq-vertical-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.faq-hidden {
  overflow: hidden;
  padding-right: 24px;
  padding-bottom: 1px;
  padding-left: 24px;
}

.subnav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 100;
  padding: 12px 6vw;
  background-color: #000;
}

.sub-nav-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subnav-link {
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #5a5a5a;
  color: #5a5a5a;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav-link.w--current {
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 585px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-2.col-50-mw-406 {
  max-width: 406px;
}

.col-2.col-50-mw-406.col-50-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-2.col-50-align-right {
  margin-left: auto;
}

.col-2.col-50-mw-460 {
  position: relative;
  z-index: 1;
  max-width: 406px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col-2.col-50-mw-460.col-50-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list {
  margin-bottom: 0px;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -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;
}

.box-features-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  max-width: 255px;
  -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;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 1, 1, 0.1);
  text-align: center;
}

.title-features-21 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.title-features-21.title-features-white {
  color: #fff;
}

.box-features-1-bot {
  padding: 40px 24px;
}

.box-features-1-top {
  position: relative;
  width: 100%;
  padding: 40px 24px;
  background-color: #ff9016;
}

.text-block-2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.span-light {
  font-weight: 400;
}

.box-holder-features-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-holder-features-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-features-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  max-width: 250px;
  -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;
  text-align: center;
}

.box-features-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -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;
  text-align: center;
}

.box-mw-500 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  padding: 60px 32px;
  -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;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.map-link {
  margin-bottom: 8px;
  color: #ff9016;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.map-shape {
  position: absolute;
  left: auto;
  top: -19px;
  right: auto;
  bottom: auto;
}

.slider-holder-parkers {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.slider {
  height: 100%;
}

.slide-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slide-white-col {
  width: 20%;
  max-width: 180px;
  background-color: #fff;
}

.slide-img {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-img.slide-img-2 {
  background-image: url('../images/shutterstock_1048459747-1.png');
}

.slide-img.slide-img-3 {
  background-image: url('../images/shutterstock_1670208949-1-1.png');
}

.slide-img.slide-img-4 {
  background-image: url('../images/shutterstock_1324640348-1.png');
}

.slide-img.slide-img-6 {
  background-image: url('../images/shutterstock_552553072-1.png');
}

.slide-img.slide-img-5 {
  background-image: url('../images/GettyImages-911034648-1.jpg');
  background-size: cover;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav-2 {
  left: 0%;
  right: 0%;
  bottom: 0px;
  max-width: 40%;
  margin-right: 0px;
}

.slider-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 70%;
  max-width: 420px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 24px;
  background-color: #ff9016;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.contact-icon-white {
  width: 25px;
  height: 25px;
  margin-right: 16px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ff9016;
  background-image: url('../images/call-2.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.contact-icon-white.contact-icon-email {
  background-image: url('../images/email-1.svg');
}

.contact-sub-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #ff9016;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-sec-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  padding-right: 6vw;
  padding-left: 6vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_482392351-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_482392351-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-sec-about.hero-sec-parkers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1012799902-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1012799902-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-sec-about.hero-sec-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1649974753-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1649974753-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.orange-link-holder {
  width: 48%;
  text-decoration: none;
}

.link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-holder-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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;
}

.col-features-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 48%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-features-1.col-50-mw-450 {
  max-width: 450px;
}

.col-features-1.col-features-1-mar-bot {
  margin-bottom: 40px;
}

.success-message {
  background-color: #ff9016;
  color: #fff;
  font-weight: 600;
}

.error-message {
  background-color: #ff1e16;
  color: #fff;
  font-weight: 700;
}

.box-features-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 250px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.list-item-1 {
  margin-bottom: 16px;
  padding-left: 24px;
  background-image: url('../images/right.svg');
  background-position: 0% 4px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 20px;
}

.list-item-1.list-item-white {
  width: 50%;
  color: #fff;
  line-height: 130%;
}

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

.span-semi-bold-copy {
  font-weight: 600;
}

.anchor-div {
  position: absolute;
  left: 0%;
  top: -110px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.vertical-orange-line-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff9016;
}

.anchor-1 {
  position: absolute;
  left: 0%;
  top: -160px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.hero-sec-about-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  padding-right: 6vw;
  padding-left: 6vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1670208949-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1670208949-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-sec-about-test.hero-sec-parkers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1012799902-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1012799902-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-sec-about-test.hero-sec-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1649974753-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1649974753-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-img-home-desktop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-img-home-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.slide-img-home-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .timeline-holder-overflow-auto {
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-photo-about {
    background-attachment: fixed;
  }
  .timeline-holder-overflow-auto {
    overflow: visible;
  }
  .slide-nav-2 {
    max-width: 50%;
  }
  .slider-text.slider-text-lg {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    margin-bottom: 100px;
  }
  .section.section-grey.section-grey-less-pad-bot-tablet {
    padding-bottom: 36px;
  }
  .section.section-grey.section-grey-gradient {
    padding-bottom: 36px;
  }
  .section.section-orange-parkers {
    padding-bottom: 64px;
  }
  .timeline-row {
    -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;
  }
  .timeline-holder {
    max-width: 100%;
    min-width: 100%;
  }
  .timeline-col {
    display: none;
  }
  .timeline-col.timeline-col-mob-hidden {
    display: none;
  }
  .timeline-col-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80%;
    min-width: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .timeline-col-child {
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #ff9016;
  }
  .timeline-col-child.timeline-col-child-mob-hidden {
    display: none;
  }
  .curve-img {
    display: none;
  }
  .shape-1 {
    bottom: -10px;
  }
  .shape-2 {
    top: auto;
    bottom: -10px;
  }
  .timeline-holder-overflow-auto {
    overflow: visible;
  }
  .contact-link-holder-nav {
    display: none;
    margin-right: 8px;
  }
  .swipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-features-1 {
    width: 50%;
    margin-bottom: 64px;
  }
  .box-holder-features-1 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-holder-features-2 {
    max-width: 600px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-features-2 {
    width: 48%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 70% 0%;
  }
  .logo {
    margin-bottom: 50px;
  }
  .bottom-green-box {
    position: relative;
  }
  .sllider {
    min-height: 400px;
  }
  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1194371962-copy-1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1194371962-copy-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-heading {
    font-size: 40px;
  }
  .btn.btn-hero-desktop {
    display: none;
  }
  .btn.btn-hero-mob {
    display: block;
  }
  .btn.btn-hero-mob:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slide-container {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .section {
    padding: 80px 32px;
  }
  .section.section-orange {
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 0vw;
  }
  .section.section-timeline {
    background-position: 25% 50%;
    background-attachment: fixed;
  }
  .section.section-photo-about {
    min-height: 750px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section.section-grey.section-grey-less-pad-bot-tablet {
    margin-top: 0px;
  }
  .section.section-grey.section-grey-gradient {
    margin-top: 0px;
    padding-bottom: 16px;
  }
  .section.section-pad-bot-mob {
    padding-bottom: 280px;
  }
  .section.section-pad-bot-lg {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-50 {
    width: 100%;
  }
  .col-50.col-50-mw-406 {
    max-width: none;
  }
  .col-50.col-50-mw-406.col-50-mar-bot-mob {
    margin-bottom: 40px;
  }
  .col-50.col-50-mw-406.col-50-mar-bot-mob.col-50-pad-mob {
    margin-bottom: 80px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-50.col-50-mw-460 {
    max-width: none;
  }
  .col-50.col-50-mw-460.col-50-mar-bot-mob {
    margin-bottom: 40px;
  }
  .col-50.col-50-mw-460.col-50-mar-bot-mob.col-50-pad-mob {
    margin-bottom: 80px;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/image-3-1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/image-3-1.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }
  .arrow-holder {
    display: none;
  }
  .text-box.text-box-452.text-box-mob-90 {
    max-width: 90%;
    margin-bottom: 32px;
  }
  .col-title-holder.col-title-holder-mob-hidden {
    display: none;
  }
  .box-holder-features.box-holder-features-mh {
    min-height: 0px;
  }
  .col-features {
    width: 100%;
  }
  .col-features.col-features-mar-bot-mob {
    margin-bottom: 80px;
  }
  .timeline-col-mid {
    max-width: 90%;
  }
  .footer-row {
    -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;
  }
  .footer-link {
    margin-bottom: 8px;
  }
  .footer-right {
    width: 100%;
    margin-top: 40px;
  }
  .nav {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .nav-link-holder {
    height: 100vh;
  }
  .nav-link {
    font-size: 24px;
  }
  .swipe {
    bottom: 4%;
  }
  .image-4 {
    max-width: 96%;
  }
  .faq-visible {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-title {
    margin-right: 16px;
    font-size: 16px;
  }
  .subnav {
    display: none;
  }
  .col-2 {
    width: 100%;
  }
  .col-2.col-50-mw-406 {
    max-width: none;
  }
  .col-2.col-50-mw-406.col-50-mar-bot-mob {
    margin-bottom: 40px;
  }
  .col-2.col-50-mw-406.col-50-mar-bot-mob.col-50-pad-mob {
    margin-bottom: 80px;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .col-2.col-50-mw-460 {
    max-width: none;
  }
  .col-2.col-50-mw-460.col-50-mar-bot-mob {
    margin-bottom: 40px;
  }
  .col-2.col-50-mw-460.col-50-mar-bot-mob.col-50-pad-mob {
    margin-bottom: 80px;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .col-2.col-2-mar-mob {
    padding-right: 32px;
    padding-bottom: 80px;
    padding-left: 32px;
  }
  .box-features-1 {
    max-width: 48%;
  }
  .slider-holder-parkers {
    position: relative;
    width: 100%;
  }
  .slide-row {
    min-height: 450px;
  }
  .slide-white-col {
    display: none;
  }
  .slide-nav-2 {
    bottom: 90px;
    max-width: 100px;
  }
  .slider-text {
    width: 100%;
    max-width: none;
  }
  .col-holder-features {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-holder-features.col-holder-features-mar-bot-mob {
    margin-bottom: 80px;
  }
  .col-features-1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .col-features-1.col-features-mar-bot-mob {
    margin-bottom: 80px;
  }
  .col-features-1.col-features-1-mob-no-mar {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 85% 50%, 50% 50%;
  }
  .hero-container {
    margin: 0px 16px 50px;
  }
  .logo {
    margin-bottom: 50px;
  }
  .hero-box.hero-box-mar-right {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .hero-box-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .links-holder {
    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;
  }
  .link.link-mar-right {
    margin-right: 0px;
    margin-bottom: 6px;
  }
  .sllider {
    min-height: 600px;
  }
  .btn.btn-hero-mob {
    margin-right: 16px;
    margin-left: 8px;
  }
  .section.section-timeline {
    background-position: 36% 50%;
  }
  .section.section-photo-about {
    background-position: 37% 50%;
  }
  .section.section-orange-parkers {
    padding-bottom: 44px;
  }
  .text-box.text-box-452.text-box-mob-90 {
    max-width: 310px;
  }
  .timeline-col-mid {
    max-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;
  }
  .timeline-col-child {
    width: 90%;
  }
  .text-field.text-field-mar-left {
    margin-left: 0px;
  }
  .text-field-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .socail-icon {
    margin-left: 8px;
  }
  .brand {
    max-width: 200px;
  }
  .nav-link {
    background-position: 100% 65%;
    background-size: 20px;
    font-size: 18px;
  }
  .nav-link-box {
    width: 100%;
  }
  .nav-link-box.nav-link-box-mar-right {
    margin-right: 0px;
  }
  .list-item.list-item-white {
    width: 100%;
  }
  .faq-visible {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-features-1 {
    width: 100%;
    max-width: 250px;
  }
  .box-holder-features-1 {
    -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;
  }
  .box-holder-features-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-features-2 {
    width: 100%;
  }
  .box-mw-500 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .slider-text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .nav-link-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-item-1.list-item-white {
    width: 100%;
  }
  .vertical-orange-line-mob {
    position: static;
    background-color: #ff9016;
  }
  .slide-img-home-desktop {
    display: none;
  }
  .slide-img-home-mobile {
    display: block;
  }
}

