.col-1.form-field-item.form-field-disclaimer.relative label {
    display: inline-block !important;
    font-size: 12px !important;
    line-height: 1.5;
}
ul.yext-reviews-page li:before {
    display: none;
}
div#xapp-widget .cta-bubble__content {
    color: #000000 !important;
}
div#xapp-widget span.status-text-title {
    color: #000000 !important;
}
.section-subtitle {
    font-family: "Lora", serif;
}
.heading-subtitle {
    font-size: 16px;
    font-family: "Lora", serif;
    color: var(--primary-cl);
}
.time-list span {
    display: block;
}
figure {
    margin: 0 0 20px 0;
}
figure.wp-block-image {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.wp-block-image figure {
    position: relative;
    margin: 0 0 20px 0;
    z-index: 1;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.entry-content ul,
.the-content ul {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    column-count: 1;
}
.entry-content ol {
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
    column-count: 1;
}
.entry-content ul li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}
.entry-content ul li:before {
    content: "\f14a";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 400;
    color: var(--primary-cl);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1;
    border-right: 1px solid var(--secondary-cl);
    border-bottom: 1px solid var(--secondary-cl);
}
.entry-content ul ul {
    padding: 0;
}
.entry-content ul ul > li {
    list-style: none;
}

/* Mobile Menu Toogle */
.nav-primary {
    clear: left;
    padding: 15px 10px 150px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: -100%;
    top: auto;
    z-index: 300;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
}
.nav-primary > .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.nav-primary.show {
    left: 0;
    margin-top: 0;
    background: var(--black-cl);
}
.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #252525;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background: transparent !important;
    border-width: 0;
    color: #fff;
}
.menu-toggle {
    background: transparent;
    padding: 0px 0;
    position: absolute;
    z-index: 1000;
    right: 0;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: none;
}
button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 17px;
    color: var(--white-cl);
    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;
    border-radius: 5px;
}
button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: var(--black-cl);
    padding: 12px 17px;
}
.menu-toggle.activated:before {
    content: "\f335";
}
.sub-menu-toggle {
    background: transparent;
    float: right;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: auto;
}
.sub-menu-toggle:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    color: var(--white-cl) !important;
}
.sub-menu-toggle.activated:before {
    transform: rotate(270deg);
    transition: transform 0.25s ease-in-out;
}
.genesis-nav-menu .menu-item.current-menu-item.menu-item-has-children .sub-menu-toggle:before {
    color: var(--white-cl);
}
.site-header .dashicons-before:before {
    color: var(--primary-cl);
}
body.window_scrolled button.menu-toggle:before {
    color: var(--primary-cl);
}
body.window_scrolled button.menu-toggle.activated:before {
    color: var(--primary-cl);
}
.site-header .menu-toggle::before {
    margin-right: 0;
}
.site-header .hrd-menu button {
    outline: 0;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    margin: 0 auto;
}
.play-icon .play-btn {
    width: 75px;
    height: 75px;
    background: radial-gradient(rgb(3 154 165) 55%, rgba(255, 255, 255, 0.3) 57%);
    border-radius: 50%;
    display: block;
    cursor: pointer;
}
.play-icon .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    background: rgba(198, 16, 0, 0);
}
.play-icon .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* Popup Video Player */
.popup-video-section {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999999;
    overflow: hidden;
}
.popup-video-section .popup-video-row {
    height: 100%;
}
.popup-video-section .popup-video-row-wrap {
    width: 100%;
    max-width: 800px;
    padding: 10px 0.10px;
}
.popup-video-section .popup-video-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: 5px solid var(--white-cl);
    background-color: #174462;
    border-radius: 5px;
}
.popup-video-section button.pop-close {
    max-width: 30px;
    font-size: 16px;
    padding: 5px 5px;
    border-radius: 0;
    background-color: var(--black-cl);
    color: var(--white-cl);
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
.popup-video-section .video-item-popup {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.popup-video-section .video-item-popup iframe {
    width: 100%;
    height: 80vh;
    min-height: 300px;
    max-height: 500px;
}
.video-holder-base {
    border-bottom: 30px solid var(--white-cl);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 190px;
    margin: 0 auto;
}

/* Social Media */
.social-media .social-media-item {
    display: flex;
    width: 100%;
}
.social-media .social-media-item:not(:last-child) {
    margin-bottom: 15px;
}
.social-media .social-media-item a.sprite {
    width: 36px;
    background-color: var(--white-cl);
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
}
.social-media .social-media-item span.md-label {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px 15px;
    color: var(--white-cl);
}

/* Site Menu */
.genesis-nav-menu a {
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white-cl);
    background: var(--black-cl);
    font-size: 16px;
}
.nav-primary .genesis-nav-menu a {
    padding: 10px 10px;
    border-bottom: 1px solid var(--white-cl);
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    color: var(--black-cl);
    background: var(--secondary-cl);
}
.nav-primary .genesis-nav-menu .sub-menu a {
    padding: 10px 10px;
    background: var(--black-cl);
    color: var(--white-cl);
    border: 0;
}
.nav-primary .genesis-nav-menu ul.sub-menu li a {
    border-bottom: 1px solid var(--white-cl);
}
.nav-primary .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 {
    background: var(--secondary-cl) !important;
    color: var(--black-cl);
}
.genesis-nav-menu .sub-menu a {
    text-align: left;
    font-size: 16px;
}

/* Pagination */
.pagination {
    margin: 60px 0 0;
}
.pagination ul {
    text-align: center;
    padding: 0;
}
.pagination ul li {
    padding: 0;
}
.pagination ul li:before {
    display: none;
}
.pagination ul li a {
    padding: 0;
    min-width: 50px;
    height: 50px;
    background: #e6f1f2;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.pagination ul li a:hover,
.pagination ul li.active a {
    background: var(--black-cl);
}
.navigation.pagination .nav-links .page-numbers {
    padding: 8px 15px;
    background-color: var(--white-cl);
    margin-bottom: 4px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-cl);
    display: inline-block;
    line-height: 1.625;
    border: 1px solid #d9d9d9;
}
.navigation.pagination .nav-links span.page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover {
    background-color: var(--black-cl);
    color: var(--white-cl);
}
.navigation.pagination span.dashicons,
.navigation.pagination span.dashicons-before:before {
    width: auto;
    height: auto;
    font-size: 15px;
    vertical-align: inherit;
}
.navigation.pagination span.dashicons-arrow-left-alt2:before,
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    font-weight: 900;
    font-family: "Font Awesome\ 6 Free";
    font-size: 15px;
}
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    content: "\f101";
}
.navigation.pagination span.dashicons-arrow-left-alt2:before {
    content: "\f100";
}

