.time-list span,
.location span {
    display: block
}
figure {
    margin: 0 0 20px 0
}
figure.wp-block-image {
    display: inline-block;
}
.wp-block-image figure,
figure.wp-block-image {
    position: relative;
    margin: 0 0 40px 0;
    z-index: 1;
}
.wp-block-image figure:before,
figure.wp-block-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary-cl);
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-radius: 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 {
    margin-bottom: 0;
}
.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: 900;
    color: var(--primary-cl);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1
}
.entry-content ul ul {
    padding: 0
}
.entry-content ul ul > li {
    list-style: none
}
.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(--primary-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;
    bottom: 10px;
    width: auto;
    transition: none;
    outline: none !important;
}
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: 13px 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
    }
}

/* Menu */
.genesis-nav-menu a {
    font-family: var(--secondary-font);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-cl);
    background: var(--primary-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(--white-cl);
    background: var(--secondary-cl)
}
.nav-primary .genesis-nav-menu .sub-menu a {
    padding: 10px 10px;
    background: var(--primary-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(--white-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: rgba(19, 18, 22, 0.30);
    border-radius: 5px;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--secondary-cl);
}
.pagination ul li a:hover, .pagination ul li.active a {
    background: var(--secondary-cl)
}
.navigation.pagination .nav-links .page-numbers {
    padding: 0;
    width: 44px;
    height: 44px;
    background-color: var(--white-cl);
    margin-bottom: 4px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-cl);
    line-height: 1.625;
    border: 1px solid var(--primary-cl);
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.navigation.pagination .nav-links span.page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
    background-color: var(--primary-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"
}

/* Breadcrumbs */

.breadcrumb {
    border-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1
}
.breadcrumb span.bc-wrap {
    display: inline-block;
    vertical-align: middle
}
.breadcrumb .breadcrumb-link-wrap {
    margin: 8px 0;
}
.breadcrumb span.bc-wrap span {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb span.separator {
    margin: 0 10px;
    font-size: 6px;
}
.breadcrumb span.breadcrumb-link-wrap a {
    padding: 5px 5px;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
}
.breadcrumb span.breadcrumb-link-wrap a:hover {
    background: var(--secondary-cl);
    color: var(--white-cl);
}

/* Mobile Dots Style */
.mob-dot-toggle {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
    padding: 13px 20px;
    font-size: 23px;
    cursor: pointer;
    color: var(--black-cl);
    background: transparent;
    line-height: 1;
}
.mobile-dots-items {
    background: var(--primary-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 span {
    display: block;
}
.mobile-dots-items .mob-item.site-social-media {
    padding: 5px 0 5px 0
}
.mobile-dots-items .mob-item.site-social-media a.sprite img {
    height: 25px;
    filter: brightness(0) invert(1);
}
.mob-item.site-time .time-listing {
    width: 100%;
    max-width: 350px;
    margin: 0
}
.mobile-dots-items .site-time .time-item span {
    display: inline-block;
}
.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 0 0
}
.mobile-dots-items .mob-item.site-social-media .social-media-item a.sprite {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--white-cl)
}
.mobile-dots-items .mob-item.site-social-media .social-media-item span.md-label {
    display: none
}

/* Page Banner */
.page-hero-banner {
    overflow: hidden;
}
.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-color: rgba(0, 0, 0, 0.60)
}
.inner-page-banner .page-title-container {
    padding-top: 20%
}
.inner-page-banner .page-banner-wrap {
    height: 100%
}
.inner-page-banner .banner-sitename span {
    font-size: 14px;
    line-height: 1;
    padding: 10px 30px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.10);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}
.inner-page-banner .page-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

