.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 {
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
}
.wp-block-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
p {
    margin: 0 0 20px;
}
.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\ 7 Free';
    font-weight: 900;
    color: var(--primary-cl);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1
}
.entry-content ul ul {
    padding: 0
}
.entry-content ul ul > li {
    list-style: none
}
.nav-primary {
    clear: left;
    padding: 15px 10px 250px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: -100%;
    top: auto;
    z-index: 300;
    margin-top: 0;
    overflow-y: auto;
    height: 100vh;
    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(--tertiary-cl);
    border-top: 1px solid 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;
    box-shadow: none;
}
.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\ 7 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 17px;
    color: var(--white-cl);
    line-height: 1;
    font-style: normal;
    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\ 7 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: var(--white-cl);
    padding: 12px 17px
}
.menu-toggle.activated:before {
    content: "\f335"
}
.sub-menu-toggle {
    background: transparent;
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: 38px;
    height: 38px;
}
.sub-menu-toggle:before {
    content: "\f0da" !important;
    font-family: 'Font Awesome\ 7 Free' !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    display: flex !important;
    text-rendering: auto !important;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    color: var(--white-cl) !important;
    background-color: transparent !important;
    width: 38px !important;
    height: 38px !important;
    justify-content: center;
    align-items: center;
}
.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(--white-cl)
}
.site-header .menu-toggle::before {
    margin-right: 0;
    background-color: transparent !important;
}
.site-header .hrd-menu button {
    outline: 0;
    min-width: auto;
}

@-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;
    }
}
@keyframes buttonPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(213, 187, 123, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 12px rgba(213, 187, 123, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(213, 187, 123, 0);
    }
}

/* Menu */
.nav-primary .genesis-nav-menu a {
    font-family: var(--primary-font);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-cl);
    background: var(--tertiary-cl);
    font-size: 18px;
    padding: 10px 10px;
    border-bottom: 1px solid var(--secondary-cl)
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
    color: var(--secondary-cl);
    background: var(--primary-cl);
}
.nav-primary .genesis-nav-menu .sub-menu a {
    padding: 10px 10px;
    background: var(--tertiary-cl);
    color: var(--white-cl);
    border: 0
}
.nav-primary .genesis-nav-menu ul.sub-menu li a {
    border-bottom: 1px solid var(--secondary-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(--primary-cl) !important;
    color: var(--secondary-cl)
}
.genesis-nav-menu .sub-menu a {
    text-align: left;
    font-size: 16px
}

/* Pagination */
.pagination {
    margin: 60px 0 0
}
.pagination ul {
    text-align: left;
    padding: 0;
    display: flex;
    gap: 10px;
}
.pagination ul li {
    padding: 0
}
.pagination ul li:before {
    display: none
}
.pagination ul li a,
.pagination ul li > span.current {
    padding: 0;
    min-width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 5px;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid var(--primary-cl);
    border-radius: 0;
    background-color: var(--tertiary-cl);
}
.pagination ul li a {
    color: var(--secondary-cl);
}
.pagination ul li > span.current {
    color: var(--primary-cl);
}
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li.active a {
    background-color: var(--primary-cl);
    color: var(--secondary-cl);
}
.custom-blog-paging ul li .page-numbers {
    position: relative;
    padding: 0 10px
}
.custom-blog-paging ul li .page-numbers.current {
    padding-right: 25px;
}
.custom-blog-paging ul li .page-numbers.current:after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: var(--black-cl);
}
.navigation.pagination .nav-links {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.navigation.pagination .nav-links .page-numbers {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: var(--tertiary-cl);
    margin-bottom: 4px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-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(--secondary-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\ 7 Free";
    font-size: 15px
}
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    content: "\f105"
}
.navigation.pagination span.dashicons-arrow-left-alt2:before {
    content: "\f104"
}

/* Breadcrumbs */
.site-breadcrumbs {
    background-color: transparent;
}
.breadcrumb {
    border-bottom: 0;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
}
.breadcrumb span.bc-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-transform: capitalize;
    font-weight: 400;
}
.breadcrumb span.separator {
    margin: 0 5px;
}
.breadcrumb span.breadcrumb-link-wrap a {
    display: inline-block;
    font-weight: 400;
    color: var(--primary-cl);
}
.breadcrumb span.breadcrumb-link-wrap a:hover,
.breadcrumb span.breadcrumb-link-wrap a:focus {
    color: var(--white-cl);
}