/* Gallery */
.slmp-popup-image-item img {
    max-height: 85vh;
    width: auto;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-grid-image:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid var(--secondary-cl);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
    width: 100%;
    text-align: center;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:before {
    content: "View Image";
    color: var(--white-cl);
    font-size: 14px;
}
.slmp-gallery .slmp-gallery-load-more button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--primary-font);
    padding: 15px 30px 15px 30px;
    border-radius: 0;
    line-height: 1;
    color: var(--black-cl);
    background: var(--secondary-cl);
    outline: 0 solid rgba(255, 255, 255, 0);
    outline-offset: -0;
    transition: none;
}

/* Site Header */
header.site-header {
    position: fixed;
    width: 100%;
    top: auto;
    background-color: var(--white-cl);
    padding: 0 0;
    z-index: 999;
    box-shadow: none;
}
header.site-header .hrd-layer-1 {
    padding: 10px 0;
}
header.site-header .hrd-layer-2 {
    background-color: rgba(255, 255, 255, 0.1);
}
header.site-header .social-media .social-media-item:not(:last-child) {
    margin: 0 10px 0 0;
}
header.site-header .social-media .social-media-item {
    display: block;
    width: auto;
}
header.site-header .social-media .social-media-item a.sprite {
    padding: 7px 0;
}
header.site-header .social-media .social-media-item span.md-label {
    display: none;
}
header.site-header .hrd-layer-1 .hrd-details {
    width: 100%;
    justify-content: center;
}
header.site-header .hrd-layer-1 .hrd-info span {
    display: block;
}
header.site-header .hrd-layer-1 .hrd-info span.hrd-label {
    font-size: 10px;
}
header.site-header .hrd-layer-1 .hrd-info span.hrd-text {
    font-size: 14px;
    line-height: 1;
}
header.site-header .hrd-layer-1 .hrd-info span.hrd-text br {
    display: none;
}
header.site-header .hrd-details .hrd-info:not(:last-child) {
    margin-right: 50px;
}
header.site-header .hrd-layer-1 .hrd-info.hrd-number {
    font-size: 18px;
    line-height: 1;
}
header.site-header .hrd-layer-1 .hrd-info.hrd-number a {
    color: var(--black-cl);
}
header.site-header .hrd-address span.hrd-text span:before,
header.site-header .hrd-email span.hrd-text a:before,
header.site-header .hrd-number span a:before {
    font-family: 'Font Awesome\ 6 Free';
    margin-right: 7px;
    font-weight: 900;
}
header.site-header .hrd-address span.hrd-text span:before {
    content: "\f3c5";
    font-size: 12px;
}
header.site-header .hrd-email span.hrd-text a:before {
    content: "\f0e0";
    font-size: 12px;
}
header.site-header .hrd-number span a:before {
    content: "\f095";
    font-size: 20px;
}
header.site-header .hrd-layer-2 .hrd-logo {
    text-align: center;
}
header.site-header .hrd-layer-2 .hrd-logo,
header.site-header .hrd-layer-2 .hrd-menu-cta {
    width: 100%;
}
header.site-header .hrd-logo a img {
    padding: 10px 0;
    background-color: var(--white-cl);
    height: 65px;
}
header.site-header .hrd-cta {
    display: none;
}
header.site-header .hrd-cta a.button {
    padding: 43px 30px;
}

