/* GLOBAL STYLES =======================================  */

/* Internal Titles === */
.title {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    background: #ececec;
    margin-bottom: 3em;
}

.page-home .list .list-img-wrap {
	padding: 25% 0
}

/* HEADER  =============================================  */

.header-business-phone {
    font-size: 2em !important;
}

/* HOME PAGE ===========================================  */

/* Hero ===  */

.display-4 {
    font-size: 4em;
}

@media (max-width: 812px) {

    h1,
    .h1 {
        font-size: 1.85rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    .display-4 {
        font-size: 2.25em;
    }

    .hero-divider {
        display: none !important;
    }
}

.hero {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url("https://apihoard.webit.com/api/v1/Image/A2B19CC847D6B9B05F510F0E2B859B65/A2B19CC847D6B9B05F510F0E2B859B65.jpg?size=800x600");
    background-position: 15% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

@media (min-width: 992px) {
    .hero {
        background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url("https://apihoard.webit.com/api/v1/Image/A2B19CC847D6B9B05F510F0E2B859B65/A2B19CC847D6B9B05F510F0E2B859B65.jpg?size=1920x1440");
        background-position: 15% bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 700px;
        position: relative;
    }
}

.jumbotron {
    background-color: transparent !important;
    border-radius: none !important;
}

.hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 102px;
    fill: #FFF;
    transform: rotate(-180deg);
}

/*========== TESTIMONIALS ========== */

#wb__reviews-1 .testimonial {
    margin: 0 20px 30px;
}

#wb__reviews-1 .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 25px;
    background: #f3f3f3;
    border: 1px solid var(--color-theme-primary);
    position: relative;
    text-align: center;
}

#wb__reviews-1 .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 var(--color-theme-primary);
    border-right: 1px solid var(--color-theme-primary);
}

#wb__reviews-1 .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--color-theme-primary);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

#wb__reviews-1 .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid var(--color-theme-primary);
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

#wb__reviews-1 .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #222222;
    line-height: 23px;
    margin: 0;
}

#wb__reviews-1 .testimonial-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

#wb__reviews-1 .testimonial .fa-star {
    /*        display: inline-block;*/
    font-size: 24px;
    color: var(--color-theme-highlight);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #wb__reviews-1 .testimonial .fa-star {
        font-size: 30px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #wb__reviews-1 .testimonial .fa-star {
        font-size: 35px;
    }
}