/* Forms */
.form-title {
    text-align: center;
    background: var(--secondary-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: 5px;
    margin-bottom: 5px
}
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-bottom: 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-container .form-field .form-field-item .wpcf7-list-item {
    margin: 0;
}
.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-disclaimer {
    text-align: center;
    font-size: 12px
}
.form-field button.wpcf7-submit {
    margin-bottom: 5px;
    width: 100%;
}
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%)
}
.form-field .form-field-check span.wpcf7-not-valid-tip {
    width: 120px;
    right: -125px;
    padding: 3px;
    line-height: 1;
}
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;x;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    margin: 0 auto
}
.floating-cta .floating-cta-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
.floating-cta .cta-float a {
    display: block;
    color: var(--white-cl);
    background: var(--secondary-cl);
    padding: 15px 10px;
    font-size: 8px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.floating-cta .cta-float {
    text-align: center;
}
.floating-cta .cta-float-btn {
    width: 100%;
}
.floating-cta .cta-float-btn a {
    font-size: 16px;
}

/* 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-disclaimer {
    font-size: 12px
}

/* 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
}

/* Pay Button */
.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    margin: 0 auto
}
.play-icon .play-btn {
    width: 60px;
    height: 40px;
    background: radial-gradient(rgb(96, 135, 27) 50%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 5px;
    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: 5px;
    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(-50%) 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-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;
    margin: 0
}
.social-media .social-media-item:not(:last-child) {
    margin-right: 7px
}
.social-media .social-media-item a.sprite {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
}
.social-media .social-media-item a.sprite img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(35%) saturate(3690%) hue-rotate(227deg) brightness(90%) contrast(102%);
    height: 25px;
}
.social-media .social-media-item a.sprite:hover {
    background-color: var(--white-cl);
    border: 1px solid var(--white-cl)
}
.social-media .social-media-item a.sprite:hover img {
    filter: brightness(1) invert(0);
}

/* Blog Post */
.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: 5px;
    border: 1px solid rgba(19, 18, 22, 0.30);
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--primary-font);
    cursor: pointer;
    text-transform: uppercase;
    color: var(--secondary-cl);
}
.post-archives-list select:hover,
.post-archives-list select:focus {
    background-color: var(--secondary-cl) !important;
    border: var(--secondary-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 .post-item-details {
    margin: 0
}
.post-archives-list.single-post-select-archive {
    padding: 30px 0
}
.blog-post-listing .post-item {
    margin: 10px 0 15px
}
.blog-post .post-img-wrap {
    width: 100%;
    height: 200px;
}
.blog-post .post-img-wrap .post-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-post .post-content-wrap {
    padding: 10px 15px;
    background-color: #f6f6f6;
}
.blog-post .post-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-post .post-content {
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-post .post-btn a {
    padding: 10px 15px;
    font-size: 14px;
}

/* Others */
.hide-element {
    opacity: 0
}
.hide-element.animated {
    opacity: 1
}
.slmp-popup-image-item img {
    max-height: 85vh;
    width: auto
}
.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: 50px;
    line-height: 1;
    color: var(--white-cl);
    background: var(--secondary-cl);
    outline-offset: -0;
    transition: none
}
.slmp-gallery .slmp-gallery-load-more button:hover {
    color: var(--white-cl)
}

/* Site Header */
header.site-header {
    position: fixed;
    width: 100%;
    top: auto;
    background-color: var(--white-cl);
    padding: 0 0;
    z-index: 999;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28)
}
header.site-header .hrd-layer-1,
header.site-header .hrd-layer-2 {
    border-bottom: 1px solid #e8e8e8;
}
header.site-header .hrd-layer-1 {
    padding: 5px 60px;
}
header.site-header .hrd-layer-2 {
    padding: 10px 60px;
}
header.site-header .hrd-layer-1 .hrd-add span br {
    display: none;
}
header.site-header .hrd-layer-1 .hrd-mail {
    padding-right: 40px;
}
header.site-header .hrd-layer-1 .hrd-mail a:before,
header.site-header .hrd-layer-1 .hrd-add span:before {
    font-family: 'Font Awesome\ 6 Free';
    margin-right: 5px;
    font-weight: 900;
}
header.site-header .hrd-layer-1 .hrd-mail a:before {
    content: "\f0e0";
}
header.site-header .hrd-layer-1 .hrd-add span:before {
    content: "\f3c5";
}
header.site-header .hrd-layer-2 .header-logo img,
body.window_scrolled header.site-header .hrd-layer-2 .header-logo img {
    max-height: 50px;
}
header.site-header .hrd-layer-2 .header-btn {
    margin-left: 40px;
}
header.site-header .hrd-layer-2 .hrd-cta-label {
    text-align: right;
    font-size: 14px;
}
header.site-header .hrd-layer-2 .hrd-cta-num a {
    font-size: 24px;
    line-height: 1;
}
header.site-header .hrd-mobile-top {
    background-color: var(--secondary-cl);
    font-size: 18px;
    padding: 10px 10px;
}
header.site-header .hrd-mobile-top span a:before {
    content: "\f095";
    font-family: 'Font Awesome\ 6 Free';
    margin-right: 5px;
    font-weight: 900;
}
header.site-header .hrd-layer-2 .hrd-lyr-col {
    justify-content: center;
}

/* Hero Slider */
.page-hero-banner {
    overflow: hidden;
}
.page-hero-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    background-color: #191953;
    z-index: 1;
}
.hero-slider .hero-item {
    width: 100%;
    height: 110vh;
    min-height: 750px;
    max-height: 810px;
}
.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: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero-slider .hero-info {
    height: 100%;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}