/* Page Banner */
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 500px;
    max-height: 500px;
}
.inner-page-banner .page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.inner-page-banner .page-title-container {
    padding-top: 15%;
}
.inner-page-banner .page-banner-wrap {
    height: 100%;
}
.inner-page-banner .pg-banner-logo img {
    filter: brightness(0) invert(1);
    margin: 0 auto 15px;
    height: 70px;
}
.inner-page-banner .page-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.breadcrumb {
    border-bottom: 0;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.breadcrumb span.bc-wrap {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb span.separator {
    margin: 0 7px;
}
.breadcrumb span.breadcrumb-link-wrap a {
    padding: 0;
    border-radius: 5px;
    line-height: 1.2;
}
.breadcrumb span.breadcrumb-link-wrap a:hover {
    color: var(--secondary-cl);
}

/* Mobile Dots */
.mob-dot-toggle {
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 13px 20px;
    font-size: 23px;
    cursor: pointer;
    color: var(--black-cl);
    background: transparent;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-dots-items {
    background: var(--black-cl);
    padding: 15px 15px 200px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    height: 100vh;
    text-align: left;
}
.mobile-dots-items .mob-item {
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid var(--white-cl);
}
.mobile-dots-items .mob-item .time-list span {
    display: block;
}
.mobile-dots-items .mob-item.site-social-media {
    padding: 5px 0 5px 0;
}
.mob-item.site-time .time-listing {
    width: 100%;
    max-width: 350px;
    margin: 0;
}
.mob-item.site-name:before,
.mob-item.site-address:before,
.mob-item.site-number:before,
.mob-item.site-email:before,
.mob-item.site-time:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}
.mob-item.site-name:before {
    content: "\f015";
}
.mob-item.site-address:before {
    content: "\f3c5";
}
.mob-item.site-number:before {
    content: "\f879";
}
.mob-item.site-email:before {
    content: "\f0e0";
}
.mob-item.site-time:before {
    content: "\f017";
}
.mobile-dots-items .mob-item.site-social-media .social-media-item {
    width: auto;
    margin: 0 5px 5px 0;
}
.mobile-dots-items .mob-item.site-social-media .social-media-item a.sprite {
    width: 60px;
}
.mobile-dots-items .mob-item.site-social-media .social-media-item span.md-label {
    display: none;
}

/* Hero Slider */
.hero-slider .hero-item {
    width: 100%;
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
}
.hero-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-item.slick-active .hero-image.img-zoom {
    transform: scale(1.3);
    transition: transform 9s;
}
.hero-slider .hero-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-slider .hero-info {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.hero-slider .hero-caption .hero-title {
    font-size: 30px;
    line-height: 1.2;
    padding: 15px 0;
}
.hero-slider .hero-caption .hero-desc {
    padding: 15px 0;
    line-height: 1.2;
}
.hero-slider .hero-caption .hero-btn {
    padding: 15px 0;
}
.hero-slide-control.slide-control {
    display: none;
}
.hero-slide-control.slide-control .left,
.hero-slide-control.slide-control .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-slide-control.slide-control .left {
    left: 60px;
    right: auto;
}
.hero-slide-control.slide-control .right {
    right: 60px;
    left: auto;
}
.hero-slider ul.slick-dots {
    display: none !important;
}
.hero-slider .hero-title.animate__animated.activate {
    animation-delay: 0s;
    display: block;
}
.hero-slider .hero-desc.animate__animated.activate {
    animation-delay: 1s;
    display: block;
}
.hero-slider .hero-btn.animate__animated.activate {
    animation-delay: 2s;
    display: block;
}
.hero-slider .animate__animated.off,
.hero-slider .animate__animated {
    display: none;
}

/* Site Inner */
.site-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-image: url(/wp-content/uploads/2024/12/site-inner-bg.jpg);
    background-size: inherit;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}
.site-inner .content-sidebar-wrap {
    position: relative;
}
.site-inner .content {
    width: 100%;
    max-width: 1200px;
    padding: 100px 15px;
}
.entry {
    margin-bottom: 0;
}

/* Homepage Content */
body.home .site-inner .content {
    max-width: 1630px;
}
body.home .site-inner .entry .entry-content {
    padding: 0 0 20px 0;
}
body.home .site-inner .homepage-img .home-img {
    width: 49%;
}
body.home .site-inner .homepage-img .home-images {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.more-content .extra-content {
    display: none;
}

/* Site Badges */
.site-section.badges-section {
    padding: 0 15px 60px;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}
.badges-section .site-badges {
    margin: 0 auto;
}
.badges-section .badge-list {
    padding: 0 60px;
}
.site-badges .badges-item {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    margin: 10px 10px;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    height: 130px;
}
.site-badges .badges-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 20px;
}
.site-badges .badges-item img {
    margin: 0 auto;
    transition: 0.9s;
    transform: rotateY(0deg);
}
.site-badges .badges-item a:hover img {
    transition: 0.9s;
    transform: rotateY(360deg);
}
.badge-slide-control.slide-control .left,
.badge-slide-control.slide-control .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.badge-slide-control.slide-control .left {
    left: 0;
    right: auto;
}
.badge-slide-control.slide-control .right {
    right: 0;
    left: auto;
}
.badge-slide-control.slide-control .right:hover,
.badge-slide-control.slide-control .left:hover {
    background-color: var(--secondary-cl);
}

/* Site Service Pages */
.service-section .service-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-section .service-listing {
    width: 100%;
    max-width: 1630px;
    padding: 0 15px;
}
.service-section .serv-item {
    padding: 10px 0;
}
.service-section .serv-item .serv-wrap {
    background-color: var(--black-cl);
    padding: 15px 15px;
    border: 1px solid var(--black-cl);
}
.service-section .serv-item .serv-details {
    padding: 15px 0;
    width: calc(100% - 100px);
}
.service-section .serv-item .serv-info {
    padding-bottom: 50px;
}
.service-section .serv-item .serv-label {
    font-size: 12px;
}
.service-section .serv-item .serv-title {
    font-size: 20px;
    line-height: 1.2;
}
.service-section .serv-item .serv-image {
    width: 85px;
    height: 85px;
}
.service-section .serv-item .serv-image .serv-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.service-section .serv-item .serv-wrap:hover {
    background-color: var(--white-cl);
}
.service-section .serv-item .serv-wrap:hover .serv-label,
.service-section .serv-item .serv-wrap:hover .serv-title,
.service-section .serv-item .serv-wrap:hover .serv-btn a {
    color: var(--black-cl);
}

/* Inner Page Services */
.inner-services .inr-serv-item-row {
    background-color: var(--black-cl);
    border: 1px solid var(--black-cl);
}
.inner-services .inr-serv-item:not(:last-child) {
    margin-bottom: 30px;
}
.inner-services .inr-serv-img {
    min-height: 350px;
}
.inner-services .inr-serv-img .serv-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.inner-services .inr-serv-info {
    padding: 30px 15px;
}
.inner-services .serv-title {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 15px;
}
.inner-services .inr-serv-desc {
    padding-bottom: 20px;
}
.inner-services .inr-serv-btn a {
    margin: 5px 0;
}
.inner-services .inr-serv-item-row:hover {
    background-color: var(--white-cl);
}
.inner-services .inr-serv-item-row:hover .serv-title,
.inner-services .inr-serv-item-row:hover .inr-serv-desc {
    color: var(--black-cl);
}
.inner-services .inr-serv-item-row:hover a.button.btn-v3 {
    background: var(--black-cl);
    color: var(--white-cl);
}

/* Site Call To Action */
.cta-section .cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cta-section .cta-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.cta-section .cta-buttons .cta-btn {
    padding: 5px 10px;
}
.cta-section .cta-buttons .cta-btn a {
    min-width: 190px;
}

/* Service Areas Section */
.service-area-section .service-area-row {
    padding: 0 15px;
}
.service-area-section div#service-map {
    min-height: 415px;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.service-area-section .service-area-wrap:before,
.service-area-section .service-area-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--secondary-cl);
}
.service-area-section .service-area-wrap:before {
    width: 70px;
    height: 7px;
}
.service-area-section .service-area-wrap:after {
    height: 70px;
    width: 7px;
}
.service-area-section .area-row {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.service-area-section .area-row .area-col {
    padding: 40px 0;
}
.service-area-section .area-row .heading-wrap {
    text-align: center;
}
.service-area-section .area-row .heading-wrap .section-title:after {
    margin: 0 auto;
}
.service-area-section .area-row .area-col.area-map {
    padding: 0 0;
}
.service-area-section .loc-item {
    border: 1px solid var(--black-cl);
    padding: 10px 10px;
    background-color: var(--black-cl);
    margin-bottom: 10px;
    color: var(--white-cl);
}
.service-area-section .loc-item span {
    padding-left: 25px;
    position: relative;
    display: flex;
}
.service-area-section .loc-item span:before {
    content: "\f3c5";
    font-family: 'Font Awesome\ 6 Free';
    margin-right: 15px;
    font-weight: 900;
    position: absolute;
    left: 0;
}
.service-area-section .loc-item:hover {
    background-color: var(--white-cl);
    color: var(--black-cl);
}
.service-area-section .gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
    background-color: var(--secondary-cl) !important;
}
.service-area-section  .gm-ui-hover-effect>span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

