/*===================================================================================================
    Global
===================================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


:root {
    --color-theme-hghlht: #FF5F00;
    --color-primary: #0f0f0f;
}

::selection {
    background: var(--color-theme-secondary);
    color: #fff;
}

body,
p,
a {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 700 !important;
}

h1 {
    font-size: 3.5rem;
    line-height: 0.8em;
}

h2 {
    font-size: 2.6em;
    line-height: 0.8em;
}

.h5 {
    line-height: 1;
}

.font-primary,
.employees a {
    font-family: "Teko", sans-serif;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.font-secondary {
    font-family: "Raleway", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.font-body-Raleway .businessinfo label {
    font-weight: 700 !important;
    font-size: 1em;
}

sup {
    font-size: 75%;
}

.form-smtext,
.recaptcha-text {
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
}

.pg-title-center {
    text-align: center;
}

.pg-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 10px 0 15px 0;
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.pg-title-center::after {
    margin-left: auto;
    margin-right: auto;
}

.larger-text {
    font-size: 1.1em;
    line-height: 1.7em;
}

p, .businessinfo h2 span, .contact-details-info, .contact-hours, .contact-hourstime-day, .sitemap-title, .sitemap ul li {
    font-size: 1.15rem;
}

.tcpp .btn-link {
    color: #0f0f0f !important;
}
.tcpp .btn-link:hover {
    color: var(--color-theme-hghlht) !important;
}

.footer-business {
    font-size: 1.15rem !important;
}

/* Btns */
.btn {
    padding: 0.7em 1.6em;
}

button#contact-sendForm {
    padding: 0.7em 1.6em;
    font-size: 1rem;
    margin-bottom: 1.2em;
}

