/*-- Header --*/
.header .header-info-logo-img img {
  position: absolute;
  width: 220px;
  left: 0;
}

.header-container {
  position: relative;
  overflow: hidden;
  background: url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?size=1920x1440);
  background-size: cover;
}

#cw-logoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
}

.header .header-info {
  height: 160px;
}

.page-home .header .header-info {
  height: 600px;
}

#cw-titleBg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 330px;
}

.cw-title {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  right: .5em;
  width: 250px;
  text-align: center;
}

section:not(.page-home) #cw-titleBg,
section:not(.page-home) .cw-title {
  display: none;
}

@media(min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 220px;
  }

  .header .navbar.bg-primary,
  .header {
    background: transparent !important;
  }

  .header .header-info {
    height: 80px;
  }

  #cw-logoBg {
    position: fixed;
    z-index: 20;
    width: 470px;
  }

  nav.navbar .container {
    position: relative;
    height: 85px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    top: 1em;
  }

  .navbar.cw-scrolled .navbar-nav {
    top: 0;
    background: rgba(20, 72, 131, 0.85);
  }

  .header .header-info-logo-img img.cw-shrink {
    width: 130px;
  }

  #cw-logoBg.cw-shrink {
    width: 280px;
  }

  #cw-titleBg {
    height: 365px;
  }

  .cw-title {
    right: 1.5em;
    bottom: 1.5em;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1340px) {
  .page-home .header .header-info {
    height: 800px;
  }
}

/*.header .navbar-dark .navbar-nav .nav-link {
  line-height: 28px;
  border-radius: 50px;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
  color: #fff !important;
}

.header .header-info-logo-img img {
  width: 153px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important;
}

.cw-header-info {
  padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
  vertical-align: middle;
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: -3px;
    z-index: 2001;
    padding: 0;
  }

  nav.navbar .container {
    position: relative;
    height: 150px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }

  .cw-header-info {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
  }
}



.cw-hero {
  background: #33242B;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .8), rgba(0, 0, 0, .1)), url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?size=1920x1440);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  min-height: 550px;
  color: #fff;
  padding-top: 10em !important;
}

.hero-text p {
  text-shadow: 1px 1px 5px #000
}

.webit__parallax {
  position: relative;
  background: linear-gradient(90deg, rgba(51, 36, 43, 1), rgba(51, 36, 43, .8), rgba(51, 36, 43, .1));
  min-height: 500px;
  display: flex;
  align-items: center;
}*/

.list {
  padding-top: 5em;
  padding-bottom: 2em;
  text-align: center;
  color: #fff;
}

@media(min-width: 992px) {
  .page-home .textwithimage .lazy-image.d-block.w-100.loaded {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  }
}

@media(max-width: 768px) {
  .cw-hero {
    text-align: center;
    padding-top: 2em !important;
  }

  h3.text-uppercase.text-primary {
    text-align: center;
  }

  h1.display-3.text-uppercase {
    font-size: 2.5em;
    text-align: center;
  }

  h2.display-4.text-uppercase.mb-3 {
    font-size: 2em;
  }
}

/*----- FAQ Page -----*/
    .collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 1em;
    background: var(--color-theme-background);
    color: var(--color-theme-text);
    border-bottom: 1px solid var(--color-theme-border);
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 700
}

.collapse-header:hover,.collapse-header:not(.collapsed) {
    color: var(--color-theme-primary)
}

.collapse-header::after {
    content: "+";
    position: absolute;
    z-index: 3;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    font-size: 1.5em;
    line-height: 1em;
    transition: .2s;
    color: var(--color-theme-primary)
}

.collapse-header.collapsed::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.collaspe-content {
    padding: 1.5rem 1em;
    border-bottom: 1px solid var(--color-theme-border)
}