/* Mobile Dots Style */
.mob-dot-toggle {
    position: absolute;
    left: 15px;
    z-index: 1;
    padding: 0;
    font-size: 23px;
    cursor: pointer;
    color: var(--white-cl);
    background: transparent;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-dots-items {
    background: var(--tertiary-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;
    border-top: 1px solid var(--white-cl);
}
.mobile-dots-items .mob-item {
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid var(--white-cl);
    color: var(--white-cl);
}
.mobile-dots-items .mob-item a {
    color: var(--white-cl);
}
.mobile-dots-items .mob-item span {
    display: block;
}
.mobile-dots-items .mob-item.site-social-media a.sprite img {
    height: 25px;
}
.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, .mob-item.site-social-media:before {
    font-family: 'Font Awesome\ 7 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--white-cl);
}
.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"
}
.mob-item.site-social-media:before {
    content: "\f1e0"
}
.mobile-dots-items .time-list span {
    border-bottom: 1px solid var(--white-cl);
    padding: 0;
}
.mobile-dots-items .time-list span:last-child {
    border: 0;
}

/* Page Banner */
.page-hero-banner {
    overflow: hidden;
    background-color: var(--secondary-cl);
    border-bottom: 2px solid var(--primary-cl);
}
.inner-page-banner .page-banner {
    min-height: 380px;
}
.inner-page-banner .page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, #121212 64%, #e8e8e8 100%);
    opacity: 0.75;
}
.inner-page-banner .page-banner-wrap {
    height: 100%;
    padding: 40px 0;
}
.inner-page-banner .page-banner-wrap .inner-width {
    padding-bottom: 10px;
}
.inner-page-banner .page-title-container {
    padding-top: 40px;
}
.inner-page-banner .page-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.inner-page-banner h1 {
    margin: 0 0 5px;
}
.inner-page-banner .page-desc {
    font-size: 24px;
}
.inner-page-banner .banner-line-sep {
    border: 1px solid #949494;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
}
.inner-page-banner .page-banner-btn {
    align-items: center;
}
.inner-page-banner .banner-number a {
    display: block;
    font-size: 28px;
    transition: all 0.3s ease;
}
.inner-page-banner .banner-number span a:before {
    content: "\f095";
    font-family: 'Font Awesome\ 7 Free';
    font-weight: 900;
    margin-right: 8px;
    color: var(--primary-cl);
}
.inner-page-banner .banner-sep {
    font-style: italic;
    margin: 0 20px;
}
.inner-page-banner .banner-number a:hover {
    transform: scale(1.05); 
}

/* Forms */
.wpcf7-form-control-wrap {
    position: inherit;
}
.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 {
    font-family: inherit;
    font-size: 16px;
    padding: 14px 14px;
    border-radius: 0;
    border: 1px solid #d0e1f4;
    background-color: #f2f8ff;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
    background-color: #f2f8ff;
    color: var(--secondary-cl) !important;
    border: 1px solid transparent !important;
}
::-ms-input-placeholder {
    color: #576575;
    opacity: 1
}
:-ms-input-placeholder {
    color: #576575;
    opacity: 1
}
::placeholder {
    color: #576575;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder  {
    color: var(--secondary-cl);
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: var(--secondary-cl);
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: var(--secondary-cl);
}
.form-field .form-field-item {
    margin-bottom: 20px;
    line-height: 1;
}
.form-field .form-field-item.form-leads {
    display: none;
}
.form-field .form-field-item.form-field-submit {
    width: auto;
    margin: 0 auto;
}
.form-field .form-field-wrap span.form-field-label {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-cl);
    font-weight: bold;
    display: none;
}
.form-field .form-field-item.form-field-address span.wpcf7-list-item-label {
    color: var(--black-cl);
    font-size: 14px;
}
.form-container .form-field .form-field-item select {
    appearance: none;
    -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.4em + 0px), calc(100% - 10px) calc(1.4em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 9px, 6px 9px, 0px 0em;
    background-repeat: no-repeat;
    padding: 14px 30px 14px 14px;
    height: 52px;
}
.form-field .form-field-item textarea {
    height: 130px;
    font-family: inherit
}
.form-field .form-recaptcha,
.form-field .form-recaptcha a,
.form-field .form-field-check label span a {
    font-size: 12px;
    line-height: 1.2;
}
.form-field .form-disclaimer {
    text-align: center;
    font-size: 12px
}
.form-field .form-field-check {
    font-size: 12px;
    line-height: 1.2;
    display: flex;
}
.form-field .form-field-check label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-field .form-field-check label input {
    margin: 0 5px 0 0;
    top: 1px;
    position: relative;
}
.form-field .form-field-check span.wpcf7-list-item {
    margin: 0;
}
.form-field button.wpcf7-submit {
    margin-bottom: 5px
}
.form-field .form-field-item.form-field-submit button {
    text-transform: capitalize;
    color: var(--white-cl);
    font-size: 18px;
    background-color: var(--primary-cl);
    outline: 1px solid var(--primary-cl);
    padding: 15px 30px 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.form-field .form-field-item.form-field-submit button:hover {
    color: var(--white-cl) !important;
}
.form-field .form-field-item.form-field-submit button:before {
    background-color: var(--primary-cl) !important;
}
.form-field .form-field-item.form-field-submit button:hover:before {
    background-color: var(--primary-cl) !important;
    color: var(--secondary-cl) !important;
}
form.search-form {
    overflow: visible;
}
form.search-form .search-submit {
    margin-top: 5px;
}
form.search-form .search-submit:hover {
    color: var(--secondary-cl);
    background-color: var(--secondary-cl);
}
form.search-form .search-submit:hover:before {
    background-color: var(--primary-cl) !important;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 3px 5px;
    font-size: 7px;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    width: auto;
    position: absolute;
    line-height: 1.2;
    background: #dc3232;
    color: var(--white-cl);
}
.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: 12px;
    color: #fff;
    border: 0.125em solid #f7e700;
    background-color: #f7e700;
    color: #000
}