.hero-slider .hero-caption {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.hero-slider .hero-caption .hero-name span {
    font-size: 14px;
    line-height: 1;
    padding: 10px 30px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.10);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}
.hero-slider .hero-caption .hero-title {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0;
}
.hero-slider .hero-caption .hero-desc {
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.2;
}
.hero-slider .hero-caption .hero-btn {
    padding: 15px 0 0 0;
}
.hero-slider .hero-caption .hero-btn a {
    margin: 5px 5px;
}
.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 .hero-name.animate__animated.activate {
    animation-delay: 0s;
    display: block;
}
.hero-slider .hero-title.animate__animated.activate {
    animation-delay: 1s;
    display: block;
}
.hero-slider .hero-desc.animate__animated.activate {
    animation-delay: 2s;
    display: block;
}
.hero-slider .hero-btn.animate__animated.activate {
    animation-delay: 3s;
    display: block;
}
.hero-slider .animate__animated.off,
.hero-slider .animate__animated {
    display: none;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-slider ul.slick-dots li {
    display: inline-flex;
    margin: 0 3px;
}
.hero-slider ul.slick-dots li button {
    font-size: 0;
    padding: 4px 4px;
    background: transparent;
    border-radius: 50%;
    outline: none;
    border: 2px solid var(--white-cl);
}
.hero-slider ul.slick-dots li.slick-active button,
.hero-slider ul.slick-dots li button:hover {
    background-color: var(--white-cl) !important;
}
.page-hero-banner .page-banner-curve {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 5%;
    clip-path: polygon(50% 100%, 75% 50%, 100% 100%, 0 100%, 25% 0%);
    background-color: #191953;
    z-index: 1;
}
.page-banner-curve-v1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%;
    clip-path: polygon(50% 100%, 75% 50%, 100% 100%, 0 100%, 25% 0%);
    background-color: #FFFFFF;
    z-index: 1;
}

/* Site Inner */
.site-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-image: url(/wp-content/uploads/2025/06/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    overflow-x: clip;
}
.site-inner .content {
    position: relative;
    padding: 60px 15px;
    width: 100%;
    max-width: 1200px;
}
body.home .site-inner .content {
    overflow: hidden;
}

/* Homepage Content */
body.home .heading-subtitle {
    text-align: left;
}
.heading-subtitle {
    font-size: 14px;
}
body.home .site-inner h1 {
    text-align: left;
}
body.home .site-inner .more-content .extra-content {
    display: none;
}
body.home .site-inner main#genesis-content {
    display: flex;
    flex-direction: column-reverse;
}
body.home .site-inner .home-cont-img {
    padding: 45px 45px 0 0;
    width: auto;
    max-width: 525px;
    margin: 0 auto;
}
body.home .site-inner .home-cont-img:before,
body:not(.home) .site-inner .content:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: linear-gradient(135deg, rgba(25, 25, 83, 1) 0%, rgba(25, 25, 83, 0.7) 30%, rgba(254, 248, 233, 0.25) 75%, rgba(254, 248, 233, 0) 100%);
}
body.home .site-inner .home-cont-img:before {
    right: 0;
    top: 0;
}
body:not(.home) .site-inner .content:before {
    display: none;
    right: -15%;
    top: 190px;
}
body.home .site-inner .home-cont-img .home-img-0 {
    width: 100%;
    max-width: 420px;
    padding: 0 0 30px 90px;
}
body.home .site-inner .home-cont-img .home-img-1 {
    position: absolute;
    width: 100%;
    max-width: 40%;
    padding: 5px 5px;
    background-color: #ffffff;
    bottom: 0;
}

