:root {
    --primary-color: #b42d33;
    --secondary-color: #4bd2cc;
    --secondary-contrast: #2db4ae;
    --tertiary-color: #071013;
    --body-text-color: #595959;
    --body-font: "Montserrat", sans-serif;
    --sec-font: "Libre Baskerville", serif;
    --white: #fff;
    --black: #000;
    --gray-100:#ccc;
    --gray-200:#f6f6f6;
    --gray-300:#737373;
}

/* Typographical Elements */
body {
    color: var(--body-text-color);
    font-family: var(--body-font);
    font-size: 18px;
    margin: 0 auto;
    display: block;
    line-height: 1.5;
}

a, a:focus, a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:link, a:visited {
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

p {
    margin: 0 0 25px;
    position: relative;
}

ol, ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

li {
    list-style-type: disc;
}

hr {
    border: none;
    border-top: 1px solid var(--gray-100);
    margin: 30px 0;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 0 0 30px;
    padding: 20px;
    background-color: #f3f3f3;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--tertiary-color);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: var(--body-font);
}

h1 {
    font-size: 35px;
    margin: 0 0 50px;
    position: relative;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h1:after {
    background-color: var(--secondary-color);
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 2px;
    width: 30px;
}

h1.has-text-align-center:after {
    margin: 0 auto;
}

body:not(.home) h1.wp-block-heading:before {
    display: block;
    font-size: 18px;
    color: var(--primary-color);
    content: 'Serving Kirkland and Surrounding Areas';
    text-transform: uppercase;
}

/* Forms */
form {
    position: relative;
}

input, select, textarea {
    border: 1px solid #e1e1e1;
    color: #636363;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
    font-family: inherit;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}

select::-ms-expand {
    display: none;
}

::-ms-input-placeholder {
    color: #636363;
}

:-ms-input-placeholder {
    color: #636363;
}

::placeholder {
    color: #636363;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: var(--secondary-color);
    border-radius: 5px;
    padding: 15px 25px;
    width: initial;
    font-family: var(--body-font);
    transition: all .5s;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
    background: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.wpcf7-form-control-wrap[data-name="acceptance"] {
    display: inline-block !important;
}

span.wpcf7-list-item-label {
    text-transform: initial;
    font-family: var(--gray-300);
}

.wpcf7-acceptance span {
    margin: 0;
}

/* Site Container */
.site-container {
    background: url(/wp-content/uploads/2025/06/bg-pattern.jpg) repeat;
    width: 100%;
    clear: both;
}

.home .site-inner {
    background: transparent;
}

.site-inner {
    background: url(/wp-content/uploads/2025/06/content-bg.png) no-repeat left bottom;
    clear: both;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    padding: 0;
}

.content-sidebar-wrap {
    width: 100%;
    max-width: 1430px;
    padding: 100px 15px 100px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 5;
}

/* Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

/* Common Classes */
.c-white, .c-white a {
    color: var(--white);
}

.c-black, .c-black a {
    color: var(--tertiary-color);
}

.c-gray, .c-gray a {
    color: var(--gray-100);
}

.c-dgray, .c-dgray a {
    color: var(--gray-200);
}

.c-red, .c-red a {
    color: var(--primary-color);
}

.subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.section-container {
    padding: 30px 15px;
}

.site-wrap .inner-with {
    padding: 0;
    width: 100%;
    position: relative;
    clear: both;
}

.background-element {
    background-repeat: no-repeat;
}

.background-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-top-center {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-left-cover {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-right-cover {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-bottom-cover {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-left-contain {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-image-bottom-contain {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-image-right-bottom-inherit {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-image-right-center-inherit {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-image-top-center-contain {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-flex-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

.site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
}

.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-left {
    -webkit-justify-content: left;
    -ms-flex-pack: inherit;
    justify-content: left;
    align-items: inherit;
    flex-wrap: wrap;
}

.justify-content-right {
    -webkit-justify-content: right;
    -ms-flex-pack: inherit;
    justify-content: right;
    flex-wrap: wrap;
}

.justify-content-center-right {
    -webkit-justify-content: right;
    -ms-flex-pack: inherit;
    justify-content: right;
    flex-wrap: wrap;
    align-items: center;
}

.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}

.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

.gap40 {
    gap: 40px;
}

a.site-btn {
    border-radius: 5px;
    color: var(--white);
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 14px;
    min-width: 150px;
    text-transform: uppercase;
    border: 2px solid var(--primary-color);
}

a.site-btn i {
    font-size: 14px;
}

a.btn-hvr:hover {
    color: var(--tertiary-color);
    border: 2px solid var(--secondary-color);
}

a.btn-hvr:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -2;
}

a.btn-hvr:before {
    background-color: var(--secondary-color);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(.19, .79, 1, .97);
    -o-transition: all 0.4s cubic-bezier(.19, .79, 1, .97);
    transition: all 0.4s cubic-bezier(.19, .79, 1, .97);
}

a.btn-hvr:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

a.btn-one {
    background: var(--tertiary-color);
    color: var(--white);
    border: 2px solid var(--tertiary-color);
}

a.btn-two {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    border: 2px solid var(--secondary-color);
    box-shadow: 0px 10px 20px 0px rgba(75, 210, 204, .25);
}

a.btn-three {
    background-color: transparent;
    border: 2px solid var(--secondary-contrast);
    color: var(--secondary-contrast);
}

a.btn-four {
    background-color: var(--white);
    border: 2px solid var(--white);
    color: var(--tertiary-color);
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.relative {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.divider:after {
    background-color: var(--secondary-color);
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 30px;
}

.section-title.divider {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.section-subtitle {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
}

.section-desc {
    font-size: 20px;
    margin-bottom: 18px;
}

.section-alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    1
    max-width: 100vw;
}

.section-alignwide {
    padding: 60px 0;
    max-width: 100vw;
    margin-left: calc(-100vw / 10 + 100% / 10);
    margin-right: calc(-100vw / 10 + 100% / 10);
}

.full-width {
    width: 100%;
}

.inner-width {
    display: block;
    max-width: 1430px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.show-item-mobile {
    display: block;
}

.hide-item-mobile {
    display: none;
}

.mobile-center {
    text-align: center;
}

.full-padding {
    padding: 100px 15px;
}

.vertical-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vertical-padding-med {
    padding-top: 60px;
    padding-bottom: 60px;
}

.side-padding, .side-padding-med {
    padding-right: 15px;
    padding-left: 15px;
}

.vertical-bottom-padding {
    padding-bottom: 100px;
}

.vertical-top-padding {
    padding-top: 100px;
}

.bg-white {
    background-color: var(--white);
}

.bg-lgray {
    background-color: var(--gray-100);
}

.bg-black {
    background-color: var(--black);
}

.clr {
    clear: both;
    padding: 20px 0;
}

.o-hidden {
    overflow: hidden;
}

.d-hidden {
    display: none;
}

.dark-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .50);
    z-index: 1;
}

.sec-font {
    font-family: var(--sec-font);
}

span.br {
    display: block;
}

.slide-control .left, .slide-control .right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: right;
    color: var(--tertiary-color);
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    transition: all 0.6s ease;
    background-color: rgba(255, 255, 255, .30);
    padding: 6px 13px;
    border-radius: 5px;
}

.slide-control > div {
    padding: 12px 20px !important;
}

.slide-control .left {
    left: 0px;
}

.slide-control .right {
    right: 0px;
}

.slide-control > div:hover {
    background-color: var(--primary-color);
    background-color: rgba(180, 45, 51, .70);
    color: var(--white);
}

.hide-text-label {
    display: none;
}

/* Breadcrumbs  */
.breadcrumbs {
    position: relative;
    z-index: 3;
}

.breadcrumbs .inner-with {
    z-index: 4;
}

.breadcrumbs .breadcrumb {
    border: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.breadcrumbs .bc-wrap {
    color: var(--white);
}

.breadcrumbs .breadcrumb-link-wrap a {
    display: inline-block;
}

.breadcrumbs .breadcrumb-link-wrap a, .breadcrumbs .breadcrumb-link-wrap a .home-icon, .breadcrumbs .breadcrumb-link-wrap a:hover, .breadcrumbs .breadcrumb-link-wrap a:hover .home-icon:after {
    color: var(--white);
}

.breadcrumbs .separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #808080;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 7px;
}

.breadcrumbs .home-icon {
    background: var(--primary-color);
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
}

.breadcrumbs .separator {
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    padding: 0px 10px;
    position: relative;
}

.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
}

.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 39px;
    font-weight: 700;
    text-align: left;
}

/* Titles */
.archive-description .entry-title, .entry-title, .archive-title, .author-box-title {
    margin-bottom: 50px;
}

.entry-title {
    font-size: 30px;
    color: var(--tertiary-color);
}

.entry-title a {
    color: var(--tertiary-color);
    text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
    color: var(--secondary-color);
}

.single .entry-title, .archive .archive-title {
    font-weight: 700;
    text-align: center;
}

.single .entry-title:after, .archive .archive-title:after {
    margin: 0 auto;
}

.entry-comments {
    padding: 60px 0 0;
}

.entry-footer .entry-meta {
    border-top: 1px solid var(--primary-color) !important;
}

/* WordPress */
.alignleft, .alignright, iframe.alignleft {
    float: none !important;
    text-align: center;
    margin: 0 auto 20px !important;
}

img.centered, .aligncenter {
    margin: 0 auto !important;
    text-align: center;
}

.wp-block-columns .aligncenter {
    margin: 0px auto 0px !important;
}

a.alignleft, img.alignleft, .wp-caption.alignleft, a.alignright, img.alignright, .wp-caption.alignright {
    margin: 15px auto;
    display: block;
}

/* Display outline on focus */
:focus {
    color: initial;
    outline: transparent solid 0px;
}

/* CF7 */
.form-container .form-field br {
    display: none;
}

.form-container .form-title {
    padding: 20px 15px;
    font-size: 35px;
    line-height: 1;
}

.form-container .form-field-item.form-field-submit {
    margin-top: 20px;
}

.form-container .wpcf7-acceptance label {
    display: block;
}

.form-container .form-field .form-field-item input {
    padding: 12px 20px 12px 20px;
}

.form-container .form-field .form-field-item select {
    padding: 12px 35px 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-color) 50%), linear-gradient(135deg, var(--primary-color) 50%, transparent 50%), linear-gradient(to right, var(--primary-color), var(--primary-color));
    background-position: calc(100% - 29px) calc(1.1em + 4px), calc(100% - 24px) calc(1.1em + 4px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}

.form-container textarea {
    height: 100px;
    font-family: inherit;
}

.form-container .form-field-message {
    min-height: 41px;
}

.form-container .form-field-message textarea {
    height: 100px;
    padding: 20px;
}

.form-container input, .form-container select, .form-container textarea {
    font-size: 14px;
    background-color: var(--white);
    border: 0;
    border: 1px solid #ddd;
    color: #636363;
    border-radius: 5px;
}

.form-container .wpcf7-form-control-wrap {
    display: grid;
}

.recaptcha-note, .recaptcha-note a {
    line-height: 1.4;
    margin: 20px 0;
}

.form-field-disclaimer {
    line-height: 1.4;
    padding: 5px 0;
    margin: 0 !important;
}

.recaptcha-note, .form-field-disclaimer {
    color: var(--gray-300);
    font-size: 12px;
}

.recaptcha-note a, .recaptcha-note a:hover, .form-field-disclaimer a, .form-field-disclaimer a:hover {
    color: var(--gray-300);
}

.form-container .form-field-item.form-leads, .form-container .form-field-item.form-field-submit, .form-container .form-field-item.form-field-message, .form-container .form-field-item.form-recaptcha, .form-container .form-submit p {
    margin: 0;
}

.form-container .form-field .form-field-item input:focus, .form-container .form-field .form-field-item textarea:focus, .form-container .form-field .form-field-item select:focus, .form-container .form-field .form-field-item input:hover, .form-container .form-field .form-field-item textarea:hover, .form-container .form-field .form-field-item select:hover {
    border: 1px solid rgba(244, 244, 244, .15);
    background-color: var(--tertiary-color);
    color: var(--gray-300);
}

.form-container .form-field-item {
    margin: 0 0 10px;
}

.wpcf7-spinner {
    position: absolute !important;
    bottom: 13px;
    right: 5%;
    margin: 0 auto !important;
    z-index: 2;
}

.fields-container select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--secondary-color) 50%), linear-gradient(135deg, var(--secondary-color) 50%, transparent 50%), linear-gradient(to right, var(--secondary-color), var(--secondary-color));
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}

.grecaptcha-badge {
    visibility: hidden;
}

span.ajax-loader {
    position: absolute !important;
    display: block !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 2px 5px;
    right: 11px;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #dc3232 !important;
    background-color: #dc3232;
    color: var(--white) !important;
    font-size: 12px !important;
    width: max-content;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    top: 100%;
    border-width: 5px;
    border-color: #dc3232 transparent transparent;
    border-style: solid;
    left: 10px;
}

div.wpcf7-response-output {
    padding: 10px !important;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    border: 2px solid #e50000 !important;
    background: #ff0000;
    margin: 0 !important;
    position: absolute !important;
    bottom: -55px;
    left: 0;
    right: 0;
    z-index: 2;
}

.form-wrap div.wpcf7-response-output {
    bottom: -65px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background-color: #46b450 !important;
}

.frm-fields.col-md-8.cc span.wpcf7-not-valid-tip {
    top: 80%;
}

.site-form {
    width: auto;
    height: 100%;
    text-align: left;
}

.form-wrap {
    background: #f5f5f5;
    padding: 20px;
}

.form-wrap .recaptcha-note, .form-wrap .recaptcha-note a {
    color: var(--body-text-color);
}

.wpcf7-submit {
    background-color: var(--secondary-color);
    border: 0 !important;
    color: var(--tertiary-color);
    min-width: 150px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgba(75, 210, 204, .25);
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
    border: 0 !important;
    background: var(--secondary-color) !important;
    color: var(--black);
}

.show-text-label {
    font-size: 12px;
    color: var(--white);
}

.show-text-label span {
    color: var(--primary-color);
}

/* SFS Gallery */
.slmp-gallery h2, h2.slmp-video {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.popup-image-title {
    display: none;
}

.slmp-popup-close:before, .item-popup-count, .popup-image-title {
    color: var(--white) !important;
}

.slmp-popup-image-wrap {
    overflow: auto;
}

.slmp-image-item {
    border-radius: 0;
    height: 285px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slmp-image-item, .slmp-grid-image.slmp-text-center.slmp-relative {
    overflow: hidden;
    height: 414px;
}

.slmp-display-image.slmp-grid-display-image.slmp-site-flex.slmp-justify-content-left.slmp-relative {
    justify-content: center;
}

.slmp-category-navigation {
    margin-top: 20px;
    margin-bottom: 50px !important;
    padding-bottom: 0 !important
}

.slmp-category-navigation .slmp-cat-title {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 5px;
    color: var(--tertiary-color) !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px 10px;
    min-width: initial !important;
    padding: 15px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

.slmp-category-navigation .slmp-cat-title:hover, .slmp-category-navigation .slmp-cat-title:focus, .slmp-category-navigation .slmp-cat-title.active {
    background-color: var(--tertiary-color) !important;
    border: 0 !important;
    color: var(--white) !important;
}

.slmp-category-navigation .slmp-cat-title:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #a6a6a6;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -20px;
}

.slmp-category-navigation .slmp-cat-title:last-child:after {
    display: none;
}

.slmp-gallery .slmp-image-item .slmp-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slmp-image-item img {
    min-height: 415px;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    overflow: hidden;
}

.slmp-image-item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.popup-image-title {
    padding: 2px 0px !important;
}

.slmp-popup-slide-right {
    border-left: 15px solid var(--white) !important;
}

.slmp-popup-slide-left {
    border-right: 15px solid var(--white) !important;
}

.slmp-popup-image-count, .slmp-popup-image-item.active {
    background-color: transparent !important;
}

.slmp-gallery .slmp-gallery-load-more button {
    background-color: var(--tertiary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    min-width: 100px !important;
    padding: 15px 20px !important;
    border-radius: 10px;
    position: relative;
}

.slmp-gallery .slmp-image-label {
    left: 30px;
    right: 30px;
    bottom: 50px;
    padding: 15px 10px;
    background-color: rgba(7, 16, 19, .90);
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-label {
    bottom: auto;
    left: auto;
    right: 0;
    border-radius: 0px;
    position: relative;
    background-color: var(--tertiary-color);
    padding: 20px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item {
    overflow: initial;
    padding: 0 30px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item img {
    height: 450px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item, .slmp-gallery.slmp-slide-gallery .slmp-grid-image.slmp-text-center.slmp-relative {
    height: 480px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item img {
    border-radius: 10px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-image {
    overflow: hidden;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item .slmp-image {
    background-color: var(--tertiary-color);
    padding: 0;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow, .slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow {
    background-image: none;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    border-radius: 5px;
    font-size: 18px;
    left: -130px;
    padding: 15px 19px;
    border: 1px solid #acafb0;
    color: var(--tertiary-color);
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow {
    left: -130px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border-radius: 5px;
    font-size: 18px;
    right: -130px;
    padding: 15px 19px;
    border: 1px solid #acafb0;
    color: var(--tertiary-color);
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow {
    right: -130px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow:hover:before, .slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow:hover:before {
    background-color: rgba(180, 45, 51, .70);
    color: var(--white);
    border: 1px solid transparent;
}

/* Video Slider */
.slide-video-listing {
    max-width: 800px;
    margin: 0 auto 100px;
}

.slide-video-listing .slide-video-list {
    padding: 70px 60px;
}

.slide-video-list iframe {
    background: var(--white);
    padding: 10px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.22);
}

/* Header Menu */
.site-header .title-area img {
    height: auto;
}

.site-title a, .site-title a:focus, .site-title a:hover {
    color: #333333;
    text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.mob-dot-toggle {
    color: var(--white);
    cursor: pointer;
    font-size: 22px;
    padding: 9px 15px;
    position: absolute;
    left: 0;
    top: 69px;
}

.window_scrolled .mob-dot-toggle {
    top: 59px;
    color: var(--tertiary-color);
}

.mobile-dots-items {
    background-color: var(--tertiary-color);
    font-size: 15px;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 129px;
    height: 100%;
    overflow-y: scroll;
    padding: 15px 15px 150px 15px;
    z-index: 2;
}

.window_scrolled .mobile-dots-items {
    top: 48px;
    padding: 15px;
}

.mobile-dots-items .mob-item {
    padding-left: 25px;
    margin-top: 5px;
}

.mob-item.site-name:before, .mob-item.site-location:before, .mob-item.site-number:before, .mob-item.site-email:before, .mob-item.site-time:before, .mob-item.site-social-media:before, .mob-item.site-license:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.mob-item.site-name:before {
    content: "\f015";
}

.mob-item.site-location:before {
    content: "\f3c5";
    left: 3px;
}

.mob-item.site-number:before {
    content: "\f095";
}

.mob-item.site-email:before {
    content: "\f0e0";
}

.mob-item.site-time:before {
    content: "\f017";
}

.mob-item.site-social-media:before {
    content: "\f1e0";
    top: 10px;
}

.mob-item.site-license:before {
    content: "\f2c1";
    left: 2px;
}

/* Site Navigation */
.genesis-nav-menu {
    padding: 0;
}

.genesis-nav-menu a {
    color: var(--white);
    padding: 11px 30px 11px 10px;
    border-bottom: 1px solid var(--white);
    font-weight: 700;
}

.genesis-nav-menu a, .genesis-nav-menu .sub-menu a {
    font-size: 15px;
}

.genesis-nav-menu .sub-menu a {
    background-color: var(--primary-color);
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    text-decoration: none;
    background-color: var(--white);
    color: var(--tertiary-color);
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

/* Responsive Menu */
.genesis-responsive-menu {
    display: none;
    position: relative;
}

.menu-toggle {
    background: transparent;
    margin-bottom: 0;
    max-width: 100%;
    width: auto;
    padding: 0px 0;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 55px;
    transition: all 0.6s ease;
}

.window_scrolled .menu-toggle {
    top: -9px;
    color: var(--tertiary-color);
}

.menu-toggle, .sub-menu-toggle {
    color: var(--white);
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    color: var(--white);
}

button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 17px 15px;
    line-height: 1;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: color .1s ease-in;
    display: inline-block;
    top: 0px;
}

button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 17px 15px;
}

button.menu-toggle:before, .menu-toggle.activated::before {
    color: var(--white);
}

.window_scrolled button.menu-toggle:before, .window_scrolled .menu-toggle.activated::before {
    color: var(--tertiary-color);
    top: -5px;
    padding: 15px 15px;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.menu-toggle::before {
    float: left;
    margin-right: 0px;
    position: relative;
    text-rendering: auto;
    top: 8px;
}

.sub-menu-toggle {
    position: absolute;
    max-width: 100%;
    width: auto;
}

.sub-menu-toggle:before {
    content: "\f0da" !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    color: var(--white) !important;
}

.sub-menu-toggle::before {
    display: inline-block !important;
    text-rendering: auto !important;
    transform: rotate(0) !important;
    transition: transform 0.3s ease-in-out !important;
    color: var(--tertiary-color) !important;
}

.sub-menu-toggle.activated::before {
    transform: rotate(270deg) !important;
}

ul.sub-menu.show-submenu {
    display: block !important;
}

/* Header Menu */
.nav-primary {
    padding: 15px 10px 150px;
    max-width: 100%;
    position: fixed;
    right: -100%;
    top: auto;
    z-index: 300;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.6s ease;
}

.nav-primary > .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.nav-primary.show {
    right: 0;
}

/* Entry Content */
.entry {
    position: relative;
    margin-bottom: 0px;
}

.entry-content h4 {
    margin-top: 0;
}

.entry-content h3, .entry-content h4 {
    font-weight: 600;
}

p.entry-meta i {
    color: var(--primary-color);
}

.entry-content ol {
    padding: 0 0 0 30px;
}

.entry-content ul {
    padding: 0;
}

.entry-content ul li, .entry-content ul li li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}

.entry-content ul.children li {
    padding: 0 0 5px 25px;
}

.entry-content ul ul {
    margin-top: 10px;
}

.entry-content ul li:before {
    border-radius: 5px;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.full-width-content .content {
    width: 100%;
}

.entry-content figure.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 15px;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.30);
    font-style: inherit;
}

.entry-content .wp-block-image {
    margin-bottom: 60px;
    padding-bottom: 0;
}

.wp-block-image.featured-img img {
    border-radius: 10px;
    box-shadow: -21.213px 21.213px 30px 0px rgba(0, 0, 0, .15);
}

/* Pagination */
.pagination {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 0;
}

.pagination ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}

li.pagination-omission {
    position: relative;
}

li.pagination-omission:after {
    content: '...';
    font-size: 19px;
    color: #343434;
    bottom: -12px;
    position: relative;
}

.archive-pagination li {
    margin: 0 2px;
}

.entry-content .archive-pagination li {
    padding: 0 2px;
}

.archive-pagination li a {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--tertiary-color);
    font-weight: 700;
    padding: 10px 17px;
    border-radius: 5px;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: var(--tertiary-color);
    border: 1px solid var(--tertiary-color);
    color: var(--white);
}

.pagination ul li:before {
    display: none;
}

/* Back to Top */
.move-to-top {
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    z-index: 199;
}

.to-top {
    position: relative;
    text-align: center;
    line-height: 1.2em;
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.91);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
    left: 0;
}

.popup-form div.wpcf7-response-output {
    bottom: -44px;
}

.popup-form .form-fields {
    max-width: 600px;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 10px 60px 10px;
    transition: all 0.6s ease;
    visibility: hidden;
    bottom: -125%;
}

.popup-form .form-fields.slide-form {
    visibility: visible;
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
    bottom: 0;
}

.popup-form .form-fields a.close {
    background: var(--primary-color);
    color: var(--white) !important;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 1;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
}

.popup-form .form-title, .popup-form .form-field, .contact-page-form .form-field {
    background: var(--tertiary-color);
}

.popup-form .form-title {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 30px 40px 0;
    text-align: center;
}

.popup-form .form-field, .contact-page-form .form-field {
    padding: 2px 0 0 0;
}

.popup-form .form-field-wrap, .contact-page-form .form-field-wrap {
    padding: 30px 20px;
}

.popup-form .form-field-item {
    width: 100%;
}

.popup-form div.wpcf7-response-output {
    bottom: -44px;
}

.popup-form .form-title-desc-wrap {
    background-color: var(--tertiary-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, .9);
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    z-index: 199;
    width: auto;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

.floating-cta a {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    line-height: 1;
    color: var(--tertiary-color);
    width: 100%;
    transition: none;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
}

.floating-cta .floating-cta-wrap {
    display: flex;
}

.floating-cta .sticky-no {
    border-radius: 5px 0 0 5px;
}

.floating-cta .sticky-email {
    border-radius: 0 5px 5px 0;
}

.floating-cta .sticky-no, .floating-cta .sticky-email {
    display: none;
}

.window_scrolled .floating-cta .sticky-no, .window_scrolled .floating-cta .sticky-email {
    display: block;
}

.window_scrolled .floating-cta .sticky-form {
    background-color: var(--primary-color);
    color: var(--white);
}

/* Column */
.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12, .col-12-12, .col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-5-5, .col-1, .col-2, .col-3, .col-4 {
    width: 100%;
}

/* Social Media */
.social-media a.sprite {
    background-color: transparent;
    display: inline-block;
    margin-right: 8px;
    width: 50px;
    min-width: 50px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 5px;
}

.social-media a.sprite:last-child {
    margin-right: 0;
}

.social-media a.sprite span {
    background-repeat: no-repeat;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-position-y: 7px;
    width: 30px;
}

.social-media a.sprite:hover {
    background-color: var(--white);
}

#sprite-icon-facebook span {
    background-position-x: -185px;
    width: 20px;
}

#sprite-icon-porch span {
    background-position-x: -497px;
    width: 20px;
}

#sprite-icon-nextdoor span {
    background-position-x: -732px;
    width: 22px;
}

#sprite-icon-angi span {
    background-position-x: -5px;
    width: 16px;
}

#sprite-icon-instagram span {
    background-position-x: -419px;
    width: 20px;
}

#sprite-icon-yelp span {
    background-position-x: -655px;
    width: 16px;
}

#sprite-icon-googlebiz span {
    background-position-x: -263px;
    width: 20px;
}

#sprite-icon-thumbtack span {
    background-position-x: -63px;
}

.social-media .social-item {
    display: inline-block;
    margin: 0 0 10px;
}

.social-media .social-item a {
    display: inline-block;
    vertical-align: middle;
}

.header-info-social .social-item {
    display: inline-block;
    margin: 0;
}

.header-info-social a.media-label {
    display: none;
}

.mob-item .social-media a.sprite {
    margin-right: 0;
}

.ftr-item .social-media .social-item:first-child {
    margin-left: 0;
}

.ftr-item .social-media .social-item {
    margin: 0 0 10px;
    display: flex;
    width: calc(100% - -9px);
    align-items: center;
}

.ftr-item .social-media a.sprite {
    background-color: var(--white);
    border-radius: 5px;
}

/* Header Section */
.site-header {
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    z-index: 200;
    top: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}

.window_scrolled .site-header {
    position: fixed;
}

.site-header .header-info {
    font-size: 12px;
    gap: 45px;
}

.site-header .header-info > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.site-header .header-icon-wrap {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
}

.window_scrolled .site-header .header-icon-wrap {
    background-color: var(--white);
}

.site-header .header-icon-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-header .header-info, .site-header .header-info a {
    color: var(--white);
    font-weight: 400;
}

.window_scrolled .site-header .header-info, .window_scrolled .site-header .header-info a {
    color: var(--white);
}

.site-header .header-info-phone a {
    font-size: 16px;
    font-weight: 700;
}

.site-header .header-info-phone i {
    font-size: 16px;
}

.site-header .main-logo img {
    max-height: 70px;
}

.window_scrolled  .site-header .main-logo img {
    max-height: 40px;
}

.site-header .header-logo, .site-header .main-logo img {
    transition: all 0.5s ease-in-out;
}

.site-top-news {
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 5px 0;
}

.site-top-news i {
    font-size: 15px;
}

/* Hero Slider */
.hero-slider {
    position: relative;
}

.hero-slider .inner-with, .hero-slider-wrap, .hero-item-wrap .hero-caption {
    height: 100vh;
    min-height: 740px;
    max-height: 1000px;
}

.hero-slider .hero-item {
    width: 100%;
    height: 100vh;
    min-height: 740px;
    max-height: 1000px;
}

.hero-slider .hero-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(7, 16, 19, .50);
}

.hero-slider .hero-item:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 617px;
    display: block;
    background: linear-gradient(to bottom, rgba(7, 16, 19, 0.75) 0%, rgba(7, 16, 19, 0.75) 12%, rgba(7, 16, 19, 0.72) 15%, rgba(7, 16, 19, 0.61) 26%, rgba(7, 16, 19, 0.28) 53%, rgba(7, 16, 19, 0.11) 70%, rgba(7, 16, 19, 0.02) 86%, rgba(7, 16, 19, 0) 100%);
    z-index: 1;
}

.hero-slider .hero-caption-wrap {
    padding: 20px 0;
}

.inner-page-banner:after {
    height: 650px;
}

.inner-page-banner:before {
    content: '';
    background: linear-gradient(to bottom, rgba(7, 16, 19, 0.75) 0%, rgba(7, 16, 19, 0.75) 12%, rgba(7, 16, 19, 0.72) 15%, rgba(7, 16, 19, 0.61) 26%, rgba(7, 16, 19, 0.28) 53%, rgba(7, 16, 19, 0.11) 70%, rgba(7, 16, 19, 0.02) 86%, rgba(7, 16, 19, 0) 100%);
    height: 617px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.inner-page-banner .badge-widget-items {
    max-width: 530px;
}

.badge-widget-item-wrap {
    padding: 0 5px;
}

.hero-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-slider .hero-item-wrap {
    height: 0;
    opacity: 0;
}

.hero-slider .hero-caption-row {
    z-index: 2;
    margin-top: 141px;
    margin-bottom: 30px;
    max-width: 100%;
}

.hero-slider .hero-slider-wrap.slick-initialized .hero-item-wrap {
    height: auto;
    opacity: 1;
}

.hero-slider .hero-slide-title {
    font-size: 40px;
    line-height: 1.1;
    position: relative;
}

.hero-slider .hero-slide-desc {
    line-height: 1.2;
    font-size: 16px;
}

.hero-slider .hero-slide-title, .hero-slider .hero-slide-desc, .hero-slider .hero-slide-btn {
    opacity: 0;
}

.hero-slider .hero-slide-title.animated.activate, .hero-slider .hero-slide-desc.animated.activate, .hero-slider .hero-slide-btn.animated.activate {
    opacity: 1;
}

.hero-slider .hero-slide-title.animated.activate {
    animation-delay: 0s;
}

.hero-slider .hero-slide-title.animated.activate {
    animation-delay: 0.5s;
}

.hero-slider .hero-slide-desc.animated.activate {
    animation-delay: 1s;
}

.hero-slider .hero-slide-btn.animated.activate {
    animation-delay: 1.5s;
    margin-bottom: 10px;
}

.hero-slider .hero-slide-btn {
    margin-top: 30px;
}

.hero-video {
    z-index: -1;
    position: absolute;
}

.badge {
    margin-top: 20px;
}

.badge a {
    display: inline-block;
}

.badge img {
    padding: 10px;
    background: #FFF;
}

/* Hero Slick Dots */
.hero-slider ul.slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    display: none !important;
}

.hero-slider ul.slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}

.hero-slider ul.slick-dots li:not(:last-child) {
    margin: 0 4px 0 0;
    padding: 0 !important;
}

.hero-slider ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.hero-slider ul.slick-dots li button:hover {
    background: var(--white) !important;
    border: 0;
}

.hero-slider ul.slick-dots li:before {
    display: none;
}

.hero-slider .hero-slide-form {
    padding: 60px 0;
}

.hero-slider .hero-slide-form-row {
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(7, 16, 19, .32);
}

.hero-slider .form-field {
    background-color: rgba(7, 16, 19, .80);
    padding: 32px;
    border-radius: 0 0 10px 10px;
}

.hero-slider .form-container:before {
    border-radius: 0 0 10px 10px;
    border: 7px solid transparent;
    background: linear-gradient(0deg, var(--primary-color), var(--primary-color), #710106) border-box;
    border-top: 0;
    mask: /*4*/ linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-slider .show-text-label {
    color: var(--white);
}

.hero-slider .hero-form-title {
    color: var(--tertiary-color);
    font-size: 30px;
    background-color: var(--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}

/* Header Lists */
.header-list-section .header-list-wrap {
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.header-list-section .header-list-item {
    border-left: 1px solid rgba(244, 244, 244, .10);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.header-list-section .header-list-item:last-child {
    border-right: 1px solid rgba(244, 244, 244, .10);
}

.header-list-section .header-list-item:hover {
    background-color: var(--white);
}

.header-list-section .header-list-item:hover .header-item-icon {
    color: var(--primary-color);
}

.header-list-section .header-list-item:hover .header-item-label {
    color: var(--tertiary-color);
}

/* Page Banner */
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 560px;
    max-height: 560px;
}

.inner-page-banner .page-title-container {
    z-index: 2;
    padding: 15px;
}

.inner-page-banner .inner-page-banner {
    position: relative;
}

.inner-page-banner .page-banner-wrap {
    height: 100%;
}

.inner-page-banner .page-tagline {
    font-size: 14px;
    line-height: 1.3;
    color: var(--primary-color);
}

.inner-page-banner .page-title {
    font-size: 35px;
    line-height: 1.3;
    padding: 0 0 10px;
}

.inner-page-banner .page-banner-cols {
    padding: 0;
    margin: 65px 0 0;
}

.inner-page-banner .page-banner-container:before {
    content: '';
    background-color: rgba(0, 0, 0, .50);
    width: 100%;
    height: 744px;
    position: absolute;
    top: 0;
    z-index: 2;
}

/* Page */
.entry-content .form-container {
    background: var(--tertiary-color);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .15);
}

.entry-content .form-container .form-field {
    padding: 40px 20px 40px;
}

.entry-content .form-container input, .entry-content .form-container select, .entry-content .form-container textarea {
    font-size: 14px;
    background-color: var(--white);
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
}

/* Gallery Page */
.page-id-232 .slmp-gallery {
    margin-bottom: 30px;
}

/* Contact Us Page */
.map-wrap iframe {
    min-height: 570px;
    width: 100%;
}

/* Reviews Page */
.navigation.pagination .nav-links .page-numbers {
    background-color: var(--white) !important;
    border: 1px solid var(--white);
    color: var(--tertiary-color);
    line-height: 1;
    padding: 10px 15px !important;
    border-radius: 5px;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current {
    background-color: var(--tertiary-color) !important;
    border: 1px solid var(--tertiary-color);
    color: var(--white);
}

.navigation.pagination .dashicons-arrow-right-alt2:before, .navigation.pagination .dashicons-arrow-left-alt2:before {
    position: relative;
    top: 4px;
}

.navigation.pagination span.page-numbers.dots {
    color: var(--tertiary-color);
}

ul.yext-reviews-page li.review:before {
    display: none;
}

.view-review-form {
    margin: 30px 0 0;
}

.sfs-review-submit-btn button {
    border-radius: 0px !important;
    margin-bottom: 10px;
}

.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    color: var(--white) !important;
    font-size: 16px !important;
}

.sfs-review.reviewpostbox-form button.sfcr-cancel-review {
    color: var(--primary-color) !important;
}

.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review, .sfs-review.reviewpostbox-form button.sfcr-cancel-review {
    font-weight: 700 !important;
    padding: 14px 25px !important;
    border-radius: 5px !important;
}

.list-of-reviews .review-content p {
    margin: 0 0 10px;
}

/* Search Result Page */
.search-result-title a {
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
}

.search .more-link {
    margin-bottom: 10px;
}

.search .pagination {
    margin: 60px 0 20px;
}

/* 404 Page */
.entry-content form.search-form {
    width: 100%;
}

/* Blog Page, Archive */
.archive-page h4 {
    font-size: 22px;
}

.category-list, .recent-post {
    position: relative;
}

.category-list:after, .recent-post:after {
    color: var(--tertiary-color);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 10px;
    content: "\f0dd";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}

.archive-items select {
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 0;
    color: var(--tertiary-color) !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
}

.archive-items select:hover, .archive-items select:focus {
    border: 1px solid var(--tertiary-color);
    background-color: var(--tertiary-color);
    color: var(--white) !important;
}

.category-list:hover:after, .recent-post:hover:after, .post-archives-list .col-3 select:hover, .category-list:focus:after, .recent-post:focus:after, .post-archives-list .col-3 select:focus {
    color: var(--white);
}

.archive-items select option {
    background-color: var(--white);
    color: var(--tertiary-color);
    font-weight: 700;
}

.archive-items select option:first-child {
    display: none;
}

.blog-items {
    padding: 0 0 40px;
}

.blog-items .blog-item {
    margin-bottom: 60px;
}

.blog-items .hvr:hover .blog-content-wrap {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
    border-radius: 15px;
    transform: translate3d(0, -20px, 0);
}

.blog-items .blog-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.blog-items .hvr:hover .blog-title a, .blog-items .hvr:hover .blog-content p {
    color: var(--white);
}

.blog-items .post-btn a {
    display: block;
    font-size: 14px;
}

.blog-items .blog-image {
    min-height: 247px;
    height: 247px;
    border-radius: 10px;
}

.blog-items .blog-content {
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    padding-top: 15px;
}

.blog-items .hvr:hover .blog-content {
    border-top: 1px solid var(--primary-color);
}

.blog-items .blog-content, .blog-items .blog-title a {
    color: var(--black);
}

.blog-items .blog-content p {
    margin: 0;
    color: var(--body-text-color);
}

.blog-items .blog-entry {
    margin: 0 0 10px;
}

.blog-items .blog-entry, .blog-items .blog-entry a {
    color: var(--gray-300);
    font-size: 14px;
}

.blog-items .blog-entry a:hover {
    color: var(--black);
}

.blog-items .blog-wrapper {
    padding: 10px 30px 30px;
}

.blog-items .blog-link {
    display: block;
    font-size: 14px;
    background-color: var(--gray-100);
    max-width: 210px;
    text-align: center;
    padding: 9px 20px;
    color: var(--tertiary-color);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    margin: 20px 0 0;
}

.blog-items .hvr:hover .blog-link {
    background-color: var(--white);
}

.blog-items .blog-link i {
    font-size: 14px;
}

.blog-items .date-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.blog-items .blog-date {
    background: var(--white);
    border-radius: 0 10px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-items .hvr:hover .blog-date {
    background-color: var(--tertiary-color);
}

.blog-items .date {
    display: block;
    line-height: 1;
    position: relative;
    color: var(--tertiary-color);
    font-size: 25px;
}

.blog-items .hvr:hover .date {
    color: var(--white);
}

.blog-items .month {
    font-size: 14px;
    color: var(--primary-color);
}

.blog-items .blog-image-wrap {
    padding: 30px;
}

.blog-items .ellips.more-info {
    color: var(--tertiary-color);
}

.blog-items .hvr:hover .ellips.more-info {
    color: var(--white);
}

/* Section Order */
section.full-width-section {
    width: 100%;
    overflow-x: clip;
}

/* Homepage Content Section */
.home-main-content .section-nav-wrap {
    display: block;
}

.home-content-section {
    width: 100%;
}

.home-main-content .section-text-wrap .mobile-nav, .home-main-content .section-text-wrap .home-content-section-wrap {
    display: none;
}

.home-main-content .section-text-wrap.active .home-content-section-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
}

.home-main-content .home-desk-nav-wrap {
    padding-right: 20px;
}

.home-main-content .home-desk-nav {
    color: var(--tertiary-color);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    position: relative;
    width: 49%;
    background-color: transparent;
    border-bottom: 1px solid var(--tertiary-color);
}

.home-main-content .home-desk-nav.active {
    background: var(--tertiary-color);
    color: var(--white);
    border-radius: 10px 10px 0 0;
}

.home-main-content .section-text-wrap .home-content-wrap {
    padding-right: 20px;
}

.home-main-content .section-text-wrap {
    border: 0;
}

.home-main-content .section-text-wrap .home-content-wrap .home-content {
    padding: 0;
}

.about-us-section .home-content {
    background: transparent;
    color: var(--tertiary-color);
    padding: 20px 0;
    min-height: auto;
}

.home-main-content .home-image-wrap.mobile-view {
    text-align: center;
}

.home-main-content .desktop-view {
    display: none;
}

.home-main-content .mobile-nav:after {
    color: var(--tertiary-color);
    content: "\f0d7";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

.home-main-content .section-text-wrap.active .mobile-nav:after {
    content: "\f0d8";
    color: var(--white);
}

.home-content-btn {
    margin: 30px 0 0;
}

.home-content-btn a {
    color: var(--black);
    padding: 10px;
}

.home-content-btn i {
    padding: 15px;
    border-radius: 5px;
    color: var(--white);
    background: rgba(187, 3, 17);
    background: linear-gradient(180deg, rgba(187, 3, 17, 1) 0%, rgba(235, 28, 44, 1) 100%);
}

.home-content .about-btn {
    align-items: center;
}

.home-content .about-btn a.site-btn {
    border: 0;
    color: var(--white);
    font-size: 14px;
}

.home-content .about-btn a.site-btn:last-child {
    padding: 20px 0;
}

.home-content p {
    font-size: 16px;
}

.home-main-content .col-2.about-image {
    padding-right: 80px;
}

.home-main-content img.f-img {
    border-radius: 10px;
    box-shadow: -21.213px 21.213px 30px 0px rgba(0, 0, 0, .15)
}

.home-main-content img.t-img {
    position: absolute;
    bottom: 60px;
    right: 0;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 10px;
}

/* Load More Block */
.load-more-content {
    display: none;
}

/* About Section */
.about-section .about-video {
    border-radius: 10px;
    box-shadow: 0px 60px 60px 0px rgba(7, 16, 19, .20);
    height: max-content !important;
}

.about-section .vid-wrap {
    position: relative;
}

.about-section .vid-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 290px;
    background-color: var(--secondary-color);
    right: 0;
    left: 0;
    border-radius: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.about-btn a.site-btn {
    padding: 14px 10px;
}

.home .badges-section .about-btn {
    display: none;
}

/* Services Section */
.services-section .service-item {
    margin-bottom: 80px;
}

.services-section .service-content {
    padding: 20px 15px;
    position: relative;
    z-index: 2;
    background: var(--tertiary-color);
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
}

.services-section .service-title {
    font-size: 25px;
    margin: 0 0 25px;
    line-height: 1.3;
    position: relative;
    color: var(--tertiary-color);
}

.services-section .service-item.hvr:hover .service-title {
    color: var(--white);
}

.services-section .service-desc {
    font-size: 16px;
}

.services-section .service-bg {
    width: 100%;
    min-height: 290px;
    background-color: var(--primary-color);
    height: 100%;
    transition: 1s;
    object-fit: cover;
    max-width: 100%;
    z-index: 2;
    position: relative;
}

.services-section .services-image-wrap {
    border-radius: 0 10px 10px 0;
}

.services-section .service-btn a {
    min-width: 160px;
}

.services-section .service-btn a:last-child {
    margin: 0;
}

/* Inner Services Section */
.inner-services-section .section-title {
    font-size: 35px;
}

.inner-services-section .service-item {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    width: 100%;
}

.inner-services-section .services-image-container {
    padding: 30px;
    border-radius: 10px;
}

.inner-services-section .services-image-wrapper {
    border-radius: 10px;
}

.inner-services-section .hvr:hover {
    background-color: var(--tertiary-color);
}

.inner-services-section .service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.inner-services-section .service-bg {
    min-height: 268px;
    background-size: cover;
}

.inner-services-section .hvr:hover .service-bg {
    transform: scale(1.05);
}

.inner-services-section .service-icon img {
    transition: 1.2s;
    transform: rotate(0deg);
}

.inner-services-section .hvr:hover .service-icon img {
    transform: rotate(360deg);
}

.inner-services-section .service-content {
    padding: 15px 15px;
}

.inner-services-section .service-title {
    font-size: 25px;
    margin: 30px 0 30px;
    padding-left: 30px;
}

.inner-services-section .service-title:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a6a6a6;
    z-index: 2;
    top: 11px;
}

.inner-services-section .hvr:hover .service-title:before {
    background-color: var(--primary-color);
}

.inner-services-section .service-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e5e5e5;
    z-index: 1;
}

.inner-services-section .hvr:hover .service-title:after {
    background-color: #4a5052;
}

.inner-services-section .service-desc {
    font-size: 16px;
    margin-top: 20px;
}

.inner-services-section .hvr:hover .service-title, .inner-services-section .hvr:hover .service-desc {
    color: var(--white);
}

.inner-services-section .service-btn {
    margin: 30px 0 0;
}

.inner-services-section .service-btn a {
    font-size: 14px;
}

.inner-services-section .service-btn a.btn-two {
    visibility: hidden;
}

.inner-services-section .hvr:hover .service-btn a.btn-one {
    background-color: var(--white);
    border: 2px solid var(--white);
    color: var(--tertiary-color);
}

.inner-services-section .hvr:hover .service-btn a.btn-two {
    visibility: visible;
}

.inner-services-section .inner-service-nav {
    padding: 30px 0 50px;
}

.inner-services-section .serv-nav-item {
    padding-left: 38px;
}

.inner-services-section .serv-nav-item:last-child:after {
    display: none;
}

.inner-services-section .serv-nav-item:nth-child(1) {
    padding-left: 0;
}

.inner-services-section .inner-service-nav div {
    display: inline-block;
    margin-bottom: 15px;
}

.inner-services-section .inner-service-nav a {
    color: #595959;
}

.inner-services-section .inner-service-nav a:hover {
    color: var(--primary-color);
}

/* Process Section */
body:not(.home) .process-section {
    padding-top: 0;
}

.process-section .inner-with {
    max-width: 1460px;
    margin: 0 auto;
}

.process-section .process-item {
    padding: 80px 15px 0;
}

.process-section .process-item-wrap {
    background: var(--tertiary-color);
    padding: 1px 20px 50px;
    border-radius: 10px;
}

.process-section .hvr:hover .process-item-wrap {
    background-color: var(--primary-color);
    transform: translate3d(0, -20px, 0);
}

.process-section .process-icon {
    width: 139px;
    height: 123px;
    margin: -60px auto 30px;
}

.process-section .process-icon-hvr {
    width: 139px;
    height: 123px;
    margin: -60px auto 30px;
    display: none;
}

.process-section .hvr:hover .process-icon {
    display: none;
}

.process-section .hvr:hover .process-icon-hvr {
    display: block;
}

.process-section .process-title {
    font-size: 22px;
    margin: 0 0 15px;
}

.process-section  .process-btn {
    margin: 60px 0 0;
}

.process-section  .process-btn a {
    min-width: 250px;
}

/* Why Choose Us Section */
.home .choose-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .80);
}

.choose-section .choose-icon {
    width: 70px;
    height: 50px;
}

.choose-section .choose-title {
    font-size: 20px;
    width: 100%;
}

.choose-section .choose-desc {
    font-size: 14px;
}

.home .choose-section .choose-item {
    border: 1px solid rgba(244, 244, 244, .14);
}

.choose-section .choose-item {
    border: 1px solid #cdcfcf;
    border-radius: 10px;
    padding: 20px 15px;
}

.home .choose-section .hvr:hover {
    background-color: var(--white);
    border-color: var(--white);
}

.choose-section .hvr:hover {
    background-color: var(--tertiary-color);
    border-radius: 10px;
    border-color: var(--tertiary-color);
}

.home .choose-section .hvr:hover .choose-title {
    color: var(--tertiary-color);
}

.choose-section .hvr:hover .choose-title {
    color: var(--white);
}

.choose-section .choose-icon:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 57px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--secondary-color);
}