/* Floating CTA */
.sticky-buttons {
    background-color: var(--primary-cl);
    padding: 10px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
}
.sticky-buttons .sticky-btn {
    padding: 0 15px;
    min-width: 60px;
    cursor: pointer;
}
.sticky-buttons .sticky-btn:not(:last-child) {
    border-right: 1px solid var(--white-cl);
}
.sticky-buttons .sticky-btn span {
    display: block;
    line-height: 1.2;
    font-size: 14px;
}
.site-sticky .sticky-form {
    position: fixed;
    bottom: 60px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    background-color: var(--white-cl);
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}
.site-sticky .sticky-form .close-form {
    color: var(--black-cl);
    position: absolute;
    top: 12px;
    right: 5px;
    cursor: pointer;
    z-index: 1;
}
.site-sticky .sticky-form.active {
    opacity: 1;
    right: 0;
    z-index: 9999;
}
.site-sticky .sticky-form .sticky-form-title {
    padding: 10px 30px 10px 10px;
    font-size: 20px;
}
.site-sticky .sticky-form .form-field .form-field-item {
    margin-bottom: 10px;
}
.site-sticky .sticky-form span.recaptcha-note,
.site-sticky .sticky-form span.recaptcha-note a,
.site-sticky .sticky-form .form-field .form-field-check,
.site-sticky .sticky-form .form-field .form-field-check a {
    font-size: 10px;
}
.site-sticky .sticky-form .form-field .form-field-item textarea {
    height: 60px;
}
.site-sticky .sticky-form .form-field .form-field-item.form-field-submit button {
    font-size: 16px;
    padding: 10px 30px 10px 30px;
}
.site-sticky .sticky-form input,
.site-sticky .sticky-form select,
.site-sticky .sticky-form textarea {
    font-size: 12px;
    padding: 10px 10px;
}
.site-sticky .sticky-form .form-field .form-field-item.form-field-address span.wpcf7-list-item-label {
    color: var(--black-cl);
    font-size: 12px;
}
.site-sticky .sticky-form .form-field .form-field-item.form-field-submit {
    margin-bottom: 0;
}

/* 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 10px 10px;
    right: -100%;
    transition: all 0.3s ease
}
.popup-form .form-fields.slide-form {
    right: 0;
    background: var(--primary-cl);
}
.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
}
.popup-form .form-field .form-field-wrap span.form-field-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\ 7 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
}

/* Social Media */
.social-media .social-media-item {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    background-color: var(--white-cl);
    border-radius: 5px;
    transition: all 0.01s;
}
.social-media .social-media-item:not(:last-child) {
    margin-right: 7px
}
.social-media .social-media-item span.media-label {
    margin-left: 5px;
}
.social-media .social-media-item a.sprite {
    font-size: 16px;
    color: var(--primary-cl);
}
.social-media .social-media-item:hover {
    transform: scale(1.08);
}
.social-media .social-media-item:hover a.sprite {
    color: var(--black-cl);
}

