/* --- Titles ---- */

section:not(.page-home) .cw-title {
  position: relative;
  margin-bottom: 2.5rem;
}

/*  */
section:not(.page-home) .cw-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/38%);
}

.cw-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #A77833;
  background-image: linear-gradient(
      180deg,
      var(--color-theme-primary),
      var(--color-theme-primary),
      #a7793354
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
  background-size: contain;
}

section:not(.page-home) .cw-title .cw-title-heading {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  color: #fff;
  text-shadow: 0 0 4px #000;
  text-transform: uppercase;
  max-width: 68%;
  margin: auto;
  margin-left: 1rem;
  /* float: inline-start; */
}

section:not(.page-home) .cw-title h1 {
  font-size: 2rem;
  margin: 0;
}

.cw-title-heading span.h5 {
  color: #ffffff;
  background: #A77833;
  font-size: 0.8rem;
  padding: 2px 10px;
  text-shadow: none;
  position: relative;
  /* top: 2px; */
}

.cw-title-heading p {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 15px;
  text-transform: math-auto;
  font-size: 0.7rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  section:not(.page-home) .cw-title {
    position: relative;
    margin-bottom: 2.5rem;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C059333A3502A466BB76E990ED5689F6.jpg);
    background-size: 60%;
    background-position: right center;
    background-repeat: no-repeat;
    /* padding-left: 4rem; */
  }

  .cw-title::before {
    width: 55%;
    height: 100%;
    background-size: contain;
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
  }

  section:not(.page-home) .cw-title .cw-title-heading {
    margin-left: 4rem;
    /* float: inline-start; */
  }

  section:not(.page-home) .cw-title .cw-title-heading {
    /* max-width: 33%; */
    max-width: calc(42% - 4rem);
  }

  section.page-services .cw-title {
    /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5627A95BF279313F364D8262474665FC.jpg) no-repeat center; */
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/11691D341E210936E90083EF31570CE8.jpg);
  }

  section.page-projects .cw-title {
    /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/43CC0E8945411EC2F0073DF0CB93CD8A.jpg) no-repeat center; */
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/357BFD022980894E337D5D8B0455C744.jpg);
  }

  section.page-reviews .cw-title {
    /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4CB785B05620C8DA08738AD2429DA2DB.jpg) no-repeat center; */
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/3CBED94C13530C3EEFAE5BB96A1CA047.jpg);
  }

  section.page-contact-us .cw-title {
    /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4B3F1AAF29CFED3776AB1102A914BED2.jpg) no-repeat center; */
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/8DECAB4A5E522BE30DB6D4F01991ED19.jpg);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
}