/* Site Sample Gallery */
.gallery-section .serve-ice-area-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-section .gal-sam-img {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.gallery-section .gal-img-item {
    width: 100%;
    height: 380px;
    margin: 10px 10px;
}
.gallery-section .gal-img-item .gal-img-wrap .gal-img-more {
    display: none;
}
.gallery-section .gal-img-item:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.gallery-section .gal-img-item:hover .gal-img-wrap {
    height: 100%;
    padding: 20px 20px;
}
.gallery-section .gal-img-item:hover .gal-img-wrap .gal-img-more {
    height: 100%;
    border: 1px solid var(--secondary-cl);
    display: flex;
}
.gallery-section .slide-control .slick-arrow:hover {
    background-color: var(--secondary-cl);
}

/* Site Reviews */
.review-section .review-bg,
.review-section .review-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.review-section .review-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.70);
}
.review-section .review-listing {
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 0;
}
.review-section .review-item-row {
    padding: 10px 10px;
}
.review-section .review-item {
    padding: 30px 30px;
    background-color: var(--white-cl);
}
.review-section .review-content {
    font-size: 14px;
}
.review-section .review-extra {
    margin-top: 20px;
}
.review-section .review-icon {
    background-color: var(--secondary-cl);
    padding: 3px 5px;
    margin-right: 10px;
}
.review-section .review-author-rating {
    line-height: 1;
}
.review-section .review-author {
    font-size: 12px;
}
.review-section span.review-rating span i {
    color: #ffae22;
    font-size: 12px;
}
.review-section .section-btn a {
    min-width: 190px;
    margin: 5px 0;
}

