<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Novus PHX
Theme URI: https://www.Novusphx.com
description: Theme for the Novus PHX website
Author: Marquay Smith
Author URI: https://marquaysmith.com
Version: 0.0.1
*/


@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth;
    }
}

.title-4{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#our-services .service-details-content .inner h2,
#our-services .service-details-content .inner p{
  color: #fff;
}

.bg-color-4{
  background: #dc0c32;
}

.bg-color-5{
    background: #3b8ede;
}

#clear-choice .content-box {
    gap: 20px 0;
}

figure.footer-logo.pull-left {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.owl-dots.disabled {
    display: none;
}

.header-top {
    display: none;
    position: sticky;
    top: 0;
    z-index: 99999;
}

@media only screen and (max-width: 599px) {
    .header-top {
        display: block;
    }
}


.main-header .outer-box .btn-box a.header-contact-icon {
    padding: 10px 16px;
    background: #dc0b32;
    border-radius: 50px;
    margin: 0 10px;
    color: #fff;
    display: none;
}


@media only screen and (min-width: 1201px) {
    .main-header .outer-box .btn-box a.header-contact-icon {
        display: inline-block;
    }
}

/*.content_block_5 .content-box .service-area-cities.list-item li {
    width: 30%;
}*/


.nf-sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    width: 1px;
}

div#nf-field-29-wrap {
    flex-direction: column;
}</pre></body></html>