.choose-section .choose-icon i {
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
}

.choose-section  .choose-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose-section .choose-items {
    margin-top: 50px;
}

/* Areas We Serve Section */
.aws-section .map-img img {
    border-radius: 10px;
    min-height: 506px;
    object-fit: cover;
}

.aws-section .form-title {
    background: var(--primary-color);
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 30px;
}

.aws-section .form-container {
    padding: 0 6px 6px;
    background: linear-gradient(to top, var(--primary-color), #710106);
    border-radius: 0 0 10px 10px;
}

.aws-section .form-field-wrap {
    padding: 25px;
}

.aws-section .form-field {
    background-color: var(--tertiary-color);
    border-radius: 0 0 10px 10px;
}

.aws-section .recaptcha-note, .aws-section .form-field-disclaimer {
    font-size: 13px;
}

.aws-section .form-field-submit button {
    position: absolute;
    bottom: -50px;
    max-width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* Reviews Section */
.section-reviews .review-listing {
    margin: 0 20px;
}

.section-reviews .review-item-wrapper {
    margin: 10px 0 20px 0;
}

.section-reviews .review-item-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 68%;
    background-color: var(--primary-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-reviews .review-item-wrap {
    background-color: var(--white);
    background-color: rgba(255, 255, 255, .75);
    border-radius: 10px;
    padding: 20px 25px 30px;
}

.section-reviews .hvr:hover .review-item-wrap {
    background-color: var(--tertiary-color);
}

.section-reviews .review-content {
    color: var(--tertiary-color);
    font-size: 18px;
}

.section-reviews .hvr:hover .review-content {
    color: var(--white);
}

.section-reviews .review-author {
    font-size: 16px;
}

.section-reviews .review-author {
    line-height: 1;
}

.section-reviews .review-author-wrap {
    margin-top: 10px;
}

.section-reviews .review-rating span {
    margin: 0 2px;
}

.section-reviews .review-rating span i {
    color: var(--secondary-color);
    font-size: 14px;
}

.section-reviews .review-btn {
    margin-top: 50px;
}

.section-reviews .review-btn a {
    min-width: 200px;
}

.section-reviews .slide-control .left {
    left: 160px;
}

.section-reviews .slide-control .right {
    right: 160px;
}

.section-reviews .review-info {
    font-size: 25px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
}

.section-reviews .slide-control .right {
    right: auto;
}

.section-reviews .slide-control .left {
    left: auto;
}

/* Form Section */
.form-section {
    background: var(--white);
}

.form-section .form-title-desc-wrap {
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, .15);
}

.form-section .form-wrapper {
    max-width: 1078px;
    margin: 0 auto;
}

.form-section .form-title {
    background: var(--primary-color);
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 30px;
}

.form-section .form-field {
    background-color: var(--tertiary-color);
    border-radius: 0 0 10px 10px;
}

.form-section .form-field-wrap {
    padding: 25px;
}

.form-section .form-container {
    padding: 0 6px 6px;
    background: linear-gradient(to top, var(--primary-color), #710106);
    border-radius: 0 0 10px 10px;
}

.form-section .form-field-submit button {
    max-width: 200px;
    margin: 0 auto;
    font-size: 18px;
}

.form-section .form-field-disclaimer, .form-section .recaptcha-note {
    text-align: center;
}

/* Latest News Section */
.latest-news .news-wrapper {
    padding: 0 30px 30px;
}

.latest-news .news-item {
    margin: 40px 0 30px;
}

.latest-news .latest-post {
    margin: 30px 0;
}

.latest-news .news-image-wrap {
    padding: 30px;
}

.latest-news .news-image {
    min-height: 250px;
    border-radius: 10px;
}

.latest-news .news-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.latest-news .news-title a {
    font-size: 20px;
}

.latest-news .news-title a, .latest-news .news-content {
    color: var(--tertiary-color);
}

.latest-news .news-content {
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    padding-top: 15px;
}

.latest-news .hvr:hover .news-content {
    border-top: 1px solid var(--primary-color);
}

.latest-news .news-link {
    display: block;
    font-size: 14px;
    background-color: var(--gray-100);
    max-width: 210px;
    text-align: center;
    padding: 9px 20px;
    color: var(--tertiary-color);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    margin: 20px 0 0;
}

.latest-news .news-link i {
    font-size: 12px;
}

.latest-news .news-post-btn a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.latest-news .section-news-btn {
    margin: 60px 0 0;
}

.latest-news .news-date-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest-news .news-date {
    background: var(--white);
    border-radius: 0 10px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.latest-news .hvr:hover .news-date {
    background-color: var(--tertiary-color);
}

.latest-news .news-date span {
    display: block;
    line-height: 1;
    position: relative;
}

.latest-news .month {
    font-size: 14px;
    color: var(--primary-color);
}

.latest-news .date {
    font-size: 25px;
    color: var(--tertiary-color);
}

.latest-news .hvr:hover .date {
    color: var(--white);
}

.latest-news .news-content-wrap {
    border-radius: 15px
    will-change:transform;
    transition: all 0.3s ease-in-out;
}

.latest-news .hvr:hover .news-content-wrap {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
    border-radius: 15px;
    transform: translate3d(0, -20px, 0);
}

.latest-news .ellips {
    color: var(--tertiary-color);
}

.latest-news .hvr:hover .ellips {
    color: var(--white);
}

.latest-news .hvr:hover .news-link {
    background-color: var(--white);
}

.latest-news .hvr:hover .news-title a, .latest-news .hvr:hover .news-content {
    color: var(--white);
}

.latest-news .section-news-btn a {
    min-width: 267px;
}

/* Badges Section */
.badges-section .badges-wrapper {
    max-width: 1250px;
    margin: 0 auto;
}

.badges-section .badge-item-wrap {
    padding: 15px 15px;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
}

.badges-section .badges-item {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badges-section .badges-item img {
    padding: 30px 30px;
    max-height: 200px;
    min-height: 200px;
}

.badges-section .inner-width {
    max-width: 1262px;
}

/* Badges Widget */
.badges-widget {
    max-width: 600px;
    margin: 30px 0 0;
}

/* CTA Widget */
.widget.cta-widget {
    margin-bottom: 0;
}

.cta-widget .cta-btn {
    margin-top: 30px;
}

.cta-widget .cta-btn a {
    min-width: 250px;
}

/* Below Section */
.below-section {
    background: url('/wp-content/uploads/2025/06/below-background.jpg') no-repeat bottom center;
    background-size: cover;
}

.below-section .form-section {
    background: transparent;
    padding-top: 0;
}

/* Footer Details Section */
.ftr-det-section {
    margin-bottom: 60px;
}

.ftr-det-section .ft-title-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ftr-det-section .ft-dt-text {
    border-radius: 0 5px 5px 0;
    color: var(--gray-100);
    font-size: 14px;
    padding: 20px;
}

.ftr-det-section .ft-dt-text a {
    color: var(--gray-100);
}

.ftr-det-section .site-dt:hover .ft-dt-text {
    background-color: var(--secondary-color);
}

.ftr-det-section .site-dt:hover .ft-dt-text, .ftr-det-section .site-dt:hover .ft-dt-text a {
    color: var(--tertiary-color);
}

.ftr-det-section .ft-dt-icon {
    width: 58px;
    height: 50px;
}

.ftr-det-section .ft-dt-icon i {
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
}

.ftr-det-section .ft-dt-icon:after {
    content: '';
    position: absolute;
    height: 50px;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--white);
}

.ftr-det-section .site-dt:hover .ft-dt-icon:after {
    background: var(--secondary-color);
}

.ftr-det-section .site-dt:hover .ft-dt-icon i {
    color: var(--tertiary-color);
}

.ftr-det-section .ftr-map-wrapper {
    max-width: 1620px;
    margin: 40px auto;
}

.ftr-det-section .ftr-map-wrapper img {
    border-radius: 10px;
}

.ftr-det-section .ftr-map-btn {
    position: absolute;
    top: 60px;
    right: 60px;
}

.ftr-det-section .ftr-map-btn i {
    color: var(--primary-color);
}

/* Footer Section */
.site-footer {
    background-color: var(--white);
    font-size: 16px;
    text-align: left;
    padding: 0;
    border-top: 0 !important;
}

.footer-section {
    background-color: var(--primary-color);
    text-align: left;
}

.footer-row.main-footer {
    padding: 50px 0 0;
}

footer .footer-row.main-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 16, 19, .80);
}

footer .footer-column {
    margin: 0 0 60px;
}

footer .column-item {
    margin-bottom: 20px;
}

footer span.info-item-label {
    display: block;
    font-size: 12px;
}

footer .column-label {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: left;
    font-weight: 700;
}

footer .column-label:before, footer .column-label:after {
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    position: absolute;
    bottom: -11px;
}

footer .column-label:before {
    width: 100%;
    background: rgba(238, 238, 255, .12);
}

footer .column-label:after {
    width: 30px;
    background: var(--primary-color);
}

footer span.info-item {
    color: var(--gray-100);
}

footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

footer .footer-menu ul li {
    list-style: none;
}

footer .footer-menu ul li a {
    color: var(--gray-100);
    font-weight: 400;
    position: relative;
    padding: 7px 10px 7px 20px;
    transition: all 0.5s ease-out;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .footer-menu ul li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    transition: all 0.5s ease-out;
    color: var(--primary-color);
}

footer .footer-menu ul li a:hover:before {
    color: var(--gray-100);
    left: 20px;
}

footer .footer-menu ul li a:hover {
    background-color: var(--tertiary-color);
    border-radius: 5px;
    color: var(--gray-100);
    padding-left: 40px;
    font-weight: 700;
}

footer .footer-col-item {
    padding-left: 30px;
    font-size: 14px;
    color: var(--gray-100);
}

footer .footer-col-item a {
    color: var(--gray-100);
}

footer .menu-disabled > a {
    pointer-events: none;
}

footer .footer-item-rows .footer-col-item.footer-menu {
    padding: 0;
}

footer .footer-col-item.site-social {
    padding-left: 0;
    padding-top: 10px;
}

footer .footer-item-rows .footer-col-item:not(:last-child) {
    margin-bottom: 10px;
}

footer .footer-item-rows .footer-col-item.site-name:before, footer .footer-item-rows .footer-col-item.site-address:before, footer .footer-item-rows .footer-col-item.site-number:before, footer .footer-item-rows .footer-col-item.site-email:before, footer .footer-item-rows .footer-col-item.site-operation:before, footer .footer-item-rows .footer-col-item.site-license:before, footer .footer-column .footer-col-item.site-fax:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--primary-color);
    font-size: 14px;
}