/* Blog Select Post Archive */
.blog-archive-container .post-archives-list {
    padding-top: 30px;
    margin: 0 auto 20px;
}
.post-archives-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--black-cl) 50%), linear-gradient(135deg, var(--black-cl) 50%, transparent 50%), linear-gradient(to right, var(--body-cl), var(--body-cl));
    background-position: calc(100% - 16px) calc(1.3em + 0px), calc(100% - 10px) calc(1.3em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 9px, 6px 9px, 0px 0em;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 15px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background-color: var(--white-cl);
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.post-archives-list select:hover,
.post-archives-list select:focus {
    background-color: var(--black-cl);
    color: var(--white-cl);
    background-image: linear-gradient(45deg, transparent 50%, var(--white-cl) 50%), linear-gradient(135deg, var(--white-cl) 50%, transparent 50%), linear-gradient(to right, var(--white-cl), var(--white-cl));
}
.post-archives-list {
    padding: 1.875em 0;
    margin: 0 auto;
}
.blog-archive-container .post-items .post-item {
    padding-top: 60px;
}
.blog-archive-container .post-items .post-item .post-item-details {
    margin: 0;
}
.post-archives-list.single-post-select-archive {
    padding: 30px 0;
}
.blog-post-listing .post-item {
    margin: 10px 0;
}

/* Site Latest News */
.latest-section .latest-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.latest-section .site-post-list {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 15px 15px 0;
}
.post-item {
    margin: 10px 0;
}
.post-item .post-img {
    min-height: 210px;
}
.post-item .post-details {
    padding: 15px 15px;
    background-color: var(--black-cl);
}
.post-item .post-data-cta {
    font-size: 12px;
}
.post-item .post-data-cta .post-date {
    padding-right: 15px;
}
.post-item .post-title {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 5px;
}
.post-item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.post-item:hover .post-details {
    background-color: var(--white-cl);
}
.post-item:hover .post-details .post-title,
.post-item:hover .post-details .post-date,
.post-item:hover .post-details .post-cat {
    color: var(--black-cl);
}

/* Site Footer */
.site-footer {
    text-align: left;
    padding: 135px 0 0 0;
    border: 0;
}
.site-footer .footer-bg,
.site-footer .footer-bg:before,
.site-footer .top-footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-footer .footer-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.85);
}
.site-footer .footer-row-wrap {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.site-footer .top-footer.wrap {
    top: -135px;
    width: 100vw;
    max-width: 480px;
    margin: 0 auto -135px;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.site-footer .top-footer-info {
    padding: 60px 15px;
}
.site-footer .footer-site-name {
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.site-footer .footer-site-name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    background-color: var(--black-cl);
    margin: 0 auto;
}
.site-footer .footer-info-item:not(:last-child) {
    margin-bottom: 15px;
}
.site-footer .top-footer-info .footer-info {
    line-height: 1;
}
.site-footer .top-footer-info .footer-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black-cl);
    margin-right: 15px;
}
.site-footer .top-footer-info .footer-info-label {
    font-size: 14px;
    padding-bottom: 5px;
}
.site-footer .top-footer-info .footer-text {
    font-size: 18px;
}
.site-footer .mid-footer-info {
    padding: 60px 0 120px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.site-footer .mid-footer-info .footer-item-rows:not(:last-child) {
    margin-bottom: 30px;
}
.site-footer .footer-column .column-label {
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.site-footer .footer-column .column-label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--white-cl);
}
.site-footer .footer-column .column-label:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--secondary-cl);
}
.site-footer .footer-column .footer-menu ul li {
    margin-bottom: 5px;
}
.site-footer .copyright {
    padding-bottom: 60px;
}
.site-footer .copyright .footer-logo a {
    display: inline-block;
    padding: 15px 30px;
    top: -65px;
    background-color: var(--white-cl);
    margin-bottom: -50px;
}

/* Contact Us Page */
.contact-page-form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 20px;
}
.contact-info {
    padding: 40px 0;
}
.contact-info .site-name {
    font-size: 25px;
}

