/* Header */
.header .navbar-dark .navbar-nav a.nav-link:hover {
    -webkit-box-shadow: 0 0 0 .05rem var(--header-highlight);
    box-shadow: 0 0 0 .05rem var(--header-highlight)
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #000000!important
}

.header .header-info-logo-img img {
    max-width: 185px
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0!important
}

.cw-header-info {
    padding: .5rem;
    color: #000000
}

.cw-header-info a {
    color: #000000
}

.cw-header-info a:hover {
    color: #000
}

.header a.header-business-phone,.header span {
    vertical-align: middle
}

@media(min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height:28px;
        border-radius: 50px
    }

    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        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%
    }
}

.bg-danger
 {
    background-color: #BC9969 !important;
}


/* Hero */
.heroslider-owlslider-item {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero-content {
    padding-top: 18em;
    padding-bottom: 16em;
    color: var(--color-theme-text-btn)
}

.cssvars-polyfilled .hero-content {
    color: #fcfcfc
}

.heroslider .display-4 {
    font-size: 4rem
}

@media(max-width: 1200px) {
    .heroslider .display-4 {
        font-size:2.5rem
    }

    .hero-content {
        padding-top: 10em;
        padding-bottom: 8em
    }
}

@media(max-width: 991px) {
    .hero-content {
        padding-top:7em;
        padding-bottom: 7em
    }
}

@media(max-width: 767px) {
    .heroslider-owlslider-item {
        background-position:center top;
        background-size: 113%
    }

    .cssvars-polyfilled .hero-content {
        background-color: #976246
    }

    .hero-content {
        text-align: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: var(--color-theme-secondary);
        background-image: url(https://apihoard.webit.com/api/v1/Image/BCB30A70E85D518034BA0F4B4DFCE0E7/BCB30A70E85D518034BA0F4B4DFCE0E7.jpg?size=1920x1440);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 2em;
        padding-bottom: 2em
    }

    .heroslider .display-4 {
        font-size: 2.2rem
    }
}

.heroslider .btn-outline-secondary {
    min-width: 150px
}

.heroslider .btn-outline-secondary.btn-light {
    background-color: var(--color-theme-text-btn);
    color: #000;
    border: 0
}

.cssvars-polyfilled .heroslider .btn-outline-secondary.btn-light {
    background-color: #fcfcfc;
    color: #1a1616
}

.btn-outline-secondary:before
 {
    background: var(--color-theme-secondary);
}


/* Cards */
.cssvars-polyfilled .hs-card-background {
    background-color: #976246
}

.hs-card-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: var(--color-theme-secondary);
    background-image: url(https://apihoard.webit.com/api/v1/Image/BCB30A70E85D518034BA0F4B4DFCE0E7/BCB30A70E85D518034BA0F4B4DFCE0E7.jpg?size=1920x1440)
}

.hs-card {
    width: 100%;
    padding: 1rem;
    position: relative;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out,-webkit-transform 300ms ease-out;
    transition-delay: 125ms
}

.hs-card img {
    box-shadow: 0 13px 40px -12px #000;
    height: auto;
    max-width: 100%
}

.no-svgforeignobject .hs-card img {
    width: 100%
}

.hs-card-body {
    position: relative
}

.hs-card-body .btn {
    position: absolute;
    bottom: 2em
}

@media(min-width: 800px) {
    .hs-card-container {
        -ms-flex-align:center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hs-card {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        width: 33.3333%
    }

    .hs-card-container:hover .hs-card {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .hs-card:nth-of-type(1) {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        z-index: 3
    }

    .hs-card:nth-of-type(2) {
        z-index: 2
    }

    .hs-card:nth-of-type(3) {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        z-index: 1
    }

    .hs-card-body .btn {
        display: inline-block;
        opacity: 0;
        bottom: 0;
        transition: opacity 600ms ease-out,bottom 200ms ease-out;
        transition: opacity 600ms ease-out,bottom 200ms ease-out;
        transition: opacity 600ms ease-out,bottom 200ms ease-out
    }

    .hs-card-container:hover .hs-card .btn,.no-svgforeignobject .hs-card-container .hs-card .btn {
        opacity: 1;
        bottom: 2em
    }

    .no-svgforeignobject .hs-card-container .hs-card,.no-svgforeignobject .hs-card:nth-of-type(1),.no-svgforeignobject .hs-card:nth-of-type(2),.no-svgforeignobject .hs-card:nth-of-type(3) {
        -webkit-transform: none;
        transform: none
    }
}

.btn-outline-secondary:hover {
    color: #000 !important;
}

.heroslider .hero-content h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 3);
}


/* What We Offer Page */
.bg-muted {
    background: #efefef;
}

.text-primary {
    color: var(--color-theme-primary) !important;
}

.bg-primary {
    background: var(--color-theme-primary) !important;
}

.text-wrap {
    white-space: inherit;
}

.dot {
    height: 75px;
    width: 75px;
}

.pg-services-list li::before {
    float: left;
    overflow: hidden;
    width: 23px;
    height: 23px;
    content: "";
    margin-right: 7px;
    background-image: url('https://apihoard.webit.com/api/v1/Image/2BE9E248490B38F02F2503A93C777188/2BE9E248490B38F02F2503A93C777188.png?size=1920x1440');
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 0 0;

}