

.text-primary {
    color: var(--color-theme-text) !important;
}


.jumbotron {
    margin-bottom: 2rem;
    background: 0 0;
    padding-top: 5em;
}

  /* HERO */
  .cw-hero-slideshow {
    position: relative;
  }
  
  .cw-hero-wrap {
    position: relative;
    overflow: hidden;
    color: #fff;
  }
  
  /* DARK OVERLAY */
  .cw-hero-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
    pointer-events: none;
  }
  
  /* CAROUSEL */
  #heroCarousel {
    position: relative;
    z-index: 0;
  }
  
  #heroCarousel .carousel-item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  /* TEXT OVERLAY */
  .cw-text-over {
    position: absolute;
    inset: 0;
    z-index: 3;
  
    display: flex;
    align-items: center;
  }
  
  /* CONTENT */
  .cw-hero-content {
    position: relative;
    z-index: 5;
  }
  
  /* LOGO */
  .cw-small-logo {
    max-width: 260px;
    margin-bottom: 1.5rem;
  }
  
  .cw-small-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* CONTACT LINKS */
  .cw-contact-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    transition: 0.3s ease;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
  
  .cw-contact-link:hover {
    color: #0264a5;
  }
  
  /* BUTTONS */
  .cw-hero-buttons {
    margin-top: 1.5rem;
  }
  
  .cw-hero-buttons .btn {
    background: #0075C3;
    border: none;
  
    padding: 1rem 2rem;
    font-weight: 700;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    transition: 0.35s ease;

  }
  
  .cw-hero-buttons .btn:hover {
    background: #fff;
    color: #111;
    transform: translateY(-4px);
  }
  
  /* MOBILE */
  @media (max-width: 767px) {
  
    #heroCarousel .carousel-item img {
      height: 650px;
    }
  
    .cw-hero-content {
      text-align: center;
      padding: 2rem 1rem;
    }
  
    .cw-small-logo {
      max-width: 190px;
      margin: 0 auto 1.5rem;
    }
  
    .cw-contact-link {
      font-size: 1.4rem;
    }
  
    .cw-hero-buttons .btn {
      width: 100%;
      margin-right: 0;
    }
  }
  

@media (max-width: 768px) {
    .jumbotron {
        padding-top: 8em;
    }

    .jumbotron .display-3 {
        font-size: 2.5rem;
    }

    .jumbotron h2 {
        font-size: 1rem;
    }

    .jumbotron h3 {
        font-size: 1.2rem;
    }
}

/*========== TESTIMONIALS ========== */

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 25px;
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.fa .fa-quote-left {
    color: #fff !important;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #2375C1;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #15273F;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    color: #222;
    line-height: 23px;
    margin: 0;
}

.testimonial-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #FBCD22;
}

/*-- Large devices (desktops, 992px and up) --*/
@media (min-width: 992px) {
    .header-info a.wb__header-link {
        color: white;
        font-size: 1.9rem;
        padding-right: 1em;
        padding-left: 1em;
        font-weight: 700;
    }

}