/* Contact Form */
.grecaptcha-badge {
    visibility: hidden;
}
.form-title {
    text-align: center;
    background: var(--primary-cl);
    color: var(--white-cl);
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 10px 10px;
}
.form-field {
    background-color: #fff;
}
.form-field .form-field-wrap {
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
}
input, select, textarea {
    color: var(--body-cl);
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 0;
    margin-bottom: 10px;
    border-left: 5px solid var(--black-cl);
}
input, select, textarea {
    font-family: inherit;
}
::-ms-input-placeholder {
    color: #636363;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #636363;
    opacity: 1;
}
::placeholder {
    color: #636363;
    opacity: 1;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus  {
  background-color: var(--black-cl);
  color: var(--white-cl) !important;
}
.form-field .form-field-wrap label {
    font-size: 12px;
    line-height: 1;
    margin-block: 5px;
    display: block;
}
.form-container .form-field .form-field-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #636363 50%), linear-gradient(135deg, #636363 50%, transparent 50%), linear-gradient(to right, var(--body-cl), var(--body-cl));
    background-position: calc(100% - 16px) calc(1.2em + 0px), calc(100% - 10px) calc(1.2em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 9px, 6px 9px, 0px 0em;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 10px;
}
.form-field .form-field-item textarea {
    height: 100px;
    font-family: inherit;
}
.form-field .form-field-item.form-field-message {
    line-height: 1;
}
.form-field .form-recaptcha,
.form-field .form-recaptcha a {
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--body-cl);
}
.form-field .form-field-disclaimer {
    text-align: center;
    font-size: 12px;
}
.form-field button.wpcf7-submit {
    margin-bottom: 5px;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 5px;
    font-size: 9px;
    right: 0;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 0.75em;
    color: #fff;
    border: 0.125em solid #f7e700;
    background-color: #f7e700;
    color: #000;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 5px;
    font-size: 18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    z-index: 2;
    margin: 0 auto;
}
.floating-cta .form-popup-text {
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    background: var(--secondary-cl);
    color: var(--black-cl);
    cursor: pointer;
    border-radius: 0;
    border: 1px solid var(--white-cl);
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}
.site-form {
    width: auto;
    height: 100%;
    text-align: left;
}
.popup-form .form-fields {
    max-width: 450px;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 10px 60px 10px;
    right: -100%;
    transition: all 0.3s ease;
}
.popup-form .form-fields.slide-form {
    right: 0;
}
.popup-form .form-fields a.close {
    background: #000;
    color: #fff!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;
    box-shadow: -2px 2px #606061;
    cursor: pointer;
    border-radius: 0;
}
.popup-form .form-field .form-field-wrap .form-field-item {
    width: 100%;
}
.popup-form .form-field .form-field-wrap .form-field-item.form-field-desclaimer {
    font-size: 12px;
}
.popup-form .form-field .form-field-wrap label {
    display: none;
}

/* Page Accordion */
.page-accordion .accordion-item {
    margin-bottom: 20px;
}
.page-accordion .accordion-title {
    padding: 10px 40px 10px 15px;
    background-color: var(--primary-cl);
    line-height: 1.2;
    cursor: pointer;
}
.page-accordion .accordion-title:after {
    content: "\f107";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 8px;
    border-left: 1px solid var(--white-cl);
}
.page-accordion .accordion-content {
    padding: 10px 15px;
    background-color: #e6f1f2;
    display: none;
}
.page-accordion .accordion-title.active:after {
    content: "\f106";
}

/* XAPP */
div#xapp-widget .widget-container.widget-container--normal.visible {
    z-index: 9999;
}
div#xapp-widget .xapp-chat-button {
    z-index: 100 !important;
    bottom: 20px !important;
}
div#xapp-widget button.xapp-chat-button {
    outline: none !important;
}

@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 375px) {

    /* Hero Slider */
    .hero-slider .hero-caption .hero-title {
        font-size: 35px;
    }

    /* Areas We Server */
    .service-area-section .loc-item {
        width: 49%;
    }
    .service-area-section .loc-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .service-area-section .loc-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

}

@media only screen and (min-width: 481px) {

    /* Service Pages */
    .service-section .serv-item .serv-details {
        width: calc(100% - 150px);
    }
    .service-section .serv-item .serv-info {
        padding-bottom: 90px;
    }
    .service-section .serv-item .serv-image {
        width: 125px;
        height: 125px;
    }
    .service-section .serv-item .serv-title {
        font-size: 28px;
    }

    /* Site Footer */
    .site-footer .top-footer.wrap {
        width: 100%;
        max-width: 480px;
        margin: 0 auto -135px;
    }
}

@media only screen and (min-width: 600px) {

    /* Hero Slider */
    .hero-slider .hero-info {
        padding: 0 30px;
    }

    /* Areas We Server */
    .service-area-section .loc-item {
        width: 32%;
    }
    .service-area-section .loc-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .service-area-section .loc-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* Site Latest News */
    .col-4.post-item {
        width: 49%;
    }
    .post-item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .post-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

}

