﻿/* 

    Template

*/

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

    /*html * {
        border: 1px solid #ff0000
    }*/

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #000000;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* 

    Boostrap Customizations

*/

.container-xl {
    max-width: 1370px;
}


textarea {
    resize: none;
}


/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

    .skip_links a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skip_links a:focus, .skip_links a:active {
            position: static;
            left: 5px;
            top: 5px;
            width: auto;
            height: auto;
            padding: 10px 10px;
            overflow: visible;
            text-decoration: none;
            color: #000000;
            border: 1px solid #FFFFFF;
            background-color: #FCFCFC;
        } 


/* Header */

header {
    z-index: 99990;
    top: 0;
    width: 100%;
    background-color: #000;
}

    header .header-desktop {
        background-image: url('/Images/Layout/header-desktop-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

    header .header-mobile {
        background-image: url('/Images/Layout/header-mobile-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    header .contact-bar {
        font-size: 16px;
        line-height: 150%;
        color: #ffc400;
        background-color: #000;
        border-bottom: 1px solid #ffc400;
    }

        header .contact-bar .nextdoor-col {
            margin-top: -0.6px;
        }

        header .contact-bar .nextdoor-logo {
            background-color: #ffc400;
            padding: 1px 2.55px;
            border-radius: 2px;
        }

        header .contact-bar .nextdoor-logo-size {
            height: 14px;
            width: 14px;
            margin-bottom:3px;
        }

        header .contact-bar .row .col,
        header .contact-bar .row .col-auto {
            padding-top: 10px;
            padding-bottom: 10px;
            border-right: 1px solid #ffc400;
        }

        header .contact-bar .br-0 {
            border-right: 0px none !important;
        }

        header .contact-bar .bl-0 {
            border-left: 0px none !important;
        }

        header .contact-bar a,
        header .contact-bar a:visited {
            color: #ffc400;
        }

            header .contact-bar a:hover {
                color: #ffc400;
                text-decoration: none;
            }

        header .contact-bar .cc-logos {
            margin: 0 0;
            padding: 0 0;
        }

            header .contact-bar .cc-logos li {
                display: inline-block;
                margin: 0 2px;
                padding: 0 0;
                width: 26px;
            }

                header .contact-bar .cc-logos li img {
                    width: 26px !important;
                    height: auto;
                }

    header .middle-bar {
        padding: 15px 0;
    }

        header .middle-bar .desktop-logo {
            z-index: 9999;
            position: relative;
            top: -50px;
            margin-bottom: -55px;
        }

    /* Mobile Header Changes */

    header .mobile-logo {
        padding: 30px 30px 15px 30px;
    }

    header .mobile-contact {
        font-weight: bold;
        padding: 0 30px 20px 30px;
        font-size: 16px;
        line-height: 150%;
        color: #ffc400;
        text-align: center;
    }

        header .mobile-contact a,
        header .mobile-contact a:visited,
        header .mobile-contact a:hover {
            font-weight: bold;
            color: #ffc400;
            text-decoration: none;
        }

    header .mobile-cc-logos {
        padding: 0 30px 30px 30px;
        text-align: center;
    }

        header .mobile-cc-logos .cc-logos {
            font-size: 0px;
            line-height: 0px;
        }

@media (max-width : 1199px) {

    header {
    }

    #pushcontent {
        display: none;
        height: 0px;
    }
}

@media (max-width : 991px) {

    header .header-logo {
        padding-bottom: 20px;
        text-align: center;
    }

    header .header-nav {
        padding-top: 0;
        padding-bottom: 0;
    }

    header .header-contact {
        padding-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }

}

@media (max-width : 767px) {

    header .mobile-logo {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width : 800px) And (max-width : 991px) {

    header .mobile-logo {
        margin: 0 auto;
    }
}

@media (min-width : 400px) And (max-width : 799px) {

    header .mobile-logo {
        margin: 0 auto;
    }
}


/* Nav */

nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    background: #232323; /* Old browsers */
}

    nav .container-xl {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

@media (max-width : 1199px) {

    nav {
        background: #232323; /* Old browsers */
    }
}


/* Main */

main {
    color: #FFFFFF;
    background-color: #000;
}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #ffc400;
    font-size: 18px;
    line-height: 150%;
    background: #000; /* Old browsers */
}

    footer > .container-xl {
        padding-bottom: 30px;
    }

    footer h3 {
        margin-bottom: 4px;
        font-family: 'Rockwell', sans-serif;
        font-size: 140%;
        font-weight: bold;
        color: #ffc400;
        /* text-transform: uppercase; */
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 0.75rem;
        border-color: #ffc400;
    }

    footer i {
        position: relative;
        top: 2px;
        color: #ffc400;
    }

        footer i.fa-sm {
            top: -1px;
            color: #ffc400;
        }

    footer .fa-ul {
        margin-left: 2.0rem;
    }

        footer .fa-ul li {
            margin-bottom: 1rem;
        }

            footer .fa-ul li:last-child {
                margin-bottom: 0;
            }

        footer .fa-ul i {
            margin-right: 0.25rem;
        }

    footer a,
    footer a:visited {
        color: #ffc400;
    }

        footer a:hover,
        footer a:hover i {
            color: #c39600;
            text-decoration: none;
        }

    footer .card-logos {
        margin-left: 2.0rem;
    }

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 150%;
        background-color: #000000;
        border-top: 1px solid transparent;
        border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
        border-image-slice: 5;
    }



/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    width: 100%;
}