/* Call To Action */
.page-cta {
    overflow-x: clip;
}
.page-cta .page-cta-bg,
.page-cta .page-cta-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-cta .page-cta-bg {
    background-size: contain;
    background-position: left;
}
.page-cta .page-cta-bg:before {
    content: "";
    background: linear-gradient(to right, rgba(25, 25, 83, 0.95) 0%, rgba(25, 25, 83, 1) 30%, rgba(25, 25, 83, 1) 100%);
    z-index: 1;
}
.page-cta .page-cta-bg:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/Mountain-Icon.png);
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    filter: brightness(1) invert(1);
    opacity: 0.1;
}
.page-cta .page-cta-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.page-cta .cta-info-btns a.button {
    display: flex;
    width: auto;
    max-width: 250px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.page-cta .cta-info-btns a.button i {
    margin-right: 5px;
}
.page-cta .cta-info-wrap {
    text-align: center;
}

/* Services Section */
.service-pages .service-pages-bg.serv-bg-1,
.service-pages .service-pages-bg.serv-bg-2 {
    position: absolute;
    width: 100%;
    max-width: 735px;
    height: 220px;
}
.service-pages .service-pages-bg.serv-bg-1 {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.service-pages .service-pages-bg.serv-bg-2 {
    left: 0;
    bottom: 0;
}
.service-pages .service-row-items {
    padding: 0 15px;
}
.service-pages .service-item {
    margin: 10px 0;
    overflow: hidden;
}
.service-pages .service-item .service-img,
.service-pages .service-item .service-img:before,
.service-pages .service-item:hover .service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-pages .service-item .service-img:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
}
.service-pages .service-item:hover .service-img:before {
    content: "";
    background-color: rgba(25, 25, 83, 0.95);
}
.service-pages .service-item .service-details {
    height: 100%;
}
.service-pages .service-item .service-info {
    padding: 30px 15px 30px;
    text-align: center;
}
.service-pages .service-item .serv-icon {
    margin-bottom: 20px;
}
.service-pages .service-item .serv-icon img {
    max-height: 50px;
}
.service-pages .service-item .serv-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
}
.service-pages .service-item .serv-desc {
    font-size: 14px;
    margin-bottom: 10px;
    position: absolute;
    bottom: -70px;
    transition: all 0.3s ease;
    opacity: 0;
}
.service-pages .service-item .serv-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    transition: all 0.3s ease;
    opacity: 0;
}
.service-pages .service-item .serv-btn a {
    z-index: 1;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
}
.service-pages .service-item:hover .service-info {
    padding: 30px 15px;
}
.service-pages .service-item:hover .serv-desc,
.service-pages .service-item:hover .serv-btn {
    position: relative;
    bottom: 0;
    transition: all 0.3s ease;
    opacity: 1;
}
.inner-services .inner-serv-item {
    padding: 15px 15px;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 160px;
    margin: 5px;
}
.inner-services .inner-serv-item img {
    max-height: 40px;
    filter: brightness(0) invert(0);
    margin-bottom: 10px;
}
.inner-services .inner-serv-item .inner-serv-title {
    font-size: 14px;
    line-height: 1.2;
}
.inner-services .inner-serv-item:hover {
    background-color: var(--secondary-cl);
}
.inner-services .inner-serv-item:hover img {
    filter: brightness(1) invert(0);
}
.inner-services .inner-serv-item:hover .inner-serv-title {
    color: var(--white-cl);
}


/* Why Choose Us */
.why-us-section {
    overflow-x: clip;
}
.why-us-section .why-content:before {
    content: url(/wp-content/uploads/2025/07/element1.png);
    position: absolute;
    bottom: 25%;
    left: -30%;
}
.site-section.why-us-section.top-bot-padding {
    padding: 60px 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.why-us-section .why-us-row {
    justify-content: flex-end;
}
.why-us-section .why-content {
    padding: 0 0 30px 0;
    max-width: 100%;
}
.why-us-section .why-content-img-bg {
    display: none;
}
.why-us-section .why-content-img img {
    width: auto;
    height: auto;
}
.why-us-section .why-us-listing ul {
    margin-bottom: 30px;
}
.why-us-section .why-us-listing ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.why-us-section .why-us-listing ul li:before {
    content: "\f058";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}
.why-us-section .why-us-more a {
    cursor: pointer;
}
.why-us-section .why-us-more a:after {
    content: "\f107";
    font-family: 'Font Awesome\ 6 Free';
    margin-left: 5px;
    font-weight: 900;
}
.why-us-section .why-us-listing ul li.load-more-content,
.why-us-section .why-us-more-content.load-more-content {
    display: none;
}

/* Achievements */
.site-counter .count-item {
    padding: 30px 15px;
    max-width: 500px;
    margin: 10px 0;
}
.site-counter .count-item.count-item-1 {
    box-shadow: -20px 20px 30px 0px rgba(25, 25, 83, 0.06);
}
.site-counter .count-item .count-icon {
    margin-right: 15px;
}
.site-counter .count-item .count-icon img {
    height: 50px;
}
.site-counter .count-item .count-num-row {
    line-height: 1;
}
.site-counter .count-item .count-number {
    font-size: 35px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.site-counter .count-item .count-label {
    font-size: 12px;
}
.site-counter .count-item:hover {
    box-shadow: -20px 20px 30px 0px rgba(25, 25, 83, 0.06);
}

/* Areas We Serve */
.service-area .service-area-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-area .service-area-info {
    margin-bottom: 60px;
}
.service-area .heading-wrap {
    text-align: center;
}
.service-area div#service-map {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 350px;
    margin: 0 0 0 auto;
}
.service-area div#service-map button.gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0;
}
.service-area div#service-map button.gm-ui-hover-effect > span {
    margin: 0 !important;
}
.service-area div#service-map button.gm-ui-hover-effect:hover {
    background: #ffffff !important;
}
.service-area ul.areas-list-items {
    margin-bottom: 20px;
}
.service-area ul.areas-list-items li {
    background-color: var(--tertiary-cl);
    max-width: 300px;
    margin: 0 auto 15px;
    padding: 10px 15px 10px 40px;
    font-size: 18px;
}
.service-area ul.areas-list-items li span:before {
    content: "\f3c5";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    left: -25px;
}
.service-area ul.areas-list-items li:hover {
    background-color: var(--secondary-cl);
    color: var(--white-cl);
}
.service-area .service-area-btn {
    text-align: center;
}
.service-area .service-area-btn a {
    width: 100%;
    max-width: 300px;
}