/* 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: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--primary-font);
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    line-height: 1;
    color: var(--white-cl);
    background-color: var(--primary-cl);
    outline-offset: -0;
    margin: 0 auto;
    outline: 1px solid var(--primary-cl);
    transition: all 0.3s ease;
}
.slmp-gallery .slmp-gallery-load-more button:hover {
    background-color: var(--primary-cl);
    color: var(--white-cl);
}
.slmp-gallery .slmp-image-item {
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
        background: rgba(213, 187, 123, 0.5);
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
    width: auto;
    height: auto;
    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-weight: bold;
    font-size: 12px;
}
.slmp-category-navigation {
    padding: 30px 0;
}
.slmp-category-navigation .slmp-cat-title {
    background: var(--tertiary-cl);
    color: var(--secondary-cl);
    border: 1px solid var(--primary-cl);
    padding: 10px 20px;
    font-weight: 600;
}
.slmp-category-navigation .slmp-cat-title:hover,
.slmp-category-navigation .slmp-cat-title:focus,
.slmp-category-navigation .slmp-cat-title.active {
    background-color: var(--primary-cl);
    color: var(--secondary-cl);
}
.slmp-reviews button {
    overflow: hidden;
}
.slmp-reviews button.review-btn:hover {
    color: var(--secondary-cl);
}
.slmp-reviews button.review-btn:hover:before {
    background-color: var(--primary-cl) !important;
}
.slmp-popup-image-listing {
    color: #000000;
}

/* Common Content Class */
.site-img-border {
    width: 100%;
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
}
.site-mini-icon img.fit-img {
    height: auto;
    width: 37px;
}
body.page.empty-content .site-inner {
    display: none;
}

/* Site Header */
header.site-header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--black-cl);
    padding: 0 0;
    z-index: 999;
    border-bottom: 3px solid var(--primary-cl);
}
header.site-header.fixed-header {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.71);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
body.admin-bar header.site-header.fixed-header {
    top: 46px;
}
header.site-header .hrd-layer-1 {
    background-image: linear-gradient(45deg, rgb(213, 187, 123) 27%, rgb(213, 187, 123) 27%);
    padding: 5px 15px;
}
header.site-header.fixed-header .hrd-layer-1 {
    display: none;
}
header.site-header .hrd-layer-1 .hrd-top-info {
    justify-content: center;
}
header.site-header .hrd-top-info .hrd-media-label {
    margin-right: 15px;
}
header.site-header .hrd-top-info .hrd-separator {
    height: 20px;
    padding: 0 15px;
    display: table-cell;
}
header.site-header .hrd-top-info .separator-item {
    border: 1px solid var(--white-cl);
    height: 100%;
}
header.site-header .hrd-top-info .hrd-phone span a:before,
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-call a:before,
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-link a:before,
.section-hero .hero-cap .hero-num span a:before {
    font-family: 'Font Awesome\ 7 Free';
    font-weight: 900;
    margin-right: 8px;
}
header.site-header .hrd-top-info .hrd-phone span a:before,
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-call a:before,
.section-hero .hero-cap .hero-num span a:before {
    content: "\f095";
}
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-link a:before {
    content: "\f46d";
}
header.site-header .hrd-layer-2 .hrd-col {
    width: 100%;
}
header.site-header .hrd-logo {
    transition: all 0.3s ease;
    text-align: center;
    padding: 15px 15px;
}
header.site-header .hrd-logo img {
    transition: all 0.3s ease;
    height: 70px;
}
header.site-header.fixed-header .hrd-logo img {
    transition: all 0.3s ease;
    height: 70px;
}
header.site-header.fixed-header .hrd-logo {
    top: 0;
    margin-bottom: 0;
}
header.site-header .hrd-main-menu .hrd-btn a {
    display: block;
    background: var(--primary-cl);
    color: var(--white-cl);
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 18px;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(213, 187, 123, 0.3);
    margin: 0 10px;
    cursor: pointer;
}
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-call a:hover {
    transform: scale(1.05);
}
header.site-header .hrd-main-menu .hrd-btn.hrd-cta-link a {
    animation: buttonPulse 2s infinite;
}