.big-photo img,
.big-photo picture {
    width: 100%;
    height: auto
}

.big-photo .img-fluid {
    width: 100%;
    height: auto;
}

    .big-picture .img-fluid {
        width: 100%;
        height: auto;
    }





/* Content Areas */

.content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #ffffe9;
    /*background-image: url('/Images/Layout/body-bg.jpg');
    background-position: top center;*/
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1.5rem;
        font-family: 'Rockwell', sans-serif;
        font-weight: bold;
        line-height: 125%;
        color: #000;
    }

    .content h1 {
        font-size: 200%;
        text-align: center;
    }

    .content h2 {
        font-size: 150%;
        margin-bottom:0;
        text-align: center;
    }

    .content h3 {
        font-size: 125%;
        text-align: center;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
        text-align: center;
    }

    .content .title-alt {
        color: #816243 !important;
    }

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

    .content .text-gold {
        color: #ffc400 !important;
    }

.content .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    color:#000;
}

.content a:not(.btn),
.content a:not(.btn):visited,
.content a:not(.btn):hover {
    text-decoration: none;
}

    .content a:not(.btn),
    .content a:not(.btn):visited {
        color: #ffae42;
    }

        .content a:not(.btn):hover {
            color: #CC7400;
            text-decoration: none;
        }

.content .btn.rounded-pill {
    border-radius: 50%;
}

    .content .photo {
        border: 1px solid #000;
    }

    .content .img-fluid {
        
    }

@media (max-width : 767px) {

    .content h1 {
        font-size: 150%;
    }

    .content h2 {
        font-size: 125%;
    }

    .content h3 {
        font-size: 100%;
    }

}

a.red-link {
    color: #CC0000 !important;
}

    a.red-link:hover {
        color: #850000 !important;
    }

/* Sections */

/* Black Bg */

