.header .navbar-dark .navbar-nav>.active .nav-link {
  color: #fff !important;
}

.header .header-info-logo-img img {
  width: 125px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
  -webkit-box-shadow: 0 0 0 0.05rem #FDB917;
  box-shadow: 0 0 0 0.05rem #FDB917;
}

.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;
  color: #E7941E;
}

.cw-header-info a:hover {
  color: #000;
}

.header .navbar-dark .navbar-nav>.dropdown.show .nav-link {
  color: #fff;
}

.header .navbar .dropdown-item.active{
  color: #fff;
}

@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav{
    width: 50%;
    top: 3em;
  }
  .header .navbar-dark .navbar-nav .nav-link {
    line-height: 28px;
    border-radius: 50px;
  }

  .header .header-info-logo-img {
    position: fixed;
    top: 30px;
    z-index: 1032;
    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: 1031;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .navbar-expand-lg .navbar-nav{
    width: 60%;
  }
}


  /* Home - Hero Section
    =================================================================================================*/

  /* Hero */
  .hero {
    background: url(https://apihoard.webit.com/api/v1/Image/DC23844DB5E57D5D3F931574CE2ADF98/DC23844DB5E57D5D3F931574CE2ADF98.jpg?size=1920x1440)
      no-repeat 65% bottom;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    padding-bottom: 7em;
    min-height: 660px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  @media (max-width: 768px) {
    .hero {
      /* padding-top: 3em;
      padding-bottom: 3em;
      min-height: 410px; */
      min-height: 501px;
    }
  }
  @media (max-width: 576px) {
    .hero {
      padding-top: 3em;
      padding-bottom: 3em;
      min-height: 381px;
      
    }
  }

  @media (max-width: 440px) {
    .hero {
      padding-top: 3em;
      padding-bottom: 3em;
      min-height: 219px;

      
    }
  }

  .hero:after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0c33689c;
  }

  .hero .hero-container {
    position: relative;
    z-index: 2;
  }

  .hero-content {
    color: #fff;
    max-width: 800px;
    margin: auto;
    text-align: center;
  }

  .hero-lines {
    position: relative;
    text-align: center;
  }
  .hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 66%;
  }

  .hero-lines::before,
  .hero-lines::after {
    content: " ";
    height: 3px;
    width: 10%;
    background: #f9b927;
    display: inline-block;
    vertical-align: middle;
  }

  .hero-headline {
    line-height: 1.15;
    font-size: 3.5rem;
  }

  @media (max-width: 567px) {
    .hero-headline {
      font-size: 2.5rem;
    }
  }

  .hero-text {
    font-size: 1.2em;
    max-width: 520px;
    margin: auto;
  }

  .hero-btm-line {
    height: 3px;
    width: 75%;
    background: #f9b927;
    margin: 25px auto;
  }

  .btn-outline-primary,
  .btn-outline-primary:focus {
    background-color: var(--color-theme-trans);
    color: var(--color-theme-text-btn);
    border-color: var(--color-theme-text-btn);
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:not([disabled]):not(.disabled).active,
  .btn-outline-primary:not([disabled]):not(.disabled):active,
  .show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-secondary);
  }

  .btn-outline-primary:before {
    background: var(--color-theme-secondary);
  }

  .btn-dark {
    background: rgba(0, 0, 0, 0.7);
  }

  .btn-dark:hover {
    color: #fff;
    background-color: rgba(0, 35, 31, 0.8);
    border-color: transparent;
  }

  /*--- Card Section ---*/

  .card-section {
    position: relative;
    bottom: 60px;
    z-index: 1;
  }

  .card-block {
    padding: 40px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  }

  .cw-mission-logo {
    width: 40%
}

@media (min-width: 280px) {
    .cw-mission-logo {
    width: 90%
}
}

@media (min-width: 768px) {
    .cw-mission-logo {
    width: 56%
}
}

@media (min-width: 992px) {
    .cw-mission-logo {
    width: 40%
}
}


.cw-home-h1 {
  font-size: 1.7rem;
}


@media (max-width: 441px) {
  .card-block {
    padding: 20px !important;
  }
}


.card-section {
  position: relative;
  bottom: 60px;
}

.card-block {
  padding: 40px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}


/* Testimonials Page */
section.testimonials {

  background-size: contain;
  padding: 20px 0;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 1em;
  text-align: center;
  border: 1px solid #ECECEC;
  border-bottom: 3px solid var(--color-theme-primary);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25), 0 9px 15px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}



h2.review-letter {
  color: #FCB916;
  margin-bottom: 0.5em;
  padding: 10px;
}


.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--color-theme-primary);
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 30px 0;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--color-theme-primary);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--color-theme-primary);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(.3) rotate(45deg);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}