:root {
  --golden: #ce9c22;
  --grey: #333;
  --color: var(--golden);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  background-color: #12140b;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 50px;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-2, .div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.menu-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 200;
  text-align: center;
  background-color: #12140b;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex: 1;
  justify-content: space-between;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: flex;
  box-shadow: 0 3px 9px #00000061;
}

.container {
  flex: 1;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 1.5px solid #bb9b4c;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-2 {
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: #fff;
  border-bottom: 1.5px solid #bb9b4c;
  font-weight: 700;
}

.nav-link-3 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
}

.nav-link-3.w--current {
  border-bottom: 1.5px solid var(--golden);
  color: #fff;
}

.div-block-4 {
  margin-top: -88px;
}

.left-arrow, .right-arrow {
  display: none;
}

.image {
  margin-top: 5px;
}

.div-block-5 {
  background-image: linear-gradient(#393939b3, #393939b3), url('../images/Slide-two.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-nav {
  border: 1px #000;
  width: auto;
  font-size: 9px;
}

.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 140px;
}

.container-2.about {
  padding-top: 265px;
}

.container-2.about._2 {
  padding-top: 121px;
}

.heading {
  color: #ce9c22;
  text-align: center;
  font-family: the-seasons, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.heading.about {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-6.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.text-block-3 {
  color: #000;
  text-transform: capitalize;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.link-block-2 {
  background-color: #bb9b4c;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

.link-block-2.service {
  margin-left: 0;
}

.slide-div-1 {
  background-image: linear-gradient(#393939b3, #393939b3), url('../images/Slide-one.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.div-slide3 {
  background-image: linear-gradient(#393939b3, #393939b3), url('../images/Slide-three.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.body {
  background-color: #222;
}

.section {
  height: 500px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  background-image: linear-gradient(72deg, #000 40%, #303030 57%, #595959 71%, #a6a6a6);
  height: auto;
  padding-bottom: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #ce9c22;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.heading-2.about {
  font-size: 52px;
  line-height: 52px;
}

.paragraph {
  color: #ececec;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.a {
  width: 90%;
  margin-bottom: 10px;
}

.paragraph.one {
  width: auto;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.p1 {
  width: auto;
  font-size: 16px;
  line-height: 20px;
}

.div-block-8 {
  z-index: 10;
  width: 45%;
  margin-left: 122px;
  padding-top: 0;
  position: relative;
  top: 146px;
}

.div-block-8.contact-link {
  width: auto;
  top: auto;
}

.div-block-8.div-about {
  width: auto;
  margin-left: 0;
  top: auto;
}

.div-block-9 {
  width: 85%;
}

.div-our-cars {
  background-image: linear-gradient(279deg, #000 40%, #303030 57%, #595959 71%, #a6a6a6);
  height: 540px;
  padding-bottom: 0;
}

.image-2 {
  width: 80%;
}

.div-block-10 {
  padding-top: 40px;
  padding-bottom: 0;
}

.div-block-11 {
  z-index: 100;
  height: auto;
  position: relative;
  top: -134px;
}

.tabs {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
}

.link-block-3, .link-block-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-block-5 {
  width: 100%;
  display: block;
}

.image-3 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: clip;
}

.image-4, .image-5 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.image-6, .image-7 {
  display: block;
}

.image-8 {
  vertical-align: baseline;
  display: block;
}

.tabs-content {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  max-width: none;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.tab-pane-tab-3 {
  box-sizing: border-box;
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  height: auto;
}

.div-service {
  background-image: linear-gradient(72deg, #000 40%, #303030 60%, #595959 75%, #535353);
  height: 500px;
  padding-bottom: 10px;
}

.div-block-12 {
  background-image: linear-gradient(99deg, #000, #1e1e1e 44%, #2c2c2c 64%, #3c3c3c 79%, #4a4a4a 93%, #535353);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3 {
  margin-top: 0;
}

.div-block-13 {
  width: 85%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-3 {
  margin-top: 0;
  font-family: the-seasons, sans-serif;
}

.paragraph-2 {
  color: #ececec;
  margin-left: 80px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-2.l {
  margin-left: 178px;
}

.div-block-14 {
  margin-top: 60px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-testi {
  background-image: linear-gradient(279deg, #000 40%, #303030 57%, #595959 71%, #a6a6a6);
  height: 580px;
  padding-bottom: 0;
}

.div-block-15 {
  background-image: linear-gradient(288deg, #222 24%, #2b2b2b 47%, #363636 64%, #404040 83%, #494949 94%, #515151);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-15._2 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-content: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  font-size: 9px;
}

.slider-2 {
  background-color: #ddd0;
}

.image-9 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.slide {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-2, .slide-3 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.pic-wrap {
  background-image: linear-gradient(#181818c9, #181818c9), url('../images/cars-pic2x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  color: #fdfdfd;
  font-family: the-seasons, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.button {
  background-color: var(--golden);
  color: #080808;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.contact {
  background-color: #bb9b4c;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
}

.proj-link {
  text-decoration: none;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-link {
  text-decoration: none;
}

.div-block-42 {
  margin-top: 10px;
  display: flex;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-link {
  text-decoration: none;
}

.div-block-40 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  margin-top: 25px;
}

.footer-text.b {
  font-size: 12px;
  display: none;
}

.div-block-38 {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  height: 168px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-link {
  text-decoration: none;
}

.div-block-162 {
  margin-top: 25px;
}

.div-block-162.b {
  font-size: 12px;
}

.link-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-link2 {
  text-decoration: none;
}

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

.div-block-47 {
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.text-small {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.insta {
  margin-left: 10px;
  margin-right: 10px;
}

.fb {
  margin-left: 0;
  margin-right: 10px;
}

.main-text {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.main-text.mid {
  font-weight: 300;
}

.div-block-163 {
  background-image: linear-gradient(#39393985, #39393985), url('../images/Our-Services.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 594.242px;
  margin-top: -82px;
  display: flex;
}

.container-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.body-2 {
  color: var(--grey);
  background-color: #222;
}

.sub-heading {
  color: #ce9c22;
  text-align: center;
  font-family: the-seasons, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.grid-7 {
  background-color: #222;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.container-4 {
  padding-top: 20px;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dropdown-toggle {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle.w--open {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  flex: 1;
}

.dropdown-list {
  display: block;
}

.dropdown-list.w--open {
  flex-flow: column;
  display: block;
}

.dropdown-2 {
  background-color: #ebeaea00;
  flex: 1;
  display: flex;
}

.dropdown-toggle-2 {
  background-color: #bb9b4c;
  border-radius: 10px;
  padding-left: 40px;
  font-family: the-seasons, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-toggle-2.w--open {
  z-index: 20;
}

.dropdown-list-2 {
  margin-top: 40px;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
  margin-top: 0;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-166 {
  padding-top: 100px;
}

.section-5 {
  height: auto;
  margin-bottom: 60px;
}

.toggle-icon {
  color: #080808;
  background-color: #413f3f;
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  display: flex;
}

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

.qa-text {
  color: #000c;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.toggle-main {
  background-color: #222;
  border-bottom: 1px solid #0003;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  font-weight: 700;
  display: flex;
}

.paragraph-20 {
  color: #464646;
  font-weight: 400;
}

.bold-text-6 {
  color: #000;
  font-size: 14px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  padding: 0 0 40px;
  display: flex;
}

.dropdown-toggle-3 {
  color: #030303;
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 17px;
  display: flex;
}

.dropdown-toggle-3.w--open {
  padding-right: 0;
  font-weight: 700;
}

.div-block-167 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-168 {
  z-index: 20;
  cursor: pointer;
  background-color: #bb9b4c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: the-seasons, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
}

.div-block-169 {
  flex: 1;
  align-self: stretch;
  width: 85%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  margin-top: 60px;
  margin-bottom: 0;
}

.container-6 {
  margin-top: 40px;
  display: none;
}

.image-10 {
  border-radius: 5px;
}

.image-11 {
  display: block;
}

.main-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-12, .image-13 {
  border-radius: 5px;
}

.div-block-170 {
  align-self: stretch;
  font-family: the-seasons, sans-serif;
  font-weight: 700;
}

.dropdown-3 {
  background-color: #ececec;
  display: inline-block;
}

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

.div-block-171 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-172, .drop-down {
  background-color: #222;
}

.slider-3 {
  height: 500px;
}

.tab-pane-tab-1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.tab-pane-tab-2 {
  box-sizing: border-box;
  align-self: auto;
  max-width: none;
  height: auto;
}

.tab-link-tab-4 {
  display: block;
}

.body-3 {
  background-color: #222;
}

.div-block-173 {
  background-image: linear-gradient(135deg, #000 15%, #545454);
  justify-content: flex-end;
  align-items: flex-end;
  height: 730px;
  margin-top: -126px;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  position: relative;
  top: 36px;
}

.div-block-174 {
  padding-left: 0;
}

.image-14 {
  width: 800px;
}

.div-block-175 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-6 {
  height: auto;
  margin-top: 60px;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0;
  display: flex;
}

.tab-link-tab-1-2 {
  color: #ce9c22;
  background-color: #c8c8c800;
  background-image: url('../images/SUVS-normal2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  height: 80px;
  margin-right: 20px;
  padding: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  background-color: #c8c8c800;
  background-image: url('../images/SUVS-active2x.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  max-width: none;
  height: 80px;
}

.tab-link-tab-2-2 {
  background-color: #ddd0;
  background-image: url('../images/SEDANS-normal2x.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: #ddd0;
  background-image: url('../images/SEDANS-active2x.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-link-tab-3-2 {
  background-color: #ddd0;
  background-image: url('../images/Executive-coach-normal2x.png');
  background-position: 50%;
  background-size: cover;
  width: 490px;
  height: 80px;
  margin-left: 20px;
  padding: 0;
}

.tab-link-tab-3-2.w--current {
  background-color: #ddd0;
  background-image: url('../images/Executive-coach-active2x.png');
  background-position: 50%;
  background-size: cover;
  width: 480px;
  height: 80px;
}

.tab-link-tab-3-2._3 {
  background-image: url('../images/Executive-coach-normal2x.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 80px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-content-2 {
  margin-top: 0;
}

.tab3 {
  background-color: #ddd0;
  background-image: url('../images/Executive-coach-normal2x.png');
  background-position: 50%;
  background-size: cover;
  width: 490px;
  height: 80px;
  margin-left: 20px;
  padding: 0;
}

.tab3.w--current {
  background-color: #ddd0;
  background-image: url('../images/Executive-coach-active2x.png');
  background-position: 50%;
  background-size: cover;
  width: 480px;
  height: 80px;
}

.tab3._3 {
  background-image: url('../images/Executive-coach-normal2x_1.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 80px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab3._3.w--current {
  background-image: url('../images/Executive-coach-active2x_1.png');
  background-position: 50%;
  background-size: cover;
  height: 80px;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tabs-content-3 {
  margin-top: 40px;
}

.tab-link-tab-1-3 {
  color: #ce9c22;
  text-transform: capitalize;
  background-color: #c8c8c800;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.tab-link-tab-1-3.w--current {
  color: #ce9c22;
  text-transform: capitalize;
  background-color: #c8c8c800;
  border-bottom: 1px solid #ce9c22;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2-3 {
  color: #ce9c22;
  text-align: center;
  text-transform: capitalize;
  background-color: #ddd0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2-3.w--current {
  border-bottom: 1.5px solid var(--golden);
  background-color: #ddd0;
}

.tab-link-tab-3-3 {
  color: #ce9c22;
  text-transform: capitalize;
  background-color: #ddd0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.tab-link-tab-3-3.w--current {
  border-style: none none solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--golden);
  background-color: #ddd0;
}

.tab-link-tab-4-2 {
  color: #ce9c22;
  text-transform: capitalize;
  background-color: #ddd0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.tab-link-tab-4-2.w--current {
  border-bottom: 1.5px solid var(--golden);
  background-color: #ddd0;
}

.columns {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.columns.f {
  display: flex;
}

.container-7 {
  margin-top: 20px;
}

.div-block-176 {
  margin-bottom: 40px;
}

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

.text-block-9 {
  color: #ce9c22;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: the-seasons, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.car-names {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 670.195px;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: var(--grey);
}

.div-about-wrap {
  background-image: url('../images/About-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 594.242px;
  margin-top: -77px;
  display: flex;
}

.section-7 {
  height: auto;
}

.div-block-178 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  background-color: #222;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-11 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
}

.div-block-179 {
  background-color: var(--golden);
  height: 3px;
}

.line {
  background-color: var(--golden);
  height: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-10 {
  color: var(--golden);
}

.heading-4 {
  color: var(--golden);
  margin-top: 0;
  font-family: the-seasons, sans-serif;
  font-size: 26px;
  line-height: 38px;
}

.column {
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
}

.image-15 {
  width: 70%;
}

.div-block-15-copy {
  background-image: linear-gradient(288deg, #222 24%, #2b2b2b 47%, #363636 64%, #404040 83%, #494949 94%, #515151);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-bg {
  background-image: linear-gradient(288deg, #222 24%, #2b2b2b 47%, #363636 64%, #404040 83%, #494949 94%, #515151);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 65px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-180 {
  height: auto;
}

.body-5 {
  background-color: var(--grey);
}

.text-wrap-contact {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-wrap-contact.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-top: 0;
  margin-left: 10%;
}

.text-block-22 {
  color: #fff;
  width: auto;
  font-family: Jost, sans-serif;
  font-size: 24px;
}

.div-block-73 {
  margin-top: 20px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-72 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-10 {
  color: var(--golden);
  margin-top: 0;
  font-family: the-seasons, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.heading-10.c {
  font-size: 3rem;
}

.image-22 {
  width: auto;
  max-width: none;
}

.div-block-76 {
  flex: 1;
  display: block;
}

.para-conect {
  color: #fff;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(209deg, #a87733, #bc9a68);
  -webkit-background-clip: text;
  background-clip: text;
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.para-conect.l {
  width: 100%;
}

.text-block-21 {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-77 {
  flex: 1;
}

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

.text-field-3 {
  color: #fff;
  background-color: #414141;
  border: 0 #000;
  border-radius: 3px;
}

.div-wrap {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.image-20 {
  width: auto;
  max-width: none;
}

.div-block-136 {
  height: auto;
}

.sec-1 {
  background-image: linear-gradient(#0000009e, #1c1b1b00), url('../images/cropped-view-woman-holding-handset-blue-background.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  height: 480px;
}

.sec-1._2 {
  background-image: linear-gradient(#0000005e, #1c1b1b00), url('../images/Contact.jpg');
  background-position: 0 0, 50%;
  margin-top: -82px;
  padding-top: 0;
  display: flex;
}

.div-block-135 {
  width: auto;
}

.field-label-5 {
  opacity: .6;
  color: #9b9b9b;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.heading-9 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.address-text {
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-74 {
  flex: 1;
  margin-left: 20px;
}

.ph-div {
  margin-left: 20px;
}

.div-block-71 {
  background-color: #34343400;
  border-radius: 3px;
  padding: 60px 20px 0 25px;
}

.form {
  margin-top: 10px;
  display: block;
}

.text-field {
  color: #fff;
  background-color: #414141;
  border: 0 #000;
  border-radius: 3px;
}

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

.text-field-2 {
  color: #fff;
  background-color: #414141;
  border: 0 #000;
  border-radius: 3px;
}

.text-block-24 {
  color: #db6868;
  font-size: 18px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.submit-button {
  background-color: #ce9c22;
  border-radius: 8px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: the-seasons, sans-serif;
}

.field-label {
  opacity: .6;
  color: #9b9b9b;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.error-message {
  background-color: #0000;
}

.ph-div2 {
  margin-left: 20px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  width: auto;
  max-width: none;
}

.book {
  z-index: 220;
  background-color: #bb9b4c;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.img-11 {
  border-radius: 5px;
}

.modal {
  z-index: 300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: var(--grey);
  border-radius: 8px;
  width: 100%;
  max-width: 35rem;
  padding: 20px;
  position: absolute;
}

.heading-11 {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons, sans-serif;
}

.paragraph-21 {
  color: #dad8d8;
  text-align: center;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.field-label-6 {
  color: #ececec;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.field-label-7 {
  color: #dfdddd;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.link-block-11 {
  color: var(--golden);
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-text {
  font-size: 3rem;
  position: static;
  inset: 1rem 1rem auto auto;
  transform: rotate(45deg);
}

.button-l {
  background-color: #bb9b4c;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.div-wrap-b {
  background-color: var(--color);
  color: #080808;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: the-seasons, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.div-wrap-b.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mob-grid {
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav-menu {
  display: flex;
}

.mob-im1 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.image-23, .grid-13 {
  display: none;
}

.div-block-187 {
  display: block;
}

.div-block-188, .mobile-c {
  display: none;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
  margin-top: 20px;
}

.container-n, .containern2 {
  margin-top: 40px;
  display: block;
}

.mob-col.service {
  display: none;
}

.lightbox-link-7, .lightbox-link-8 {
  margin-top: 20px;
}

.div-block-191 {
  background-color: #171713;
  height: 170px;
  position: relative;
  top: -174px;
}

.section-11 {
  height: 850px;
}

.div-block-193 {
  background-color: #333;
  height: 130px;
  padding-bottom: 0;
  position: relative;
  bottom: 57px;
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current {
    border-bottom: 1.5px solid #bb9b4c;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0 5px;
    text-decoration: none;
  }

  .nav-link-2 {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0 5px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #fff;
    border-bottom: 1.5px solid #bb9b4c;
    font-weight: 700;
    display: inline-block;
  }

  .nav-link-2.w--current:focus {
    color: #fff;
    border-bottom: 1.5px solid #bb9b4c;
    font-weight: 700;
  }

  .nav-link-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.about._2 {
    max-width: 1000px;
    padding-top: 75px;
  }

  .grid-2 {
    width: 75%;
  }

  .heading-2 {
    font-size: 70px;
    line-height: 75px;
  }

  .heading-2.about {
    font-size: 60px;
    line-height: 62px;
  }

  .paragraph.about {
    width: 75%;
  }

  .paragraph.one {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.p1 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-8 {
    width: 40%;
    margin-top: 40px;
    margin-left: 139px;
    position: relative;
    top: 192px;
  }

  .div-block-9 {
    width: 80%;
  }

  .div-our-cars {
    height: auto;
  }

  .div-block-10 {
    padding-top: 60px;
  }

  .div-block-11 {
    top: -118px;
  }

  .link-block-3 {
    height: 100%;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .image-4 {
    object-fit: fill;
    position: static;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
  }

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

  .grid-3 {
    width: 85%;
  }

  .div-testi {
    height: auto;
  }

  .grid-4 {
    grid-column-gap: 10px;
    place-content: center;
  }

  .slide-nav-2 {
    inset: auto 0% -10%;
  }

  .slide {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-2, .slide-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .contact {
    padding: 12px 24px;
  }

  .container-6 {
    display: none;
  }

  .tab-pane-tab-1 {
    width: 100%;
    height: 100%;
  }

  .div-block-173 {
    height: 880px;
    margin-top: -71px;
  }

  .grid-9 {
    top: auto;
  }

  .div-block-174 {
    flex: 1;
    position: static;
  }

  .image-14 {
    width: 1200px;
  }

  .div-block-175 {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    display: flex;
  }

  .tab-link-tab-1-3 {
    color: #ce9c22;
    background-color: #c8c8c800;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    font-family: Jost, sans-serif;
    font-size: 20px;
  }

  .tab-link-tab-2-3.w--current, .tab-link-tab-3-3.w--current, .tab-link-tab-4-2.w--current {
    background-color: #ddd0;
    border-bottom: 1.5px solid #ce9c22;
  }

  .columns.f {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    max-width: 1000px;
  }

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

  .div-about-wrap {
    height: 600px;
  }

  .section-8 {
    color: #222;
    background-color: #222;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-11 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .line {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .image-15 {
    width: 60%;
  }

  .div-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-wrap-contact.left {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 10%;
    margin-right: auto;
  }

  .para-conect.l {
    text-align: left;
    align-self: auto;
    width: 80%;
  }

  .div-block-136 {
    padding-right: 20px;
  }

  .sec-1 {
    background-position: 0 0, 0%;
    height: 500px;
  }

  .div-block-71 {
    background-color: #34343400;
    padding-left: 124px;
    padding-right: 20px;
  }

  .grid-12 {
    grid-template-columns: .75fr 1.75fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .modal-bg {
    display: block;
  }

  .modal-container {
    max-width: 35rem;
  }

  .mob-grid {
    width: 75%;
  }

  .container-n, .containern2 {
    display: block;
  }

  .div-block-191 {
    height: 200px;
    top: -202px;
  }

  .div-block-192 {
    background-color: #333;
    height: 400px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -521px;
  }

  .section-11 {
    height: 890px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-8 {
    width: 60%;
    margin-left: 20px;
    top: 14px;
  }

  .div-block-8.contact-link {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-our-cars {
    height: 400px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 140px;
  }

  .paragraph-2.l {
    margin-left: 47px;
  }

  .div-block-15._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    width: auto;
  }

  .slider-2, .slide {
    height: auto;
  }

  .grid-5 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 85%;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-43, .div-block-40 {
    margin-top: 10px;
  }

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

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

  .main-text.mid {
    font-size: 18px;
    line-height: 24px;
  }

  .sub-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .grid-7 {
    width: 90%;
  }

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

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .dropdown-toggle-3 {
    width: auto;
  }

  .main-grid {
    width: 90%;
  }

  .div-block-174 {
    padding-left: 20px;
  }

  .car-names {
    width: 89%;
  }

  .grid-10 {
    width: auto;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-15 {
    width: 45%;
  }

  .div-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-22 {
    width: 3vw;
  }

  .para-conect {
    width: 85%;
  }

  .image-20 {
    width: 2.5vw;
  }

  .grid-12 {
    grid-column-gap: 20px;
    width: 95%;
  }

  .image-21 {
    width: 2.8vw;
  }

  .mask {
    height: 200px;
  }

  .columns-2 {
    flex-flow: column;
    display: block;
  }

  .menu-button {
    padding-left: 18px;
  }

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

  .nav-menu {
    background-color: #12140b;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-181, .div-block-182 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .mask-2 {
    padding-bottom: 40px;
  }

  .mob-col {
    flex-flow: column;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 20px;
  }

  .div-block-5 {
    background-image: linear-gradient(#393939b3, #393939b3), url('../images/Mob2-slide.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-2 {
    padding-top: 176px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-6.left {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .slide-div-1 {
    background-image: linear-gradient(#393939b3, #393939b3), url('../images/Mob1-slid.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 760px;
  }

  .div-slide3 {
    background-image: linear-gradient(#393939b3, #393939b3), url('../images/Mob3-slide.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph.about._2 {
    width: 95%;
  }

  .div-block-8 {
    width: auto;
    top: -96px;
  }

  .div-block-9 {
    width: 60%;
  }

  .div-our-cars {
    height: auto;
  }

  .div-block-11 {
    top: -52px;
  }

  .tabs {
    flex-flow: column;
  }

  .div-block-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-2 {
    margin-left: 0;
    padding-left: 53px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-2.s {
    text-align: center;
    padding-left: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-4 {
    grid-template-rows: auto auto;
    width: 100%;
  }

  .slide-nav-2 {
    margin-top: 0;
    top: auto;
  }

  .slider-2 {
    height: auto;
  }

  .image-9 {
    display: none;
  }

  .slide {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-text.b {
    display: block;
  }

  .div-block-162.b {
    display: none;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .main-text {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-174 {
    padding-left: 10px;
  }

  .tabs-menu-2 {
    width: 568px;
  }

  .tab-link-tab-1-2 {
    width: 380px;
    height: 75px;
  }

  .tab-link-tab-1-2.w--current {
    width: 380px;
    height: 75px;
    margin-right: 10px;
  }

  .tab-link-tab-2-2 {
    width: 380px;
    height: 75px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-link-tab-2-2.w--current {
    width: 380px;
    height: 75px;
  }

  .tab3._3 {
    width: 380px;
    height: 75px;
    margin-left: 10px;
  }

  .tabs-menu-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-1-3.w--current {
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: block;
  }

  .tab-link-tab-2-3 {
    margin-right: 20px;
  }

  .tab-link-tab-3-3 {
    margin-right: 10px;
  }

  .columns.f {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-15 {
    width: 65%;
  }

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

  .div-block-70 {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .image-22 {
    width: 4vw;
  }

  .para-conect {
    width: 100%;
  }

  .para-conect.l {
    width: auto;
    font-size: 34px;
    line-height: 40px;
  }

  .image-20 {
    width: 3vw;
  }

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

  .sec-1 {
    background-image: linear-gradient(#0000009e, #1c1b1b00), url('../images/Contact-M2x.jpg');
    background-position: 0 0, 50% 100%;
    height: 800px;
  }

  .sec-1._2 {
    background-image: linear-gradient(#0000005e, #1c1b1b00), url('../images/Mob-Contact.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
    margin-top: -57px;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-21 {
    width: 4vw;
  }

  .mask {
    height: auto;
    padding-bottom: 40px;
  }

  .columns-2.service {
    display: none;
  }

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

  .column-3 {
    margin-top: 20px;
  }

  .mob-im1 {
    display: inline-block;
  }

  .columns-3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mobile-c {
    display: block;
  }

  .desk-c {
    display: none;
  }

  .text-block-25, .text-block-26, .text-block-27 {
    text-align: center;
  }

  .mob-col.service {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 20px;
    padding-right: 5px;
  }

  .div-block-5 {
    background-image: linear-gradient(#393939b3, #393939b3), url('../images/Mob2-slide.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
  }

  .container-2 {
    padding-top: 94px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2.about._2 {
    padding-top: 141px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 34px;
    line-height: 38px;
  }

  .heading.about {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-6.left {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .link-block-2 {
    margin-left: 10px;
  }

  .slide-div-1, .div-slide3 {
    height: 600px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .heading-2.about._1 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2._2 {
    text-align: left;
  }

  .paragraph.a {
    text-align: center;
    width: auto;
  }

  .paragraph.one {
    text-align: left;
    margin-top: 20px;
  }

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

  .div-block-8 {
    margin-left: 10px;
    padding-right: 10px;
    top: -33px;
  }

  .div-block-8.contact-link {
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-9 {
    width: 80%;
  }

  .div-block-12 {
    padding-top: 20px;
  }

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

  .paragraph-2 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-2.s {
    margin-top: 0;
  }

  .paragraph-2.l {
    margin-left: 0;
  }

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

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

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

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    width: auto;
  }

  .slide-nav-2 {
    top: auto;
  }

  .slide, .slide-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-3 {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .grid-5 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .text-block-8.l {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-38 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-column-gap: 50px;
  }

  .main-text, .main-text.mid {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-163 {
    background-image: linear-gradient(#39393985, #39393985), url('../images/Our-Services.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sub-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-164 {
    margin-bottom: 16px;
  }

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

  .section-5 {
    margin-bottom: 20px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown-toggle-3 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .div-block-168 {
    margin-top: 20px;
    padding: 15px 30px;
  }

  .container-5 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-6 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }

  .image-10 {
    display: none;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-12, .image-13 {
    display: none;
  }

  .div-block-173 {
    margin-top: -254px;
  }

  .image-14 {
    width: auto;
  }

  .section-6 {
    margin-top: 40px;
  }

  .tabs-menu-2 {
    flex-flow: row;
    width: 320px;
    display: flex;
  }

  .tab-link-tab-1-2 {
    width: 250px;
    height: 38px;
    margin-right: 10px;
  }

  .tab-link-tab-1-2.w--current, .tab-link-tab-2-2 {
    width: 250px;
    height: 38px;
  }

  .tab-link-tab-2-2.w--current {
    width: 250px;
    height: 38px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab3._3 {
    width: 250px;
    height: 38px;
  }

  .tab3._3.w--current {
    height: 38px;
  }

  .tabs-menu-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 91%;
    margin-top: 20px;
    display: grid;
  }

  .tabs-menu-3.sedan {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tabs-menu-3.executive {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 75%;
  }

  .tabs-content-3 {
    margin-top: 20px;
  }

  .tab-link-tab-1-3 {
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .tab-link-tab-1-3.w--current {
    text-align: center;
    margin-right: 0;
    font-size: 16px;
  }

  .tab-link-tab-2-3 {
    margin-right: 0;
    font-size: 16px;
  }

  .tab-link-tab-3-3 {
    text-align: center;
    margin-right: 0;
    font-size: 16px;
  }

  .tab-link-tab-4-2 {
    font-size: 16px;
  }

  .columns.f {
    flex-flow: column;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 18px;
  }

  .car-names {
    width: auto;
    padding-right: 10px;
  }

  .grid-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 310px;
  }

  .lincolnnautilus, .lincolncontinental {
    margin-top: 20px;
  }

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

  .section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-15 {
    width: 15%;
    margin-right: 10px;
  }

  .div-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-wrap-contact {
    width: 100%;
    margin-top: 30px;
  }

  .text-block-22 {
    font-size: 16px;
  }

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

  .div-block-70 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

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

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-10.c {
    text-align: left;
  }

  .image-22 {
    width: 6vw;
  }

  .para-conect {
    width: 85%;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .para-conect.l {
    font-weight: 400;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-20 {
    width: 6vw;
  }

  .div-block-136 {
    margin-left: 0;
  }

  .sec-1 {
    height: 700px;
  }

  .div-block-135 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .address-text {
    width: 100%;
    font-size: 16px;
  }

  .div-block-74 {
    margin-left: 0;
  }

  .ph-div {
    margin-left: 0;
    display: block;
  }

  .div-block-71 {
    padding-left: 12px;
    padding-right: 15px;
  }

  .form {
    margin-left: 12px;
    margin-right: 12px;
  }

  .ph-div2 {
    margin-left: 20px;
  }

  .grid-12 {
    width: 95%;
  }

  .image-21 {
    width: 6vw;
  }

  .img-11 {
    display: none;
  }

  .mask {
    padding-bottom: 40px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183 {
    padding-left: 0;
  }

  .div-block-184 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-23 {
    border-radius: 5px;
    display: inline;
  }

  .image-23._4 {
    width: 50%;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .div-block-186 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    display: none;
  }

  .div-block-187 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-188 {
    flex-flow: column;
    display: flex;
  }

  .div-block-189 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 10px;
    display: flex;
  }

  .section-10 {
    overflow: hidden;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
    margin-top: 20px;
  }

  .div-block-190 {
    padding-left: 12px;
  }

  .container-n, .containern2 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }

  .mob-col.service {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-ec7be22f-4214-c654-5b35-ae8a650e1261-710c213f {
  place-self: center;
}

#w-node-_38983d79-21d0-24c8-fbf7-445e70747dfe-710c213f, #w-node-_4f1fba06-024d-4a2f-2ed2-82f7677896ea-710c213f {
  align-self: start;
}

#w-node-_4f1fba06-024d-4a2f-2ed2-82f7677896e1-710c213f {
  place-self: center;
}

#w-node-_91787c87-90af-bed2-0968-fba7dfad6b92-710c213f {
  place-self: center;
}

#w-node-_551e2f6f-4c5f-32cf-ff20-8e96e2aaa6d8-710c213f {
  place-self: center end;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43d9-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43da-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43dc-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43dd-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43e2-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43e3-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43df-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43e0-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43e5-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_069164e3-4881-57a5-5035-443b98fe43e6-98fe43d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e778420-75c1-81db-1201-eeac4c2b1392-50a47a1a {
  place-self: stretch stretch;
}

#w-node-_30a6a34b-c05f-59dd-8c83-1845e933a081-9ac1081a {
  align-self: center;
}

#w-node-_06a16a76-6684-913b-40dd-61ac4a9da154-9ac1081a {
  justify-self: auto;
}

#w-node-_77c26c9a-52db-33c0-fc70-1eaa1e9d226e-9ac1081a {
  place-self: center;
}

#w-node-_02d2a205-5369-e7ae-c43c-9cc275206fd7-6734f490, #w-node-_02d2a205-5369-e7ae-c43c-9cc275206fdd-6734f490, #w-node-_02d2a205-5369-e7ae-c43c-9cc275206fef-6734f490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-cfecc5b5-d6e5-4588-6691-867daedc0b6c-8b671f7a {
    justify-self: auto;
  }

  #w-node-_02d2a205-5369-e7ae-c43c-9cc275206fef-6734f490 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_069164e3-4881-57a5-5035-443b98fe43d9-98fe43d2, #w-node-_069164e3-4881-57a5-5035-443b98fe43dc-98fe43d2, #w-node-_069164e3-4881-57a5-5035-443b98fe43e2-98fe43d2, #w-node-_069164e3-4881-57a5-5035-443b98fe43df-98fe43d2 {
    justify-self: start;
  }

  #w-node-_069164e3-4881-57a5-5035-443b98fe43e5-98fe43d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_551e2f6f-4c5f-32cf-ff20-8e96e2aaa6d8-710c213f {
    justify-self: center;
  }

  #w-node-_087f1aa2-ef43-77a6-6207-02dfc11fed1d-50a47a1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7b1f19bf-3ad3-51ec-7336-ef2c3fae8850-8b671f7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