@media only screen and (min-width: 768px) {

    /* Hero Slider */
    .hero-slider .hero-info {
        padding: 0 60px;
    }
    .hero-slider .hero-caption .hero-title {
        font-size: 45px;
    }

    /* Service Pages */
    .service-section .serv-item {
        padding: 5px 5px;
    }
    .service-section .serv-item .serv-wrap {
        padding: 25px 25px;
    }
    .service-section .service-top .serv-item {
        width: 50%;
    }
    .service-section .service-top .serv-item.serv-first {
        width: 100%;
    }
    .service-section .service-other .serv-item {
        width: 50%;
    }
    .service-section .serv-item .serv-details {
        width: auto;
    }
    .service-section .serv-item .serv-info {
        padding-bottom: 130px;
    }
    .service-section .serv-item.serv-first .serv-image {
        height: 240px;
        width: 320px;
    }
    .service-section .serv-item .serv-image {
        width: 125px;
        height: 125px;
        position: absolute;
        right: 25px;
        bottom: 25px;
    }

    /* inner services */
    .inner-services .inr-serv-info {
        padding: 60px 30px;
    }

    /* Site Reviews */
    .review-slide-control.slide-control .left,
    .review-slide-control.slide-control .right {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .review-slide-control.slide-control .left {
        left: 0;
        right: auto;
    }
    .review-slide-control.slide-control .right {
        right: 0;
        left: auto;
    }
    .review-section .review-listing {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 991px) {

    /* Hero Slider */
    .hero-slider .hero-caption .hero-title {
        font-size: 60px;
    }

    /* Homepage Content */
    body.home .site-inner .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    body.home .site-inner .entry .entry-content {
        max-width: 700px;
        padding: 0 30px 0 0;
    }
    body.home .site-inner .homepage-img .home-images {
        max-width: 100%;
    }

}

@media only screen and (min-width: 1024px) {

    /* Main Navigation */
    .nav-primary {
        clear: left;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
        float: none;
    }
    .nav-primary > .wrap {
        text-align: center;
    }
    .nav-primary.show {
        margin-top: 0;
        background: transparent;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    .genesis-nav-menu a {
        font-size: 14px;
        background: transparent;
    }
    .genesis-nav-menu .sub-menu {
        border-top: 0;
    }
    .nav-primary .genesis-nav-menu a {
        padding: 42px 0;
        margin: 0 16px;
        border-bottom: 3px solid transparent;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        background: var(--black-cl);
        padding: 15px 15px;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 210px;
    }
    .nav-primary .genesis-nav-menu > li.current-menu-item > a,
    .nav-primary .genesis-nav-menu > li:hover > a {
        background: transparent;
        border-radius: 0;
        border-bottom: 3px solid var(--secondary-cl);
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
        color: var(--white-cl);
        background: transparent;
        border-radius: 0;
        border-bottom: 3px solid var(--secondary-cl);
    }
    .nav-primary .genesis-nav-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu .sub-menu a:focus,
    .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 {
        background: var(--secondary-cl) !important;
        color: var(--black-cl);
        border-radius: 0;
    }

    /* Site Header */
    header.site-header {
        background-color: transparent;
        padding: 0 15px;
    }
    header.site-header .hrd-details .hrd-info:not(:last-child) {
        margin-right: 30px;
    }
    header.site-header .hrd-logo a img {
        padding: 20px 15px;
        height: auto;
    }
    header.site-header .hrd-layer-1 {
        padding: 15px 0;
    }
    header.site-header .hrd-layer-1 .hrd-info.hrd-number {
        font-size: 22px;
    }
    header.site-header .hrd-layer-1 .hrd-info.hrd-number a {
        color: var(--white-cl);
    }
    header.site-header .hrd-layer-1 .hrd-details {
        width: auto;
        justify-content: space-between;
    }
    header.site-header .hrd-layer-2 .hrd-logo,
    header.site-header .hrd-layer-2 .hrd-menu-cta {
        width: auto;
    }
    body.window_scrolled header.site-header {
        background-color: rgb(225, 226, 225, 0.90);
        border-bottom: 1px solid var(--gray-cl);
    }
    body.window_scrolled header.site-header .hrd-details,
    body.window_scrolled header.site-header .hrd-details a {
        color: var(--black-cl);
    }
    body.window_scrolled header.site-header .hrd-layer-1 .hrd-info.hrd-number a {
        color: var(--black-cl);
    }
    body.window_scrolled .nav-primary .genesis-nav-menu > li.current-menu-item > a,
    body.window_scrolled .nav-primary .genesis-nav-menu > li:hover > a {
        color: var(--black-cl);
    }
    body.window_scrolled .nav-primary .genesis-nav-menu > li > a {
        color: var(--black-cl);
    }

    /* Service Pages */
    .service-section .service-top .serv-item {
        width: 25%;
    }
    .service-section .service-top .serv-item.serv-first {
        width: 50%;
    }
    .service-section .service-other .serv-item {
        width: 25%;
    }
    .service-section .serv-item.serv-first .serv-image {
        height: 280px;
        width: 320px;
    }
    .service-section .serv-item .serv-info {
        padding-bottom: 170px;
    }
    .service-section .serv-item .serv-wrap {
        padding: 15px 15px;
    }
    .service-section .serv-item .serv-image {
        width: 80px;
        height: 80px;
        right: 15px;
        bottom: 15px;
    }

    /* inner services */
    .inner-services .inr-serv-info {
        padding: 60px 60px;
    }

    /* Areas We Serve */
    .service-area-section .serve-ice-area-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        height: 100%;
    }
    .service-area-section .serve-map-col:before {
        content: "";
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 90%;
        height: 90%;
        background-color: var(--black-cl);
    }
    .service-area-section .area-row .area-col {
        padding: 0 15px;
    }
    .service-area-section .area-row .heading-wrap {
        text-align: left;
    }
    .service-area-section .area-row .heading-wrap .section-title:after {
        margin: 0;
    }
    .service-area-section .area-row .area-col.area-map {
        padding: 60px 30px;
    }
    .service-area-section div#service-map {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    /* Site Latest News */
    .col-4.post-item {
        width: 23.5%;
    }
    .post-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .post-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }

    /* Site Footer */
    .site-footer .top-footer-info .footer-text {
        font-size: 14px;
    }
    .site-footer .top-footer-info .footer-icon {
        width: 40px;
        height: 55px;
        margin-right: 5px;
    }
    .site-footer .top-footer.wrap {
        max-width: 100%;
    }
    .site-footer .footer-info-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }
    .site-footer .footer-info-item:not(:last-child) {
        margin-bottom: 0;
    }
    .site-footer .mid-footer-info {
        max-width: 100%;
    }
    .site-footer .mid-footer-info .footer-item-rows:not(:last-child) {
        margin-bottom: 0;
    }
    .site-footer .copyright {
        padding-bottom: 30px;
    }

    /* Floating CTA */
    .floating-cta {
        position: fixed;
        transform-origin: top right;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0;
        transform: rotate(-90deg) translateY(-100%);
        margin-top: 33vh;
        padding: 0 0;
        max-width: 250px;
        z-index: 999;
    }

}