footer .footer-column .footer-col-item.site-address:before {
    content: "\f3c5";
    left: 3px;
}

footer .footer-column .footer-col-item.site-number:before {
    content: "\f095";
}

footer .footer-column .footer-col-item.site-email:before {
    content: "\f0e0";
    font-weight: 900;
    top: 2px;
}

footer .footer-column .footer-col-item.site-operation:before {
    content: "\f017";
    font-weight: 900;
    top: 2px;
}

footer .footer-item-rows .footer-col-item.site-license:before {
    content: "\f2c1";
    left: 2px;
}

footer .footer-column .footer-col-item.site-fax:before {
    content: "\f1ac";
    font-weight: 900;
    top: 2px;
}

footer .ftr-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

footer .copyright-section {
    background-color: var(--primary-color);
    background-color: rgba(180, 45, 51, .80);
    color: var(--white);
    padding: 30px 0;
}

footer .copy-logo img {
    max-width: 138px;
}

.form-popup {
    color: var(--tertiary-color);
    border-radius: 5px;
    font-size: 16px;
    background-color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px rgba(75, 210, 204, .25);
    font-weight: 700;
    width: 100%;
    margin: 35px 0 0;
    text-align: center;
}

.form-popup i {
    padding-right: 0;
}

/* XAPP */
div#xapp-widget .cta-bubble__content {
    color: #000 !important;
}