@media (min-width: 992px) {
  section:not(.page-home) .cw-title {
    padding-top: 12px;
  }

  section:not(.page-home) .cw-title .cw-title-heading {
    padding: 3.5rem 0;
  }

  section:not(.page-home) .cw-title h1 {
    font-size: 4.5rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* ----- Header -----*/

/* -------------------- Header & Nav ---------------------- */

.header .navbar, .header .navbar.bg-primary {
  height: 182px !important;
}

@media (min-width: 280px) {
  .header .navbar, .header .navbar.bg-primary {
    height: unset !important;
  }
}


@media (min-width: 992px) {
  .header .navbar, .header .navbar.bg-primary {
    height: 182px !important;
  }
}

.header .navbar .dropdown-menu {
  border-radius: 0.5vw;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.cw-header-info {
  color: var(--color-theme-background);
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.cw-header-info a:link,
.cw-header-info a:visited,
.cw-header-info a:active {
  color: var(--color-theme-background);
}

.cw-header-info a:hover {
  color: rgb(211, 211, 211);
}

.cw-rightContactInfo,
.cw-leftContactInfo {
  text-align: center;
}

.navbar .container {
  padding: 0 0.5rem;
  max-width: 100%;
  text-align: center;
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
  border-radius: 0.5vw;
  overflow: hidden;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
  color: var(--color-theme-background) !important;
}

.header .nav-link::before,
.header .navbar .dropdown-item::before {
  display: none;
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
  -webkit-transition: all 150ms 50ms ease-in-out;
  -moz-transition: all 150ms 50ms ease-in-out;
  -o-transition: all 150ms 50ms ease-in-out;
  transition: all 150ms 50ms ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
  color: var(--color-theme-text-btn);
}

.header .navbar .dropdown-item:hover {
  opacity: 1;
}

.header .navbar .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.header .navbar-toggler {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-text-btn);
  border-radius: 3rem;
  padding: 0.3rem 1.3rem 0.4rem;
}

.header .navbar-toggler:hover {
  background: var(--color-theme-highlight);
}

.header .toggle .icon-bar {
  background-color: var(--color-theme-text-btn);
}

.phone-link {
  color: var(--light-txt);
}

@media (min-width: 768px) {
  .navbar .container {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .cw-header-info {
    border-radius: 0;
    padding: 0 1rem;
    display: block;
  }

  .header .navbar-expand-lg .navbar-nav {
    right: 1.5rem;
    position: relative;
  }

  .navbar .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 9px;
    /* text-align: left; */
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    flex-grow: initial;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link,
  .header .dropdown-item {
    line-height: 30px;
  }

  .header .navbar .dropdown-item {
    text-align: left;
  }

  .header .navbar {
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .header .navbar .navbar-nav .nav-link,
  .header .navbar .navbar-nav .dropdown-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .header .navbar-brand {
    width: 290px;
    height: 70px;
  }

  .navbar .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header li.nav-item {
    margin-right: 10px;
  }

  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .header .cart-count {
    background: #f8f7f2;
    color: #000;
  }
}

/* ---- Hero ---- */
.cw-hero-main {
  position: relative;
  z-index: 11;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.17) 0%,
      #000000 100%
    ),
    url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/54FA1BFE29E2BF1B688A614E25E5C311.jpg");
  background-size: cover;
  background-position: center top;
  color: #fff;

  width: 100%;
  padding: 50px 0 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.cw-hero-main .cw-hero-row {
  align-items: flex-end;
  justify-content: center;
}

.cw-hero-main .hero__h1 .hero__preline {
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.cw-hero-main .hero__h1 .hero__preline span {
  color: #A77833 !important;
}

h1.hero__h1 {
  padding-right: 1em;
}

.cw-hero-main .hero__h1 .hero__headline {
  font-size: 2.2rem;
  line-height: 0.9;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.cw-hero-main p {
  font-size: 1em;
  border-left: 2px solid #A77833;
  padding-left: 10px;
  padding-right: 3em;
}

/*  */
.cw-hero-main .row.cw-feature-row {
  background: var(--color-theme-secondary);
  color: #fff;
  padding: 1rem 1em 2rem 1rem;
  margin-left: 0;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: 0;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 10px;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .cw-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .cw-icon img {
  max-width: 60px;
  max-height: 60px;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__headline {
  font-size: 18px;
  line-height: 1;
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__headline span {
  color: var(--color-theme-secondary);
}

.cw-hero-main .cw-feature-row .col .cw-item-wrap .info__item__subheadline {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

/* carousel */
.cw-hero-main .carousel {
  margin: 1rem 0;
}

.cw-hero-main .carousel-inner {
  border-radius: 1em;
}

.cw-hero-main .carousel .carousel-item {
  transition: transform 2.6s ease-in-out;
}

.cw-hero-main .carousel .carousel-fade .active.carousel-item-start,
.cw-hero-main .carousel .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-hero-main .hero__h1 .hero__headline {
    font-size: 3rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-hero-main {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.17) 0%,
        #000000 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/54FA1BFE29E2BF1B688A614E25E5C311.jpg");
  }

  .cw-hero-main .hero__h1 .hero__headline {
    font-size: 4rem;
  }

  .cw-hero-main .cw-feature-row .col .cw-item-wrap {
    border-right: 1px solid #BD8B37;
    margin-top: 10px;
  }

  .cw-hero-main .cw-feature-row .col:last-of-type .cw-item-wrap {
    border-right: none;
    /* margin-right: 0; */
  }

  .cw-hero-main {
    padding: 120px 0 100px;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  .cw-hero-main {
    padding: 150px 0 200px;
  }

  .cw-hero-main .carousel {
    margin: 0 0 -50px;
  }

  .cw-hero-main .cw-feature-row .col .cw-item-wrap {
    flex-flow: column;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-hero-main .carousel {
    margin-bottom: -120px;
  }

  .cw-hero-main .hero__h1 .hero__preline {
    font-size: 1.7rem;
  }

  .cw-hero-main .cw-feature-row .col .cw-item-wrap {
    flex-flow: row nowrap;
  }

  .cw-hero-main .hero__h1 .hero__headline {
    font-size: 5rem;
  }
}

@media (min-width: 1400px) {
  .cw-hero-main .hero__h1 .hero__headline {
    font-size: 6rem;
  }
}

.hero__h1 .hero__city {
  font-size: 70%;
  display: inline-block;
  font-weight: 300;
}

/* End hero */

/* ----- About ----- */

.cw-about {
  position: relative;
  background-image: linear-gradient(
      180deg,
      #fff,
      #fff,
      rgba(255, 255, 255, 0.1)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
  background-size: cover;
  color: #000;
}

.cw-about img {
  border-radius: 10px;
}

.cw-about h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .cw-about h2 {
    font-size: 2.5rem;
  }
}

/*---- About Bottom ----*/

.cw-about-bot {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4em 0 0;
}

@media (min-width: 992px) {
  .cw-about-bot {
    padding: 4em 0;
  }
}

.cw-about-bot .expand {
  animation-name: expand;
  visibility: visible;
  animation-duration: 6s;
  animation-delay: 1s;
  margin: 1em auto;
  animation-fill-mode: both;
}

@keyframes expand {
  0% {
    width: 15px;
  }

  100% {
    width: 100%;
  }
}

.cw-about-bot h3 {
  font-size: 1.15rem;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2em;
}

.cw-about-bot h3 span {
  font-size: 2rem;
  color: var(--color-theme-secondary);
  text-transform: uppercase;
  font-weight: 700;
}

.page-home .form {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 992px) {
  .page-home .form .form-wrap {
    margin-top: -31em;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .cw-about-bot h3 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .page-home .form .form-wrap {
    margin-top: -26em;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
  }
}

.page-home .form {
  padding-top: 1.5em;
}

.page-home textarea.form-control {
  height: 100px;
}

/* --- Cards --- */
.cw-parallax {
  height: 300px;
  padding-top: 3em;
  background-image: linear-gradient(45deg, #000, transparent),
    url(https://s3.amazonaws.com/fcwebmanager/Trades%20&%20Construction/SmartSites/HeroImages/0/trades_09.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.cw-over-btns {
  margin-top: -50px;
  margin-bottom: 48px;
  color: #fff;
}

.cw-over-btns .cw-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.cw-over-btns .card {
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border-radius: 6px;
  border: 0 transparent;
  overflow: hidden;
  padding: 15px 0;
}

.cw-over-btns .card i {
  font-size: 2.25rem;
  margin-bottom: 10px;
}

.cw-over-btns .card h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.cw-over-btns .card p {
  font-size: 1rem;
  margin-bottom: 0;
}

.cw-over-btns .card .cw-btn {
  background: var(--color-theme-secondary);
  border-radius: 8px;
  border-color: var(--color-theme-highlight);
  padding: 10px 15px;
  color: #fff;
}

.cw-over-btns .card .cw-btn:active {
  color: var(--color-theme-text) !important;
  border: 1px solid var(--color-theme-primary);
}

.cw-over-btns .card .cw-btn i {
  font-size: 1rem;
  margin: 0;
}

.cw-over-btns .cw-card-primary {
  background: #fff;
  color: #000;
  /* background-image: linear-gradient(180deg, #fff, #fff, rgba(255, 255, 255, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6769FC686190A34C4B4919D407E55992.png); */
  background-image: linear-gradient(
      180deg,
      #fff,
      #fff,
      rgba(255, 255, 255, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/Original/9DCC601527BAA2789947E04A3499627B.png);
  /* If you use tinyPNG or something to reduce PNG size, Original might actually be a smaller size than a h=600,w=800 or bigger image*/
  background-size: contain;
  box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .cw-card-secondary {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  /* background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c61), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png); */
  background-image: linear-gradient(
      180deg,
      var(--color-theme-primary),
      var(--color-theme-primary),
      #a779336b
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/Original/89D0FC0AE1325983E836237F3F237E00.png);
  background-size: contain;
  box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .card .card-footer {
  background: 0 0;
  border-top: transparent;
}

@media (min-width: 440px) {
  .cw-over-btns .card h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  .cw-over-btns .card h4 {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) {
  .cw-over-btns {
    margin-top: -100px;
  }

  .cw-over-btns .card h4 {
    font-size: 1.65rem;
  }

  .cw-parallax h3 {
    font-size: 3rem;
  }

  .cw-parallax p {
    max-width: 80%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .cw-over-btns .card h4 {
    font-size: 1.1rem;
  }

  .cw-over-btns .card i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .cw-over-btns .card h4 {
    font-size: 1.35rem;
  }

  .cw-parallax p {
    max-width: 50%;
  }
}

@media (min-width: 1400px) {
  .cw-parallax p {
    max-width: 41%;
  }
}

/* ---- Slider Section ------*/

.cw-portfolio {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.cw-description {
  padding: 2rem;
  background: var(--color-theme-primary);
  color: #fff;
}

.cw-description h3 {
  font-size: 1.8rem;
}

p.cw-scope {
  color: #ffe3b0;
}

.cw-portfolio .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.cw-portfolio .cw-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

.cw-portfolio .cw-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 360px;
  background: var(--color-theme-highlight);
  cursor: pointer;
}

.cw-portfolio .cw-slider::-moz-range-thumb {
  width: 6px;
  height: 360px;
  background: #fff;
  cursor: pointer;
}

.cw-portfolio .cw-slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-theme-secondary);
  left: calc(50% - 18px);
  top: calc(50% - 18px);
}

.cw-portfolio .cw-slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
}

.cw-portfolio .cw-slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
}

.cw-portfolio .background-img {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/389C22895DFE4BBC9781654F8D950F61.jpg);
  background-position: center;
}

.cw-portfolio .foreground-img {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/5627A95BF279313F364D8262474665FC.jpg);
  width: 50%;
}

.cw-testimonial span {
  color: #c3c3c3;
  padding: 10px;
  line-height: 44px;
}

@media (min-width: 430px) {
  .cw-portfolio {
    height: 430px;
  }

  .cw-portfolio .cw-slider::-webkit-slider-thumb {
    height: 460px;
  }

  .cw-portfolio .cw-slider::-moz-range-thumb {
    height: 460px;
  }
}

@media (min-width: 768px) {
  .cw-portfolio {
    height: 400px;
  }

  .cw-portfolio .cw-slider::-webkit-slider-thumb {
    height: 460px;
  }

  .cw-portfolio .cw-slider::-moz-range-thumb {
    height: 460px;
  }
}

.cw-testimonials {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.6),
      transparent
    ),
    url(https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_14.jpg);
  background-size: contain;
}

.cw-testimonials .container,
.cw-testimonials h3 {
  position: relative;
  z-index: 2;
}

.cw-testimonials h3 {
  margin-bottom: 1rem;
  color: var(--color-theme-primary);
  font-size: 2rem;
}

.cw-testimonials .card {
  position: relative;
  padding: 1.25rem 1rem 0;
  font-size: 0.85rem;
  border: 1px solid var(--color-theme-highlight);
  text-align: left;
  background: #001a39;
  color: #fff;
  border-radius: 14px 0 14px 0;
}

.cw-testimonials .fas {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: var(--color-theme-highlight);
  font-size: 22px;
}

.cw-testimonials .card-text {
  margin-bottom: 0.25rem;
}

.cw-testimonials .card-title {
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.cw-testimonials .btn {
  border-radius: 50%;
  padding: 5px 11px;
  background: var(--color-theme-secondary);
  color: #fff;
}

.cw-testimonials .carousel-item {
  padding: 1em;
  min-height: 250px;
}

.cw-testimonials .carousel .carousel-item {
  transition: transform 2.6s ease-in-out;
}

.cw-testimonials .carousel-fade .active.carousel-item-start,
.cw-testimonials .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

@media (min-width: 992px) {
  .cw-testimonials h3 {
    font-size: 2.5rem;
  }

  .cw-testimonials .card {
    font-size: 0.95rem;
  }
}

/* 
@media (min-width: 1200px) and (max-width: 1648px) {
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
} */

@media (min-width: 1648px) {
  .pg-services .pg-services-effect-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .pg-services-effect-container.pl-xl-4 {
    padding-left: 1.7em !important;
  }

  .pg-services-effect-container.pr-xl-4 {
    padding-right: 1.7rem !important;
  }
}

/* Services 
=================================================================================================*/
@media (max-width: 767px) {
  .pg-services {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  /*  background-image: url('../img/Roots/check.png');*/
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4844C4D798EC381CF8CE6F923DF54C9B.png");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.pg-services-columns {
  -webkit-columns: 2 270px;
  -moz-columns: 2 270px;
  columns: 2 270px;
}

.pg-contact {
  height: 100%;
  padding: 1.7em 1.7em 1.3em 1.7em;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.pg-contact .pg-title::after {
  background-color: var(--color-theme-text-btn);
}

.pg-contact a {
  color: var(--color-theme-text-btn);
}

.pg-contact a.line-link {
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
}

.pg-contact a.line-link::before {
  background-color: var(--color-yellow);
}

.pg-contact-container {
  padding-bottom: 15px;
}

.pg-contact-container h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.pg-contact-container p {
  margin-bottom: 5px;
}

.pg-contact-container p i {
  margin-right: 8px;
}

@media (min-width: 992px) {
  .pg-title {
    margin-bottom: 0;
  }

  .pg-contact .pg-title::after {
    margin-bottom: 0;
  }
}

/* Services - Effect List 
=================================================================================================*/
.effect-list {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 1.5em auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.effect-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 6, 0.4) 0%,
    rgba(0, 0, 6, 0.1) 100%
  );
}

.effect-list::before {
  background-color: var(--color-theme-secondary);
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.effect-list:hover::before {
  width: 100%;
}

.effect-list .effect-list-img {
  position: relative;
  display: block;
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.effect-list .effect-list-content {
  padding: 1em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}

.effect-list .effect-list-content::before,
.effect-list .effect-list-content::after {
  pointer-events: none;
}

.effect-list .effect-list-content,
.effect-list .effect-list-content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.effect-list .effect-list-content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.effect-list h2 {
  font-size: 1.1em;
  position: absolute;
  top: 1.3em;
  left: 1.3em;
  right: 1.3em;
  z-index: 3;
  padding: 0 2em 1em 0;
  color: #fff;
  text-align: left;
}

.effect-arrow {
  width: 20px;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.effect-list .effect-arrow {
  position: absolute;
  top: 1.45em;
  right: 0;
  z-index: 5;
}

.effect-list h2,
.effect-list p {
  margin: 0;
}

.effect-list .effect-list-content > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.effect-list p {
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.effect-list:hover p {
  opacity: 1;
}

.effect-list:hover .effect-list-img,
.effect-list:hover p,
.effect-list:hover .effect-arrow {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect-list:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

@media (max-width: 767px) {
  .effect-list p {
    opacity: 1;
  }

  .effect-list .effect-list-img,
  .effect-list h2,
  .effect-list p,
  .effect-list .effect-arrow {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* !!! Services Pages Half Form & Testimonials !!! */
/* <!--Use Styles with Business Info Module--> */

h1.contact-title.contact-businessname {
  /* visibility: hidden; */
}

.cw-what-we-do .cw-form {
  background: var(--color-theme-secondary);
  color: #ffffff;
  padding: 1em;
  border-radius: 1em;
}

.cw-what-we-do hr {
  border-top-color: rgba(255, 255, 255, 0.6);
}

.cw-what-we-do .display-4 {
  font-size: 1.5rem;
}

.cw-fa-list ul li::marker {
  content: "\f101  ";
  font-family: "FontAwesome";
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--color-theme-primary);
}

@media (min-width: 992px) {
  .cw-what-we-do .display-4 {
    font-size: 3.5rem;
  }
}

.testimonial {
  background: var(--color-theme-secondary);
  padding: 1em;
  display: flex;
  flex-direction: column;
  border-radius: 1em;
}

.testimonial .fa-star {
  color: #ffc107;
  margin-bottom: 20px;
}

.author {
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cw-review {
  margin-bottom: 2rem;
}

.cw-what-we-do-testimonial .row {
  align-items: center;
  display: flex;
}

.businessinfo {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* section.page-services .form-wrap {
	background-color: var(--color-theme-secondary);
	color: #ffffff;
	
	background: var(--color-theme-secondary);
	background-image: linear-gradient(180deg, var(--color-theme-primary), var(--color-theme-primary), #002a5c9e), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
	background-size: contain;
	color: #ffffff;
	padding: 4em 3em;
	border-radius: 1em;
} */

section.page-services .businessinfo label,
section.page-services .form-wrap .formDisclaimer__content-wrapper {
  color: inherit;
}

section.page-services .form-wrap .formDisclaimer__content-wrapper a {
  color: inherit !important;
}

section.page-services .form-wrap .formDisclaimer__content-wrapper a:hover {
  color: var(--color-theme-highlight) !important;
}

section.page-services .businessinfo {
  padding-top: 5em;
  padding-bottom: 0;
}

section.page-services .businessinfo {
  /* margin-top: -50px; */
}

section.page-services .contact-companyinfo,
section.page-services .contact-title {
  margin-bottom: 0;
}

:root {
  /* Root variables to reference, delete, or replace */
  --cw-form-boxHeight: auto;
}

@media (min-width: 440px) {
  section.page-services .form-wrap {
    background: var(--color-theme-secondary);
    background-image: linear-gradient(
        180deg,
        var(--color-theme-primary),
        var(--color-theme-primary),
        #002a5c9e
      ),
      url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
    background-size: contain;
    color: #ffffff;
    padding: 4em 3em;
    border-radius: 1em;
  }
}

/* @media (min-width: 330px) {
	section.page-services .businessinfo {
		margin-top: -444px;
	}
}

@media (min-width: 440px) {
	section.page-services .businessinfo {
		margin-top: -518px;
	}
} */

@media (min-width: 992px) {
  section.page-services .businessinfo {
    /* padding-top: 17em; */
    /* padding-top: 27em; */
    /* padding-top: 5em; */
    /* margin-top: -488px; */
    /* margin-top: -543px; */
  }

  .cw-what-we-do {
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
  }

  .cw-what-we-do .cw-info-box {
    pointer-events: all;
  }

  :root {
    /* Root variables to reference, delete, or replace */
    --cw-form-boxHeight: 1100px;
  }

  .cw-what-we-do,
  section.page-services .businessinfo {
    padding-top: 0;
    min-height: 1100px;
    min-height: var(--cw-form-boxHeight);
  }

  section.page-services .contact-companyinfo {
    display: none;
  }

  /* !!! Fix Form lining up with images !!! */
  /* !!! Make one for each page if you need to fix it lining up !!! */
  /* .page-storm-restoration:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -63em;
		margin-bottom: 100px;
		padding-top: 4em;
	}

	.page-roofing:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -66em;
		margin-bottom: 100px;
		padding-top: 4em;
	}

	.page-stucco:not(.page-home, .page-contact-us, .page-about-us) .businessinfo .col-lg-7 {
		margin-top: -53em;
		margin-bottom: 100px;
		padding-top: 4em;
	} */

  .page-services:not(.page-home, .page-contact-us, .page-about-us)
    .businessinfo
    .col-lg-7 {
    /* margin-top: -43em; */
    margin-bottom: 100px;
    /* padding-top: 4em; */
  }

  .cw-what-we-do-testimonial {
    margin-top: 1em;
  }

  /* section.page-services .businessinfo .col-lg-7 {
		padding: 1em;
		border-radius: 25px;
	} */
}

@media (min-width: 1200px) {
  h2.webit-forms-header {
    font-size: 3em;
    text-transform: uppercase;
  }
}

section.page-services .businessinfo h2 {
  background: var(--color-theme-primary);
  text-align: center;
  padding: 0.25em;
  border-radius: 15px 15px 0 0;
}

section.page-services .form-wrap {
  bottom: 0px;
}

section.page-services .galleryslideshow {
  padding-top: 3em;
  background: #f8f8f8;
  padding-bottom: 3em;
  margin: 3em 0;
}

/* ---- Foooter -----*/
.footer .footer-bottom-section {
  background: #323232;
}

.cw-footer {
  background: var(--color-theme-primary);
}

.footer {
  padding-top: 0.5em;
  padding-bottom: 0;
  margin-top: -2em;
}

.business-hours {
  margin-top: 15px;
  position: relative;
}

.business-hours .title {
  font-size: 20px;
  color: #bbb;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid var(--color-theme-primary);
}

.business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #333;
}

.business-hours li:last-child {
  border-bottom: none;
}

.bg-primary iframe {
  padding: 1em;
  border-radius: 2em;
}

@media (max-width: 786px) {
  .business-hours p {
    font-size: 14px;
  }

  p.text-center.text-md-start {
    font-size: 15px;
  }

  .business-hours li {
    font-size: 14px;
  }
}

.cw-testimonials .card-title {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

.cw-testimonials .btn {
  border-radius: 50%;
  padding: 0.1rem 0.5em;
}

.cw-testimonials i {
  color: #fff;
}

@media (min-width: 992px) {
  .cw-testimonials h3 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1400px) {
  .cw-testimonials .card {
    font-size: 0.95rem;
  }

  .cw-testimonials h3 {
    font-size: 3.5rem;
  }

  .textwithimage-m3 .cw-testimonials .card-text {
    font-size: 1.15rem;
  }

  .cw-testimonials .card-title {
    font-size: 1rem;
  }
}

.form-select {
  padding: 0;
}


/* Home Services */

.cw-home {
  padding: 5rem 0;
  background-color: rgb(240 240 240);
}

.cw-home h2 span {
  font-size: 1.5rem;
}

.cw-list .row {
  row-gap: 30px;
}

.cw-card {
  position: relative;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.cw-card a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.cw-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  transition: 0.4s ease;
  z-index: 1;
}

.cw-card:hover:before {
  background: linear-gradient(
    to top,
     #a77933e7,
     #a7793363
  );
}

.cw-card .cw-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cw-card:hover .cw-card-img {
  transform: scale(1.05);
}

.cw-card .cw-card-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  color: #fff;
  z-index: 2;
}

.cw-card-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.cw-card p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.cw-card button {
  padding: 0;
  background: transparent;
  color: #fff;
  border: none;
  font-weight: 600;
}

.cw-card button:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 0.5rem;
  color: #fff;
}

.cw-reasons .container {
  padding: 3rem 2rem;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
  font-size: 2.25rem;
}

.cw-reasons .lead {
  margin-bottom: 3rem;
}

.cw-reasons .fas {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.cw-reasons h4 {
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .cw-card {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .cw-card-title {
    font-size: 1.75rem;
  }

  .cw-reasons .container {
    padding: 3rem;
  }

  /* .cw-reasons h2,
  .cw-home h2 {
    font-size: 3rem;
  } */
}

@media (min-width: 992px) {
  .cw-list .container {
    max-width: 1400px;
  }
}

@media (min-width: 1200px) {
  .cw-card {
    height: 335px;
  }
}

@media (min-width: 1440px) {
  .cw-reasons .container {
    max-width: 1400px;
  }

  /* .cw-reasons h2,
  .cw-home h2 {
    font-size: 3.75rem;
  } */

  .cw-reasons .lead {
    font-size: 1.5rem;
  }
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
  display: none !important;
}

section:not(.page-contact-us) .businessinfo {
  padding-bottom: 25rem !important;
  padding-top: 0px !important;
}

section:not(.page-contact-us) .contact-companyinfo {
  margin-bottom: 0em !important;
}

section:not(.page-contact-us) .businessinfo-companyinfo-container.pt-2 {
  padding: 0px !important;
}

section:not(.page-contact-us) .contact-title {
  margin-bottom: 0em !important;
}

section:not(.page-contact-us) .pe-lg-4.pb-lg-0.pb-5 {
  padding-bottom: 2rem !important;
}

@media (min-width: 280px) {
  section:not(.page-contact-us) .businessinfo {
    padding-bottom: 2rem !important;
}
}

@media (min-width: 992px) {
  section:not(.page-contact-us) .businessinfo {
    padding-bottom: 23rem !important;
  }
}

@media (min-width: 1200px) {
  section:not(.page-contact-us) .businessinfo {
    padding-bottom: 20rem !important;
  }
}

@media (min-width: 1480px) {
  section:not(.page-contact-us) .businessinfo {
    padding-bottom: 24rem !important;
  }
}


  /*--- Floating Phone Button ---*/
  .cw-lets-talk {
    position: fixed;
    z-index: 14;
    bottom: 1em;
    right: 1.8em;
    border-radius: 25px;
    background-color: #A77833;
    color: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    font-size: 1.3rem;
}

.cw-lets-talk:hover {
    cursor: pointer;
}

.cw-lets-talk i {
    margin-right: 8px;
}