/* Hero Section */
.section-hero {
    background-color: var(--secondary-cl);
}
.section-hero .site-hero {
    padding: 60px 0;
}
.section-hero .hero-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(50deg, #000000 36%, var(--primary-cl) 100%);
    border-color: inherit;
    overflow: hidden;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.section-hero .hero-video video {
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    opacity: 0.35;
}
.section-hero .hero-caption {
    text-align: center;
}
.section-hero .hero-caption .caption-sub {
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 0 0 0;
}
.section-hero .hero-caption .caption-heading h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0px 2px 32px var(--white-cl);
    padding-bottom: 30px;
}
.section-hero .hero-caption .hero-separator {
    border-bottom: 2px solid var(--white-cl);
    margin: 15px 0;
}
.section-hero .hero-caption .caption-btn {
    justify-content: space-around;
}
.section-hero  .hero-image-wrap .hr-image-1 {
    max-width: 65%;
    margin-left: auto;
}
.section-hero .hero-image-wrap .hr-image-2 {
    max-width: 33%;
    top: -120px;
    left: 120px;
    margin-bottom: -120px;
}
.section-hero .hero-caption .caption-btn .hero-btn {
    margin: 10px 10px;
}
.section-hero .hero-cap .hero-num span a {
    display: block;
    font-size: 35px;
    transition: all 0.3s ease;
}
.section-hero .hero-cap .hero-num span a:before {
    color: var(--primary-cl);
}
.section-hero .hero-cap .hero-num span a:hover {
    transform: scale(1.05);
}

/* Featured Box Section */
.ft-box-section {
    background-color: var(--secondary-cl);
}
.ft-box-section .box-items {
    justify-content: space-around;
}
.ft-box-section .box-item {
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 15px;
    margin: 10px 0;
}
.ft-box-section .box-item .box-label {
    font-size: 25px;
    line-height: 1.2;
}
.ft-box-section .ft-separator.relative {
    height: 10px;
    background: linear-gradient(136deg, var(--primary-cl) 76%, var(--secondary-cl) 87%);
}

/* About Us Section */
.about-section {
    background: linear-gradient(103deg, #262626 42%, #121212 0%);
}
.about-section .about-row-top {
    flex-direction: column-reverse;
}
.about-section .about-row-top .content-col {
    text-align: center;
}
.about-section .about-row-bot {
    flex-direction: column;
}
.about-section .about-row-bot .section-col {
    max-width: 600px;
    margin: 0 auto;
}
.about-section .about-row-bot .form-col {
    margin-bottom: 30px;
}
.about-section .review-col {
    padding: 60px 0 0 0;
}
.about-section .review-image {
    max-width: 415px;
    margin: 0 auto;
}
.about-section .review-list {
    margin: 30px 0 0 0;
}
.about-section .review-list .ti-footer {
    display: none;
}
.about-section .about-row-mid {
    align-items: center;
    margin: 60px 0;
}
.about-section .about-row-mid .abt-fb-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    background-color: #0866ff;
    border-radius: 50%;
    font-size: 35px;
    margin-right: 20px;
}
.about-section .about-row-mid .abt-fb-rate {
    line-height: 1.3;
}
.about-section .about-row-mid span.star-num {
    font-size: 20px;
}
.about-section .about-row-mid span.star-icon {
    font-size: 12px;
    color: #fbbc04;
}
.about-section .about-row-mid .fb-rating-label {
    color: #acaaaa;
}
.about-section .form-col,
.page-block-row .block-form,
.contact-page-form {
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.73);
}
.about-section .abt-form-title,
.page-block-row .block-form .block-form-title,
.contact-page-form .contact-form-title {
    font-size: 40px;
    line-height: 1.2;
}
.about-section .from-desc,
.page-block-row .block-form .block-form-desc,
.contact-page-form .contact-form-desc {
    font-size: 16px;
    margin: 10px 0 30px;
}
.about-section .cta-form-fields .form-field,
.page-block-row .block-form .form-field,
.contact-page-form .form-field {
    background: transparent;
}
.about-section .cta-form-fields .form-field .form-field-wrap,
.page-block-row .block-form .form-field .form-field-wrap,
.contact-page-form .form-field .form-field-wrap {
    box-shadow: none;
    padding: 0;
}