/* Accordion Block */
.page-accordion {
    margin: 0 0 40px;
}

.page-accordion .accordion-item {
    margin-bottom: 30px;
}

.page-accordion .accordion-title {
    background-color: var(--white);
    font-weight: 700;
    color: var(--black);
    font-size: 20px;
    cursor: pointer;
    padding: 12px 60px 12px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .80);
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.page-accordion .accordion-title:after {
    content: "\2b";
    font-size: 20px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 5px;
    padding: 12px;
    transition: all 0.3s ease;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 5px;
}

.page-accordion .accordion-title.active:after {
    content: "\f068";
    background-color: var(--primary-color);
    color: var(--white);
}

.page-accordion .accordion-content {
    background-color: var(--white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .80);
    display: none;
    margin-top: -40px;
    padding: 60px 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

.accordion-item:last-child .accordion-content {
    border-bottom: 1px solid #e9e9e9;
}

.page-accordion .accordion-title.active {
    background-color: var(--tertiary-color);
    color: var(--white);
    border-radius: 10px 10px 0 0;
}

/* Homepage Content Section */
.tab-container {
    padding: 30px 0;
}

.tab-container .section-nav-wrap {
    display: block;
}

.tab-container .section-text-wrap .mobile-nav, .tab-container .section-text-wrap .home-content-section-wrap {
    display: none;
}

.tab-container .home-desk-nav {
    color: var(--tertiary-color);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 22px 30px;
    border-radius: 10px 0px 0px 10px;
    line-height: 1.3;
    min-height: 66px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.tab-container .home-desk-nav:before {
    content: '';
    position: absolute;
    width: 10px;
    background-color: var(--gray-100);
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
}

.tab-container .home-desk-nav.active:before {
    background-color: var(--primary-color);
}

.tab-container .home-desk-nav.active {
    background-color: var(--tertiary-color);
    color: var(--white);
}

.tab-container .section-text-wrap .home-content-wrap {
    padding-right: 20px;
}

.tab-container .section-text-wrap {
    border: 0;
}

.home-main-content .section-text-wrap .home-content-wrap .home-content {
    padding: 0;
}

.tab-container .home-image-wrap.mobile-view {
    text-align: center;
}

.tab-container .desktop-view {
    display: none;
}

.tab-container .mobile-nav:after {
    color: var(--primary-color);
    content: "\f0dd";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

.tab-container .section-text-wrap.active .mobile-nav:after {
    content: "\f0d8";
    color: var(--white);
}

/* Media Queries */
@media only screen and (min-width:768px) {

    /* Common Classes */
    ul.page-list, ol.page-list, ul.page-list-3, ol.page-list-3 {
        list-style: inside;
    }

    ul.page-list, ol.page-list {
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    ul.page-list-3, ol.page-list-3 {
        -webkit-column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-count: 3;
        -moz-column-gap: 40px;
        column-count: 3;
        column-gap: 40px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    /* Page Banner */
    .inner-page-banner .page-tagline, .breadcrumbs .breadcrumb {
        font-size: 16px;
    }

    /* Services Section */
    .services-section .service-bg {
        min-height: 560px;
    }

    /* Reviews Section */
    .section-reviews .review-item-wrapper {
        margin: 0 15px 20px 15px;
    }

    /* Latest News Section */
    .latest-news .news-item {
        margin: 40px 15px 50px;
    }

    /* Footer */
    footer .copyright-text {
        font-size: 14px;
    }

}

@media only screen and (min-width:1024px) {

    /* Common Classes */
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .mobile-view {
        display: none !important;
    }

    span.home-text {
        display: none;
    }

    .full-padding {
        padding: 120px 30px;
    }

    .side-padding-med {
        padding-right: 20px;
        padding-left: 20px;
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-duration: 1s;
        animation-delay: 1s;
    }

    .archive-description .entry-title, .archive-title, .author-box-title {
        font-size: 50px;
    }

    .popup-form .form-title {
        font-size: 34px;
    }

    /* Forms */
    .form-container .col-2.form-field-item {
        width: 48%;
    }

    /* Header Section */
    .window_scrolled .main-header {
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        background: var(--white);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, .10);
    }

    .site-header {
        padding: 0;
        box-shadow: 0 0 0 transparent;
    }

    .window_scrolled .site-header {
        padding: 0;
    }

    .mobile-phone-number > div {
        width: 32.5%;
        padding: 10px;
    }

    .site-header .header-topbar {
        background: transparent;
        padding: 10px 20px 10px 140px;
        font-size: 16px;
    }

    .window_scrolled .site-header .header-topbar {
        background-color: var(--tertiary-color);
        padding: 7px 20px 7px 140px;
    }

    .site-header .header-left {
        width: auto;
    }

    .site-header .logo-nav {
        background-color: transparent;
        padding: 0 20px 0 50px;
    }

    .site-header .header-left a {
        position: absolute;
        top: -50px;
        left: 15px;
        z-index: 2;
    }

    .window_scrolled .site-header .header-left a {
        top: -60px;
    }

    .site-header .main-logo img {
        max-height: 115px;
    }

    .window_scrolled .site-header .main-logo img {
        max-height: 112px;
    }

    .site-header .header-cta {
        color: var(--tertiary-color);
        border-radius: 5px;
        font-size: 12px;
        background-color: var(--secondary-color);
        padding: 7px 25px;
        text-transform: uppercase;
        box-shadow: 0px 10px 20px 0px rgba(75, 210, 204, .25);
        font-weight: 700;
        min-width: 177px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .site-header .header-cta i {
        padding-right: 5px;
    }

    .site-header .header-right {
        margin: 10px 0;
    }

    .site-header .header-center {
        padding-left: 20px;
    }

    .site-top-news {
        z-index: 1;
    }

    /* Genesis Menu */
    .header-menu {
        margin-bottom: 0;
    }

    ul.genesis-nav-menu > li:last-child {
        margin-right: 0;
    }

    .genesis-nav-menu > .menu-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: var(--primary-color);
    }

    .nav-primary .genesis-nav-menu a {
        background-color: transparent;
        border-bottom: 0;
        color: var(--white);
        font-size: 12px;
        padding: 10px 8px;
    }

    .window_scrolled .nav-primary .genesis-nav-menu a {
        color: var(--tertiary-color);
    }

    .window_scrolled .genesis-nav-menu a:focus, .window_scrolled .genesis-nav-menu a:hover, .window_scrolled .genesis-nav-menu .current-menu-item>a, .window_scrolled .genesis-nav-menu>.menu-item.sfHover>a {
        color: var(--white);
    }

    .genesis-nav-menu>.menu-item.menu-item-has-children>a:after, .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f107";
        margin-left: 5px;
        font-size: 11px;
        color: var(--white);
    }

    .genesis-nav-menu>.menu-item.menu-item-has-children.sfHover>a:after, .genesis-nav-menu .current-menu-item>a:after {
        color: var(--white) !important;
    }

    .genesis-nav-menu>.menu-item.menu-item-has-children.sfHover>a:after {
        content: "\f106";
    }

    .genesis-nav-menu .sub-menu .menu-item-has-children.sfHover > a:after {
        content: "\f0da";
        color: var(--secondary-color);
    }

    .nav-primary .genesis-nav-menu li li>a span::before, .nav-primary .genesis-nav-menu li li>a span::after {
        display: none;
    }

    .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
        right: 15px;
        position: absolute;
    }

    .window_scrolled .genesis-nav-menu .sub-menu a, .genesis-nav-menu .sub-menu .menu-item-has-children > a:hover:after {
        color: var(--black);
    }

    body.window_scrolled .genesis-nav-menu>.menu-item-has-children>a::after {
        color: var(--tertiary-color);
    }

    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 200px;
    }

    .genesis-nav-menu .sub-menu {
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
        border: 0;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: var(--white);
        border-bottom: 0;
        color: var(--black);
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: left;
        border-radius: 0px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border: 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -42px 0 0 199px;
    }

    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu > .menu-item.sfHover > a {
        background-color: var(--tertiary-color);
        border-radius: 5px;
        color: var(--white);
        text-decoration: none;
    }

    .genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        text-decoration: none;
        color: var(--white);
        background-color: var(--primary-color);
        padding-left: 20px;
    }

    .nav-primary.show {
        margin-top: 0;
        background-color: transparent;
    }

    .genesis-nav-menu .sub-menu a, .window_scrolled .genesis-nav-menu .sub-menu a {
        padding: 15px 15px;
    }

    .nav-primary .genesis-nav-menu li li > a span::before {
        display: none;
    }

    /* Responsive Menu */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .genesis-nav-menu .menu-item a:before {
        display: none;
    }

    .genesis-nav-menu .sub-menu a:before {
        display: none;
    }

    /* Header Menu */
    .nav-primary {
        clear: left;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
    }

    .nav-primary > .wrap {
        text-align: right;
    }

    .genesis-nav-menu {
        font-size: 0;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    /* Common Classes */
    .entry-title {
        font-size: 45px;
    }

    .section-title {
        font-size: 45px;
    }

    .show-item-mobile {
        display: none;
    }

    .hide-item-mobile {
        display: block;
    }

    .mobile-center {
        text-align: left;
    }

    .slide-control .left {
        left: 15px;
    }

    .slide-control .right {
        right: 15px;
    }

    .inline-block div {
        display: inline-block;
    }

    /* Content */
    .content-sidebar-wrap {
        padding: 100px 20px 100px;
    }

    .full-width-content .content {
        position: relative;
    }

    .alignright, img.alignright, iframe.alignright {
        float: right !important;
        margin: 0 0 0 15px !important;
    }

    .alignleft, img.alignleft, iframe.alignleft {
        float: left !important;
        margin: 0 15px 0 0 !important;
    }

    figure.wp-caption.alignleft {
        margin: 15px 30px 15px 0;
        float: left;
    }

    figure.wp-caption.alignright {
        margin: 15px 0 15px 30px;
        float: right;
    }

    .entry-content .form-container .form-field {
        padding: 40px 20px 40px;
    }

    /* Column By 5 */
    .col-1-5 {
        width: 100%;
    }

    .col-2-5 {
        width: 50%;
    }

    .col-3-5 {
        width: 33.33%;
    }

    .col-4-5 {
        width: 25%;
    }

    .col-5-5 {
        width: 20%;
    }

    /* Column Edge to Edge with Space */
    .col-2 {
        width: 49%;
    }

    .col-3 {
        width: 32%;
    }

    .col-4 {
        width: 23.5%;
    }

    .col-5 {
        width: 18%;
    }

    /* Column By 12 */
    .col-1-12 {
        width: 8.333%;
    }

    .col-2-12 {
        width: 16.667%;
    }

    .col-3-12, .col-1-4 {
        width: 25%;
    }

    .col-4-12 {
        width: 33.333%;
    }

    .col-5-12 {
        width: 41.667%;
    }

    .col-6-12, .col-2-4 {
        width: 50%;
    }

    .col-7-12 {
        width: 58.333%;
    }

    .col-8-12 {
        width: 66.667%;
    }

    .col-9-12 {
        width: 75%;
    }

    .col-10-12 {
        width: 83.333%;
    }

    .col-11-12 {
        width: 91.667%;
    }

    .window_scrolled .genesis-nav-menu .sub-menu a:focus, .window_scrolled .genesis-nav-menu .sub-menu a:hover, .window_scrolled .genesis-nav-menu .sub-menu .current-menu-item > a, .window_scrolled .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .window_scrolled .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: var(--white);
        padding-left: 20px;
    }

    /* Hero Slider */
    .section.hero-slider:after {
        display: none;
    }

    .hero-slider .inner-with, .hero-slider-wrap, .hero-slider-wrap .hero-item, .hero-item-wrap .hero-caption {
        height: 100vh;
        min-height: 910px;
        max-height: 1000px;
        width: 100%;
        overflow: hidden;
    }

    .hero-slider .hero-caption-row {
        max-width: 460px;
    }

    .hero-item-wrap .hero-caption {
        padding-left: 15px;
    }

    .hero-slider .hero-slide-title {
        margin: 0 0 20px;
    }

    .hero-slider .hero-slide-desc {
        font-size: 22px;
    }

    .hero-slider ul.slick-dots {
        position: absolute;
        bottom: 65px;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        display: none;
    }

    .hero-slider ul.slick-dots li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }

    .hero-slider ul.slick-dots li:not(:last-child) {
        margin: 0 5px 0 0;
    }

    .hero-slider ul.slick-dots li button {
        padding: 0;
        font-size: 0;
        width: 10px;
        height: 10px;
        background: transparent;
        border-radius: 50%;
        border: 1px solid var(--white);
    }

    .hero-slider ul.slick-dots li.slick-active button {
        background: var(--white);
    }

    .hero-slider .hero-slide-control {
        display: none;
    }

    .hero-slider .slide-control .left, .hero-slider .slide-control .right {
        top: 50%;
        border-radius: 50%;
    }

    .hero-slider .slide-control .left {
        left: 15px;
    }

    .hero-slider .slide-control .right {
        right: 15px;
    }

    .hero-slide-form {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        max-width: 510px;
        margin: 0 auto;
        padding: 0 15px;
        left: auto;
        right: 15px;
    }

    /* Page Banner */
    .inner-page-banner .page-banner {
        height: 744px;
        min-height: 744px;
        max-height: initial;
        margin: 0 auto;
    }

    .inner-page-banner .page-banner-container {
        background-color: var(--tertiary-color);
    }

    .inner-page-banner .page-banner-wrap.side-padding {
        padding-right: 20px;
        padding-left: 20px;
    }

    .inner-page-banner .page-title-container {
        padding: 20px 0;
    }

    .inner-page-banner .page-banner-cols {
        padding: 0 15px;
    }

    /* About Us Section */
    .home-content {
        border-radius: 0 30px 30px 30px;
        min-height: 526px;
    }

    .home-content p {
        font-size: 18px;
    }

    .about-btn {
        gap: 15px;
    }

    .about-btn a.site-btn {
        padding: 14px 20px;
    }

    .about-us-section .section-heading {
        padding: 0 60px;
    }

    /* Services Section */
    .services-section .service-items {
        padding: 0;
    }

    .services-section .service-content {
        padding: 20px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        position: absolute;
        background-color: rgba(255, 255, 255, .90);
    }

    .col-4-12.section-nav-wrap {
        width: 50%;
        padding-left: 0;
    }

    .tab-container .section-text-wrap.active .home-content-section-wrap {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
    }

    /* Inner Services Section */
    .inner-services-section .service-content {
        padding: 15px 60px;
    }

    .inner-services-section .service-bg {
        min-height: 488px;
    }

    .inner-services-section .serv-nav-item:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        background: #a6a6a6;
        border-radius: 50%;
        right: -24px;
        top: 12px;
    }

    /* Why Choose Us Section */
    .choose-section .choose-item {
        padding: 30px;
    }

    .choose-section .item-box {
        display: flex;
        column-gap: 20px;
    }

    .choose-section .choose-title {
        font-size: 16px;
    }

    /* CTA Section */
    .cta-widget .cta-btn a {
        min-width: 160px;
    }

    /* Video Slider Block */
    .video-slide-control.slide-control .left {
        left: 110px !important;
    }

    .video-slide-control.slide-control .right {
        right: 110px !important;
    }

    /* Reviews Section */
    .section-reviews .review-listing {
        margin: 0;
    }

    .section-reviews .section-heading {
        padding: 0 90px;
    }

    .section-reviews .slide-control .left {
        left: 0;
    }

    .section-reviews .slide-control > div {
        position: relative;
        display: inline-block;
        margin: 0px 5px;
    }

    .section-reviews .slide-control {
        text-align: right;
    }

    .section-reviews .slide-control .right {
        right: 5px;
    }

    .section-reviews .slide-control .left, .section-reviews .slide-control .right {
        top: auto;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .section-reviews .review-author {
        font-size: 13px;
    }

    /* Reviews Widget */
    .rev-section .about-btn {
        margin: 55px 0 0;
    }

    /* Latest News Section */
    .latest-news .slide-control .right {
        right: 10px;
    }

    .latest-news .slide-control .left {
        left: 10px;
    }

    /*Blog Post, Archive*/
    .archive-items {
        margin: 0 0 60px;
    }

    .blog-items .blog-item:not(:nth-child(2n + 1)), .archive-items .archive-item:not(:nth-child(2n + 1)) {
        margin-left: 0;
    }

    .blog-items .blog-item:not(:nth-child(3n + 1)), .archive-items .archive-item:not(:nth-child(3n + 1)) {
        margin-left: 2%;
    }

    /* Footer Details Section */
    .ftr-det-section .ft-dt-text {
        font-size: 12px;
    }

    .ftr-det-section .ft-dt-label {
        font-size: 15px;
    }

    /* Footer Section */
    .footer-row.main-footer {
        padding: 100px 0 0;
    }

    footer .footer-section {
        font-size: 16px;
    }

    .floating-cta {
        width: auto;
        text-align: center;
        transition: right ease-in .3s;
        position: fixed;
        transform-origin: top right;
        right: 6px;
        left: auto;
        bottom: auto;
        top: 0;
        transform: rotate(-90deg) translateY(-100%);
        margin-top: 35vh;
        padding: 0 0;
        max-width: max-content;
    }

    .floating-cta a {
        width: 100%;
        padding: 11px 20px;
        font-size: 16px;
        background-color: var(--primary-color);
        display: none;
    }

    .window_scrolled .floating-cta a {
        width: 100%;
    }

    .floating-cta .floating-cta-wrap {
        display: none;
    }

    .form-popup {
        font-size: 14px;
    }

    /* Back to Top */
    .move-to-top {
        bottom: 130px;
        right: 17px;
    }

}