@media only screen and (min-width: 1201px) {

    /* Site Header */
    header.site-header .hrd-details .hrd-info:not(:last-child) {
        margin-right: 50px;
    }
    .nav-primary .genesis-nav-menu a {
        padding: 42px 0;
        margin: 0 22px;
    }
    .genesis-nav-menu a {
        font-size: 16px;
    }

    /* Areas We Serve */
    .service-area-section .area-row .area-col {
        padding: 0 30px;
    }
    .service-area-section .area-row .area-col.area-map {
        padding: 60px 60px;
    }

    /* Blog Select Post Archive */
    .blog-post-listing {
        margin-left: calc(-90vw / 2 + 100% / 2);
        margin-right: calc(-90vw / 2 + 100% / 2);
        max-width: 90vw;
        padding: 0 15px;
    }

    /* Gallery */
    .slmp-gallery.slmp-grid-gallery {
        margin-left: calc(-90vw / 2 + 100% / 2);
        margin-right: calc(-90vw / 2 + 100% / 2);
        max-width: 90vw;
        padding: 0 15px;
    }

    /* Site Footer */
    .site-footer .top-footer-info .footer-text {
        font-size: 16px;
    }
    .site-footer .top-footer-info .footer-icon {
        width: 45px;
        margin-right: 10px;
    }

}

@media only screen and (min-width: 1367px) {

    /* Site Header */
    header.site-header {
        padding: 0 30px;
    }
    header.site-header .hrd-cta a.button {
        padding: 43px 15px;
        font-size: 18px;
    }
    header.site-header .hrd-cta {
        display: block;
    }
    .nav-primary .genesis-nav-menu a {
        margin: 0 15px;
    }

    /* Hero Slider */
    .hero-slide-control.slide-control {
        display: flex;
    }

    /* Homepage Content */
    body.home .site-inner .entry .entry-content {
        max-width: 530px;
    }

    /* Service Pages */
    .service-section .serv-item {
        padding: 10px 10px;
    }
    .service-section .serv-item .serv-wrap {
        padding: 25px 25px;
    }
    .service-section .serv-item .serv-image {
        width: 125px;
        height: 125px;
        right: 25px;
        bottom: 25px;
    }

    /* Areas We Serve */
    .service-area-section .service-area-row {
        padding: 0 30px;
    }

    /* Site Footer */
    .site-footer .top-footer-info {
        padding: 60px 30px;
    }
    .site-footer .top-footer-info .footer-icon {
        width: 55px;
        margin-right: 15px;
    }

    /* Floating CTA */
    .floating-cta {
        display: none;
    }
}

@media only screen and (min-width: 1681px) {

    /* Site Header */
    header.site-header {
        padding: 0 60px;
    }
    header.site-header .hrd-cta a.button {
        padding: 43px 30px;
    }
    header.site-header .hrd-logo a img {
        padding: 20px 25px;
    }
    .nav-primary .genesis-nav-menu a {
        margin: 0 22px;
    }
    .genesis-nav-menu a {
        font-size: 18px;
    }

    /* Areas We Serve */
    .service-area-section .service-area-row {
        padding: 0 60px;
    }
    .service-area-section .area-row .area-col {
        padding: 0 60px;
    }
    .service-area-section .area-row .area-col.area-map {
        padding: 100px 100px;
    }

    /* Site Footer */
    .site-footer .top-footer-info {
        padding: 60px 60px;
    }
    .site-footer .top-footer-info .footer-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .post-slide-control.slide-control {
        margin-bottom: 20px;
    }
    .post-slide-control.slide-control .left,
    .post-slide-control.slide-control .right {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}