.cw-heroSection {
  background: linear-gradient(rgba(187, 0, 0, 0.308), rgba(6, 47, 82, 0.329)), url(https://apihoard.webit.com/api/v1/Image/F723C57CB80777C17B917E21D65D8CB8/F723C57CB80777C17B917E21D65D8CB8.jpg?size=800x600);
  background-size: cover;
  padding: 8em 0;
}

.cw-hours {
  color: #fff;
  max-width: 460px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 27px;
  padding: 85px 15px 0;
  border: 14px solid #fff;
  border-bottom: 0;
}

.cw-hours h5 {
  font-size: 14px;
}

.cw-heroBottomTXT {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 85px;
  text-align: center;
  border: 14px solid #fff;
  border-top: 0;
}

.cw-banner h1 {
  font-size: 2rem
}

.cw-banner a.button {
  height: 80px;
  line-height: 80px;
  margin-top: 1em;
  padding: 0 2em;
  background: var(--color-theme-secondary);
  font-size: 1.25rem;
}

@media (min-width: 440px) {
  .cw-hours h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .cw-banner a.button {
    margin: 0;
    padding: 0 1em 0 3.75em;
  }

  .cw-banner a.button:before {
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-top: 0;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: var(--color-theme-primary);
    left: 0px;
    border-top-width: 80px;
    border-right-width: 60px;
    border-left-width: 0;
  }

  .cw-banner a.button:after {
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-top: 0;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: var(--color-theme-secondary);
    right: -60px;
    border-top-width: 80px;
    border-right-width: 60px;
    border-left-width: 0;
  }
}

.cw-banner a.button:focus:after {
  border-top-color: var(--color-theme-secondary);
}


.pg-services {
  background-color: #062f52;
}

@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://apihoard.webit.com/api/v1/Image/B737C7C41D0D842FC501323828ABEE42/B737C7C41D0D842FC501323828ABEE42.png?size=Original");
  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: #fff;
  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 a:hover {
  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;
}

.pg-text {
  color: #ffff;
}

@media (min-width: 992px) {
  .pg-title {
    margin-bottom: 0;
  }

  .pg-contact .pg-title::after {
    margin-bottom: 0;
  }
}


/* Parallax */
.grand-parallax {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.grand-parallax .container {
  position: relative;
  z-index: 2;
}

/* Call to Action */
.grand-parallax-cta {
  padding-top: 10em;
  padding-bottom: 9em;
  color: #fff;
  background-image: url("https://apihoard.webit.com/api/v1/Image/DEE47BC0C87F75AB113F0A07C9100A26/DEE47BC0C87F75AB113F0A07C9100A26.jpg?size=1920x1440");
}

.grand-parallax-cta .grand-scantitle {
  color: #ddd;
}

.grand-parallax-cta::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .grand-parallax-cta {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .grand-parallax-cta::after {
    background: rgba(0, 0, 0, 0.6);
  }
}

/* Titles */
.grand-scantitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--color-theme-secondary);
}

.hero .grand-scantitle,
.grand-bgtitle .grand-scantitle {
  color: #eee;
}

.grand-title {
  word-break: keep-all;
  white-space: pre-wrap;
}

.grand-title-main {
  font-size: 3rem;
  line-height: 1.2;
}

.grand-title-sub {
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .grand-title-main {
    font-size: 2rem;
  }

  .grand-title-sub {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}


.cw-faq {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 1)), url('https://apihoard.webit.com/api/v1/Image/1AE9B3EAA60A7CBA8AA11EA04BD31ABC/1AE9B3EAA60A7CBA8AA11EA04BD31ABC.jpg?size=1920x1440');
  background-size: cover;
}

.cw-faq button:hover i {
  transform: rotate(90deg);
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}


/* Reviews page */

.cw-author {
  text-align: left;
  margin-left: 1.5em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-theme-secondary);
}

.cw-testimonials-all .cw-testimonials-all-wrapper > ul {
  margin: 1.5em auto 4em auto;
}

.cw-testimonials-all .cw-testimonials-all-wrapper > ul:after {
  content: '';
  display: table;
  clear: both;
}

.cw-testimonials-all .cw-testimonials-item {
  margin-bottom: 2em;
}

.cw-testimonials-all p {
  position: relative;
  background: var(--color-theme-secondary);
  color: var(--color-theme-background);
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}

.cw-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: var(--color-theme-secondary);
}

@media only screen and (min-width: 768px) {
  .cw-testimonials-all .cw-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media only screen and (min-width: 1170px) {
  .cw-testimonials-all .cw-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}