:root {
  --dark-slate-blue-2: #13319b;
  --white: white;
  --firebrick: #cf000e;
  --pc-tuenup: #80c240;
  --black: black;
  --white-smoke-2: #ebebeb;
  --light-gray: #b1b0b0;
  --dark-turquoise: #5ec6cf;
  --crimson: #da3431;
  --forest-green: #13903c;
  --white-smoke: #f1f0f0;
  --brown: #9a342a;
  --orange: #faa628;
  --black-2: rgba(44, 40, 19, .56);
  --indian-red: #c34848;
  --black-3: rgba(0, 0, 0, .56);
  --dark-slate-grey: #264430;
  --green: #2f553c;
  --red: #f10919;
  --signarama: #ad1f30;
  --dark-red: rgba(153, 2, 20, .83);
  --opacity-red: rgba(141, 3, 19, .87);
  --royal-blue: #025da8;
  --cornflower-blue: #73a5ce;
  --dark-slate-blue: #004b8a;
  --dark-slate-blue-trans: rgba(0, 75, 138, .9);
  --avondale-blue: #0067be;
  --goldenrod: #ffbe33;
}

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

.section-hero {
  height: 450px;
  background-image: url('../images/banner-west-mich.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 76px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero.interior-pages {
  background-image: linear-gradient(rgba(0, 77, 148, .87), rgba(0, 77, 148, .87)), url('../images/windshield2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 10px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.brand {
  height: 107px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  height: 80px;
  text-transform: uppercase;
  border: 4px solid rgba(0, 0, 0, 0);
  padding: 49px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: #80c240;
  border-top-color: #80c240;
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.nav-link.w--current {
  color: #80c240;
  border-top-color: #80c240;
}

.nav-bar {
  background-color: #fff;
  border-bottom: 5px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .21);
}

.body-all-pages {
  text-align: center;
  padding-top: 80px;
  font-family: Lato, sans-serif;
}

.section-basic {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-basic.cta {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  padding-top: 101px;
  padding-bottom: 101px;
  display: none;
}

.section-basic.cta.interior-cta-bg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-basic.testimonials {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-basic.welcome-section {
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 15px;
}

.section-basic.contact-section {
  padding-bottom: 94px;
}

.section-basic.rates {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/comptuer-tuneup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 54px;
}

.section-basic.rates.hide-rates {
  display: block;
}

.section-basic.gray {
  background-color: #f0f0f0;
}

.section-basic.testimonials, .section-basic.reviews {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.slide {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 94px;
}

.slider {
  height: 530px;
  background-color: #80c240;
}

.footer {
  background-color: #000;
  padding: 44px 33px 41px;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  width: 90%;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .45);
  margin: 0 auto 40px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 67px;
  font-weight: 700;
  line-height: 67px;
  display: block;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.cta-button {
  float: none;
  text-transform: uppercase;
  background-color: rgba(128, 194, 64, .86);
  border: 0 #fff;
  border-radius: 4px;
  padding: 25px 45px;
  font-size: 18px;
  line-height: 21px;
  transition: opacity .5s;
}

.button.cta-button:hover {
  background-color: #326600;
  border-color: #da3431;
}

.button.hero-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(128, 194, 64, .87);
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 25px 49px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button.hero-button:hover {
  background-color: rgba(0, 0, 0, .81);
}

.button.submit {
  width: 100%;
  text-transform: uppercase;
  background-color: #80c240;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 42px;
  font-size: 18px;
  display: block;
}

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

.button.submit._2:hover {
  background-color: var(--dark-slate-blue-2);
}

.button.hero-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #13319b;
  border: 2px solid #13319b;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 18px 46px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.button.hero-button.width-full {
  width: auto;
  background-color: var(--dark-slate-blue-2);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.button.hero-button.width-full:hover {
  color: var(--white);
}

.button.free-estimate-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #13319b;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 30px 60px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.button.free-estimate-button:hover {
  background-color: #80c240;
}

.all-h5-headings {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.all-h5-headings.contact-h5 {
  color: #0067be;
  margin-bottom: 5px;
  font-size: 17px;
}

.all-h5-headings.footer-heading {
  color: #80c240;
  text-align: left;
}

.all-h5-headings.footer-heading.center {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.all-h3-headings {
  color: #000;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings.dine-with-us {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
}

.all-h3-headings.contact-h3 {
  margin-top: 0;
}

.all-h4-headings {
  color: #80c240;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.all-h4-headings.contact-heading {
  margin-bottom: 46px;
}

.all-h4-headings.parts {
  margin-bottom: 39px;
}

.all-h4-headings.mod {
  text-align: left;
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: 800;
  line-height: 20px;
}

.all-paragraphs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.all-paragraphs.about-paragraph {
  margin-top: 60px;
  margin-bottom: 53px;
}

.all-paragraphs.about-paragraph.work {
  margin-top: 8px;
}

.all-paragraphs.about-paragraph.work.order {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.all-paragraphs.about-paragraph.work.order.interior {
  margin-bottom: 27px;
}

.all-paragraphs.about-paragraph.interior-p {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-text {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 42px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text.sub-cta {
  color: #80c240;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cta-text.sub-cta.blue {
  color: #80c240;
}

.cta-text.rates-txt {
  color: #fff;
  font-size: 38px;
}

.cta-text.interior-cta {
  margin-bottom: 14px;
}

.team-row {
  margin-top: 41px;
  margin-bottom: 33px;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.testimonial-quote {
  width: 80%;
  max-width: 940px;
  color: #000;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
  display: block;
}

.contact-row {
  text-align: left;
  margin-top: 29px;
}

.contact-p-text {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 21px;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.social-media-link {
  width: 40px;
  height: 40px;
  float: left;
  background-image: url('../images/social-icons-blue.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  margin-left: 5px;
  display: none;
}

.social-media-link:hover {
  background-color: #fff;
  background-position: 100% 0;
  border-radius: 50%;
}

.social-media-link.g {
  float: left;
  background-position: 0 100%;
  display: none;
}

.social-media-link.g:hover {
  background-position: 100% 100%;
}

.all-h2-headings.hero-h2 {
  color: #80c240;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .47);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.all-h2-headings.hero-h2.interior-hero {
  color: #fff;
}

.text-logo-lg {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  margin-top: 15px;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.text-logo-lg.footer-mod {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}

.text-logo-sm {
  width: 100%;
  float: left;
  color: var(--dark-slate-blue-2);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.text-logo-sm.footer-mod2 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 21px;
}

.container {
  transition: opacity .5s;
}

.slider-arrow {
  color: #fff;
}

.testimonial-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.map {
  height: 100%;
  margin-top: 48px;
  display: none;
}

.map.interior-map {
  margin-top: 22px;
}

.contact-column2 {
  padding-left: 25px;
}

._10-wrapper {
  max-width: 1257px;
  text-align: center;
  justify-content: center;
  display: block;
}

._10-wrapper.interior-wrapper {
  margin-top: 12px;
  margin-bottom: 69px;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  margin-top: 9px;
  display: none;
}

.row {
  margin-top: 30px;
  margin-bottom: 26px;
  display: none;
}

.image-circle {
  width: 300px;
  height: 300px;
  background-image: url('../images/GettyImages-924813224.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-circle.variant-1 {
  background-image: url('../images/GettyImages-913231008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-circle.variant-2 {
  background-image: url('../images/hardwood.jpg');
}

.img-1 {
  height: 140px;
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

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

.list-item {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.list-item.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-weight: 400;
}

.list-item.black {
  color: #000;
}

.slide-nav {
  margin-bottom: 35px;
}

.unordered-list {
  color: #80c240;
}

.row-2 {
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  display: none;
}

.bold-span {
  color: #80c240;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.bold-span.interior-b {
  color: #ffbe33;
}

.image-4 {
  float: left;
  margin-bottom: 38px;
}

.column-2 {
  padding-right: 43px;
}

.row-interior {
  margin-top: 45px;
  margin-bottom: 49px;
}

.text-block {
  color: #333;
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.unordered-list-2 {
  color: #0067be;
  padding-left: 15px;
}

.footer-p-text {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.footer-left-column {
  margin-bottom: 17px;
}

.row-3 {
  border-bottom: 1px solid rgba(177, 176, 176, .23);
  margin-bottom: 20px;
}

.text-span {
  text-transform: none;
}

.form-home {
  max-width: 960px;
  justify-content: center;
  margin-top: 43px;
  margin-bottom: 0;
  display: block;
}

.column-3 {
  margin-bottom: 24px;
}

.field-label {
  color: #999;
  text-align: left;
}

.italic-text {
  font-size: 20px;
  font-style: normal;
}

.container-5.tablet {
  display: block;
}

.div-block {
  width: 960px;
  height: 295px;
  background-image: url('../images/511c0bb15934f-copy.png');
  background-position: 50%;
  background-size: 960px;
}

.div-block.hero {
  background-image: url('../images/GettyImages-156484826.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .72);
}

.left-welcome {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.right-welcome {
  padding-left: 35px;
}

.right-welcome.left-p {
  text-align: left;
}

.all-paragraphs-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.all-paragraphs-2.shorter {
  margin-bottom: 10px;
}

.about-row {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
}

.all-h4-headings-2 {
  color: #62b239;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}

.all-h4-headings-2.left {
  text-align: left;
}

.section-basic-2 {
  padding-top: 53px;
  padding-bottom: 31px;
}

.section-basic-2.welcome-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.all-h3-headings-2 {
  color: #000;
  margin-bottom: 4px;
  font-size: 41px;
  font-weight: 700;
  line-height: 45px;
}

.italic-text-2 {
  color: rgba(141, 3, 19, .87);
}

.text-span-2 {
  color: #cf000e;
  font-size: 26px;
  font-style: italic;
  line-height: 28px;
}

.bold-text-2 {
  font-size: 63px;
  display: none;
}

.checkbox {
  text-align: left;
  font-size: 15px;
}

.checkbox.last {
  margin-bottom: 25px;
}

.form-label {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}

.form-label.top-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-2 {
  margin-top: 10px;
  font-size: 16px;
}

.text-block-2.margin {
  text-align: center;
  margin-top: 0;
}

.city {
  width: 50%;
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.zip {
  width: 25%;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 22px;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 18px;
}

.checkbox-label, .checkbox-label-2 {
  font-size: 15px;
}

.bold-text-10 {
  font-size: 24px;
}

.bold-text-11 {
  font-size: 28px;
}

.bold-text-12 {
  font-size: 34px;
  line-height: 42px;
}

.img-radius {
  width: 209px;
  height: 209px;
  border-radius: 100px;
  margin-top: 20px;
}

.bold-text-13 {
  color: var(--dark-slate-blue-2);
  font-size: 18px;
}

.image-8 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  margin-bottom: 40px;
}

.image-10 {
  margin-bottom: 20px;
  display: inline-block;
}

.img-caption {
  color: #80c240;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
}

.text-block-3 {
  color: var(--firebrick);
  font-size: 18px;
  line-height: 24px;
}

.link-2 {
  color: var(--pc-tuenup);
}

.dropdown-toggle {
  z-index: 100;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-content.why-me {
  margin-bottom: 85px;
}

.why-me-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subtitle-wrapper {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.title.why-me {
  color: var(--black);
  text-align: left;
  margin-bottom: 32px;
  font-size: 41px;
  line-height: 45px;
}

.container-default {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.line-accent {
  width: 16px;
  height: 2px;
  background-color: #ffcb14;
  margin-right: 10px;
}

.image-curtain {
  width: 100%;
  height: 100%;
  background-color: #252525;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-11.why-me {
  max-width: 100%;
}

.paragraph.why-me {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.button-primary {
  color: #040404;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #ffcb14;
  border: 1px solid #ffcb14;
  padding: 25px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  color: #040404;
}

.button-primary.why-me {
  border-color: var(--dark-slate-blue-2);
  background-color: var(--dark-slate-blue-2);
  color: var(--white);
  border-radius: 5px;
}

.button-primary.why-me-mobile {
  display: none;
}

.button-primary.green {
  border-color: var(--pc-tuenup);
  background-color: var(--pc-tuenup);
  color: var(--white);
  border-radius: 5px;
  margin-top: 40px;
}

.button-primary.green.text-size {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 22px;
}

.bg {
  position: absolute;
}

.bg.why-me {
  z-index: -1;
  height: 13%;
  background-color: #040404;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.why-me {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.button-primary-text {
  z-index: 1;
  font-size: 16px;
  position: relative;
}

.split-content.why-me-right {
  max-width: 45%;
}

.split-content.why-me-left {
  max-width: 50%;
  text-align: left;
}

.hover-button-primary {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.111em;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  color: var(--black);
  text-transform: uppercase;
  background-color: #ffe733;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.section-2 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.radio-50-percent {
  width: 100%;
  display: flex;
}

.radio-50-percent.right-margin {
  margin-right: 10px;
}

.div-block-2 {
  margin-bottom: 20px;
  display: flex;
}

.form-label-questionnaire {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
}

.radio-button {
  border-color: var(--white);
}

.section-dark {
  background-color: var(--black);
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.white-radio {
  color: var(--white);
  text-align: left;
  margin-left: 10px;
  font-size: 15px;
}

.white-radio.last {
  margin-bottom: 25px;
}

.italic-header {
  color: var(--pc-tuenup);
  font-style: italic;
  font-weight: 400;
}

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

.div-block-3 {
  display: flex;
}

.link-3 {
  color: var(--dark-slate-blue-2);
  text-decoration: none;
}

.html-embed {
  text-align: left;
  margin-bottom: 20px;
}

.contact-wrapper {
  text-align: center;
  justify-content: center;
  display: block;
}

.contact-wrapper.interior-wrapper {
  margin-top: 12px;
  margin-bottom: 69px;
}

.html-embed-2 {
  margin-bottom: 20px;
}

.dropdown-link {
  color: var(--black);
  font-weight: 700;
}

.dropdown-link:hover {
  color: var(--pc-tuenup);
}

.dropdown-link.w--current {
  color: var(--dark-slate-blue-2);
}

.subtitule {
  color: #708099;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.subtitule.white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

._50-column-form {
  width: 50%;
  background-image: linear-gradient(143deg, #001cb1, #0055eb);
  padding: 80px 40px;
}

.mini-title {
  color: #708099;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}

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

.h2.white {
  color: #fff;
  margin-bottom: 40px;
}

.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.title-name {
  color: #2d363d;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

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

.text-field-message {
  width: 100%;
  height: 85px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00d6fb;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-bottom: 32px;
  padding-left: 19px;
  font-size: 14px;
  font-style: italic;
}

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

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

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.purple-3 {
  background-image: linear-gradient(133deg, #001cb1, var(--dark-slate-blue-2));
  padding-top: 0;
  padding-bottom: 0;
}

.text-field {
  width: 48%;
  height: 45px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00d6fb;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-left: 19px;
  font-size: 14px;
}

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

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

.flex-space-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

._50-column-4 {
  width: 50%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 80px 50px;
  display: flex;
}

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

.bottom-border {
  margin-bottom: 15px;
}

.bottom-border.medium {
  margin-bottom: 10px;
}

.content-wrapper {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.medium-border {
  margin-bottom: 10px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.text-block-5 {
  width: 42%;
  border-bottom: 2px solid #00d6fb;
  margin-bottom: 50px;
  margin-right: 8%;
  padding-bottom: 10px;
  display: inline-block;
}

.text-block-5._3, .text-block-5._4 {
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.less-height {
  line-height: 24px;
}

.social-link-white {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.submit-button {
  width: 100%;
  height: 45px;
  background-image: linear-gradient(#ffe29b, #ffca41);
  border-radius: 2px;
  padding-top: 10px;
  font-size: 14px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-image: linear-gradient(#f8cc61, #ffca41);
}

.submit-button.purple {
  color: #fff;
  background-image: linear-gradient(#0cf, #0cf);
  font-weight: 500;
}

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

.top-border.medium {
  margin-top: 18px;
}

.button-4 {
  min-width: 125px;
  color: #0055eb;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0055eb;
  border-radius: 95px;
  padding: 13px 28px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #00d6fb;
  border-color: #00d6fb;
}

.left-icon-flex {
  align-items: flex-start;
  margin-right: 15px;
  padding-top: 5px;
  display: flex;
}

.text-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-small {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.text-span-3 {
  text-transform: lowercase;
}

.h3.large {
  font-size: 23px;
  line-height: 30px;
}

.h3.large.er {
  color: var(--white);
  font-size: 34px;
}

.item-2 {
  width: 90%;
  border-bottom: 1px solid #c4cbd5;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-bottom: 5px;
  display: flex;
}

.item-2.last-item {
  border-bottom-style: none;
}

.text-block-9 {
  margin-right: 5%;
  padding-right: 6%;
}

.blue-tag {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 8px 6px 5px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
}

.image-12 {
  margin-bottom: 40px;
}

.form {
  flex: 1;
}

.dropdown-link-2 {
  color: var(--black);
  font-weight: 700;
}

.button-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 60px;
  margin-top: 20px;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button-5.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.video-lightbox-button {
  width: 30px;
  height: 30px;
  float: none;
  text-align: center;
  background-color: #1f6fff;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-left: auto;
  margin-right: 5px;
  padding-top: 4px;
  padding-left: 2px;
  line-height: 20px;
  transition: transform .2s;
  display: block;
  position: static;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}

.video-lightbox-icon {
  height: 15px;
}

.link-block {
  border: 1px solid var(--white);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

.video-link-blocks {
  width: 65%;
  border: 2px solid var(--pc-tuenup);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 0 18px;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  text-align: left;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.image-13 {
  margin-bottom: 20px;
}

.video-caption {
  color: rgba(255, 255, 255, .83);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-style: italic;
}

.click-here {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 300;
}

.div-block-5 {
  height: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 14px;
  display: flex;
}

.lottie-animation {
  width: 50%;
  margin-top: -80px;
  margin-bottom: -76px;
  display: block;
}

.success {
  text-align: left;
  font-size: 60px;
  line-height: 60px;
}

.dropdown {
  z-index: 100;
}

.columns {
  margin-bottom: 20px;
}

.dropdown-list {
  background-color: #ebe9e9;
}

.dropdown-list.w--open, .dropdown-list-2 {
  background-color: var(--white-smoke-2);
}

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

.div-block-6 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.starburst-wrapper {
  margin-bottom: 60px;
  display: flex;
}

.image-14 {
  border: 2px solid var(--dark-slate-blue-2);
  border-radius: 5px;
}

.div-block-8 {
  width: 340px;
  height: 340px;
  background-image: url('../images/20200709_191353-1.jpg');
  background-position: 50% 15%;
  background-size: auto;
  border-radius: 200px;
  margin-bottom: 6px;
}

.content-wrapper-2 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(353deg, #000, rgba(0, 0, 0, 0) 75%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-detail {
  color: #b3b3b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-wrapper {
  max-width: 720px;
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-block {
  height: 300px;
  border-radius: 16px;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.content-link {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 32px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.content-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  margin: 4px;
  padding: 2px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.content-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.grid-two-column {
  width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 64px;
  line-height: 1.2;
}

.h1-heading.text-weight-medium {
  font-weight: 500;
}

.badge-red {
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading.text-weight-medium {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
}

.content-tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

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

.section-tittle {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 38px;
}

.section-tittle.subtittle {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}

.section-tittle.subtittle.white {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.container-6 {
  max-width: 1170px;
  text-align: center;
  position: relative;
}

.container-6.full {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.info-column-left {
  text-align: left;
  padding-right: 50px;
}

.column-tittle {
  color: #1c1c1c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.column-tittle.large {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.column-tittle.large._6 {
  margin-bottom: 6px;
  line-height: 32px;
}

.column-tittle.large._6.lnading {
  font-size: 32px;
  font-weight: 700;
}

.div-info.left {
  text-align: left;
  padding-right: 40px;
}

.section-divider-line {
  width: 100px;
  height: 3px;
  float: none;
  background-color: #f3d11d;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.section-divider-line.light {
  background-color: rgba(255, 255, 255, .45);
  margin-top: 18px;
  margin-bottom: 18px;
}

.section-3 {
  padding: 100px 0;
}

.section-3.products {
  background-color: #f6861f;
  position: static;
}

.section-3.products.land {
  background-color: #f6861f;
  background-image: url('../images/van.jpg'), linear-gradient(275deg, #80c240, #80c240 70%, #90f330);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 68px;
  padding-bottom: 68px;
}

.hero-button {
  width: 160px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.hero-button:hover {
  color: #f67f1f;
  background-color: #fff;
  border-color: #ebebeb;
}

.hero-button.w--current {
  border-radius: 3px;
}

.hero-button.out-line {
  margin-top: 20px;
}

.hero-button.out-line.left {
  margin-left: 0;
  margin-right: 0;
}

.hero-button.out-line.left.big-landing {
  width: auto;
  border-color: var(--dark-slate-blue-2);
  background-color: var(--dark-slate-blue-2);
  letter-spacing: 0;
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 600;
}

.hero-button.out-line.left.big-landing:hover {
  color: #f6861f;
  background-color: #fff;
}

.white {
  color: #fff;
}

.info-image-block {
  z-index: 20;
  width: 625px;
  position: absolute;
  top: -35px;
  right: -80px;
}

.info-image-block.left {
  bottom: -42px;
  left: -160px;
  right: auto;
}

.info-image-block.left._2 {
  top: -90px;
  bottom: auto;
  left: -91px;
}

.experience-timeline-list-item {
  border-left: 2px solid rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.experience-icon-block {
  z-index: 10;
  width: 55px;
  height: 55px;
  border: 3px solid var(--dark-slate-blue-2);
  background-color: var(--dark-slate-blue-2);
  text-align: center;
  border-radius: 100%;
  align-self: auto;
  margin-right: 20px;
  padding-top: 0;
  position: relative;
  top: 53%;
  left: 0;
  transform: translate(0, -50%);
}

.experience-col-right {
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 30px;
}

.experience-icon {
  height: 34px;
  margin-top: 8px;
  display: inline-block;
}

.experience-icon.piggy {
  height: 34px;
  margin-top: 8px;
}

.experience-icon.fast {
  margin-top: 5px;
  margin-left: 2px;
}

.experience-timeline-list {
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: 25px;
  display: block;
}

.experience-title {
  color: #1c1c1c;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.experience-title.middle-ittle {
  margin-top: 20px;
}

.experience-title.top1 {
  color: var(--white);
  margin-top: -4px;
  font-size: 18px;
}

.experience-item-row {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 45px;
  transition: background-color .2s;
}

.experience-item-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.experience-paragraph {
  opacity: 1;
  margin-bottom: 0;
  font-size: 15px;
}

.div-block-9 {
  height: 55px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section-hero {
    background-image: url('../images/Houses-Color.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 45px;
    margin-bottom: 0;
    padding-bottom: 98px;
  }

  .brand {
    width: 25%;
    height: 87px;
  }

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

  .section-basic {
    padding-top: 42px;
  }

  .section-basic.cta {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 36px;
    padding-bottom: 51px;
  }

  .section-basic.welcome-section {
    padding-bottom: 43px;
  }

  .all-h1-headings.hero {
    line-height: 66px;
  }

  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .cta-text {
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-quote {
    font-size: 19px;
  }

  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }

  .text-logo-lg {
    letter-spacing: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-right: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .text-logo-sm {
    letter-spacing: 4px;
    margin-left: 0;
    font-size: 16px;
    line-height: 17px;
    display: none;
  }

  ._10-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    max-width: 91%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
  }

  .image.logo-image {
    margin-top: 15px;
  }

  .image-circle {
    width: 220px;
    height: 220px;
  }

  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }

  .row-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    height: 400px;
    display: block;
  }

  .container-5.tablet {
    height: 350px;
    display: none;
  }

  .div-block.hero {
    width: 100%;
    height: 400px;
    background-position: 50% 100%;
    background-size: cover;
    display: block;
  }

  .right-welcome.left-p {
    padding-left: 10px;
  }

  .all-h4-headings-2 {
    font-size: 16px;
  }

  .section-basic-2.welcome-section {
    padding-bottom: 43px;
  }

  .all-h3-headings-2 {
    margin-bottom: 7px;
    font-size: 37px;
    line-height: 39px;
  }

  ._10-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-content.why-me {
    margin-bottom: 60px;
  }

  .title.why-me {
    font-size: 34px;
    line-height: 38px;
  }

  .bg.why-me {
    height: 15%;
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.why-me {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._50-column-4 {
    padding-top: 29%;
  }

  .video-link-blocks {
    width: 100%;
  }

  .starburst-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section-tittle {
    font-size: 35px;
  }

  .section-tittle.subtittle {
    font-size: 19px;
    line-height: 19px;
  }

  .section-tittle.subtittle.white {
    font-size: 18px;
  }

  .info-column-left {
    padding-right: 40px;
  }

  .column-tittle.large {
    font-size: 26px;
    line-height: 34px;
  }

  .info-column-right {
    padding-left: 45px;
  }

  .section-3, .section-3.products {
    padding: 50px 10px;
  }

  .section-3.products.land {
    background-position: -130%, 0 0;
    background-size: cover, auto;
  }

  .white {
    text-align: left;
  }

  .info-image-block {
    width: 477px;
    top: -4px;
    right: -41px;
  }

  .info-image-block.left {
    width: 439px;
    position: static;
    top: -8px;
    bottom: -19px;
    left: -221px;
  }

  .experience-timeline-list {
    margin-top: -10px;
  }

  .experience-title.middle-ittle {
    margin-top: 34px;
  }

  .experience-title.top1 {
    margin-top: 8px;
  }

  .experience-item-row {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/GettyImages-471569149.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 12px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .brand {
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .nav-link {
    height: 70px;
    color: #fff;
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    padding: 32px 16px;
    font-size: 15px;
    line-height: 8px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #80c240;
    font-size: 15px;
  }

  .nav-link.w--current {
    line-height: 6px;
  }

  .nav-link.w--current:hover {
    background-color: #80c240;
  }

  .nav-bar {
    padding: 0;
  }

  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic.cta {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/computer-repair4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 1000px;
    background-attachment: scroll, scroll;
  }

  .section-basic.cta.interior-cta-bg {
    padding-top: 42px;
    padding-bottom: 49px;
  }

  .section-basic.welcome-section {
    padding-bottom: 24px;
  }

  .section-basic.rates {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/windshield2.jpg');
    background-size: auto, cover;
  }

  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .all-h1-headings.hero {
    font-size: 40px;
    line-height: 44px;
  }

  .button.hero-button {
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .button.hero-button.width-full {
    display: none;
  }

  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 33px;
    line-height: 34px;
  }

  .all-h4-headings {
    margin-bottom: 34px;
    line-height: 24px;
  }

  .all-h4-headings.parts {
    line-height: 25px;
  }

  .all-paragraphs {
    text-align: center;
    margin-bottom: 12px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 37px;
    margin-bottom: 42px;
  }

  .all-paragraphs.about-paragraph.interior-p {
    padding-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 23px;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 41px;
    display: block;
  }

  .cta-text.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }

  .cta-text.rates-txt {
    padding-bottom: 6px;
    font-size: 31px;
  }

  .team-row {
    margin-top: 36px;
  }

  .testimonial-icon {
    width: 15%;
  }

  .testimonial-quote {
    margin-bottom: 36px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 30px;
  }

  .copyright {
    padding-bottom: 16px;
  }

  .social-media-link, .social-media-link.g {
    float: left;
  }

  .all-h2-headings.hero-h2 {
    margin-bottom: 11px;
    padding-left: 8px;
    font-size: 19px;
    line-height: 25px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 0;
  }

  .text-logo-lg {
    margin-top: 23px;
    padding-bottom: 2px;
    font-size: 23px;
  }

  .text-logo-sm {
    margin-left: 0;
    font-size: 18px;
  }

  .testimonial-author {
    margin-bottom: 43px;
    font-size: 14px;
  }

  .contact-column2 {
    padding-left: 10px;
  }

  ._10-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    color: #80c240;
    font-size: 42px;
  }

  .menu-button-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image {
    height: 100%;
    margin-top: 4px;
  }

  .image.logo-image {
    width: 180px;
    height: 100%;
    margin-top: 10px;
  }

  .image-circle {
    width: 160px;
    height: 160px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .unordered-list {
    margin-bottom: 0;
  }

  .bold-span.interior-b {
    font-size: 19px;
    line-height: 20px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .row-interior {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .column-contact {
    margin-bottom: 22px;
  }

  .right-welcome {
    margin-top: 29px;
    padding-left: 0;
  }

  .right-welcome.left-p {
    margin-top: 1px;
  }

  .all-paragraphs-2 {
    text-align: center;
    margin-bottom: 12px;
  }

  .about-row {
    margin-top: 41px;
  }

  .image-7 {
    margin-bottom: 65px;
  }

  .all-h4-headings-2 {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }

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

  .all-h3-headings-2 {
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 40px;
    overflow: hidden;
  }

  ._10-wrapper-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-content.why-me {
    max-width: 542px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .why-me-grid {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11.why-me {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }

  .image-11.why-me.hidden-mb {
    display: none;
  }

  .paragraph.why-me {
    max-width: none;
    margin-bottom: 30px;
  }

  .button-primary.why-me {
    display: none;
  }

  .button-primary.why-me-mobile {
    display: inline-block;
  }

  .button-primary.green {
    display: none;
  }

  .bg.why-me {
    height: 34%;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.why-me {
    padding-bottom: 56px;
  }

  .split-content.why-me-right, .split-content.why-me-left {
    max-width: none;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .contact-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._50-column-form, ._50-column-4 {
    width: 100%;
  }

  .text-block-9 {
    margin-right: 0;
    padding-right: 0;
  }

  .starburst-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-block {
    height: 520px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-tittle, .section-tittle.subtittle {
    text-align: center;
  }

  .section-tittle.subtittle.white {
    text-align: left;
    line-height: 28px;
  }

  .column-tittle.large {
    line-height: 31px;
  }

  .div-info.left {
    text-align: left;
  }

  .info-column-right {
    text-align: center;
  }

  .section-3 {
    padding: 40px 10px;
    display: block;
  }

  .section-3.products {
    height: auto;
    padding: 40px 10px;
  }

  .hero-button {
    margin-top: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
  }

  .info-image-block.left {
    width: 100%;
    margin-bottom: 25px;
    position: static;
  }

  .info-image-block.left._2 {
    width: auto;
  }

  .experience-col-left {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .experience-icon-block {
    top: 15px;
    transform: none;
  }

  .experience-col-right {
    border-left-width: 0;
    padding-left: 0;
  }

  .experience-title.middle-ittle {
    margin-top: 8px;
  }

  .experience-item-row {
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 200px;
    background-image: url('../images/banner-west-mich.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 32px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-hero.interior-pages {
    padding-bottom: 28px;
  }

  .brand {
    width: 75%;
    height: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .nav-link {
    height: 44px;
    color: #fff;
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 14px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #80c240;
    border-style: none;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: #fff;
    border-style: none;
    line-height: 8px;
  }

  .body-all-pages {
    padding-top: 59px;
  }

  .section-basic.cta {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }

  .slide {
    padding-bottom: 84px;
  }

  .all-h1-headings.hero {
    width: 85%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 23px;
    font-size: 16px;
    display: block;
  }

  .button.hero-button {
    margin-bottom: 14px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 16px 26px;
    font-size: 14px;
    display: block;
  }

  .button.free-estimate-button {
    margin-left: 0;
    margin-right: 0;
    padding: 19px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .all-h3-headings {
    font-size: 30px;
    line-height: 30px;
  }

  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }

  .all-paragraphs {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .all-paragraphs.about-paragraph.interior-p {
    font-size: 14px;
    line-height: 19px;
  }

  .cta-text {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .cta-text.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-quote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 23px;
  }

  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 10px;
  }

  .text-logo-lg {
    margin-top: 23px;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .text-logo-lg.footer-mod {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-logo-sm {
    letter-spacing: 1px;
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .testimonial-author {
    margin-bottom: 3px;
  }

  .map {
    width: 100%;
    margin-top: 36px;
    display: none;
  }

  ._10-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._10-wrapper.interior-wrapper {
    margin-bottom: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 23px 8px;
    font-size: 32px;
  }

  .menu-button-2 {
    padding: 7px 5px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding: 7px 5px;
  }

  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
    display: block;
  }

  .slide-4 {
    background-image: url('../images/GettyImages-113494458.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/5ad924699f34855b9b2fad48_GettyImages-912159408_resized.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-arrow {
    display: none;
  }

  .nav-menu {
    background-color: #da3431;
  }

  .slide-6 {
    background-image: url('../images/5ad92859b926b513c1029108_GettyImages-515219705_resized.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    height: 90%;
    float: left;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image.logo-image {
    margin-top: 9px;
  }

  .img-1 {
    height: 120px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-arrow {
    display: block;
  }

  .unordered-list {
    padding-left: 0;
  }

  .bold-span {
    font-size: 17px;
    line-height: 21px;
  }

  .bold-span.interior-b {
    font-size: 16px;
    line-height: 19px;
  }

  .image-4 {
    margin-top: 12px;
    margin-bottom: 19px;
  }

  .container-5.tablet {
    height: 200px;
  }

  .div-block.hero {
    width: 100%;
    height: 390px;
    background-image: url('../images/511c0bb15934f-copy.png');
    background-position: 2% 0;
    background-size: cover;
    margin-top: 10px;
    display: block;
  }

  .left-welcome {
    padding-left: 0;
    padding-right: 0;
  }

  .right-welcome {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .all-paragraphs-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .about-row {
    margin-top: 24px;
  }

  .image-7 {
    margin-bottom: 32px;
  }

  .all-h4-headings-2 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .section-basic-2 {
    padding-top: 29px;
  }

  .section-basic-2.welcome-section {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .all-h3-headings-2 {
    font-size: 22px;
    line-height: 32px;
  }

  ._10-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .form-label {
    margin-top: 40px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 17px;
  }

  .image-9 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .why-me-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .title.why-me {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

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

  .image-11.why-me.hidden-mb, .button-primary.green {
    display: block;
  }

  .bg.why-me {
    height: 0%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.why-me-right {
    text-align: left;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .form-label-questionnaire {
    margin-top: 40px;
    font-size: 15px;
  }

  .italic-header {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-wrapper.interior-wrapper {
    margin-bottom: 0;
  }

  .subtitule.white {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  ._50-column-form {
    padding-left: 0;
    padding-right: 0;
  }

  .h2.white {
    white-space: normal;
    font-size: 32px;
    line-height: 32px;
  }

  .text-field {
    width: 100%;
  }

  ._50-column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    width: 80%;
    margin-right: 0%;
  }

  .text-block-5._3 {
    margin-bottom: 35px;
  }

  .button-5 {
    margin-top: 10px;
  }

  .video-lightbox-button {
    width: 30px;
    height: 30px;
    margin-top: 30px;
    padding-top: 13px;
    position: static;
    top: 120%;
  }

  .video-lightbox-icon {
    height: 12px;
    margin-top: -17px;
    padding-top: 0;
  }

  .video-link-blocks {
    width: 100%;
  }

  .lottie-animation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-6, .div-block-7 {
    width: 100%;
  }

  .starburst-wrapper {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    width: 280px;
    height: 280px;
    background-position: 50% 10%;
  }

  .content-wrapper-2 {
    padding-top: 40px;
  }

  .content-block {
    height: auto;
  }

  .grid-two-column {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-heading.text-weight-medium {
    margin-bottom: 0;
    font-size: 24px;
  }

  .image-cover {
    width: auto;
    height: auto;
    max-width: none;
    overflow: hidden;
  }

  .section-tittle {
    font-size: 20px;
    line-height: 21px;
  }

  .section-tittle.subtittle {
    font-size: 14px;
  }

  .section-tittle.subtittle.white {
    margin-bottom: 20px;
  }

  .container-6.full {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-column-left {
    padding-right: 10px;
  }

  .column-tittle {
    line-height: 21px;
  }

  .column-tittle.large {
    font-size: 22px;
    line-height: 27px;
  }

  .column-tittle.large._6.lnading {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .div-info.left {
    padding-left: 10px;
    padding-right: 0;
  }

  .section-divider-line {
    margin-bottom: 20px;
  }

  .section-divider-line.light {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .section-3 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3.products {
    height: auto;
    padding-bottom: 0;
  }

  .section-3.products.land {
    background-image: url('../images/van.jpg'), linear-gradient(333deg, #80c240, #80c240 70%, #90f330);
    background-position: -130%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding: 55px 0 0;
  }

  .hero-button {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
    text-align: center;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    display: inline-block;
  }

  .hero-button.out-line.left {
    margin-bottom: 20px;
  }

  .hero-button.out-line.left.big-landing:hover {
    color: var(--pc-tuenup);
  }

  .white {
    font-size: 14px;
  }

  .info-image-block.left {
    width: 100%;
    clear: none;
    position: static;
  }

  .info-image-block.left._2 {
    height: 200px;
    background-image: url('../images/van.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }

  .experience-icon-block {
    top: 0;
  }

  .experience-title.top1 {
    font-size: 12px;
  }

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