/* Service Section */
body.home .service-section .site-section.top-bot-padding {
    padding-bottom: 100px;
}
.service-section .site-service-bg,
.service-section .site-service-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-section .site-service-bg:before {
    content: "";
    background-image: linear-gradient(35deg, var(--secondary-cl) 55%, #fffefe 100%);
    opacity: 0.7;
}
.service-section .inner-width {
    padding-bottom: 10px;
}
.service-section .service-content {
    text-align: center;
}
.service-section .service-listing {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid var(--primary-cl);
}
.service-section .service-listing ul li {
    font-size: 22px;
}
.service-section .service-image .serv-img-1 {
    max-width: 65%;
    margin-left: auto;
}
.service-section .service-image .serv-img-2 {
    max-width: 33%;
    top: -120px;
    left: 120px;
    margin-bottom: -120px;
}

/* Homepage Main Content */
.main-content-section {
    background: linear-gradient(250deg, #262626 51%, #121212 0%);
    border: 2px solid var(--primary-cl);
    border-left: 0;
    border-right: 0;
}
.main-content-section .inner-width {
    overflow: visible;
}
.main-content-section .cta-image {
    width: 100%;
    max-width: 250px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--secondary-cl);
}
.main-content-section .cta-image img {
    width: 100%;
    max-width: 130px;
}
.main-content-section .content-cta {
    top: -100px;
    margin-bottom: -100px;
}
.content-cta .cta-separator {
    padding: 60px 0 100px;
}
.content-cta .cta-line {
    border: 1px solid var(--primary-cl);
}
.content-cta .cta-line:before {
    content: "\f078";
    font-family: 'Font Awesome\ 7 Free';
    font-weight: 900;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    background-color: var(--tertiary-cl);
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    font-size: 25px;
    color: var(--primary-cl);
}

/* Contact Page */
.contact-page-form .form-field span.form-field-label {
    display: none;
}
.contact-page-info .contact-info {
    padding: 10px 0
}
.contact-page-info .contact-info i {
    color: var(--primary-cl);
}
.contact-page-info .contact-info .ct-label {
    font-size: 18px;
}
.contact-page-info .contact-info .ct-info {
    font-size: 20px;
}
.grecaptcha-badge {
    visibility: hidden
}

/* Site Footer */
footer.site-footer {
    background-color: var(--secondary-cl);
    padding: 0;
    border: 0;
}
footer.site-footer .main-footer {
    padding: 40px 0;
    border-top: 5px solid var(--primary-cl);
}
footer.site-footer .ft-top-row {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
}
footer.site-footer .ft-top-row .ft-col {
    margin: 10px 0;
}
footer.site-footer .ft-top-row .footer-logo img {
    width: 100%;
    max-width: 140px;
}
footer.site-footer .ft-top-row .footer-number span a {
    display: block;
    font-size: 25px;
    transition: all 0.3s ease;
}
footer.site-footer .ft-top-row .footer-number span a:before {
    content: "\f095";
    font-family: 'Font Awesome\ 7 Free';
    font-weight: 900;
    margin-right: 8px;
    color: var(--primary-cl);
}
footer.site-footer .ft-top-row .footer-number span a:hover {
    transform: scale(1.05);
}
footer.site-footer .ft-bot-row {
    justify-content: space-around;
}
footer.site-footer .ft-bot-row .ft-link {
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
footer.site-footer .ft-bot-row .ft-link a {
    font-size: 18px;
}
footer.site-footer .main-copyright {
    background-color: var(--primary-cl);
    padding: 30px 0 60px;
}
footer.site-footer .ft-copyright span {
    padding: 0 10px;
}
footer.site-footer .ft-copyright span:not(:first-child) {
    border-left: 2px solid;
}
footer.site-footer .ft-copyright span a:hover,
footer.site-footer .ft-bot-row .ft-link a:hover span.sec-font {
    color: #e7e7e7;
}

/* Site Inner */
.site-inner {
    background: linear-gradient(250deg, #262626 51%, #121212 0%);
}
.ti-widget.ti-goog .ti-footer {
    display: none;
}

/* Page Block */
.page-block-v1 {
    margin-bottom: 30px;
}
.page-block-row .block-v1-img {
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-block-row .page-block-review {
    margin-top: 30px;
}


/* Blog Post Select */
.post-archives-list {
    margin-bottom: 50px;
}
.post-archives-list .select-post-item {
    margin: 5px 0;
}
.post-archives-list select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-cl) 50%), linear-gradient(135deg, var(--primary-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 var(--secondary-cl);
    background-color: var(--primary-cl);
    font-size: 16px;
    font-weight: bold;
    font-family: var(--primary-font);
    cursor: pointer;
    text-transform: capitalize;
    color: var(--secondary-cl);
}
.site-inner .post-items .post-item.entry {
    margin: 15px 0;
    border: 2px solid var(--primary-cl);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--tertiary-cl);
}
.post-item .post-img {
    height: 250px;
}
.post-item .post-img .post-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-item .post-details {
    background-color: var(--tertiary-cl);
    padding: 10px 10px;
}
.post-item .post-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.post-item .post-content {
    font-size: 16px;
    margin-bottom: 10px;
}



@media only screen and (min-width:320px) {

}

@media only screen and (min-width:375px) {

}

@media only screen and (min-width:481px) {

}

@media only screen and (min-width:600px) {

    /* Blog Post */
    .site-inner .post-items .post-item.entry {
        width: 49%;
    }
    .site-inner .post-items .post-item.entry:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .site-inner .post-items .post-item.entry:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

}

@media only screen and (min-width:768px) {

    /* Hero Video */
    .section-hero .hero-caption .caption-heading h1 {
        font-size: 60px;
    }

    /* Form */
    .about-section .form-col,
    .page-block-row .block-form,
    .contact-page-form {
        padding: 30px 30px;
    }

}

@media only screen and (min-width:783px) {

    .admin-bar .site-header {
        top: 0;
    }
    body.admin-bar header.site-header.fixed-header {
        top: 32px;
    }

}

@media only screen and (min-width:991px) {

    /* Blog Post */
    .site-inner .post-items .post-item.entry {
        width: 32%;
    }
    .site-inner .post-items .post-item.entry:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .site-inner .post-items .post-item.entry:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* Footer */
    footer.site-footer .ft-bot-row .ft-link {
        width: auto;
    }

}

@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: right
    }
    .nav-primary.show {
        margin-top: 0;
        background: transparent
    }
    .menu-toggle, .sub-menu-toggle {
        display: none;
        visibility: hidden
    }
    .genesis-nav-menu {
        text-align: center;
    }
    .genesis-nav-menu .sub-menu {
        border: 2px solid var(--primary-cl);
    }
    .nav-primary .genesis-nav-menu a {
        padding: 15px 15px;
        font-size: 16px;
        margin: 0;
        color: var(--white-cl);
        border-radius: 0;
        background-color: transparent;
        border-bottom: none;
    }
    .genesis-nav-menu > li.menu-item-has-children > a span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .genesis-nav-menu > li.menu-item-has-children > a span:after,
    .genesis-nav-menu .menu-item-has-children .menu-item-has-children > a > span:after {
        content: "\f107";
        font-family: 'Font Awesome\ 7 Free';
        margin-left: 5px;
        font-weight: 900;
        font-size: 12px;
        color: var(--white-cl);
        transition: all 0.3s ease;
        transform: rotate(0deg);
        display: inline-block;
    }
    .genesis-nav-menu > li.menu-item-has-children.sfHover > a {
        color: var(--primary-cl);
    }
    .genesis-nav-menu > li.menu-item-has-children.sfHover > a span:after {
        transform: rotate(-180deg);
        display: inline-block;
        transition: all 0.3s ease;
        color: var(--primary-cl) !important;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
        color: var(--primary-cl);
        background-color: transparent;
    }
    .genesis-nav-menu a:focus span:after,
    .genesis-nav-menu a:hover span:after,
    .genesis-nav-menu .current-menu-item > a span:after {
        color: var(--white-cl) !important;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -45px 0 0 170px;
    }
    .nav-primary .genesis-nav-menu ul.sub-menu li a {
        border-bottom: 0;
        display: table-cell;
    }
    .nav-primary .genesis-nav-menu .sub-menu .menu-item {
        display: block;
    }
    .nav-primary .genesis-nav-menu .sub-menu .menu-item:not(:last-child) a {
        border-bottom: 2px solid var(--primary-cl);
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        background: var(--secondary-cl);
        color: var(--white-cl);
        padding: 15px 10px;
        font-size: 16px;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 210px;
        border: 2px solid var(--primary-cl);
        transition: all .2s linear;
    }
    .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;
        transform: scale(1.08);
    }
    .site-inner .content-sidebar-wrap {
        padding: 60px 15px 60px;
    }

    /* Site Header */
    header.site-header .hrd-layer-1 {
        background-image: linear-gradient(45deg, rgb(0, 0, 0) 27%, rgb(213, 187, 123) 27%);
    }
    header.site-header .hrd-layer-1 .hrd-top-info {
        justify-content: right;
    }
    header.site-header .hrd-layer-2 {
        padding: 10px 15px;
    }
    header.site-header .hrd-layer-2 .hrd-col {
        width: auto;
    }
    header.site-header .hrd-main-menu .hrd-btn a {
        padding: 10px 25px;
        font-size: 16px;
    }
    header.site-header .hrd-logo {
        top: -30px;
        margin-bottom: -30px;
        padding: 0;
    }
    header.site-header .hrd-logo img {
        height: 150px;
    }
    header.site-header.fixed-header .hrd-logo img {
        height: 120px;
    }

    /* Page Banner */
    .inner-page-banner .page-title {
        font-size: 65px;
    }

    /* Hero Video */
    .section-hero .hero-caption {
        text-align: left;
    }
    .section-hero .hero-caption .caption-desc {
        font-size: 22px;
        border-left: 3px solid var(--primary-cl);
        line-height: 1.2;
        padding-left: 15px;
    }
    .section-hero .hero-cap .hero-num span a {
        font-size: 30px;
    }
    .section-hero .hero-caption .caption-btn {
        justify-content: space-between;
    }
    .section-hero .hero-caption .caption-btn .hero-btn {
        margin: 0;
    }

    /* Abour Us Section */
    .about-section .about-row-top,
    .about-section .about-row-bot {
        flex-direction: inherit;
    }
    .about-section .about-row-top .content-col {
        text-align: left;
    }
    .about-section .about-list ul li {
        padding-left: 30px;
        font-weight: bold;
        position: relative;
    }
    .about-section .about-list ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: var(--primary-cl);
    }
    .about-section .about-row-bot .section-col {
        max-width: 100%;
    }
    .about-section .about-row-bot .form-col {
        margin-bottom: 0;
    }
    .about-section .review-col {
        padding: 0 60px 0 0;
    }
    .about-section .review-list {
        margin: 0 0 0 30px;
        top: -160px;
        margin-bottom: -160px;
    }
    .about-section .review-image {
        margin: 0;
    }

    /* Service Section */
    .service-section .service-content {
        text-align: left;
    }

    /* Page Block */
    .page-block-row .page-block-image-form,
    .page-block-v2 .page-block-content {
        padding-left: 60px;
    }
    .page-block-row .block-review {
        margin: 0 0 0 30px;
        top: -170px;
        margin-bottom: -170px;
    }

    /* Floating CTA */
    .sticky-buttons {
        right: 15px;
        left: auto
    }
    .site-sticky .sticky-form {
        left: auto;
    }
    .site-sticky .sticky-form.active {
        right: 15px;
    }
}

