h1,h2 {
    text-transform: uppercase
}

.textwithimage-circle {
    padding-top: .5em
}

.header .nav-link {
    text-transform: uppercase;
    font-weight: 400!important
}

.header .header-info-business a {
    font-size: 1.35rem
}

.header .header-info-business:before {
    font-size: 1.5rem
}

.header .header-business-phone:before {
    font-family: FontAwesome;
    content: "\f10b";
    padding-right: 0.25em;
    color: var(--color-theme-secondary)!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-business-text:before {
    font-family: FontAwesome;
    content: "\f007";
    padding-right: .25em;
    color: var(--color-theme-secondary)!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navbar .nav-link::before {
    border-width: 1px
}

#hero {
    position: relative;
    padding: 7em 0
}

#hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(16,16,16,.45)
}

#hero-divider-container {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 2
}

.slogan {
    z-index: 2
}

.slogan h1 {
    font-size: 2rem;
    line-height: 1
}

.slogan h2 {
    font-size: 2.5rem;
    line-height: 1;
    font-family: lato,sans-serif
}

@media(max-width: 768px){
    .slogan h2 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    #hero {
        padding:11em 0
    }

    .slogan h2 {
        font-size: 3.5rem
    }

    .cw-intro-text h3 {
        font-size: 2.5rem;
        line-height: 1
    }
}

.position-up {
    position: relative;
    z-index: 4
}

.bg-white {
    background: #fff
}

.page-home .galleryslideshow {
    padding: 0 0 4em
}

section:not(.page-home) .title {
    text-align: center
}

.cw-checklist li {
    display: inline-block;
    padding: .5em .75em
}

.cw-checklist li:before {
    content: "âœ”";
    margin-right: .5em;
    font-weight: 700;
    color: var(--color-theme-secondary)
}

.cw-checklist strong {
    font-size: 1.2rem
}

.page-services .detailedlist {
    padding: 0
}

.carousel {
    max-width: 850px;
    margin: 0 auto 2em;
    padding: 2em 0 3em;
    border-top: 1px solid var(--color-theme-secondary)
}

.carousel .item {
    min-height: 340px;
    color: #999;
    text-align: center;
    overflow: hidden
}

.carousel .img-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 2em 1em 1em
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview strong {
    display: block;
    padding-bottom: 1rem;
    color: #333;
    font-size: .975rem;
    text-transform: uppercase
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.carousel-indicators li {
    border: none;
    background: #e2e2e2;
    border-color: transparent
}

.carousel-indicators li.active {
    background: #888
}


   /*--- Floating links ---*/
   .cw-lets-talk {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
}

.cw-lets-talk:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

#contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary);
}

/* ------- Testimonials -------*/


.card {
    background: rgba(255,255,255,0.1);
    border: 1px solid #338735;
}

.oi_testimonial {
    color: #338735;
    font-style: italic;
    font-size: .9em
}


@media (max-width: 776px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