@media only screen and (min-width:1201px) {

    /* Common Classes */
    a.site-btn {
        min-width: 140px;
    }

    .side-padding-med {
        padding-right: 90px;
        padding-left: 90px;
    }

    .entry-content .form-container .form-field {
        padding: 40px 60px 40px;
    }

    /* Header Section */
    .site-header .header-center {
        padding-left: 40px;
    }

    /* Hero Slider Section */
    .hero-slide-form {
        max-width: 500px;
    }

    /* Footer Details Section */
    .ftr-det-section .ft-dt-text {
        font-size: 14px;
    }

    .ftr-det-section .ft-dt-label {
        font-size: 18px;
    }

    .form-popup {
        font-size: 16px;
    }

    /* Services Section */
    .col-4-12.section-nav-wrap {
        padding-left: 137px;
    }

}

@media only screen and (min-width:1367px) {

    /* Common Classes */
    .side-padding {
        padding-right: 150px;
        padding-left: 150px;
    }

    .full-padding {
        padding: 120px;
    }

    .slide-control .left {
        left: 160px;
    }

    .slide-control .right {
        right: 160px;
    }

    /* Header Section */
    .site-header .header-topbar {
        padding: 50px 75px 10px 247px;
    }

    .window_scrolled .site-header .header-topbar {
        padding: 10px 75px 10px 210px;
    }

    .site-header .header-info {
        font-size: 14px;
    }

    .site-header .header-icon-wrap {
        width: 40px;
        height: 40px;
    }

    .site-header .header-info-phone a {
        font-size: 18px;
    }

    .site-header .header-left a {
        top: -79px;
        left: 48px;
    }

    .site-header .logo-nav {
        padding: 0 75px;
    }

    .site-header .main-logo img {
        max-height: 178px;
    }

    .window_scrolled .site-header .main-logo img {
        max-height: 135px;
    }

    .site-header .header-cta {
        font-size: 16px;
        min-width: 257px;
        padding: 15px 25px;
    }

    .social-media a.sprite {
        width: 70px;
        min-width: 70px;
    }

    /* Header Menu */
    .genesis-nav-menu > .menu-item {
        margin: 0 10px;
    }

    .site-header .header-center {
        padding-left: 150px;
    }

    .header-menu {
        margin-bottom: 0px;
    }

    .nav-primary .genesis-nav-menu a i {
        font-size: 15px;
    }

    .genesis-nav-menu a, .genesis-nav-menu > span {
        padding: 50px 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -47px 0 0 199px;
    }

    .genesis-nav-menu>.menu-item.menu-item-has-children>a:after, .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
        font-size: 15px;
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 16px;
        padding: 10px;
    }

    .nav-primary .genesis-nav-menu .sub-menu a, .window_scrolled .nav-primary .genesis-nav-menu .sub-menu a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 0;
    }

    /* Hero Slider */
    .hero-slider .hero-caption-row {
        max-width: 560px;
    }

    .hero-slider .hero-slide-title {
        font-size: 50px;
    }

    .hero-slider .col-6-12.hero-caption {
        width: 50%;
    }

    .hero-slider .hero-slide-control {
        left: 145px;
    }

    .hero-slider .slide-control .left {
        left: 40px;
    }

    .hero-slider .slide-control .right {
        right: 40px;
    }

    .hero-slide-form {
        max-width: 610px;
    }

    .hero-item-wrap .hero-caption {
        padding-left: 45px;
    }

    .hero-slide-form {
        right: 60px;
    }

    /* Page Banner */
    .inner-page-banner .page-banner-wrap.side-padding {
        padding-right: 60px;
        padding-left: 60px;
    }

    .inner-page-banner .page-title {
        font-size: 50px;
    }

    /* Services Section */
    .services-section .service-content {
        padding: 30px;
    }

    .services-section .service-col {
        padding-right: 20%;
        padding-left: 5%;
    }

    .services-section .service-item:nth-child(odd) {
        padding-left: 80px;
    }

    .services-section .service-title {
        font-size: 35px;
    }

    .services-section .service-desc {
        font-size: 18px;
    }

    /* Why Choose Us */
    .choose-section .col-3 {
        width: 32%;
    }

    /* Reviews Section */
    .section-reviews .section-heading {
        padding: 0;
    }

    /* Page Content */
    .content-sidebar .content-sidebar-wrap {
        padding: 20px 125px 200px 100px;
    }

    /* Choose Section */
    .choose-section .choose-title {
        font-size: 20px;
    }

    /* CTA Section */
    .cta-widget .cta-btn a {
        min-width: 250px;
    }

    /* Reviews Section */
    .section-reviews .review-author {
        font-size: 16px;
    }

}