/* Links */
.ahi-btn-link,
.employees a {
    position: relative;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        -webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
    -o-transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
    transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
    transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
        -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.ahi-btn-link {
    padding: 5px 0;
}

.ahi-btn-link,
.employees a {
    color: var(--color-theme-secondary);
}

.ahi-btn-link-rev {
    color: var(--color-theme-text-btn);
    padding: 5px 0;
}

.ahi-btn-link:hover,
.employees a:hover {
    color: var(--color-theme-highlight);
}

.ahi-btn-link-rev:hover {
    color: var(--color-theme-border);
}

.ahi-btn-link::after,
.employees a::after {
    border-color: var(--color-theme-highlight);
    content: "";
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.ahi-btn-link-rev:hover::after {
    border-color: var(--color-theme-hghlht);
}

.ahi-btn-link:hover::after,
.employees a:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.employees a {
    font-size: 1.1em;
}


@media (min-width: 768px) {
    p, .businessinfo h2 span, .contact-details-info, .contact-hours, .contact-hourstime-day, .sitemap-title, .sitemap ul li {
        font-size: 1.35rem;
    }
    .footer-business {
        font-size: 1.35rem !important;
    }

}

@media (min-width: 1160px) {
    p {
        font-size: 1.5rem;
    }

}


/*===================================================================================================
    Logo in Navbar
===================================================================================================*/


/*===================================================================================================
    Module Padding
===================================================================================================*/

.modpad {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .modpad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .detailedlist {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 769px) {
    .modpad {
        padding-left: 25px;
        padding-right: 25px;
    }

    .detailedlist {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/*===================================================================================================
    Home - Hero & Phone Callout
===================================================================================================*/
/* Hero */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-content-container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    padding: 2em 20px;
    background: rgba(255, 255, 255, 0.95);
}

.hero {
    color: var(--color-theme-primary);
}

.hero-content h1 span {
    text-shadow: 2px 2px 3px #000;
    color: var(--color-theme-secondary) !important;
}

.hero-content a span {
    color: var(--color-theme-highlight) !important;
}

.hero-content p {
    color: #0f0f0f !important;
}


@media (min-width: 440px) {
    .hero-content h1 span {
        font-size: 3.85rem;
    }
}

/* Hide bg image on mobile */
@media (min-width: 768px) {
    .hero-img {
        min-height: 700px;
        background: url("https://apihoard.webit.com/api/v1/Image/A35C017952EEDCC9322CFBB0664EEC00/A35C017952EEDCC9322CFBB0664EEC00.jpg?size=1920x1440") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: -1px;
    }

    .hero {
        position: relative;
        overflow: hidden;
    }

    .hero-content {
        position: absolute;
        bottom: 3em;
        padding: 2.5em 2em;
    }

    .hero-content h1 {
        line-height: .9;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .hero-content {
        bottom: 2em;
        padding: 2em;
    }

    .hero-img {
        min-height: 774px;
        background: url("https://apihoard.webit.com/api/v1/Image/A35C017952EEDCC9322CFBB0664EEC00/A35C017952EEDCC9322CFBB0664EEC00.jpg?size=1280x960") no-repeat center center;
    }
}

.ahi-callout {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    margin-bottom: -1px;
}

.ahi-callout .container {
    position: relative;
    z-index: 2;
}

.ahi-callout h5 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.ahi-callout a {
    font-size: 2em;
}

.ahi-callout .ahi-bg {
    position: absolute;
    z-index: 1;
    top: -71%;
    left: -8%;
    opacity: 0.2;
}

.ahi-callout .ahi-bg img {
    max-width: 300px;
}

@media (min-width: 992px) {
    .hero-content h1 span {
        font-size: 4rem !important;
    }

    .hero-content h1 {
        line-height: .9 !important;
    }
}

@media (min-width: 1160px) {
    .hero-img {
        min-height: 900px;
        background: url("https://apihoard.webit.com/api/v1/Image/A35C017952EEDCC9322CFBB0664EEC00/A35C017952EEDCC9322CFBB0664EEC00.jpg?size=1920x1440") no-repeat center center;
    }

    .hero-content {
        bottom: 3em;
        padding: 1.5em 1em;
    }
}

@media (min-width: 1200px) {
    .hero-content {
        bottom: 5em;
        width: 543px;
    }
}

@media (min-width: 1400px) {
    .hero-content h1 span {
        font-size: 4.5rem;
    }
}


/*===================================================================================================
    Home - Services Image Accordion
===================================================================================================*/

.cw-serv-acc {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.cw-serv-acc-cont {
    max-width: 100%;
}

.cw-serv-acc-row {
    height: 100vh;
}

.cw-serv-acc__item {
    background: var(--cover);
    background-position: center center;
    background-size: cover;
    background-blend-mode: linear-gradient(180deg,
            rgba(15, 15, 15, 0) 0%,
            #111111 100%);
    position: relative;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    min-width: 2.05rem;
    transition: all 0.3s ease-in-out;
}

.cw-serv-acc__item:hover,
.cw-serv-acc__item:focus-within,
.cw-serv-acc__item:target {
    flex-grow: 2;
    width: 100%;
    background-color: transparent;
}

.cw-serv-acc__item:hover .cw-serv-acc__title--hover-hide,
.cw-serv-acc__item:focus-within .cw-serv-acc__title--hover-hide,
.cw-serv-acc__item:target .cw-serv-acc__title--hover-hide {
    max-height: 0;
    opacity: 0;
}

.cw-serv-acc__item:hover .cw-serv-acc__title--hover-show,
.cw-serv-acc__item:focus-within .cw-serv-acc__title--hover-show,
.cw-serv-acc__item:target .cw-serv-acc__title--hover-show {
    opacity: 1;
}

.cw-serv-acc__item:hover .cw-serv-acc__description,
.cw-serv-acc__item:focus-within .cw-serv-acc__description,
.cw-serv-acc__item:target .cw-serv-acc__description {
    opacity: 1;
}

.cw-serv-acc__item:hover {
    cursor: pointer;
}

.cw-serv-acc__action {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.75);
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
    text-decoration: none;
}

.cw-serv-acc__title {
    background: -webkit-linear-gradient(#FABA04, #F8A303, #F78D02, #F57602, #F46001, #F24900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto Condensed";
    margin: 0;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.cw-serv-acc__title--hover-show {
    opacity: 0;
    width: 100%;
}

.cw-serv-acc__title--hero {
    font-size: 2rem;
    line-height: 5;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}

.cw-serv-acc__aside {
    padding: 1rem;
    position: absolute;
    height: 100%;
    bottom: 0;
    writing-mode: horizontal-tb;
    transform: rotate(1deg);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.cw-serv-acc__aside:before {
    content: "+";
    color: #fff;
    margin-bottom: 1rem;
    font-size: 2rem;
    display: inline-block;
}

.cw-serv-acc__aside:after {
    content: "";
    flex-grow: 1;
    width: 1px;
    display: block;
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.cw-serv-acc__content {
    width: 100%;
    text-align: left;
    line-height: 0;
    font-size: 0;
    left: -50rem;
}

.cw-serv-acc__description {
    display: none;
}

@media (min-width: 768px) {
    .cw-serv-acc-row {
        height: 85vh;
    }

    .cw-serv-acc__title {
        font-size: 4rem;
    }

    .cw-serv-acc__title--hero {
        font-size: 3rem;
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .cw-serv-acc-row {
        height: 49vh;
    }

    .cw-serv-acc {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0 0 0;
        height: 100%;
        flex-direction: row;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .cw-serv-acc__item {
        background: var(--cover);
        background-position: center center;
        background-size: cover;
        background-blend-mode: linear-gradient(180deg,
                rgba(15, 15, 15, 0) 0%,
                #111111 100%);
        position: relative;
        flex-grow: 1;
        height: 100%;
        width: 100px;
        min-width: 2.05rem;
        transition: all 0.3s ease-in-out;
    }

    .cw-serv-acc__item:hover,
    .cw-serv-acc__item:focus-within,
    .cw-serv-acc__item:target {
        flex-grow: 2;
        width: 50%;
        background-color: transparent;
    }

    .cw-serv-acc__content {
        padding: 24rem 1.5rem 0rem 10rem;
        line-height: 4px;
        font-size: 16px;
        left: -50rem;
    }

    .cw-serv-acc__title {
        font-size: 2.6rem;
    }

    .cw-serv-acc__title--hero {
        font-size: 4rem;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: -145px;
    }

    .cw-serv-acc__aside {
        padding: 1rem;
        position: absolute;
        height: 100%;
        right: 1rem;
        bottom: 0;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (min-width: 1160px) {
    .cw-serv-acc__content {
        padding: 35rem 1.5rem 0rem 10rem;
    }
    .cw-serv-acc__title--hero {
        font-size: 5rem;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: -147px;
        margin-top: -120px;
        z-index: 1;
        position: absolute;
    }
}

@media (min-width: 1800px) {
    .cw-serv-acc__content {
        padding: 24rem 1.5rem 0rem 10rem;
    }
}

/*===================================================================================================
    Home - Schedule Form
===================================================================================================*/
.contact {
    padding-left: 10px;
    padding-right: 10px;
}

.page-home .contact,
.page-services .contact,
.page-contact-us .contact {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*===================================================================================================
    Internal Pages - Titles
===================================================================================================*/

.ahi-title {
    position: relative;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ahi-title .pg-title {
    margin-top: 15px;
}

.ahi-title .pg-title::after {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ahi-title-about {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=800x600");
    }

    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=800x600");
    }

    .ahi-title-contact {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=800x600");
    }

    .ahi-title-schedule {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=800x600");
    }
}

@media (min-width: 768px) {
    .ahi-title-about {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=1280x960");
    }

    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=1280x960");
    }

    .ahi-title-contact {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=1280x960");
    }

    .ahi-title-schedule {
        background-image: url("https://apihoard.webit.com/api/v1/Image/0E6F16D493381AE9B26E4BA8660BAB99/0E6F16D493381AE9B26E4BA8660BAB99.jpg?size=1280x960");
    }
}

.ahi-title::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.ahi-title .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .ahi-title {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

/*--- Floating links ---*/

.setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px #000000;
    box-shadow: 1px 1px 10px 1px #000000;
    z-index: 10;
    background: var(--color-theme-secondary) !important;
}

.setup:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}

#cw-contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #cb973b;
}

#cw-contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-secondary);
}