/* Review */
.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.75);
}
.review-section .review-item-row {
    padding: 0 10px;
}
.review-section .review-slide-control.slide-control {
    margin-bottom: 30px;
}
.review-section .review-item-row .review-item {
    background-color: var(--white-cl);
    padding: 30px 15px;
}
.review-section .review-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-cl);
    color: #ffffff;
    font-size: 30px;
    margin-right: 15px;
}
.review-section .review-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(25, 25, 83, 1) 100%);
}
.review-section .review-author-rating {
    line-height: 1.2;
}
.review-section .review-author {
    font-size: 18px;
}
.review-section span.review-rating span {
    color: #ffb85b;
}
.review-section .review-content {
    margin-top: 30px;
}
.review-section .section-btn a {
    width: 100%;
    max-width: 185px;
    margin: 10px 5px 0 5px;
}

/* Contact 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-info .location span {
    margin: 10px 0
}
.contact-info .email span {
    display: block;
}
.grecaptcha-badge {
    visibility: hidden
}

/* Site Footer */
footer.site-section {
    padding: 0;
    background: transparent;
    border: 0;
    text-align: left;
}
footer.site-section .top-footer-row {
    padding: 60px 15px 30px;
}
footer.site-section .top-footer-row:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: var(--black-cl);
}
footer.site-section .footer-row-col {
    padding: 80px 0 60px;
    background-color: var(--secondary-cl);
}
footer.site-section .footer-row-col:before,
footer.site-section .top-footer-row .section-title:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/Mountain-Icon.png);
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    filter: brightness(1) invert(1);
    left: 0;
    right: 0;
    margin: 0 auto;
}
footer.site-section .footer-row-col:before {
    max-width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.1;
}
footer.site-section .top-footer-row .section-title:before {
    max-width: 40px;
    height: 20px;
    top: -20px;
}
footer.site-section .top-footer-row .footer-site-details {
    margin-top: 60px;
}
footer.site-section .footer-site-details .ft-st-details {
    width: 100%;
}
footer.site-section .footer-site-details .ft-st-details:not(:first-child) {
    margin-top: 30px;
}
footer.site-section .footer-site-details .ft-st-icon-label {
    justify-content: center;
}
footer.site-section .ft-st-icon {
    width: 60px;
    height: 60px;
    background-color: var(--white-cl);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
}
footer.site-section .ft-st-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
footer.site-section .ft-st-text {
    width: 100%;
    text-align: center;
}
footer.site-section .ft-st-label {
    font-size: 14px;
}
footer.site-section .ft-st-info {
    font-size: 16px;
    line-height: 1.2;
}
footer.site-section .ft-st-time .ft-st-text {
    
}
footer.site-section .ft-st-time .ft-time-item {
    padding: 20px 0;
}
footer.site-section .ft-st-time .ft-time-item:first-child {
    padding: 0 0 20px 0;
}
footer.site-section .ft-st-time .ft-time-item:last-child {
    padding: 20px 0 0 0;
}
footer.site-section .ft-st-time .ft-time-item:not(:last-child):before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #25255c;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
footer.site-section .main-footer-row {
    padding: 60px 15px;
    background-color: var(--black-cl);
}
footer.site-section .copyright-section {
    background-color: #050505;
    padding: 15px 0 70px;
}
footer.site-section .main-footer-row .footer-column {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
footer.site-section .main-footer-row .footer-column div#footer-count1 {
    text-align: center;
}
footer.site-section .main-footer-row .footer-column .footer-item-rows:not(:last-child) {
    margin-bottom: 40px;
}
footer.site-section .footer-column .column-label {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
footer.site-section .footer-column .column-label:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    background: linear-gradient(to right, rgba(25, 25, 83, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
footer.site-section .footer-column .footer-menu {
    font-size: 14px;
}
footer.site-section .footer-column .footer-menu ul li {
    margin-bottom: 7px;
}
footer.site-section .site-logo img {
    filter: brightness(1) invert(1);
    max-height: 100px;
}
footer.site-section .social-media .social-media-item a.sprite img {
    filter: brightness(0) invert(1);
}
footer.site-section .social-media .social-media-item a.sprite:hover img {
    filter: brightness(1) invert(0);
}

/* Media Query */
@media only screen and (min-width:320px) {
    /* Achievements */
    .site-counter .count-item {
        padding: 30px 15px;
    }
    .site-counter .count-item .count-number {
        font-size: 40px;
    }
    .site-counter .count-item .count-icon img {
        height: 60px;
    }
    .site-counter .count-item .count-label {
        font-size: 14px;
    }
}
@media only screen and (min-width:375px) {
    /* Services Section */
    .service-pages .service-item {
        width: 49%;
    }
    .service-pages .service-item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }
    .service-pages .service-item:not(:nth-child(3n+1)) {
        margin-left: 0
    }
    .service-pages .service-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .service-items.item-odd .service-item:last-child {
        width: 100%;
    }

    /* Achievements */
    .site-counter .count-item {
        padding: 30px 30px;
    }
    .site-counter .count-item .count-number {
        font-size: 50px;
    }
}
@media only screen and (min-width:481px) {
    /* Review */
    .review-section .review-item-row .review-item {
        padding: 30px 30px;
    }
}
@media only screen and (min-width:600px) {
    /* Achievements */
    .site-counter .count-item {
        padding: 45px 45px;
    }
    .site-counter .count-item .count-number {
        font-size: 60px;
    }

    /* Areas We Serve */
    .service-area ul.areas-list-items li {
        width: 49%;
        max-width: 100%;
        margin: 0 0 15px;
    }
    .service-area ul.areas-list-items li:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .service-area .service-area-btn {
        text-align: left;
    }
    .service-area .service-area-btn a {
        width: auto;
        max-width: 100%;
    }

    /* Blog Archive Post */
    .blog-post-listing .post-item {
        width: 49%;
    }
    .blog-archive-container .post-items .post-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .blog-archive-container .post-items .post-item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
}
@media only screen and (min-width:768px) {

    /* Hero Slider */
    .hero-slider .hero-caption .hero-title {
        font-size: 40px;
    }
    .page-hero-banner .page-banner-curve {
        height: 8%;
    }
    .page-banner-curve-v1 {
        height: 8%;
    }

    /* Call To Action */
    .page-cta .cta-info-btns a.button {
        display: inline-block;
        width: auto;
    }
    .page-cta .cta-info-btns a.button.btn-v3 {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Services Section */
    .service-pages .service-item {
        width: 32%;
    }
    .service-pages .service-item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }
    .service-pages .service-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .service-items.item-odd .service-item:last-child {
        width: 32%;
    }
    .service-pages .service-item .service-info {
        padding: 100px 15px 30px;
    }
    .service-pages .service-item .serv-icon img {
        max-height: 60px;
    }
    .service-pages .service-item .serv-title {
        font-size: 18px;
    }
    .service-pages .service-item .serv-btn a {
        padding: 20px 30px 20px 30px;
        font-size: 16px;
    }

    /* Review */
    .review-section .review-items {
        padding: 30px 60px 0;
    }
    .review-section .review-slide-control.slide-control {
        margin-bottom: 0;
    }
    .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;
    }

}
@media only screen and (min-width:991px) {

}
@media only screen and (min-width:1024px) {
    .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 .sub-menu {
        border-top: 0
    }
    .nav-primary .genesis-nav-menu a {
        padding: 15px 0;
        font-size: 16px;
        margin: 0 15px;
        color: var(--primary-cl);
        border-radius: 0;
        background-color: transparent
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .menu-item-has-children.sfHover > a,
    .genesis-nav-menu .current-menu-parent > a,
    .genesis-nav-menu .current-menu-parent.sfHover > a {
        color: var(--primary-cl);
        border-bottom: 5px solid #191953;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        background: var(--secondary-cl);
        padding: 15px 15px;
        font-size: 14px;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 210px
    }
    .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(--primary-cl) !important;
        color: var(--white-cl);
        border-radius: 0
    }
    .genesis-nav-menu > .menu-item.menu-item-has-children > a > span:after {
	    content: "\f0d8";
	    font-family: 'Font Awesome\ 6 Free';
	    margin-left: 5px;
	    font-weight: 900;
	    display: inline-block;
	    transform: rotate(180deg);
	    transition: all 0.3s ease
	}
	.genesis-nav-menu > .menu-item.menu-item-has-children.sfHover > a > span:after {
	    transform: rotate(0deg);
	    transition: all 0.3s ease
	}
    .site-inner .content {
        padding: 60px 15px;
    }
    .inner-page-banner .page-title {
        font-size: 50px
    }

    /* Page Banner */
    .inner-page-banner .page-banner {
        min-height: 650px;
        max-height: 650px;
    }

    /* Site Header */
    header.site-header .hrd-layer-1 {
        padding: 5px 15px;
    }
    header.site-header .hrd-layer-2 {
        padding: 15px 15px;
    }
    header.site-header .hrd-layer-3 {
        padding: 0 15px;
    }
    header.site-header .hrd-layer-2 .hrd-lyr-col {
        justify-content: space-between;
    }
    header.site-header .hrd-layer-2 .header-logo img {
        max-height: 80px;
    }
    body.window_scrolled header.site-header .hrd-layer-2 {
        padding: 5px 15px;
    }
    body.window_scrolled header.site-header .hrd-layer-2 .header-logo img {
        max-height: 60px;
    }

    /* Hero Slider */
    .hero-slider .hero-item {
        min-height: 768px;
        max-height: 768px;
    }
    .hero-slider .hero-caption {
        padding-top: 100px;
    }
    .hero-slider .hero-caption .hero-title {
        font-size: 45px;
    }
    .hero-slider .hero-caption .hero-desc {
        font-size: 16px;
    }
    .page-hero-banner .page-banner-curve {
        height: 12%;
    }
    .page-banner-curve-v1 {
        height: 12%;
    }

    /* Homepage Content */
    body.home .site-inner main#genesis-content {
        display: block;
    }
    body.home .site-inner .home-cont-img {
        float: right;
        padding: 45px 45px 45px 60px;
    }
    body.home .site-inner .home-cont-img .home-img-0 {
        padding: 0 0 60px 90px;
    }
    body.home .site-inner .home-cont-img .home-img-1 {
        bottom: 30px;
    }
    body:not(.home) .site-inner .content:before {
        display: block;
    }

    /* Call To Action */
    .page-cta .page-cta-bg:after {
        right: 60px;
        left: auto;
    }
    .page-cta .page-cta-img {
        display: block;
        width: 100%;
        max-width: 30%;
    }
    .page-cta .cta-info-wrap {
        width: 60%;
        text-align: left;
    }

    /* Services Section */
    .service-pages .service-item .serv-icon img {
        max-height: 90px;
    }
    .service-pages .service-item .service-info {
        padding: 150px 15px 30px;
    }
    .service-pages .service-item .serv-title {
        font-size: 20px;
    }

    /* Why Choose Us */
    .site-section.why-us-section.top-bot-padding {
        padding: 0 0;
    }
    .why-us-section .why-content {
        padding: 100px 60px 100px 15px;
        max-width: 750px;
    }
    .why-us-section .why-content-img-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .why-us-section .why-content-img img {
        display: none;
    }

    /* Achievements */
    .site-counter .count-item {
        padding: 30px 30px;
        max-width: 100%;
        margin: 0;
    }
    .site-counter .count-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .site-counter .count-item .count-number {
        font-size: 50px;
    }

    /* Areas We Serve */
    .service-area .service-area-info {
        margin-bottom: 0;
    }
    .service-area .heading-wrap {
        text-align: left;
    }
    .service-area div#service-map {
        max-width: 350px;
        min-height: 420px;
    }
    .service-area .service-area-map-wrap {
        padding: 0 45px 45px 0;
    }
    .service-area .service-area-map-wrap:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 90px;
        height: 90px;
        z-index: 1;
        background: linear-gradient(135deg, rgba(25, 25, 83, 1) 0%, rgba(25, 25, 83, 0.7) 30%, rgba(254, 248, 233, 0.25) 75%, rgba(254, 248, 233, 0) 100%);
    }

    /* Blog Archive Post */
    .blog-post-listing .post-item {
        width: 33%;
    }
    .blog-archive-container .post-items .post-item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .blog-archive-container .post-items .post-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* 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: 25vh;
        padding: 0 0;
        max-width: 250px;
        z-index: 999;
        display: none
    }

    /* Site Footer */
    footer.site-section .footer-row-col {
        padding: 100px 0;
    }
    footer.site-section .footer-row-col:before {
        height: 200px;
    }
    footer.site-section .footer-site-details .ft-st-details {
        width: auto;
    }
    footer.site-section .footer-site-details .ft-st-details:not(:first-child) {
        margin-top: 0;
    }
    footer.site-section .footer-site-details .ft-st-icon-label {
        justify-content: start;
    }
    footer.site-section .ft-st-icon {
        margin: 0 15px 0 0;
    }
    footer.site-section .ft-st-text {
        width: auto;
        text-align: left;
    }
    footer.site-section .ft-st-time .ft-st-text {
        display: flex;
        justify-content: left;
    }
    footer.site-section .ft-st-time .ft-time-item {
        padding: 0 20px;
    }
    footer.site-section .ft-st-details:not(:nth-child(3n+1)) {
        margin-left: 15px;
    }
    footer.site-section .ft-st-time .ft-time-item:first-child {
        padding: 0 20px 0 0;
    }
    footer.site-section .ft-st-time .ft-time-item:last-child {
        padding: 0 0 0 20px;
    }
    footer.site-section .ft-st-time .ft-time-item:not(:last-child):before {
        width: 3px;
        height: 100%;
        right: 0;
        bottom: auto;
        left: auto;
    }
    footer.site-section .main-footer-row .footer-column {
        width: 100%;
        max-width: 100%;
    }
    footer.site-section .main-footer-row .footer-column div#footer-count1 {
        text-align: left;
    }
    footer.site-section .main-footer-row .footer-column .footer-item-rows:not(:last-child) {
        margin-bottom: 0;
    }
    footer.site-section .copyright-section {
        background-color: #050505;
        padding: 15px 0;
    }
}
@media only screen and (min-width:1201px) {

    /* Hero Slider */
    .hero-slider .hero-item {
        min-height: 768px;
        max-height: 945px;
    }

    /* Achievements */
    .site-counter .count-item {
        padding: 45px 45px;
    }
    .site-counter .count-item .count-number {
        font-size: 60px;
    }

}
@media only screen and (min-width:1367px) {
    /* Site Header */
    header.site-header .hrd-layer-1 {
        padding: 5px 30px;
    }
    header.site-header .hrd-layer-2 {
        padding: 15px 30px;
    }
    header.site-header .hrd-layer-2 .header-logo img {
        max-height: 100px;
    }
    body.window_scrolled header.site-header .hrd-layer-2 {
        padding: 5px 30px;
    }

    /* Services Section */
    .service-pages .service-row-items {
        padding: 0 30px;
    }
    .service-pages .service-item {
        width: 18.4%;
    }
    .service-pages .service-item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .service-pages .service-item:not(:nth-child(5n+1)) {
        margin-left: 2%;
    }
    .service-items.item-odd .service-item:last-child {
        width: 18.4%;
    }
    .service-pages .service-item .service-info {
        padding: 200px 15px 30px;
    }
    .service-pages .service-item .serv-title {
        font-size: 22px;
    }

    /* Site Footer */
    footer.site-section .top-footer-row {
        padding: 60px 30px 30px;
    }
    footer.site-section .main-footer-row {
        padding: 60px 30px;
    }

}
@media only screen and (min-width:1681px) {
    /* Site Header */
    header.site-header .hrd-layer-1 {
        padding: 5px 60px;
    }
    header.site-header .hrd-layer-2 {
        padding: 15px 60px;
    }
    body.window_scrolled header.site-header .hrd-layer-2 {
        padding: 5px 60px;
    }

    /* Services Section */
    .service-pages .service-row-items {
        padding: 0 60px;
    }

    /* Site Footer */
    footer.site-section .top-footer-row {
        padding: 60px 60px 30px;
    }
    footer.site-section .main-footer-row {
        padding: 60px 60px;
    }

}
@media only screen and (max-width:991px) {

}
@media only screen and (max-width:767px) {
    /* Service Section */
    .service-pages .service-item .service-info .service-btn a {
        padding: 0;
        color: var(--white-cl);
        background: transparent;
        outline: 0;
        font-size: 16px;
    }

    /* Insurance Claim */
    .insurance-claim .claim-step-info {
        height: 0 !important;
    }
    .insurance-claim .claim-step-item.active .claim-step-info {
        height: 300px !important;
    }
}