@media only screen and (min-width:1201px) {

    /* Site Header */
    header.site-header .hrd-layer-1 {
        padding: 5px 30px;
    }
    header.site-header .hrd-layer-2 {
        padding: 10px 30px;
    }
    header.site-header .hrd-main-menu .hrd-btn a {
        padding: 16px 36px;
        font-size: 18px;
    }
    .nav-primary .genesis-nav-menu a {
        font-size: 18px;
    }

    /* hero Video */
    .section-hero .hero-caption .caption-heading h1 {
        font-size: 70px;
    }

}

@media only screen and (min-width:1367px) {

    /* Site Header */
    header.site-header .hrd-layer-1 {
        padding: 5px 60px;
    }
    header.site-header .hrd-layer-2 {
        padding: 10px 60px;
    }
    .nav-primary .genesis-nav-menu a {
        font-size: 20px;
    }

    /* hero Video */
    .section-hero .hero-caption .caption-heading h1 {
        font-size: 80px;
    }
    .section-hero .hero-cap .hero-num span a {
        font-size: 35px;
    }
}

@media only screen and (min-width:1681px) {

}

@media only screen and (max-width:1023px) {
    .about-section .section-btn,
    .service-section .section-btn {
        justify-content: center;
    }
    .main-content-section .section-content .wp-block-columns {
        width: 100%;
        flex-direction: column;
    }
    .main-content-section .section-content .wp-block-columns.home-last-col {
        flex-direction: column-reverse;
    }

    /* page Block */
    .page-block-row .page-block-image-form,
    .page-block-row .page-block-review {
        max-width: 600px;
        margin: 0 auto;
    }
    .page-block-v2 .page-block-row {
        flex-direction: column-reverse;
    }
    .page-block-row .page-block-review {
        margin-top: 40px;
    }
    .wp-block-columns.contact-page-content-wrap {
        flex-direction: column;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:990px) {

}
@media only screen and (max-width:480px) {

}