.content.black-bg {
    color: #fff;
    background-color: #000;
    background-image: url('/Images/Layout/black-bg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content.black-bg h2 {
    color: #fff;
}

.content.black-bg ul li {
    color:#fff;
}

    .content.black-bg .card {
        color: #fff;
        background-color: rgba(3,12,3,0.4);
        border: 1px solid #fff;
    }

        .content.black-bg .card .btn-estimate {
            color: #ffc400;
            background-color: #232323;
            border-color: #fff;
        }

            .content.black-bg .card .btn-estimate:hover {
                color: #ffc400;
                background-color: #3f3f3f;
                border-color: #fff;
            }


/* Pattern Bg */

.content.background-bg {
    background-image: url('/Images/Layout/background-bg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .content.background-bg h2 {
        color: #fff;
    }

    .content.background-bg .card {
        color: #fff;
        background-color: rgba(3,12,3,0.6);
        border: 1px solid #fff;
    }

        .content.background-bg .card .card-header {
            background-color: rgba(3,12,3,0.6);
            padding-top: 12px;
            padding-bottom: 8px;
        }

    .content.background-bg a, .content.background-bg a:visited {
        color: #ffc400;
    }

        .content.background-bg a:hover {
            color: #d3a200;
        }

    .content.background-bg .card .btn-estimate {
        color: #ffc400;
        background-color: #232323;
        border-color: #fff;
    }

        .content.background-bg .card .btn-estimate:hover {
            color: #ffc400;
            background-color: #3f3f3f;
            border-color: #fff;
        }


/************** Star Review Section on Home Page ***********/

.fa-star {
    color: #f8901f;
}

span.review {
    color: #f8901f;
    font-weight: bold;
}


/* Grey Section */

.content.grey-bg {
    color: #000;
    background-color: #dfdfdf;
}

    .content.grey-bg .photo {
        border: 1px solid #000;
    }


    .content.grey-bg h2 {
        color: #000 !important;
    }

   /* Black Section */

.content.full-black-bg{
    background-color:#000000;
}

    .content.full-black-bg h1 {
        color: #ffc400 !important;
    }

    .content.full-black-bg h3 {
        color: #fff !important;
        
    }

.content.full-black-bg p{
    color: #FFFFFF;
}

/* Super Dark Grey section */

.content.dk-grey-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,333333+100 */
    background: linear-gradient(to bottom, #000000 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #333333 !important;
}

.dk-grey-bg .text-black {
    color: #000 !important;
}

.dk-grey-bg ul{
    color:#fff
}

.dk-grey-bg .alert.alert-danger p,
.dk-grey-bg .alert.alert-danger ul {
    color: #000 !important;
}

.content.dk-grey-bg h2{
    color:#ffc400;
}

.content.dk-grey-bg h1{
    color:#ffc400 !important;
}
.content.dk-grey-bg p{
    color:#fff !important;
}

.dk-grey-bg .btn-custom {
    background-color: #ffc400 !important;
    color:#000000;
}

    .dk-grey-bg .btn-custom:hover {
        background-color: #D6A400 !important;
        color: #000000;
    }

.dk-grey-bg .card{
    border:1px solid #ffc400;
}
    .dk-grey-bg .card-header {
        background-color: #ffc400;
    }

    .dk-grey-bg .card-header h2 {
        color: #000 !important;
    }

    .dk-grey-bg .card-body{
        background-image: url("/Images/Services/frontbg.jpg") !important;
    }

    .dk-grey-bg .card-body p{
        color: #000 !important;
    }


/* Dark Section*/

.content.dark-bg {
    background-color: #454545;
}

    .content.dark-bg .estimate-boxes .card {
        background-color: #dfdfdf;
    }


    /* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background: #232323; /* Old browsers */
}

        .marquee-bg .container-xl .col-12 {
            padding-left: 0;
            padding-right: 0;
        }

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 80px;
    background-image: url("/Images/Services/frontbg.jpg");
    background-color: #ffffff; /* Old browsers */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

    .marquee {
        font-size: 30px;
        color: #000000;
        line-height: 78px;
    }

    .marquee-background > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }

        .marquee-background > .container-xl > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .marquee-background > .container-xl > .row > .col-12 {
                padding-left: 5px;
                padding-right: 5px;
            }

    @media only screen and (max-width : 991px) {

        .marquee-background {
            top: 0;
            margin-bottom: 0;
        }

            .marquee-background .container-xl {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

            .marquee-background > .container-xl > .row > .col-12 {
                width: 100%;
            }

        .marquee-wrapper {
            border: 0 none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }
    }

    /* Swiper */

    .swiper-container {
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .swiper-slide {
        text-align: center;
    }

        .swiper-slide .img-fluid {
            width: 100%;
            height: auto;
        }

        .swiper-slide .slide-title {
            position: absolute;
            bottom: 60px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-size: 200%;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 150%;
            text-align: center;
        }

            .swiper-slide .slide-title .slide-title-text {
                align-self: center;
                padding: 1rem 2rem;
                background-color: rgba(0, 0, 0, 0.66);
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
            }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #000000;
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        background-color: #FFFFFF;
        opacity: 0.9;
    }

@media (max-width : 767px) {

    .swiper-container {
        background-color: #FFFFFF;
        border-bottom: none;
    }

        .swiper-container .swiper-pagination {
            display: none;
        }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

        .swiper-slide .slide-title {
            position: absolute;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

            .swiper-slide .slide-title .slide-title-text {
                margin-bottom: 0;
                padding: 12px 0;
                font-size: 14px;
                line-height: 25px;
                background-color: transparent;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }

}


    /* Photo Group 100% width w/no gutters */

    .photo-group-100 {
    }

        .photo-group-100 .container-fluid {
            margin: 0 0;
            padding: 0 0;
        }

        .photo-group-100 .row,
        .photo-group-100 .col,
        .photo-group-100 .col-4,
        .photo-group-100 .col-12 {
            margin: 0 0;
            padding: 0 0;
        }

        .photo-group-100 img {
            width: 100%;
        }


    /* Google Map */

    .map .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .embed-google-map {
        padding-bottom: 33%;
        color: #000000;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

    @media only screen and (max-width: 1199px) {

        .embed-google-map {
            padding-bottom: 42%;
        }
    }

    @media only screen and (max-width: 991px) {

        .embed-google-map {
            padding-bottom: 56%;
        }
    }

    @media only screen and (max-width: 767px) {

        .embed-google-map {
            padding-bottom: 75%;
        }
    }

    /* Multi-Column Lists */

    .two-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .three-col-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .four-col-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }

    @media (max-width : 767px) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            columns: initial;
            -webkit-columns: initial;
            -moz-columns: initial;
        }
    }

    @media (min-width : 768px) And (max-width : 991px) {

        .two-col-list {
            columns: initial;
            -webkit-columns: initial;
            -moz-columns: initial;
        }

        .three-col-list,
        .four-col-list {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }
    }

    /* ********************************************************************************************* */
    /* Fixes for IE 11 */
    /* ********************************************************************************************* */

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            margin-left: 0;
        }

            .two-col-list .fa-li,
            .three-col-list .fa-li,
            .four-col-list .fa-li {
                position: relative;
                display: inline-block;
                left: 0;
            }
    }

    @media (max-width : 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
    }

    /* ********************************************************************************************* */
    /* Fixes for Edge */
    /* ********************************************************************************************* */

    @supports (-ms-ime-align: auto) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            margin-left: 0;
        }

            .two-col-list .fa-li,
            .three-col-list .fa-li,
            .four-col-list .fa-li {
                position: relative;
                display: inline-block;
                left: 0;
            }
    }

