/* header */

.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 400
}

.header .navbar .nav-link::before {
    border-width: 1px
}

.header-info-logo-img img {
    width: 280px
}


/* hero */

    .cw-hero {
    margin: 0 auto;
    padding: 5em 0;
	background: rgba(0,0,0,.55)

}

.cw-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,.6) */
}

.cw-heroText {
    position: relative;
    z-index: 2
}

.cw-heroText h1 {
    font-size: 2.75rem
}

.cw-hero a {
    font-size: 3rem;
    font-weight: 600;
}

@media(min-width: 900px) {
    .cw-hero {
        padding:12em 3em 12em 0
    }

    .cw-hero:after {
        background: 0 0
    }

    .cw-heroText h1 {
        font-size: 3rem;
        color: #fff!important
    }
}

@media(min-width: 1200px) {
    .cw-heroText h1 {
        font-size:4.5rem
    }

    /* .cw-heroText {
        max-width: 500px
    } */
}

/* homepage */

.svctitle{
    padding-top: 65px;
}

.page-home .list{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.list-wrap {
    margin-bottom: 1em !important;
}

.homebtn{
    margin-bottom: 75px !important;
}

.page-home .galleryslideshow{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.homebtng{
    margin-top: 65px !important;
    margin-bottom: 75px !important;
}

/* reviews */

    .cw-testimonial {
        /* margin-bottom: 2rem; */
        padding: 1rem;
        border: 1px solid #F66E0A;
    }

    .cw-testimonial p {
        padding: 1rem;
        border-left: 4px solid #DF5B15;
        background: #000;
        font-style: italic;
        font-size: .925rem
    }


    .cw-testimonial span {
        font-size: .875rem
    }

    @media(min-width: 992px) {
        .cw-testimonial {
            padding: 2rem
        }
    }

/* other */

.btn-secondary:hover{
    color: #000 !important;
}

.abtbtn{
    color: #000 !important;
}
/* homepage review*/