@media only screen and (min-width:1601px) {

    /* Header Menu */
    .nav-primary .genesis-nav-menu > a {
        padding: 35px 0px;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 10px 13px;
    }

    .site-header .header-center {
        padding-left: 190px;
    }

    .site-header .header-topbar {
        padding: 50px 75px 10px 260px;
    }

    .social-media a.sprite {
        width: 90px;
        min-width: 90px;
    }

    /* Hero Slider Form */
    .hero-slide-form {
        left: 0;
        right: -779px;
    }

    .hero-item-wrap .hero-caption {
        padding-left: 255px;
    }

    /* Latest News Section */
    .latest-news .slide-control .right {
        right: 120px;
    }

    .latest-news .slide-control .left {
        left: 120px;
    }

}

/* Max Width CSS */
@media only screen and (max-width:1023px) {

    /* Common Classes  */
    .site-top-news {
        border-bottom: 1px solid var(--secondary-color);
    }

    .wp-block-image {
        text-align: center;
        padding-bottom: 20px;
    }

    .gap30 {
        gap: 15px;
    }

    a.site-btn {
        padding: 14px 15px;
    }

    .site-inner .content a.site-btn {
        font-size: 14px;
        min-width: 190px;
    }

    .block-content, .sec-col {
        display: block;
    }

    .sec-col {
        text-align: center;
    }

    /* Header Section */
    .site-header .header-cta {
        display: none;
    }

    .mob-item .social-media .social-item {
        display: inline-block;
        margin: 0 0 6px 0;
    }

    .mob-item .social-media a.media-label {
        display: none !important;
    }

    .site-header .header-phone {
        background-color: var(--primary-color);
        text-align: center;
        width: 100%;
    }

    .site-header .header-phone a {
        color: var(--white);
        display: inline-block;
        padding: 5px 0 5px 40px;
        text-align: center;
        font-size: 20px;
        margin: 0 auto;
    }

    .site-header .header-mobile-phone a {
        background-color: transparent;
        color: var(--white);
        display: block;
        font-size: 18px;
        padding: 5px;
        position: relative;
    }

    .site-header .header-mobile-phone > div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .site-header .header-icon-mob-wrap {
        background-color: var(--tertiary-color);
        color: var(--secondary-color);
        width: 40px;
        height: 40px;
        position: relative;
        border-radius: 5px;
        display: inline-block;
    }

    .header-mobile-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
    }

    .site-header .header-icon-mob-wrap i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--tertiary-color);
        color: var(--secondary-color);
    }

    .window_scrolled .site-header .header-mobile-phone {
        margin-top: -59px;
        overflow: hidden;
    }

    .site-header .logo-nav {
        background-color: transparent;
        display: block;
        height: 75px;
    }

    .window_scrolled .site-header .logo-nav {
        height: 50px;
        background-color: var(--white);
    }

    .window_scrolled .header-left {
        height: 50px;
        overflow: hidden;
    }

    .site-header .main-logo img {
        position: absolute;
        left: 0;
        z-index: 301;
        right: 0;
        margin: 0 auto;
        top: 0;
    }

    .window_scrolled .site-header .main-logo img {
        top: 0;
        max-height: 50px;
    }

    .site-top-news {
        display: none;
    }

    /* Header Menu */
    .nav-primary .genesis-nav-menu a i {
        display: none;
    }

    .nav-primary {
        background-color: var(--primary-color);
        margin-top: 75px;
        padding: 15px 10px 150px;
    }

    .window_scrolled .nav-primary {
        margin-top: 0;
        padding: 35px 10px 150px;
    }

    /* Hero Slider */
    .hero-slider .hero-item .inner-with {
        padding: 0;
    }

    .hero-slider .hero-caption-row {
        margin-top: 150px;
        padding: 0 15px;
        margin-bottom: 110px;
        text-align: center;
    }

    .hero-slider .hero-caption-row, .hero-slider .hero-slide-title, .hero-slider .hero-slide-desc {
        text-align: center;
    }

    .hero-slider .hero-slide-title {
        margin-bottom: 20px;
    }

    .hero-slider .hero-slide-btn {
        display: block;
    }

    .hero-slider .hero-slide-btn > a {
        display: inline-block;
        margin: 0 5px 10px;
        min-width: 160px;
    }

    .hero-slider .hero-slide-btn a.header-popup {
        display: inline-block;
    }

    .hero-slider ul.slick-dots, .hero-slide-control.slide-control {
        display: none !important;
    }

    .hero-slider .form-field {
        background-color: rgba(7, 16, 19, .92);
        box-shadow: 0px 0px 40px 0px rgba(7, 16, 19, .32);
    }

    .hero-slider .badge-widget-item-wrap {
        padding: 0 5px;
    }

    /* Page Banner */
    .badges-widget-item {
        padding: 2px;
    }

    .inner-page-banner .page-title, .breadcrumbs {
        text-align: center;
    }

    .badge {
        text-align: center;
    }

    /* Hero List */
    .header-list-section .header-list-wrap {
        bottom: auto;
        font-size: 14px;
        position: relative;
    }

    /* Hero Slider Form */
    .hero-slider .hero-slide-form {
        padding: 57px 15px;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Tab Content */
    .home-main-content {
        padding: 0;
    }

    .home-main-content .inner-width {
        padding: 0;
    }

    .home-content {
        padding: 20px 15px;
    }

    .home-main-content .section-text-wrap.active .home-content-section-wrap {
        flex-direction: column-reverse;
    }

    .home-main-content .home-desk-nav-wrap {
        display: none;
    }

    .home-main-content .section-text-wrap .mobile-nav {
        background-color: transparent;
        border: 1px solid var(--tertiary-color);
        color: var(--tertiary-color);
        display: block;
        margin: 0;
        padding: 10px 15px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px 10px 0 0;
    }

    .home-main-content .mobile-nav.active {
        background-color: var(--tertiary-color);
        border: 1px solid var(--tertiary-color);
        border-bottom: 1px solid #313f48;
        color: var(--white);
        border-radius: 10px 10px 0 0;
    }

    .home-main-content .mobile-nav.active:after {
        color: var(--primary-contrast);
    }

    .home-main-content .section-nav-wrap {
        display: none;
    }

    .home-main-content .home-image-wrap.mobile-view {
        margin-top: 30px;
    }

    .home-content-btn a {
        font-size: 20px;
    }

    .home-main-content .section-text-wrap {
        margin-bottom: 30px;
    }

    /* Page Content */
    .wp-block-group.map-wrap {
        margin-top: 60px;
    }

    .content-sidebar .content-sidebar-wrap, .content-sidebar .breadcrumbs .inner-width {
        margin: 0 auto;
        padding: 0px 15px;
    }

    .wpcf7-submit {
        font-size: 16px;
        padding: 15px 35px;
    }

    /* Inner Form Section */
    .form-section .form-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    /* About Our Work Section */
    .about-section .about-video {
        max-width: 400px;
    }

    .about-section .vid-wrap:before {
        height: 140px;
    }

    /* CTA Widget */
    .cta-widget .section-heading, .cta-widget .cta-btn {
        text-align: center;
    }

    .cta-widget .cta-btn {
        display: block;
        margin: 30px 0;
    }

    .cta-widget .cta-btn a {
        margin-bottom: 5px;
        display: block;
        max-width: 300px;
        margin: 10px auto;
    }

    /* About Us Section */
    .home-main-content .col-2.about-image {
        padding-right: 30px;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .home-main-content img.t-img {
        bottom: 30px;
        max-width: 95px;
        padding: 7px;
    }

    /* Services Section */
    .services-section {
        background-position: left bottom;
        padding: 100px 20px;
    }

    .services-section .service-icon-title {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .services-section .service-title {
        font-size: 20px;
    }

    .services-section .service-btn {
        margin-top: 20px;
    }

    .services-section .service-link a {
        padding: 14px 20px;
    }

    .services-section .services-image-wrap {
        margin-bottom: 20px;
    }

    .services-section  .section-text-wrap.active .home-content-section-wrap {
        flex-direction: column-reverse;
        display: block;
    }

    .services-section  .home-desk-nav-wrap {
        display: none;
    }

    .services-section .section-text-wrap .mobile-nav {
        border-radius: 10px 0 0 10px;
        border: 1px solid var(--white);
        display: block;
        margin: 0;
        padding: 10px 35px 10px 20px;
        font-size: 20px;
        background-color: transparent;
        color: var(--tertiary-color);
        min-height: 66px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        line-height: 1.2;
        text-transform: initial;
    }

    .services-section .section-text-wrap .mobile-nav:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 100%;
        background: #e5e5e5;
        right: 0;
        top: 0;
    }

    .services-section .section-text-wrap.active .mobile-nav:before {
        display: none;
    }

    .services-section .section-text-wrap.active .mobile-nav {
        background-color: var(--tertiary-color);
        color: var(--white);
        border: 0;
        border-right: 8px solid var(--primary-color);
    }

    .services-section .section-nav-wrap {
        display: none;
    }

    .services-section .home-content {
        padding: 15px 0 0;
    }

    .services-section .home-image-wrap.mobile-view {
        margin-top: 30px;
    }

    .services-section .home-content h2 {
        font-weight: 600;
        font-size: 24px;
    }

    .services-section .home-content-btn a {
        font-size: 20px;
    }

    .services-section .section-text-wrap {
        margin-bottom: 15px;
    }

    .services-section .section-text-wrap .mobile-nav.active:before {
        background-color: var(--gray-100);
    }

    .services-section .service-btn a {
        width: auto;
        margin: 0;
    }

    .services-section .service-con-pos {
        position: relative;
        margin-top: -70px;
        padding: 20px;
    }

    .services-section .service-content {
        background-color: rgba(255, 255, 255, .90);
        border-radius: 10px;
        box-shadow: 0px 0px 30px 0px rgba(19, 18, 22, .30);
        padding: 20px;
    }

    .services-section .service-bg {
        border-radius: 10px;
    }

    .services-section .tab-container {
        padding: 30px 0 0;
    }

    .services-section .section-content-wrap {
        max-width: 600px;
        margin: 0 auto;
    }

    /* Inner Services */
    .inner-services-section .inner-service-nav div {
        display: block;
        padding: 10px;
        margin: 0;
    }

    .inner-services-section .service-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .header-list-section .header-list-item {
        width: 33.3%;
    }

    .header-list-section .inner-width {
        padding: 0;
    }

    /* Process Section */
    .process-section .process-btn, .process-section .process-btn a {
        display: block;
    }

    .process-section .process-item {
        padding: 80px 10px 0;
    }

    .process-section .process-btn a {
        margin: 10px auto;
        max-width: 400px;
    }

    .process-slide-control {
        text-align: center;
    }

    .process-section .slide-control > div {
        display: inline-block;
        position: relative;
        margin: 0 3px;
        top: auto;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .process-section .slide-control .right {
        right: auto;
    }

    .process-section .slide-control .left {
        left: auto;
    }

    .process-section .process-btn {
        margin: 20px 0 0;
    }

    /* Why Choose Us Section */
    .choose-section .choose-items {
        max-width: 600px;
        margin: 50px auto;
    }

    .choose-section .choose-item ul {
        padding: 0;
    }

    .choose-section .choose-item ul li {
        list-style: inside;
    }

    .choose-section .choose-item {
        margin: 0 0 15px;
    }

    /* Areas We Serve Section */
    .aws-section .map-img {
        text-align: center;
    }

    /* Reviews Section */
    .section-reviews {
        padding-top: 70px;
    }

    .section-reviews .inner-with {
        padding: 0;
    }

    .section-reviews  .slide-control > div {
        display: inline-block;
        position: relative;
        margin: 0;
    }

    .section-reviews .slide-control {
        text-align: center;
        padding: 30px 0 0;
    }

    .section-reviews .review-listing {
        margin: 0;
    }

    .section-reviews .section-title span {
        display: block;
    }

    .section-reviews .review-btn {
        gap: 10px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .section-reviews .section-heading {
        text-align: center;
    }

    /* Latest News Section */
    .latest-news .news-item:nth-child(3) {
        display: none;
    }

    .latest-news .news-items {
        display: block;
    }

    .latest-news .slide-control > div {
        display: inline-block !important;
        position: relative;
        margin: 0;
        display: none;
    }

    .latest-news .slide-control .right {
        right: auto;
    }

    .latest-news .slide-control .left {
        left: auto;
    }

    .latest-news .slide-control {
        text-align: center;
        padding-top: 40px !important;
    }

    .latest-news .latest-wrapper {
        max-width: 991px;
        margin: 0 auto;
    }

    .latest-news .news-wrap {
        max-width: 400px;
        margin: 0 auto;
    }

    /* Areas We Serve Section */
    .aws-section .aws-row-inner {
        flex-direction: column-reverse;
        max-width: 600px;
        margin: 0 auto;
    }

    .aws-section .col-2.info-col {
        margin: 0 0 40px;
    }

    /* Pages */
    .wp-container-2.wp-block-column {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .wp-container-2.wp-block-column {
        padding: 40px 15px 10px;
    }

    .full-width-table {
        display: grid;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    /* Badges Section */
    .badges-section .section-heading, .badges-section .slide-control {
        text-align: center;
    }

    .badges-section .slide-control {
        padding: 30px 15px;
    }

    .badges-section .slide-control > div {
        display: inline-block;
        position: relative;
        margin: 0 3px;
        top: auto;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .badges-section .slide-control .left {
        left: auto;
    }

    .badges-section .slide-control .right {
        right: auto;
    }

    .badges-section .badges-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    /* Badges Widget */
    .badges-widget {
        margin: 0 auto;
    }

    /* Blog Page */
    .blog-post-wrap {
        max-width: 600px;
        margin: 0 auto;
    }

    /* Gallery Page */
    .slmp-gallery .slmp-image-label {
        left: 10px;
        right: 10px;
        font-size: 13px;
    }

    /* Footer Details Section */
    .ftr-det-section .site-dt:not(:last-child) {
        margin-bottom: 40px;
    }

    /* Footer Section */
    footer .ftr-det-section {
        max-width: 400px;
        margin: 0 auto;
    }

    footer .ftr-det-section .ftr-map-wrapper img {
        max-width: 340px;
        height: 350px;
        object-fit: cover;
        object-position: 55% 100%;
        width: 100%;
        margin: 0 auto;
    }

    .ftr-det-section .ftr-map-wrapper, footer .ftr-det-section .ftr-map-btn {
        text-align: center;
    }

    footer .ftr-det-section .ftr-map-btn {
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    footer .ftr-det-section .ftr-map-btn a {
        min-width: 230px;
    }

    footer .footer-column {
        max-width: 480px;
        margin: 0 auto 0;
    }

    footer .footer-col-item {
        padding-left: 0;
    }

    footer .footer-item-rows {
        margin-bottom: 35px;
    }

    footer .footer-logo {
        text-align: center;
        padding: 0;
        max-width: 140px;
        margin: 0 auto;
    }

    footer .social-media {
        -webkit-justify-content: center;
        justify-content: center;
    }

    footer .copy-wrapper {
        display: block;
        text-align: center;
    }

    footer .copyright-text {
        margin: 20px 0 30px;
        text-align: center;
        font-size: 14px;
    }

    footer .view-more-links {
        display: block;
        margin: 0px auto 40px;
        text-transform: uppercase;
        width: 100%;
    }

    footer.footer-section .view-more-links .more-links {
        background-color: var(--primary-contrast);
        border-radius: 5px;
        color: var(--white);
        display: block;
        cursor: pointer;
        padding: 12px 15px;
        font-size: 14px;
    }

    footer .view-more-links .more-links:after {
        font-style: normal;
        content: "\f107";
        display: inline-block;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        margin-left: 5px;
        position: relative;
    }

    footer .view-more-links .more-links.active:after {
        transform: rotate(180deg);
    }

    div#footer-count2, div#footer-count3, div#footer-count4 {
        display: none;
    }

    footer .more-links {
        background: var(--white);
        padding: 10px;
        border-radius: 5px;
    }

    footer .form-popup i {
        padding-right: 3px;
    }

    .ftr-item .social-media a.sprite {
        width: 90px;
        min-width: 90px;
    }

    /* Sticky CTA */
    .floating-cta a {
        font-size: 16px;
        margin: 0 auto;
        display: grid;
        min-width: 114px;
        max-width: fit-content;
        align-items: center;
    }

    .window_scrolled .floating-cta a {
        font-size: 12px;
    }

    .floating-cta a.sticky-form {
        border-radius: 5px;
        min-width: 300px;
    }

    .window_scrolled .floating-cta a.sticky-form {
        min-width: 114px;
        border-radius: 0;
    }

    .floating-cta br {
        display: none;
    }

    .window_scrolled .floating-cta br {
        display: block;
    }

    .floating-cta i {
        margin: 0 3px 3px 0;
    }

    .window_scrolled .floating-cta i {
        margin: 0 0 3px;
    }

    /* XAPP */
    #xapp-widget .xapp-chat-button {
        z-index: 100;
        bottom: 22px !important;
    }

}

@media only screen and (max-width:768px) {

    /* Reviews Section */
    .section-reviews .review-item {
        padding: 0;
    }

}

@media only screen and (max-width:480px) {

    /* Process Section */
    .process-section .process-item {
        padding: 80px 0 0;
    }

    /* About Our Work Section */
    .about-section .about-video {
        max-width: 335px;
    }

    .about-section .vid-wrap:before {
        left: -20px;
        width: 112%;
        height: 100px;
    }

}

/* Genesis */
@media (max-width:781px) {

    /* Contact Us Page */
    .map-wrap iframe {
        width: 100%;
    }

}