/* Some custom stuff */

.captcha-group {
    padding-top: 18px;
}

@media (max-width : 991px) {

    .captcha-group {
        padding-top: 0;
    }

}

.pb-40px{
    padding-bottom:40px;
}

.alt-bg {
    background-image: url("/Images/Services/bottombg.jpg") !important;
    background-position: top !important;
    background-size: cover;
    background-repeat: no-repeat;
}

    .alt-bg .card {
        background-color: rgba(3,12,3,0.75) !important;
    }

/* Pricing Table */
.pricing-table-wrapper {
    position: relative;
}

.pricing-table-bg {
    position: absolute;
    width: 100%;
    min-height: 512px;
    max-height: 512px;
    background-image: url('/images/services/top-1920.webp?dte=20250326');
    /* background-position: top center;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-table {
    position: relative;
    width: 100%;
    height: auto;
    top: 220px;
    margin-bottom: 220px;
}

.pricing-table hr{
    width:60%;
    border:1px solid #000000
}

    .pricing-table .pricing-table-title {
        display: block;
        margin-bottom: 0;
        font-size: 32px;
        font-weight: bold;
        color: #000000;
        line-height: 100%;
    }

    .pricing-table .pricing-table-subtitle {
        display: block;
        margin-bottom: 0;
        font-size: 24px;
        color: #333333;
        line-height: 150%;
    }

    .pricing-table .pricing-table-price {
        display: block;
        margin-bottom: 0;
        font-size: 225%;
        font-weight: bold;
        color: #3e8447;
        line-height: 100%;
    }

.pricing-table-disclaimer {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-style: italic;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.btn.pricing-table-btn,
.btn.pricing-table-btn:visited {
    background-color: #000000;
    color: #ffc400;
    text-decoration: none;
}

    .btn.pricing-table-btn:hover {
        background-color: #333333;
        color: #ffc400;
        text-decoration: none;
    }

.pricing-table ul.pricing-table-features i,
.pricing-table-popup ul.pricing-table-features i {
    color: #000000;
    margin-right: 0.5rem;
}

@media (max-width : 1199px) {
    .pricing-table-bg {
        min-height: 256px;
        max-height: 256px;
    }
}

@media (max-width : 768px) {

    .pricing-table-bg {
        min-height: 386px;
        max-height: 386px;
        background-image: url(/images/services/top-768.webp?dte=20250326);
    }
}

/* Forms (Contact / Employment / Rental / Etc) */

.app-form .card {
    margin-bottom: 1.5rem;
    background-color: #161616 !important;
}

    .app-form .card .card-body {
        background-image: none !important;
        color: #ffffff;
    }

        .app-form .card .card-body p {
            color: #ffffff !important;
        }

        .app-form .card:last-child {
            margin-bottom: 0;
        }

.app-form .card-header {
    color: #000000;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #ffc400;
    font-family:Rockwell;
}

.app-form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color:#ffc400;
}

.app-form textarea {
    resize: none;
}

textarea {
    resize: none;
}

.grecaptcha-badge {
    bottom: 88px !important;
}

/* Fix for booking system links */

.hcp-button {
    cursor: pointer;
}

/* Gold Buttons */

.btn.btn-gold, .btn.btn-gold:visited {
    color: #000000;
    background-color: #ffc400;
    border-color: #ffc400;
}

    .btn.btn-gold:hover {
        color: #000000;
        background-color: #ffe034;
        border-color: #ffc400;
    }

/* Flippers */

.schedule-box {
    width: 100%;
    padding: 1.5rem 1.5rem;
    color: #000000;
    font-size: 18px;
    line-height: 150%;
    background-image: url("/Images/Services/frontbg.jpg");
    background-color: #ffffff;
    border: 3px solid #ffc400;
    border-radius: 2rem;
    overflow: hidden !important;
}

    .schedule-box p {
        color: #000000 !important;
    }

.content .schedule-box h2.schedule-box-title {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem !important;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000 !important;
}

.content .schedule-box h3.schedule-box-title {
    display: block;
    width: 100%;
    margin-bottom: 1rem !important;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000 !important;
}
