.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 36px;
  font-size: 0.85rem !important;
}

.header .navbar .active > .nav-link {
  color: #111;
}

.header .container {
  max-width: 1400px;
}

.header .header-info-logo-img img {
  width: 200px;
}

.cw-header-contact {
  padding: 2px 6px;
  color: #14283e;
  font-weight: 700;
}

.cw-phone {
  color: #14283e;
}

.cw-phone:hover {
  color: #fff;
}

.cw-address {
  font-size: 0.9rem;
}

.cw-phone:before {
  display: inline-block;
  margin-right: 0.35rem;
  font-family: FontAwesome;
  content: "\f0e6 ";
  color: #fff;
  font-weight: 400;
}

.cw-address:before {
  display: inline-block;
  margin-right: 0.35rem;
  font-family: FontAwesome;
  content: "\f041";
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) {
  .cw-header-contact {
    position: fixed;
    width: 100%;
    z-index: 1040;
  }

  .cw-header-info .header-info-logo-img {
    position: fixed;
    z-index: 1040;
    top: 33px;
    background: 0 0;
  }

  nav.navbar .container {
    position: relative;
    height: 135px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    top: 3.5rem;
    z-index: 2;
  }
}

/* ======================================================================================================== */

section:not(.page-home) .title {
  background-color: #252020;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 4rem;
  text-align: center;
  color: #fff;
}

section:not(.page-home) .title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://apihoard.webit.com/api/v1/Image/CD615D3CB596DF400ABD5D351467B4D6/CD615D3CB596DF400ABD5D351467B4D6.jpg?size=1920x1440");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  align-items: center;
  overflow: hidden;
  opacity: 25% !important;
  z-index: -1;
  background-attachment: fixed;
}

/* ============================================================================================================= */
.cw-hero {
  background-image: url("https://apihoard.webit.com/api/v1/Image/B807F348F1E0305B5CAC873FE5D27F24/B807F348F1E0305B5CAC873FE5D27F24.png?size=1920x1440");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  height: 650px;
  overflow: hidden;
}

@media (min-width: 280px) {
  .cw-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color-theme-primary);
    z-index: -1;
    opacity: 70%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color-theme-primary);
    clip-path: polygon(0% 0%, 50% 0, 55% 50%, 50% 100%, 0% 100%);
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgb(255 255 255 / 37%), rgba(0, 0, 0, 0)); */
    z-index: -1;
    opacity: 70%;
  }

  .cw-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -5rem;
    background-color: var(--color-theme-highlight);
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgb(255 255 255 / 37%), rgba(0, 0, 0, 0)); */
    z-index: -1;
    /* clip-path: polygon(48% 1%, 50% 0, 60% 57%, 50% 100%, 48% 100%, 58% 58%); */
    clip-path: polygon(45% 0, 50% 0, 55% 50%, 50% 100%, 45% 100%, 50% 51%);
    opacity: 15%;
  }
  img.img-fluid.cw-hero-img {
    position: relative;
    bottom: -30px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {
}

/* ================================================================== */
.cw-cascade {
  margin: 0 auto;
  padding: 6em 0;
}

.cw-cascade:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}

.cw-cascadeText {
  z-index: 2;
}

.cw-faq {
  background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 1)
    ),
    url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_07.jpg");
  background-size: cover;
}

.cw-faq button:hover i {
  transform: rotate(90deg);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 768px) {
  h1.display-4,
  h3.display-4 {
    font-size: 5em;
    line-height: 5.2rem;
    text-shadow: 1px 3px 0px var(--color-theme-highlight);
    -webkit-text-stroke: 1px var(--color-theme-highlight);
  }

  .page-home .cw-cascade {
    padding: 5em 0;
  }

  .header .cw-h1 {
    margin-top: 160px;
  }
}

.cw-checklist li {
  display: inline-block;
  padding: 0.5rem;
}

.cw-checklist li:before {
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  color: var(--color-theme-secondary);
}
