<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-font: 'Open Sans', sans-serif;
    --secondary-font: 'Poppins', sans-serif;
    --white-cl: #ffffff;
    --black-cl: #000000;
    --gray-cl: #a6a6a6;
    --primary-cl: #262626;
    --secondary-cl: #3270a6;
    --tertiary-cl: #04b2d9;
    --quarternary-cl: #0367a6;
    --btn-v1: linear-gradient(to bottom, rgba(4,178,217,1) 0%,rgba(3,103,166,1) 100%);
    --gradient-v1: linear-gradient(to right, rgba(186, 203, 217, 1) 0%, rgba(216, 222, 226, 1) 25%, rgba(231, 235, 237, 1) 50%, rgba(216, 222, 226, 1) 75%, rgba(186, 203, 217, 1) 100%);
}

.wpcf7-list-item {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
span.wpcf7-acceptance {
    font-size: .875em;
}

html {
    font-size: 1vw;
}
body {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--primary-cl);
}
h1, h2, h3, h4, h5, h6,
.archive-description .entry-title,
.archive-title,
.author-box-title,
.entry-title {
    font-family: var(--secondary-font);
}
.sec-font {
    font-family: var(--secondary-font);
}
h1, h2, h3, h4, h5, h6,
.archive-description .entry-title,
.archive-title,
.author-box-title,
.entry-title {
    font-weight: 700;
    padding: 0 0 0.875em;
    position: relative;
    margin: 0;
}
h1,
.archive-description .entry-title,
.archive-title,
.author-box-title,
.entry-title {
    font-size: 35px;
    padding-bottom: 0.875em;
    margin: 0 0 0.875em;
}
h1:after,
.archive-description .entry-title:after,
.archive-title:after,
.author-box-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.75em;
    height: 0.088em;
    background: var(--gradient-v1);
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 20px;
}
h5, h6 {
    font-size: 18px;
}
p {
    margin: 0 0;
    padding: 0 0 1.75em;
}
a {
    text-decoration: none;
    color: var(--tertiary-cl);
}
:focus {
    color: initial;
    outline: transparent solid 1px;
}
a:focus, a:hover {
    color: var(--tertiary-cl);
    text-decoration: none;
}
.primary-cl,
.primary-cl a {
    color: var(--primary-cl);
}
.secondary-cl,
.secondary-cl a {
    color: var(--secondary-cl);
}
.tertiary-cl,
.tertiary-cl a {
    color: var(--tertiary-cl);
}
.quarternary-cl,
.quarternary-cl a {
    color: var(--quaternary-cl);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
    background: var(--primary-cl);
    color: var(--white-cl);
}
.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 &gt; .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.nav-primary.show {
    left: 0;
    margin-top: 0;
    background-color: var(--secondary-cl);
}
.genesis-nav-menu a {
    font-weight: 600;
    padding: 10px 10px;
    color: var(--white-cl);
    text-transform: uppercase;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
    color: var(--black-cl);
    background-color: var(--white-cl);
}
.genesis-nav-menu .sub-menu a {
    background-color: var(--secondary-cl);
    font-size: 0.875em;
}
.genesis-nav-menu .sub-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .menu-item&gt; a:hover,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
    color: var(--black-cl);
    background-color: var(--white-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;
    border-width: 0;
    color: #fff;
}
.menu-toggle {
    background: transparent;
    padding: 0px 0;
    position: absolute;
    z-index: 1000;
    right: 0;
    max-width: 100%;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: none;
}
button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 17px;
    color: var(--white-cl);
    line-height: 1;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: color .1s ease-in;
    display: inline-block;
    border-radius: 5px;
}
button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: var(--white-cl);
    padding: 12px 17px;
}
.menu-toggle.activated:before {
    content: "\f335";
}
.sub-menu-toggle {
    background: transparent;
    float: right;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: auto;
}
.sub-menu-toggle:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    color: var(--white-cl);
}
.site-header .dashicons-before:before,
.site-header .dashicons-before.sub-menu-toggle:before,
body.window_scrolled .site-header .dashicons-before.sub-menu-toggle:before {
    color: var(--white-cl);
}
.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,
body.window_scrolled .site-header .dashicons-before:before,
body.window_scrolled button.menu-toggle.activated:before {
    color: var(--secondary-cl);
}
.site-header .menu-toggle::before {
    margin-right: 0;
}
.entry-content .search-form {
    width: 100%;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
    background: var(--secondary-cl);
    border-radius: 0;
}
.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 0;
}
.entry-content ol,
.entry-content ul,
.the-content ul,
.additional-content ol,
.additional-content ul {
    margin-bottom: 0;
    padding: 0 0 1.875em 0;
}
.entry-content ol {
    margin-left: 0;
}
.entry-content ol &gt; li {
    margin-left: 1.25em;
    margin-bottom: 0.625em;
}
.entry-content ul li {
    list-style: none;
    padding: 0 0 0.313em 1.875em;
    position: relative;
}
.entry-content ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    color: var(--white-cl);
    font-size: 0.563em;
    margin-right: 0.625em;
    position: absolute;
    left: 0;
    top: 0.625em;
    background-color: var(--secondary-cl);
    padding: 0.375em;
    line-height: 1;
    border-radius: 0.125em;
}
.entry-content ol ul &gt; li,
.entry-content ul ul &gt; li {
    list-style-type: none;
}
.entry-content ul li ul.children {
    padding-top: 0.625em;
    border: 0;
    padding-bottom: 0;
    padding-left: 0.25em;
}
article .entry-content p,
article .entry-content ul,
article .entry-content ol,
.page-accordion {
    padding-left: 20px;
    border-left: 5px solid #bacbd9;
}
article .entry-content h2,
article .entry-content h3,
article .entry-content h4,
article .entry-content h5 {
    padding-left: 20px;
    border-left: 5px solid #bacbd9 !important;
}
.wp-block-image {
    padding: 1.875em 0;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
figure.wp-block-image {
    margin-bottom: 1.25em;
}
.wp-block-image.no-design-img figure:before {
    display: none;
}
#slmp_geojuice #slmp_right p,
#slmp_geojuice #slmp_right ol,
#slmp_geojuice #slmp_right ul,
#slmp_geojuice #slmp_right h2,
#slmp_geojuice #slmp_right h3,
#slmp_geojuice #slmp_right h4,
#slmp_geojuice #slmp_right h5,
#slmp_geojuice #slmp_right h6 {
    border: 0 !important;
    padding: 0;
}
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;
}
.entry-content figure {
    position: relative;
    display: inline-block;
}
.entry-content figure:before {
    content: "";
    position: absolute;
    right: -1.255em;
    bottom: -1.25em;
    width: 50%;
    height: 70%;
    background-color: var(--secondary-cl);
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.entry-content figure img {
    border-radius: 0.625em;
    -webkit-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.15);
}

/* Search Result */
.search-result article {
    margin-bottom: 0;
}
.search-result .search-result-title {
    font-size: 1.563em;
    line-height: 1.2;
    font-weight: 600;
}
.search-result-excerpt p a {
    margin: 0;
}
body.search.search-no-results .result-search img,
body.error404 .result-search img {
    background-color: var(--white-cl);
    margin: 1em 0;
    padding: 1em;
}

/* Pagination */
.archive-pagination li a {
    color: var(--secondary-cl);
    border: 1px solid var(--secondary-cl);
    background: var(--white-cl);
    min-width: 40px;
    text-align: center;
    border-radius: 0.188em;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background: var(--secondary-cl);
    color: var(--white-cl);
}
article .entry-content .pagination ul {
    border: 0;
    padding-left: 0;
}
.navigation.pagination .nav-links span.page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover {
    background-color: var(--secondary-cl);
    color: var(--white-cl);
}
.navigation.pagination .nav-links .page-numbers {
    padding: 0.5em 0.938em;
    background-color: var(--white-cl);
    margin-bottom: 0.25em;
    border-radius: 0.188em;
    font-size: 1em;
    font-weight: 600;
    color: var(--secondary-cl);
    display: inline-block;
    line-height: 1.625;
    border: 0.063em solid var(--secondary-cl);
}
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    content: "\f101";
}
.navigation.pagination span.dashicons-arrow-left-alt2:before,
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 0.938em;
}

/* Animation */
.animate__animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
    filter: alpha(opacity=0 * 100);
}
.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
    filter: alpha(opacity=1 * 100);
}

/* Contact Us Page */
article .entry-content .contact-site-loc-item h2 {
    border-left: 0 !important;
    padding-left: 0;
}
.contact-page-form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 20px;
}
.contact-page-form .form-field label.text-label {
    color: #595959;
    font-size: 0.75em;
    padding-bottom: 0.313em;
    display: block;
    line-height: 100%;
}
.contact-info {
    padding: 40px 0;
}
.contact-info .site-name {
    font-size: 25px;
}
.contact-site-loc-item {
    padding-bottom: 1.875em;
}
.contact-page-form .form-container .form-field-item.form-field-disclaimer {
    color: var(--black-cl);
    font-size: 12px;
    text-align: center;
}
.contact-info .cta-spacer {
    padding-bottom: 15px;
}

/* Top Header */
.top-lyr .mobile-lyr span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* Site Header */
.site-header {
    box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.01);
}
header.site-header {
    position: fixed;
    width: 100%;
    top: auto;
    background-color: transparent;
    padding: 0;
    z-index: 900;
}
header.site-header .frst-lyr .hrd-media {
    display: none;
}
header.site-header .hrd-tagline {
    font-family: "Yellowtail", cursive;
    font-weight: bold;
    font-size: 20px;
    color: var(--secondary-cl);
    margin-left: 30px;
}
header.site-header .hrd-tagline .hrd-tag-1 {
    display: block;
}
header.site-header .hrd-tagline .hrd-tag-2 {
    display: none;
}
header.site-header .hrd-lyr-row.frst-lyr {
    background: linear-gradient(to right,  rgba(186,203,217,1) 0%,rgba(255,255,255,1) 50%,rgba(186,203,217,1) 100%);
    padding: 0;
}
header.site-header .hrd-lyr-row.scnd-lyr {
    padding: 0 0.938em;
    background-color: transparent;
}
header.site-header .frst-lyr .hrd-media {
    padding-left: 13.313em;
}
header.site-header .frst-lyr .hrd-number {
    width: 100%;
    text-align: center;
}
header.site-header .num-item .num-label {
    font-size: 0.75em;
    line-height: 100%;
}
header.site-header .num-item-col {
    width: 100%;
    padding: 0.625em 0.625em;
}
header.site-header .num-item .num-number {
    font-size: 1.125em;
    line-height: 1.2;
}
header.site-header .num-item-col:before {
    content: "\f2a0";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    color: var(--white-cl);
    font-size: 1.375em;
    line-height: 1;
    padding: 0.625em;
    background: var(--secondary-cl);
    border-radius: 0.313em;
    font-size: 1.125em;
}
header.site-header .num-item-col .num-item {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
header.site-header .hrd-lyr-cont {
    justify-content: center;
}
header.site-header .hrd-lyr-cont .hrd-logo,
header.site-header .hrd-lyr-cont .hrd-cta {
    width: 100%;
}
header.site-header .hrd-lyr-cont .hrd-menu {
    width: 100%;
    padding: 0 0.938em;
}
header.site-header .menu-item-home a:before {
    content: "\f863";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    font-size: 1em;
}
header.site-header .menu-item-home a span {
    font-size: 0;
}
header.site-header .hrd-btn {
    text-align: right;
}
header.site-header .hrd-btn a {
    font-size: 1.125em;
}
header.site-header .hrd-logo .site-logo a {
    display: block;
    padding: 0.625em 0.625em;
    top: 0;
    background-color: var(--white-cl);
    margin: 0 auto;
    width: 100%;
    max-width: 6.875em;
    z-index: 1;
}
header.site-header .hrd-logo .site-logo a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.25em;
    clip-path: ellipse(52% 50% at 50% 50%);
    width: 100%;
    height: 3.125em;
    background-color: var(--white-cl);
    z-index: -1;
}
header.site-header .hrd-logo .site-logo a img {
    height: auto;
}
body.window_scrolled header.site-header .hrd-lyr-row.frst-lyr {
    display: none;
}
body.window_scrolled header.site-header .frst-lyr .hrd-media {
    padding-left: 10.938em;
}
body.window_scrolled header.site-header .hrd-lyr-row.scnd-lyr {
    background-color: var(--white-cl);
}
body.window_scrolled header.site-header .hrd-lyr-cont .hrd-logo .site-logo {
    width: 100%;
}
body.window_scrolled header.site-header .hrd-logo .site-logo a {
    max-width: 5em;
}
body.window_scrolled header.site-header .hrd-logo .site-logo a img {
    height: auto;
}
body.window_scrolled header.site-header .hrd-tagline .hrd-tag-1 {
    display: none;
}
body.window_scrolled header.site-header .hrd-tagline .hrd-tag-2 {
    display: block;
}

/* Page Banner */
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 21.875em;
    max-height: 43.125em;
}
.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-banner-wrap {
    height: 100%;
}
.inner-page-banner .page-title {
    font-size: 3.125em;
    line-height: 1.2;
}
.breadcrumb {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0.313em 0.625em;
    font-size: 1em;
}
.breadcrumb span.bc-wrap {
    color: var(--white-cl);
}
.breadcrumb .separator {
    margin: 0 0.313em;
    color: var(--white-cl);
}
.breadcrumb .separator i {
    font-size: 0.438em;
    position: relative;
    top: -0.188em;
}
.breadcrumb .breadcrumb-link-wrap a {
    color: var(--white-cl);
    font-weight: 400;
}

/* Hero Slider */
.hero-slider .hero-item {
    width: 100%;
    height: 107vh;
    min-height: 56.25em;
    max-height: 62.5em;
}
.hero-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-slider .hero-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero-item.slick-active .hero-image.img-zoom {
    transform: scale(1.3);
    transition: transform 9s;
}
.hero-slider .hero-caption-item {
    height: 100%;
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    padding: 0 0.938em;
}
.hero-item .caption-heading {
    font-size: 1.875em;
    line-height: 1.2;
    margin-bottom: 0.313em;
    border-top: 0.015em solid var(--white-cl);
}
.hero-item .caption-description {
    font-size: 0.625em;
    padding: 5px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 1.2;
    display: inline-block;
    background-color: var(--quarternary-cl);
}
.hero-caption.caption-description:before {
    left: -15px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.hero-caption.caption-description:after {
    right: -15px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.hero-caption.caption-description:before,
.hero-caption.caption-description:after {
    bottom: 0;
    width: 16px;
    height: 90%;
    background-color: #0367a6;
    content: "";
    position: absolute;
}
.hero-item .hero-btn a {
    margin: 0.313em;
}
.hero-boxes-row {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3.75em 3.75em;
}
.hero-boxes-row .hero-boxes {
    padding: 1.875em 1.875em;
    background-color: rgba(1, 31, 50, 0.60);
    border-radius: 0.625em;
}
.hero-boxes-row .hero-box-item {
    padding: 0.313em 0.313em;
    overflow: hidden;
    border: 0.063em solid #354452;
    border-radius: 0.313em;
}
.hero-boxes-row .hero-box-item:not(:last-child) {
    margin-right: 2%;
}
.hero-boxes-row .hero-box-item:before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-boxes-row .hero-box-item:hover:before {
    background: linear-gradient(to bottom,  rgba(186,203,217,1) 0%,rgba(216,222,226,1) 25%,rgba(231,235,237,1) 50%,rgba(216,222,226,1) 75%,rgba(186,203,217,1) 100%);
    transition: all 0.3s ease;
    left: 0;
}
.hero-boxes-row .hero-box-icon {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    margin-right: 1.563em;
    padding: 0.625em;
    transition: 0.9s;
    transform: rotateY(0deg);
    background-color: var(--secondary-cl);
}
.hero-boxes-row .hero-box-item:hover .hero-box-icon {
    transition: 0.9s;
    transform: rotateY(360deg);
}
.hero-boxes-row .hero-box-icon img {
    min-height: 3.125em;
}
.hero-boxes-row .hero-box-label {
    font-size: 1.375em;
    width: calc(100% - 5em);
    line-height: 1.2;
}
.hero-boxes-row .hero-box-item:hover .hero-box-label {
    color: var(--black-cl);
}
.hero-slider .caption-heading.animate__animated.activate {
    animation-delay: 0s;
}
.hero-slider .caption-description.animate__animated.activate {
    animation-delay: 1s;
}
.hero-slider .hero-btn.animate__animated.activate {
    animation-delay: 2s;
}

/* About Us Section */
body.home .site-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
body.home .site-inner main#genesis-content {
    display: none;
}
.about-section .about-us-col.abt-left {
    padding: 0 0.938em;
    width: 100%;
}
.about-section .about-num-item:before {
    content: "\f095";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0.625em;
    top: 50%;
    color: var(--secondary-cl);
    font-size: 1em;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.about-section .about-info {
    width: 100%;
}
.about-section .about-info-right {
    padding-right: 0;
    margin-bottom: 3.75em;
}
.about-section .about-form {
    background: transparent;
    padding: 1.875em 0.938em;
    border-radius: 0.625em;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.about-section .about-form:before,
.about-section .about-form:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: var(--quarternary-cl);
    z-index: 0;
    width: 3.75em;
    height: 3.75em;
}
.about-section .about-form:before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.about-section .about-form:after {
    bottom: 0;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.about-section .about-form .form-title {
    font-size: 1.563em;
    line-height: 1.2;
    margin-bottom: 1.25em;
    color: var(--black-cl);
}
.about-section .about-form .form-container .form-field-item {
    margin-bottom: 1.25em;
}
.about-section .about-form .form-container .form-field-item.form-leads,
.about-section .about-form .form-container .form-field-item.form-field-desclaimer {
    margin: 0;
}
.about-section .about-form .form-field label.text-label {
    font-size: 0.75em;
    padding-bottom: 0.313em;
    display: block;
    line-height: 100%;
    color: #595959;
}
.about-section .about-form .form-field label.text-label span {
    color: var(--tertiary-cl);
}
.about-section .about-form .form-field-item.form-recaptcha {
    text-align: left;
}
.about-section .about-form .form-field-item.form-recaptcha .recaptcha-note,
.about-section .about-form .form-field-item.form-recaptcha .recaptcha-note a {
    font-size: 0.875em;
}
.about-section .about-form .form-field-desclaimer {
    font-size: 0.875em;
    color: var(--black-cl);
}
.about-section .about-form .form-field-item input,
.about-section .about-form .form-field-item textarea,
.about-section .about-form .form-field-item select {
    background-color: var(--white-cl);
    border: 0;
}
.about-section .about-form .form-field-item input::-ms-input-placeholder,
.about-section .about-form .form-field-item textarea::-ms-input-placeholder,
.about-section .about-form .form-field-item select::-ms-input-placeholder {
    color: 636363;
    opacity: 1;
}
.about-section .about-form .form-field-item input:-ms-input-placeholder,
.about-section .about-form .form-field-item textarea:-ms-input-placeholder,
.about-section .about-form .form-field-item select:-ms-input-placeholder {
    color: 636363;
    opacity: 1;
}
.about-section .about-form .form-field-item input::placeholder,
.about-section .about-form .form-field-item textarea::placeholder,
.about-section .about-form .form-field-item select::placeholder {
    color: 636363;
    opacity: 1;
}
.about-section .about-form .form-field-item input:invalid,
.about-section .about-form .form-field-item select:invalid,
.about-section .about-form .form-field-item textarea:invalid  {
  background-color: var(--white-cl);
  color: #333333;
}
.about-section .about-form .form-field-item input:focus,
.about-section .about-form .form-field-item textarea:focus,
.about-section .about-form .form-field-item select:focus,
.about-section .about-form .form-field-item input:focus::placeholder,
.about-section .about-form .form-field-item textarea:focus::placeholder  {
  background-color: var(--secondary-cl);
  color: var(--white-cl) !important;
}
.about-section h1 {
    color: var(--primary-cl);
}
.about-section .about-desc-wrap {
    padding-left: 0.938em;
    border-left: 0.313em solid #bacbd9;
}
.about-section .about-desc-wrap .section-desc1 {
    font-size: 1.563em;
    line-height: 1.2;
    margin-bottom: 1.875em;
}
.about-section .about-desc-wrap .section-desc2 {
    font-size: 1.188em;
}
.about-section .about-us-col.abt-right {
    width: 0;
}
.about-section .about-badges {
    padding: 3.75em 0 0 0;
}

/* Badges Section */
body.blog-template .site-badge-section .site-badges {
    padding-top: 0;
}
.site-badge-section .site-badges {
    padding-top: 7.5em;
}
.site-badges .badges-item {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    margin: 0.313em 0.625em;
    height: 7.5em;
    border-radius: 0.625em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body:not(.home) .site-badges .badges-item {
    border: 0.063em solid var(--white-cl);
}
.site-badges .badges-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.938em;
}
.site-badges .badges-item img {
    margin: 0 auto;
    transition: 0.9s;
    transform: rotateY(0deg);
    max-height: 5.313em;
    min-height: 3em;
    filter: grayscale(1);
}
.site-badges .badges-item:hover {
    box-shadow: none;
}
body:not(.home) .site-badges .badges-item:hover {
    background: var(--white-cl);
}
.site-badges .badges-item a:hover img {
    transition: 0.9s;
    transform: rotateY(360deg);
    filter: grayscale(0);
}
.site-badges .badge-slide-control {
    display: flex;
    justify-content: center;
    padding-bottom: 0.625em;
}
.site-badges .badge-slide-control .left,
.site-badges .badge-slide-control .right,
.service-section .service-slide-control .left,
.service-section .service-slide-control .right,
.bf-footer-section .post-slide-control .left,
.bf-footer-section .post-slide-control .right,
.coupon-slide-control.slide-control .left,
.coupon-slide-control.slide-control .right  {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.site-badges .badge-slide-control .slick-arrow.slick-hidden {
    display: none;
}

/* Service Page Section */
.service-section .service-left {
    width: 100%;
    padding: 3.75em 0.938em;
}
.service-section .service-left .service-item {
    height: auto;
    padding: 1.875em;
}
.service-section .service-left .service-item:not(:last-child) {
    margin-bottom: 1.875em;
}
.service-section .service-left .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 32, 52, 1) 100%);
}
.service-section .service-left .service-info-wrap {
    height: 100%;
    top: -6.25em;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.service-section .service-left .service-info-wrap .service-info {
    height: 100%;
    width: 100%;
}
.service-section .service-left .service-info-wrap .service-info-text {
    height: calc(100% - 2.813em);
    background-color: rgb(255 255 255 / 50%);
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
    padding: 0.938em 0.938em;
}
.service-section .service-left .service-info-wrap .service-btn {
    display: flex;
}
.service-section .service-left .service-info-wrap .service-btn a {
    width: 50%;
    border-radius: 0;
    font-size: 0.75em;
}
.service-section .service-left .service-icon,
.service-section .service-left .prev-icon {
    width: 5em;
    height: 5em;
    margin: 0 auto;
    background: var(--gradient-v1);
    border-radius: 50%;
    padding: 0.938em;
}
.service-section .service-left .service-icon img,
.service-section .service-left .prev-icon img {
    min-height: 2.5em;
    transition: 0.9s;
}
.service-section .service-left .service-icon img,
.service-section .service-left .prev-icon img {
    transform: rotateY(0);
}
.service-section .service-left .prev-icon img {
    transform: rotateY(360deg);
}
.service-section .service-left .service-title {
    font-size: 1.563em;
    padding: 1.25em 0;
}
.service-section .service-left .service-preview {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.service-section .service-left .prev-title {
    font-size: 1.563em;
    padding: 2.5em 0;
}
.service-section .service-left .prev-title:before {
    content: "";
    position: absolute;
    background-color: var(--secondary-cl);
    width: 5em;
    height: 0.313em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 0.313em;
    border-top-right-radius: 0.313em;
}
.service-section .service-left .service-item:hover .service-info-wrap {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease;
}
.service-section .service-left .service-item:hover .prev-icon {
    opacity: 0;
    transition: all 0.3s ease;
}
.service-section .service-left .service-item:hover .prev-title {
    opacity: 0;
    transition: all 0.3s ease;
}
.service-section .service-left .service-item:hover .service-icon img {
    transition: 0.9s;
    transform: rotateY(360deg);
}
.service-section .service-left .service-item:hover .prev-icon img {
    transition: 0.9s;
    transform: rotateY(0);
}
.service-section .service-right {
    width: 100%;
    padding: 3.75em 0.938em;
}
.service-section .service-right .section-title,
.service-section .service-right .section-desc {
    color: var(--black-cl);
}
.service-section .service-slide-control {
    display: flex;
    justify-content: center;
    position: relative;
}
.service-section .service-slide-control .slick-arrow {
    margin-top: 60px;
}

/* Inner Services Page */
.inner-services {
    padding: 1.875em 0.938em;
}
.inner-services .inner-width {
    padding: 3.75em 0.938em;
}
.inner-services h2 {
    font-size: 2.5em;
}
.inner-services .inner-service-item {
    border-radius: 0.625em;
    overflow: hidden;
}
.inner-services .inner-service-item:not(:last-child) {
    margin-bottom: 3.75em;
}
.inner-services .inner-service-item:nth-child(even) {
    flex-direction: row-reverse;
}
.inner-services .inner-service-img {
    min-height: 21.875em;
}
.inner-services .inner-service-details {
    padding: 1.875em 0.938em;
    box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.3);
    border: 0.063em solid #1d4364;
}
.inner-services .inner-service-info {
    text-align: left;
}
.inner-services .inner-services-icon {
    width: 6.25em;
    height: 6.25em;
    background: var(--gradient-v1);
    margin-right: 1.25em;
    border-radius: 50%;
}
.inner-services .inner-services-icon img {
    max-height: 3.75em;
}
.inner-services .inner-services-title {
    font-size: 1.75em;
    line-height: 1.2;
}
.inner-services .inner-services-desc {
    padding-top: 0.938em;
}
.inner-services .section-btn {
    padding-top: 1.875em;
}
.inner-services .inner-service-details:hover {
    background-color: var(--secondary-cl);
    box-shadow: none;
}
.inner-services .inner-service-details:hover a.site-btn {
    background-color: var(--white-cl);
    color: var(--secondary-cl);
}

/* Process Section */
.process-section .process-item {
    overflow: hidden;
    padding: 0.625em;
    border-top-left-radius: 0.313em;
    border-top-right-radius: 0.313em;
    overflow: hidden;
    border-bottom: 0.313em solid var(--secondary-cl);
}
.process-section .process-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background-color: var(--white-cl);
}
.process-section .process-item:after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
}
.process-section .process-item .process-img {
    height: 15.938em;
    z-index: 1;
    margin: 0;
    border-radius: 0.313em;
}
.process-section .process-item .process-count {
    left: 1.875em;
    z-index: 1;
    top: -2.5em;
    margin-bottom: -2.5em;
}
.process-section .process-item .process-count-wrap {
    width: 5em;
    height: 5em;
    background: var(--gradient-v1);
    border-radius: 50%;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
.process-section .process-item .pr-count span {
    display: block;
}
.process-section .process-item span.pr-count-label {
    font-size: 1em;
    line-height: 1.2;
}
.process-section .process-item span.pr-count-num {
    font-size: 1.875em;
    line-height: 1.2;
}
.process-section .process-item .process-info {
    padding: 1.875em 0.938em;
    z-index: 1;
}
.process-section .process-item .process-title {
    font-size: 1.563em;
    line-height: 1.2;
    margin-bottom: 1.25em;
}
.process-section .process-item .process-desc {
    font-size: 1em;
}
.process-section .process-item:hover:after {
    background: var(--secondary-cl);
    transition: all 0.3s ease;
    left: 0;
    z-index: 0;
}
.process-section .process-item:hover .process-title,
.process-section .process-item:hover .process-desc {
    color: var(--white-cl);
}
.process-section .process-item:hover .process-count-wrap {
    background: var(--secondary-cl);
    color: var(--white-cl);
}
.process-section .process-item.process-cta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 178, 217, 0.85) 0%, rgba(3, 103, 166, 0.85) 100%);
}
.process-section .process-item.process-cta:after {
    display: none;
}
.process-section .process-item .process-cta-wrap {
    height: 100%;
    padding: 6.25em 0.938em 3.75em 0.938em;
}
.process-section .process-item .process-cta-heading {
    font-size: 1.563em;
    line-height: 1.2;
    margin-bottom: 1.875em;
}
.process-section .process-item .process-cta-desc {
    margin-bottom: 1.875em;
}

/* Counter And Coupons Section */
.site-section.full-padding.counter-section {
    padding-bottom: 30em;
}
body.home .site-section.full-padding.counter-section {
    padding-bottom: 20em;
}
body:not(.home) .coupons-section .inner-width {
    top: -36em;
    margin-bottom: -36em;
}
body.home .coupons-section-wrap .heading-wrap {
    order: 2;
}
body.home .coupons-section-wrap .coupon-items-wrap {
    order: 1;
    top: -22.5em;
    margin-bottom: -18.75em;
}
body.home .coupons-section-wrap .section-btn {
    order: 3;
}
.counter-section .count-item &gt; div {
    width: 50%;
    padding: 15px 15px;
}
.counter-section .count-item:nth-child(2n + 2) {
    flex-direction: row-reverse;
}
.counter-section .count-item .count-img {
    height: 12.5em;
}
.counter-section .count-item .count-number {
    font-size: 3.125em;
    line-height: 100%;
    color: var(--tertiary-cl);
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.counter-section .count-item .count-label {
    padding-top: 0.938em;
}
.counter-section .count-item .count-label:before {
    content: "";
    position: absolute;
    top: 0.313em;
    left: 0;
    right: 0;
    width: 1.875em;
    height: 0.125em;
    background-color: #e7ebed;
    margin: 0 auto;
}
.counter-section .heading-wrap .section-subtitle {
    color: var(--primary-cl);
}
.counter-section .heading-wrap .section-title {
    margin-bottom: 0.938em;
}
.counter-section .heading-wrap .section-title:after {
    display: none;
}
body:not(.home) .coupons-section .heading-wrap .section-title,
body:not(.home) .coupons-section .heading-wrap .section-desc {
    color: #ffffff;
}
.coupon-listing {
    margin: 0.938em;
}
.coupon-item {
    width: 100%;
    max-width: 37.5em;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    padding: 0.625em;
    border-radius: 0.313em;
    overflow: hidden;
    background-color: var(--white-cl);
}
.coupon-item .cp-item-bg {
    padding: 1.25em;
}
.coupon-item .cp-item-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 178, 217, 0.85) 0%, rgba(3, 103, 166, 0.85) 100%);
}
.coupon-item .cp-item-inner {
    border: 0.155em dotted var(--white-cl);
    border-radius: 0.313em;
    padding: 3.75em 1em;
}
.coupon-item .cp-price {
    display: inline-block;
    background-color: var(--white-cl);
    padding: 0.313em 0.938em;
    border-radius: 0.313em;
    font-size: 1.563em;
    line-height: 1;
}
.coupon-item .cp-heading {
    font-size: 1.875em;
    line-height: 1.2;
    padding: 0.313em 0 0.625em;
}
.coupon-item .cp-sub-heading {
    font-size: 1.125em;
    line-height: 1.2;
    padding-bottom: 1em;
}
.coupon-item .cp-details .cp-info:not(:last-child) {
    margin-bottom: 0.625em;
}
.coupon-item .cp-details .cp-info span {
    position: relative;
}
.coupon-item .cp-details .cp-info span:before,
.coupon-item .cp-details .cp-info span:after {
    content: "\f111";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 0.25em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.coupon-item .cp-details .cp-info span:before {
    left: -2em;
}
.coupon-item .cp-details .cp-info span:after {
    right: -2em;
}
.coupon-listing .cp-print-btn {
    padding-top: 1.875em;
}
.coupon-listing .cp-print-btn a.site-btn {
    border: 0.063em solid #eaf0f6 !important;
}
.coupons-section .coupon-slide-control {
    display: flex;
    justify-content: center;
    margin-top: 1.875em;
}
.page-coupon-items .coupon-listing {
    margin: 1.875em 0;
}

/* Sample Gallery Section */
.site-section.sample-gallery-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.313em;
    background: var(--strip-cl);
    z-index: 1;
}
.sample-gallery-section .smpl-gal-item {
    height: 12.5em;
    width: 50%;
}
.sample-gallery-section .smpl-gal-item .smpl-gal-icon {
    opacity: 0;
}
.sample-gallery-section .smpl-gal-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 112, 166, 0.7);
    border-color: transparent;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.sample-gallery-section .smpl-gal-icon span {
    display: block;
    text-align: center;
    position: relative;
}
.sample-gallery-section .smpl-gal-icon span.smpl-gal-plus {
    font-size: 2.5em;
    margin-bottom: 0;
}
.sample-gallery-section .smpl-gal-item:hover:before {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1) translate(0, 0);
}
.sample-gallery-section .smpl-gal-item:hover .smpl-gal-icon {
    opacity: 1;
}

/* Main Gallery */
.slmp-gallery.slmp-grid-gallery .slmp-image-item {
    margin: 0;
    width: 25%;
}
.slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image,
.slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image img {
    width: 100%;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    background-color: rgba(50, 112, 166, 0.7);
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:before {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 35px;
}
.slmp-gallery .slmp-gallery-load-more button {
    background: var(--secondary-cl);
    color: var(--white-cl);
    font-family: var(--secondary-font);
    display: inline-block;
    padding: 1.063em 1.25em;
    position: relative;
    font-size: 0.875em;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border: 0.063em solid transparent;
    border-radius: 0.188em;
    min-width: 10em;
    text-transform: uppercase;
}
.slmp-gallery .slmp-gallery-load-more button:after {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
}

/* Image Overlaping Section */
.sharing-section .img-overlap-item:not(:last-child) {
    margin-bottom: 3.75em;
}
.sharing-section .img-overlap-img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 25em;
    margin-bottom: 1.875em;
}
.sharing-section .img-overlap-info {
    width: 100%;
    max-width: 42.188em;
    padding-bottom: 3.75em;
}
.sharing-section .img-overlap-info .section-subtitle {
    color: var(--primary-cl);
}
.sharing-section .img-overlap-info .section-title {
    width: 100%;
    max-width: 14.375em;
}
.sharing-section .section-desc {
    margin: 0;
    padding: 1.875em 0.938em;
    background-color: var(--white-cl);
    color: var(--black-cl);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
}
.sharing-section .section-desc .section-btn {
    padding-top: 1.875em;
}

/* Review Section */
body.home .site-section.top-bot-padding.review-section {
    padding-bottom: 18.75em;
}
body.home .home-review-section .site-section.top-bot-padding.review-section {
    padding-bottom: 6.25em;
}
body.home .site-width-review-section .inner-width {
    display: none;
}
.sfs-review form.review-form p {
    border: 0;
    padding: 0 0 30px 0;
}
.review-section .review-item-row {
    padding: 1.875em 0.938em;
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 0.313em;
    margin: 0;
}
.review-section .review-left-row {
    width: 4.375em;
    line-height: 1;
}
.review-section .review-right-row {
    width: calc(100% - 5.625em);
    font-size: 1em;
}
.review-section span.review-rating span {
    color: var(--tertiary-cl);
    font-size: 0.625em;
}
.review-section span.review-icon img {
    height: 4.375em;
    padding: 0.625em;
    margin: 0 auto 1.25em;
    background: var(--gradient-v1);
    border-radius: 50%;
}
.review-section span.review-rating {
    display: block;
}
.review-section span.review-author {
    font-size: 0.75em;
}
.review-section .section-btn a {
    min-width: 13.125em;
    margin: 0.313em 0.313em;
}
.review-slide-control.slide-control {
    display: flex;
    justify-content: center;
    padding-bottom: 1.875em;
}
.review-slide-control.slide-control .left,
.review-slide-control.slide-control .right {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
}
.review-slide-control.slide-control .left {
    left: 0;
}
.review-slide-control.slide-control .right {
    right: 0;
}
.list-of-reviews .review-content p {
    padding-left: 0 !important;
    border: 0 !important;
    color: #000000;
    padding: 0;
}
.view-review-form button.sfcr-create-review,
.sfs-review.reviewpostbox-form button.sfcr-submit-review {
    background-color: var(--primary-cl);
    border-color: var(--primary-cl);
}

/* Before Footer Section */
section.full-width-section.bf-footer {
    overflow: visible;
}
.bf-footer-section .inner-width {
    padding: 7.5em 0.938em;
}

/* Call To Action Section */
body.home .site-cta {
    top: -16.875em;
    margin-bottom: -16.875em;
}
body:not(.home) .site-cta {
    padding-top: 3.75em;
}
.site-cta {
    padding: 0 0.938em;
}
.site-cta .site-cta-wrap {
    border-radius: 0.625em;
    overflow: hidden;
}
.site-cta .site-cta-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.313em;
    background: var(--strip-flip-cl);
    z-index: 1;
}
.site-cta .cta-left-row {
    width: 100%;
    min-height: 13.438em;
}
.site-cta .cta-right-row {
    width: 100%;
    border-top: 0.188em solid #d2d6d8;
    border-bottom: 0.188em solid #d2d6d8;
}
.site-cta .cta-info-wrap {
    padding: 1.875em 0.938em;
    width: 100%;
}
.site-cta .cta-info-wrap .section-subtitle {
    color: var(--white-cl);
}
.site-cta .cta-info-wrap .section-subtitle:before {
    background-color: var(--white-cl);
}
.site-cta .cta-info-wrap .section-subtitle {
    padding: 0;
}
.site-cta .cta-info-wrap .section-subtitle:before {
    display: none;
}
.site-cta .cta-info-wrap .section-title {
    margin-bottom: 0.313em;
    font-size: 2.188em;
}
.site-cta .cta-info-wrap .section-title:after {
    display: none;
}
.site-cta .section-btn {
    padding-top: 1.875em;
    text-align: center;
}
.site-cta .section-btn a {
    min-width: 15.625em;
    margin: 0.438em 0;
    display: inline-block;
    width: 100%;
    max-width: 25.625em;
}
.site-cta .section-btn a.cta-btn-1,
.site-cta .section-btn a.cta-btn-3 {
    text-transform: capitalize;
    box-shadow: inset 0 0 2.5em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2.5em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 2.5em rgba(0, 0, 0, 0.3);
    border: 0.063em solid #4896b6;
}
.site-cta .section-btn a.cta-btn-1:hover,
.site-cta .section-btn a.cta-btn-3:hover {
    box-shadow: none;
}

/* Site Latest Post */
.site-latest-post .post-item {
    padding: 0.938em 0.938em;
    background: var(--gradient-v1);
    margin: 0.625em 0.625em 2.5em;
    border-radius: 0.313em;
}
.site-latest-post .post-item:hover {
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.15);
}
.site-latest-post .post-img {
    height: 15.625em;
}
.site-latest-post .post-date {
    position: absolute;
    bottom: -1.875em;
    right: 0;
    background-color: var(--secondary-cl);
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
}
.site-latest-post .post-date span {
    display: block;
    text-align: center;
    line-height: 1;
}
.site-latest-post span.post-date-month {
    font-size: 0.75em;
}
.site-latest-post span.post-date-day {
    font-size: 1.375em;
}
.site-latest-post .post-author {
    padding: 0.625em 0;
    color: #636363;
}
.site-latest-post .post-author i {
    color: var(--secondary-cl);
}
.site-latest-post .post-title {
    font-size: 1.25em;
    line-height: 1.2;
    color: var(--black-cl);
    margin-bottom: 1.25em;
}
.site-latest-post .post-item:hover {
    background: var(--secondary-cl);
}
.site-latest-post .post-item:hover .post-author,
.site-latest-post .post-item:hover .post-title,
.site-latest-post .post-item:hover .post-author i,
.site-latest-post .post-item:hover .post-btn {
    color: var(--white-cl);
}
.site-latest-post .post-slide-control {
    display: flex;
    justify-content: center;
    margin-bottom: 1.875em;
}

/* Site Newsletter */
.site-newsletter {
    padding-top: 7.5em;
}
.site-newsletter .letter-form {
    width: 100%;
}
.site-newsletter .letter-heading {
    width: 100%;
}
.site-newsletter .letter-title {
    font-size: 2.188em;
    line-height: 1.2;
}
.site-newsletter .letter-desc {
    font-size: 1em;
    margin-bottom: 0.938em;
}
.site-newsletter .form-field .form-field-item {
    margin: 0;
}
.site-newsletter .form-field label.text-label {
    display: none;
}
.site-newsletter .form-field input.wpcf7-email {
    background-color: transparent;
    color: var(--white-cl);
}
.site-newsletter .form-container .form-field .form-field-item input.wpcf7-email {
    background-color: var(--white-cl);
    color: var(--primary-cl);
    padding: 1.375em 9.375em 1.375em 1.25em;
    font-size: 1em;
    border-radius: 0.625em;
}
.site-newsletter .form-field .form-field-submit button {
    position: absolute;
    right: 0.625em;
    top: 50%;
    min-width: auto;
    padding: 1em 0.625em;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0.625em;
    padding: 0.75em 0.625em;
}
.site-newsletter form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    right: 16.75em;
}
.site-newsletter .form-field input.wpcf7-email::-ms-input-placeholder {
    color: #636363;
    opacity: 1;
}
.site-newsletter .form-field input.wpcf7-email:-ms-input-placeholder {
    color: #636363;
    opacity: 1;
}
.site-newsletter .form-field input.wpcf7-email::placeholder {
    color: #636363;
    opacity: 1;
}

/* Popup Video Player */
.popup-video-section {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999999;
    overflow: hidden;
}
.popup-video-section .popup-video-row {
    height: 100%;
}
.popup-video-section .popup-video-row-wrap {
    width: 100%;
    max-width: 50em;
    padding: 0.625em 0.625em;
}
.popup-video-section .popup-video-wrap {
    width: 100%;
    max-width: 50em;
    margin: 0 auto;
    padding: 0;
    border: 0.313em solid var(--white-cl);
    background-color: #174462;
}
.popup-video-section button.pop-close {
    max-width: 1.875em;
    font-size: 0.875em;
    padding: 0.313em 0.313em;
    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: 18.75em;
    max-height: 31.25em;
}
.video-holder-base {
    border-bottom: 1.875em solid var(--white-cl);
    border-left: 1.875em solid transparent;
    border-right: 1.875em solid transparent;
    height: 0;
    width: 11.875em;
    margin: 0 auto;
}

/* Blog Post Template */
.post-archives-list {
    padding: 1.875em 0;
    margin: 0 auto;
}
.post-archives-list .select-post-item {
    margin: 0.313em 0;
}
.post-archives-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--secondary-cl) 50%), linear-gradient(135deg, var(--secondary-cl) 50%, transparent 50%), linear-gradient(to right, var(--secondary-cl), var(--secondary-cl));
    background-position: calc(100% - 16px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 0.375em 0.313em, 0.375em 0.313em, 0px 0em;
    background-repeat: no-repeat;
    padding: 0.75em 1.875em 0.75em 0.625em;
    font-weight: 600;
    background-color: transparent;
    color: var(--secondary-cl);
    text-transform: uppercase;
    font-size: 1em;
    border: 0.063em solid var(--secondary-cl);
    border-radius: 0.313em;
    font-weight: bold;
}
.post-archives-list select option:first-child {
    display: none;
}
.post-archives-list select option {
    background-color: var(--secondary-cl);
    color: var(--white-cl);
}
.post-archives-list select:hover,
.post-archives-list select:focus {
    background-color: 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));
}
.blog-post-listing .blog-post {
    padding: 0.938em 0.938em;
    background: var(--gradient-v1);
    border-radius: 0.313em;
    margin: 1em 0;
}
.blog-post-listing .blog-post .post-img {
    height: 15.625em;
}
.blog-post-listing .blog-post .post-date {
    position: absolute;
    bottom: -1.875em;
    right: 0;
    background-color: var(--secondary-cl);
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
}
.blog-post-listing .blog-post .post-date span {
    display: block;
    text-align: center;
    line-height: 1;
}
.blog-post-listing .blog-post span.post-date-month {
    font-size: 0.75em;
}
.blog-post-listing .blog-post span.post-date-day {
    font-size: 1.375em;
}
.blog-post-listing .blog-post .post-author {
    padding: 0.625em 0;
    color: #636363;
}
.blog-post-listing .blog-post .post-author i {
    color: var(--secondary-cl);
}
.blog-post-listing .blog-post .post-title {
    font-size: 1.25em;
    line-height: 1.2;
    color: var(--black-cl);
    margin-bottom: 1.25em;
}
.blog-post-listing .blog-post:hover {
    background: var(--secondary-cl);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}
.blog-post-listing .blog-post:hover .post-author,
.blog-post-listing .blog-post:hover .post-title,
.blog-post-listing .blog-post:hover .post-author i,
.blog-post-listing .blog-post:hover .post-btn {
    color: var(--white-cl);
}
.archive-pagination.pagination ul li:before {
    display: none;
}
.archive-pagination.pagination ul li {
    padding: 0;
}
.archive-pagination.pagination ul li a {
    font-weight: bold;
}

/* Back To Top */
div.to-top-progress {
    position: fixed;
    right: 0.313em;
    bottom: 3.75em;
    z-index: 199;
    --size: 2.5em;
    --fg: var(--secondary-cl);
    --bg: var(--white-cl);
    --pgPercentage: var(--value);
    animation: growProgressBar 0.5s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, var(--primary-cl) 80%, transparent 0 100%, var(--primary-cl) 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: 1.125em;
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    display: none;
}
div.to-top-progress i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white-cl);
}

/* Site Footer */
.site-footer {
    padding: 7.5em 0;
    text-align: left;
    font-size: 1em;
}
.site-footer:before,
.site-footer:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.313em;
    z-index: 1;
}
.site-footer:before {
    top: 0;
}
.site-footer:after {
    bottom: 0;
}
.site-footer .footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-footer .footer-site-name {
    font-size: 2.188em;
    line-height: 1.2;
    padding-bottom: 1.875em;
}
.site-footer .footer-info-item {
    margin: 1em 0 auto;
    width: 100%;
    max-width: 600px;
}
.site-footer .footer-info-item .footer-info {
    background-color: var(--secondary-cl);
    padding: 1.875em 0.938em;
    border-radius: 0.625em;
    min-height: 6.875em;
    border-top-left-radius: 0;
}
.site-footer .footer-info-item .footer-info-label {
    color: #737373;
    padding-left: 3.75em;
    line-height: 1.2;
}
.site-footer .footer-info-item .footer-info .footer-icon {
    position: absolute;
    top: -1.563em;
    left: 0;
    width: 3.125em;
    height: 3.125em;
    background-color: var(--secondary-cl);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bacbd9;
}
.site-footer .footer-info-item .footer-info:hover {
    background-color: var(--white-cl);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
.site-footer .footer-info-item .footer-info:hover .footer-icon {
    color: var(--tertiary-cl);
    background-color: var(--white-cl);
}
.site-footer .footer-info-item .footer-info:hover .footer-text {
    color: var(--tertiary-cl);
}
.site-footer .main-footer-cont {
    padding: 3.75em 0;
    border-bottom: 0.063em dotted var(--primary-cl);
    border-top: 0.063em dotted var(--primary-cl);
    width: 100%;
    margin: 3.75em auto 0;
    max-width: 25em;
}
.site-footer .footer-column .footer-item-rows:not(:first-child) {
    display: none;
}
.site-footer .footer-column .footer-item-rows {
    margin-bottom: 1.875em;
}
.site-footer .footer-column .column-label {
    font-size: 1.25em;
    padding-bottom: 0.938em;
    margin-bottom: 0.938em;
}
.site-footer .footer-column .column-label:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.063em;
    width: 1.875em;
    background-color: var(--tertiary-cl);
}
.site-footer .footer-menu ul li a {
    font-size: 1em;
    position: relative;
    padding: 0.313em 0 0.313em 1.563em;
    transition: all 0.3s ease;
    display: flex;
    color: var(--primary-cl);
}
.site-footer .footer-menu ul li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    color: var(--secondary-cl);
}
.site-footer .footer-menu ul li a:hover {
    padding-left: 2.813em;
    background-color: var(--secondary-cl);
    color: var(--white-cl);
}
.site-footer .footer-menu ul li a:hover:before {
    left: 1.25em;
    color: var(--white-cl);
}
.site-footer .social-media {
    display: block;
}
.site-footer .social-media a.sprite {
    margin-bottom: 0.313em;
}
.site-footer .social-media-item {
    display: flex;
    justify-content: left;
    align-items: center;
}
.site-footer .social-media .md-label {
    display: block;
    padding-left: 1.563em;
}
.site-footer .copyright {
    padding-top: 3.75em;
}
.site-footer .copyright .copyright-logo,
.site-footer .copyright .footer-logo,
.site-footer .copyright .footer-license,
.site-footer .copyright .copyright-text {
    width: 100%;
    margin: 0.625em auto;
    text-align: center;
}
.site-footer .copy-right-row .custom-links a {
    padding: 0.625em 0.938em;
    display: inline-block;
    position: relative;
    color: var(--primary-cl);
}
.site-footer .copy-right-row .custom-links a:last-child {
    padding-right: 0;
}
.site-footer .copy-right-row .custom-links a:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.063em;
    height: 1.25em;
    background-color: var(--primary-cl);
}
.site-footer .column-btn a.site-btn {
    width: 100%;
    background: #bacbd9;
    border: transparent;
}
.site-footer .column-btn a.site-btn:after {
    content: "\f0d7";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    margin-left: 0.313em;
}

/* Contact Form */
.grecaptcha-badge {
    visibility: hidden;
}
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;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 0.313em;
    font-size: 0.563em;
    right: 0;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
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;
}
.form-container .form-field-item {
    margin-bottom: 1em;
}
.form-container .form-field label.text-label span {
    color: var(--tertiary-cl);
}
.form-container .form-field .form-field-item input,
.form-container .form-field .form-field-item select,
.form-container .form-field .form-field-item textarea {
    font-size: 0.875em;
}
.form-container .form-field .form-field-item input,
.form-container .form-field .form-field-item textarea {
    padding: 0.875em 0.625em 0.875em 0.625em;
}
.form-container .form-field .form-field-item textarea {
    height: 6.25em;
    font-family: inherit;
}
.form-container .form-field .form-field-item select {
    padding: 0.875em 1.875em 0.875em 0.625em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    background-position: calc(100% - 14px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 0.375em 0.313em, 0.375em 0.313em, 0px 0em;
    background-repeat: no-repeat;
}
.form-container .form-field-item.form-leads,
.form-container .form-field-item.form-field-submit,
.form-container .form-field-item.form-field-message {
    margin: 0;
    line-height: 1;
}
.form-container .form-field-item.form-recaptcha {
    line-height: 1;
}
.recaptcha-note, .recaptcha-note a {
    line-height: 1.2;
    font-size: 0.75em;
    margin-bottom: 0.625em;
}
.form-container .form-field-item.form-field-submit {
    margin-bottom: 5px;
}
.form-container .form-field button {
    background: var(--btn-v1);
    padding: 1.063em 1.25em;
    color: var(--white-cl);
    font-size: 1em;
    border: 0;
    border-radius: 0.188em;
    width: auto;
    text-transform: uppercase;
    min-width: 12.5em;
}
.form-container .form-field button:hover {
    background: var(--secondary-cl);
    color: var(--white-cl);
    border: 0;
}

/* Geojuice */
section#slmp_geojuice h1,
section#slmp_geojuice h2,
section#slmp_geojuice h3,
section#slmp_geojuice h4,
section#slmp_geojuice h5,
section#slmp_geojuice p {
    border: 0 !important;
}

/* 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-title,
.sidebar .form-title,
.contact-page-form .form-title {
    text-align: center;
    background: var(--black-cl);
    color: var(--white-cl);
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 15px 15px;
}
.popup-form .form-field,.sidebar .form-field,.contact-page-form .form-field {
    padding: 2px 0 0 0;
    background-color: #fff;
}
.popup-form .form-field-wrap, .contact-page-form .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%);
}
.popup-form .form-field-item {
    width: 100%;
}
.popup-form .form-fields p.recaptcha-note,
.popup-form .form-fields p.recaptcha-note a {
    color: var(--black-cl);
    text-align: center;
}
.popup-form .form-fields label.text-label {
    color: #595959;
    font-size: 0.75em;
    display: block;
    line-height: 100%;
    padding-bottom: 5px;
}
.popup-form .form-fields .form-field-submit {
    text-align: center;
}
.popup-form .form-fields .form-field-desclaimer {
    color: var(--black-cl);
    font-size: 0.75em;
    text-align: center;
}
.popup-form .form-fields .form-title,
.popup-form .form-fields .form-field {
    border: 0.125em solid var(--primary-cl);
}
.popup-form .form-fields .form-title {
    text-transform: inherit;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 0;
    font-size: 14px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    z-index: 2;
    margin: 0 auto;
}
.floating-cta .floating-cta-wrap {
    display: flex;
    justify-content: center;
    align-items: normal;
}
.floating-cta .floating-cta-wrap a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-cta .floating-cta-wrap .sticky-phone {
    display: none;
}
body.window_scrolled .floating-cta .floating-cta-wrap a {
    width: 50%;
}
body.window_scrolled .floating-cta .floating-cta-wrap .sticky-phone {
    display: flex;
}

/* Mobile Dots */
.mob-dot-toggle {
    position: absolute;
    left: 0;
    padding: 13px 20px;
    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%);
}
body.window_scrolled .mob-dot-toggle {
    color: var(--secondary-cl);
}
.mobile-dots-items {
    background-color: 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;
}
.mobile-dots-items .mob-item {
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid var(--white-cl);
}
.mobile-dots-items .mob-item .time-list span {
    display: block;
}
.mobile-dots-items .mob-item.site-social-media {
    padding: 5px 0 5px 0;
}
.mob-item.site-time .time-listing {
    width: 100%;
    max-width: 350px;
    margin: 0;
}
.mob-item.site-name:before,
.mob-item.site-address:before,
.mob-item.site-number:before,
.mob-item.site-email:before,
.mob-item.site-time:before {
    font-family: 'Font Awesome\ 6 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";
}

/* Common Classes */
.c-white,.c-white a {
    color: var(--white-cl);
}
.c-black,.c-black a {
    color: var(--black-cl);
}
.c-gray,.c-gray a {
    color: var(--gray-cl);
}
.site-wrap {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    clear: both;
}
.section-container {
    padding: 30px 15px;
}
.site-wrap .container {
    padding: 0;
    width: 100%;
    position: relative;
    clear: both;
}
.background-fixed {
    background-attachment: fixed;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-repeat {
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}
.background-image-right-contain {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-top-left {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-top-center {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-left-cover {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-right-cover {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-bottom-cover {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-bottom-contain {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-right-bottom {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-right-center-inherit {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.background-image-center-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-bottom-left {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}
.site-flex-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
   -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.justify-content {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: center;
}
.justify-content-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
}
.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.justify-content-end {
    -webkit-justify-content: right;
    -ms-flex-pack: inherit;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}
.justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.justify-content-left {
    -webkit-justify-content: left;
    -ms-flex-pack: inherit;
    justify-content: left;
    align-items: inherit;
    flex-wrap: wrap;
}
.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}
.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: flex-end;
}
.justify-content-bottom-center {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: flex-end;
}
a.site-btn {
    font-family: var(--secondary-font);
    color: var(--white-cl);
    display: inline-block;
    background: var(--btn-v1);
    padding: 1.063em 1.25em;
    position: relative;
    font-size: 0.875em;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border: 0;
    border-radius: 0.188em;
    min-width: 10em;
    text-transform: uppercase;
}
a.site-btn.btn-v2 {
    background: var(--secondary-cl);
    color: var(--white-cl);
}
a.site-btn.btn-v3 {
    background: #baccda;
    color: var(--secondary-cl);
}
a.site-btn.plain {
    background: var(--white-cl);
    color: var(--secondary-cl);
    border: 0.063em solid var(--white-cl);
}
a.site-btn.white {
    background: transparent;
    color: var(--white-cl);
    border: 0.063em solid #1d4465;
}
a.site-btn.black {
    background: var(--black-cl);
    color: var(--white-cl);
    border: 0.063em solid var(--black-cl);
}
a.site-btn.check:after,
a.site-btn.arrow:after {
    font-family: 'Font Awesome\ 6 Free';
    margin-left: 10px;
    font-weight: 900;
    line-height: 1;
}
a.site-btn.arrow:after {
    content: "\f105";
}
a.site-btn.check:after {
    content: "\f00c";
}
a.site-btn:hover {
    background: var(--secondary-cl);
    color: var(--white-cl);
}
a.site-btn.white:hover,
a.site-btn.plain:hover {
    border: 0.063em solid transparent;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.medium {
    font-weight: 500;
}
.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.section-sub-title {
    line-height: 1.2;
    font-size: 1em;
}
.section-title {
    font-size: 2.5em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.875em;
}
.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.938em;
    width: 1.563em;
    height: 0.063em;
    background: var(--gradient-v1);
}
.section-subtitle {
    color: var(--quarternary-cl);
    padding-left: 1.25em;
}
.section-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.625em;
    height: 0.625em;
    background-color: var(--quarternary-cl);
}
.site-section.review-section .section-subtitle,
.site-section.coupons-section .section-subtitle,
.site-section.process-section .section-subtitle {
    display: inline-block;
}
.section-desc {
    margin-bottom: 1.25em;
}
.section-btn {
    padding-top: 3.75em;
}
.heading-wrap.text-center .section-title:after {
    margin: 0 auto;
    right: 0;
}
.full-width {
    width: 100%;
    margin: 0 auto;
    max-width: 120em;
}
.full-width-section {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.inner-width {
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    display: block;
    padding: 0 0.938em;
}
a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.show-item-mobile {
    display: block;
}
.hide-item-mobile {
    display: none;
}
.mobile-center {
    text-align: center;
}
.site-section.full-padding {
    padding: 3.75em 0.938em;
}
.site-section.top-bot-padding {
    padding: 3.75em 0;
}
.operation-time span {
    display: block;
}
.slide-control .left,
.slide-control .right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: right;
    padding: 0.563em 1.063em;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--white-cl);
    cursor: pointer;
    z-index: 2;
    font-size: 0.938em;
    border-radius: 0;
}
.slide-control .left {
    left: 0.938em;
}
.slide-control .right {
    right: 0.938em;
}
.slide-control .right:hover,
.slide-control .left:hover {
    background-color: rgba(50, 112, 166, 0.8);
}
.slick-arrow.slick-hidden {
    display: none !important;
}
ul.list-col-2,
ul.list-col-3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: inside;
}
.hour .time-list span {
    display: block;
}
.yext-reviews {
    margin-bottom: 30px !important;
}

/* Site Inner */
.site-inner {
    background-image: url(/wp-content/uploads/2024/05/inner-content-bg.jpg);
    background-repeat: repeat;
    background-position: bottom center;
    max-width: 100%;
    padding: 6.25em 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.full-width-content .content {
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    padding: 0 0.938em;
}
.site-inner .content-sidebar-wrap &gt; .section-subtitle {
    color: var(--quarternary-cl);
    width: 100%;
    max-width: 75em;
    margin: 0 auto;
    padding: 0 0.938em;
}
.site-inner .content-sidebar-wrap {
    z-index: 1;
    position: relative;
}

/* Site Mission */
.site-mission {
    padding: 3.75em 0.938em;
}
.site-mission .mission-row {
    padding: 7.5em 0;
}
.site-mission .mission-item {
    -webkit-box-shadow: 0px 0px 0.938em 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 0.938em 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0.938em 0px rgba(0, 0, 0, 0.4);
    padding: 5em 0.938em 3.75em 0.938em;
    border-bottom: 0.313em solid var(--tertiary-cl);
    margin: 7.5em 0 0.938em 0;
    border-radius: 0.625em;
}
.site-mission .mission-icon {
    width: 9.375em;
    height: 9.375em;
    padding: 0.938em 0.938em;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4.688em;
    left: 0;
    right: 0;
    border: 2px dotted var(--white-cl);
}
.site-mission .mission-icon-wrap {
    width: 7.5em;
    height: 7.5em;
    background: var(--gradient-v1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.site-mission .mission-icon img {
    max-height: 3.75em;
}
.site-mission .mission-title {
    line-height: 1.2;
    font-size: 1.125em;
    margin-bottom: 0.938em;
}
.site-mission .mission-description {
    padding-top: 3.75em;
}
.site-mission .mission-item:hover {
    background: var(--gradient-v1);
}
.site-mission .mission-item:hover .mission-icon-wrap {
    background: var(--white-cl);
}
.site-mission .mission-item:hover .mission-title,
.site-mission .mission-item:hover .mission-desc {
    color: var(--black-cl);
}

/* Core Principals */
.site-principals {
    padding: 3.75em 0;
}
.site-principals .principals-description {
    margin-bottom: 1.875em;
}
.site-principals .principals-item {
    padding: 1.875em 0.938em;
    background-color: #bacbd9;
    margin: 0.938em 0;
    border-radius: 0.625em;
}
.site-principals .mission-desc {
    margin-top: 0.938em;
}
.site-principals .mission-title {
    line-height: 1.2;
    font-size: 1.125em;
    width: calc(100% - 6.25em);
}
.site-principals .mission-icon {
    width: 5em;
    height: 5em;
    margin-right: 0.938em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625em;
    background-color: var(--secondary-cl);
    border-radius: 50%;
}
.site-principals .mission-icon img {
    max-height: 3.125em;
}
.site-principals .principals-item:hover {
    background: var(--gradient-v1);
}

/* Page Accordion */
.page-accordion .accordion-item {
    padding-bottom: 1.25em;
}
.page-accordion .accordion-title {
    padding: 0.625em 2.5em 0.625em 0.938em;
    background-color: var(--black-cl);
    border-top-left-radius: 0.313em;
    border-top-right-radius: 0.313em;
    cursor: pointer;
}
.page-accordion .accordion-content {
    padding: 0.938em 0.938em;
    background: linear-gradient(to right, rgba(166,166,166,1) 0%,rgba(255,255,255,1) 100%);
    color: var(--black-cl);
    border-bottom-left-radius: 0.313em;
    border-bottom-right-radius: 0.313em;
    display: none;
}
.page-accordion .accordion-title:after {
    content: "\2b";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0.5em;
    font-size: 0.75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary-cl);
    line-height: 1;
    padding: 0.313em;
    border-radius: 0.313em;
}
.page-accordion .accordion-title.active:after {
    content: "\f068";
}

/* Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-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;
    }
}

/* Column */
.col-1-12,.col-2-12,.col-3-12,.col-4-12,.col-5-12,.col-6-12,.col-7-12,.col-8-12,.col-9-12,.col-10-12,.col-11-12,.col-12-12,.col-1-5,.col-2-5,.col-3-5,.col-4-5,.col-5-5,.col-1,.col-2,.col-3,.col-4,.col-5 {
    width: 100%;
}

/* Social Media */
.social-media {
    padding: 0;
    margin: 0;
}
.social-media .social-media-item:not(:last-child) {
    margin-right: 0.375em;
}
.social-media a.sprite {
    display: flex;
    vertical-align: middle;
    padding: 0.625em 0.625em;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    border: 0.063em solid var(--white-cl);
    border-radius: 0.313em;
}
.social-media a.sprite img {
    min-height: 1.25em;
}
.social-media a.sprite:hover img,
.social-media a.sprite:focus img {
    filter: brightness(0) invert(1);
}
.social-media span.md-label {
    display: none;
}
#sprite-icon-facebook:hover {
    background-color: #3b5998;
    border: 0.063em solid #3b5998;
}
#sprite-icon-googlebiz:hover {
    background-color: #4a81e8;
    border: 0.063em solid #4a81e8;
}
#sprite-icon-instagram:hover {
    background-color: #bf2e8a;
    border: 0.063em solid #bf2e8a;
}
#sprite-icon-linkedin:hover {
    background-color: #0a66c2;
    border: 0.063em solid #0a66c2;
}
#sprite-icon-x:hover {
    background-color: #010101;
    border: 0.063em solid #010101;
}
#sprite-icon-yelp:hover {
    background-color: #b92418;
    border: 0.063em solid #b92418;
}
.site-footer #sprite-icon-facebook {
    background-color: #3b5998;
}
.site-footer #sprite-icon-googlebiz {
    background-color: #4a81e8;
}
.site-footer #sprite-icon-instagram {
    background-color: #bf2e8a;
}
.site-footer #sprite-icon-linkedin {
    background-color: #0a66c2;
}
.site-footer #sprite-icon-twitter {
    background-color: #010101;
}
.site-footer #sprite-icon-yelp {
    background-color: #b92418;
}
.site-footer .social-media a.sprite img {
    filter: brightness(0) invert(1);
}

/* Chat Button */
div#xapp-widget .chat-button {
    margin: 0 5px 5px 0 !important;
    z-index: 100 !important;
    width: 50px !important;
    height: 50px !important;
    bottom: 40px !important;
}
div#xapp-widget .widget-container:not(.visible) {
    width: 50px !important;
    height: 50px !important;
}

/* Print Styles */
@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        -webkit-print-color-adjust:exact !important;
        print-color-adjust:exact !important;
    }
    .coupon-item {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15) !important;
        -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15) !important;
        padding: 10px !important;
        border-radius: 5px !important;
        background-color: var(--white-cl) !important;
    }
    .coupon-item .cp-item-bg {
        padding: 20px !important;
        background: url(/wp-content/uploads/2024/05/Default-Post-Image.png) no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .coupon-item .cp-item-bg:before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(to bottom, rgba(4, 178, 217, 0.85) 0%, rgba(3, 103, 166, 0.85) 100%) !important;
    }
    .coupon-item .cp-price {
        color: #3270a6 !important;
        display: inline-block !important;
        background-color: var(--white-cl) !important;
        padding: 5px 30px !important;
        border-radius: 5px !important;
        font-size: 35px !important;
        line-height: 1 !important;
    }
    .coupon-item .cp-heading {
        font-size: 30px !important;
        line-height: 1.2 !important;
        padding: 5px 0 10px !important;
        color: var(--white-cl) !important;
    }
    .coupon-item .cp-sub-heading {
        font-size: 19px !important;
        line-height: 1.2 !important;
        padding-bottom: 16px !important;
        color: var(--white-cl) !important;
    }
    .coupon-item .cp-details .cp-info span,
    .coupon-item .cp-details .cp-info span strong,
    .coupon-item .cp-details .cp-info span:before,
    .coupon-item .cp-details .cp-info span:after {
        color: var(--white-cl) !important;
    }
}

/* Media Queries */
@media only screen and (min-width: 375px) {
    
    /* Hero Slider */
    .hero-item .caption-heading {
        font-size: 2.188em;
    }
    .hero-item .caption-description {
        font-size: 0.75em;
    }

    /* Suite CTA */
    .site-cta .cta-left-row {
        min-height: 18.75em;
    }
}
@media only screen and (min-width: 481px) {

    /* Site Header */
    
    /* Hero Slider */
    .about-section .about-form .form-container .col-2.form-field-item {
        width: 49%;
    }

    /* Sample Gallery */
    .sample-gallery-section .smpl-gal-item {
        height: 14.375em;
    }

    /* Review Section */
    .review-section .review-left-row {
        width: 6.25em;
    }
    .review-section .review-right-row {
        width: calc(100% - 7.813em);
    }
    .review-section span.review-icon img {
        height: 5em;
    }

    /* Suite CTA */
    .site-cta .cta-left-row {
        min-height: 25em;
    }

}
@media only screen and (min-width: 601px) {

    /* Site Header */

    /* Hero Slider */
    .hero-item .caption-heading {
        font-size: 3.75em;
    }

    /* Site CTA */
    .site-cta .cta-left-row {
        min-height: 33.438em;
    }

}

@media only screen and (min-width: 768px) {

    /* Common Class */
    ul.list-col-2,
    ul.list-col-3 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: inside;
    }

    /* Hero Slider */
    .about-section .about-info {
        flex-direction: row;
    }
    .about-section .about-info-left {
        width: 40%;
    }
    .about-section .about-info-right {
        width: 60%;
        margin-bottom: 0;
    }
    .about-section .about-info-right {
        padding-right: 0.938em;
    }
    .about-section .about-form {
        padding: 1.875em 0.938em;
    }
    .about-section .about-desc-wrap {
        padding-left: 0.938em;
    }
    .about-section .about-form .form-title {
        font-size: 1.063em;
    }
    .about-section .about-form .form-container .col-2.form-field-item {
        width: 100%;
    }
    .service-section .service-left .service-item {
        height: 37.5em;
    }
    .service-section .service-left .service-item:not(:last-child) {
        margin-bottom: 0;
    }

    /* Service Pages */
    .service-section .service-left {
        width: calc(100% - 20em);
        padding: 9.375em 1.875em;
    }
    .service-section .service-right {
        width: 20em;
        padding: 9.375em 1.875em;
    }
    .service-section .service-left .service-info-wrap .service-btn a {
        font-size: 0.75em;
    }

    /* Site Process */
    .process-section .process-item .process-info {
        padding: 1.875em 1.875em;
    }
    .process-section .process-item .process-cta-wrap {
        height: 100%;
        padding: 6.25em 1.875em 3.75em 1.875em;
    }

    /* Site Counter */
    .counter-section .count-item:nth-child(2n + 2) {
        flex-direction: row;
    }
    .counter-section .count-item:nth-child(4n + 3),
    .counter-section .count-item:nth-child(4n + 4) {
        flex-direction: row-reverse;
    }
    .counter-section .count-item {
        width: 50%;
    }
    .counter-section .count-item .count-img {
        height: 27.813em;
    }
    .coupon-item .cp-price {
        padding: 0.313em 1.875em;
        font-size: 2.188em;
    }
    .page-coupon-items .coupon-listing {
        width: 49%;
    }
    .page-coupon-items .coupon-listing:not(:nth-child(2n + 1)) {
        margin-left: 2%;
    }

    /* Sample Gallery */
    .sample-gallery-section .smpl-gal-item {
        height: 11.875em;
        width: 25%;
    }

    /* Site CTA */
    .site-cta .cta-left-row {
        width: 35%;
        min-height: 33.438em;
    }
    .site-cta .cta-right-row {
        width: calc(100% - 35%);
    }
    .site-cta .section-btn a {
        min-width: 16.875em;
        max-width: 18.75em;
    }

    /* Site Footer */

    /* Inner Services Page */
    .inner-services .inner-service-img,
    .inner-services .inner-service-details {
        width: 50%;
    }

    /* Blog template */
    .blog-post .blog-post-img-wrap {
        width: 20.625em;
    }
    .blog-post .blog-post-info {
        width: calc(100% - 20.625em);
        padding-left: 1.25em;
    }
    .blog-post .blog-post-img {
        position: absolute;
        height: 100%;
        max-height: 15.625em;
    }

}
@media only screen and (min-width: 991px) {

    /* Hero Slider */
    .about-section .about-info-left,
    .about-section .about-info-right {
        width: 50%;
    }
    .about-section .about-form {
        padding: 3.75em 1.875em;
    }
    .about-section .about-desc-wrap {
        padding-left: 1.875em;
    }
    .about-section .about-form .form-title {
        font-size: 1.875em;
    }

    /* Sample Gallery */
    .sample-gallery-section .smpl-gal-item {
        height: 15.625em;
    }

    /* Site Review */
    .review-section .review-item-row {
        margin: 0 1.875em;
        padding: 1.875em 1.875em;
    }

    /* Site Newsletter */
    .site-newsletter .letter-form {
        width: calc(100% - 47%);
    }
    .site-newsletter .letter-heading {
        width: 45%;
    }

    /* Site CTA */
    .site-cta .section-btn {
        text-align: left;
    }

}
@media only screen and (min-width: 1024px) {
    /* Common Classes */
    html {
        font-size: 0.899vw;
    }
    body {
        font-size: 1em;
    }
    h1,
    .archive-description .entry-title,
    .archive-title,
    .author-box-title,
    .entry-title {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.875em;
    }
    h3 {
        font-size: 1.563em;
    }
    article .entry-content p,
    article .entry-content ul,
    article .entry-content ol,
    .page-accordion {
        padding-left: 40px;
        border-left: 5px solid #bacbd9;
    }
    article .entry-content h2,
    article .entry-content h3,
    article .entry-content h4,
    article .entry-content h5 {
        padding-left: 40px;
        border-left: 5px solid #bacbd9;
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-duration: 1s;
        animation-delay: 1s;
    }
    ul.list-col-3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        list-style: inside;
    }
    .site-section.top-bot-padding {
        padding: 6.25em 0;
    }
    .site-section.full-padding {
        padding: 6.25em 3.75em;
    }
    .show-item-mobile {
        display: none;
    }
    .hide-item-mobile {
        display: block;
    }
    .nav-primary {
        clear: left;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0 0.938em;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
    }
    .nav-primary &gt; .wrap {
        text-align: right;
    }
    .nav-primary.show {
        margin-top: 0;
        background-color: transparent;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    body.window_scrolled .genesis-nav-menu &gt; li &gt; a span {
        position: relative;
        padding-bottom: 1.25em;
    }
    
    /* Column By 5 */
    .col-1-5 {
        width: 100%;
    }
    .col-2-5 {
        width: 50%;
    }
    .col-3-5 {
        width: 33.33%;
    }
    .col-4-5 {
        width: 25%;
    }
    .col-5-5 {
        width: 20%;
    }

    /* Column Edge to Edge with Space */
    .col-2 {
        width: 49%;
    }
    .col-3 {
        width: 32%;
    }
    .col-4 {
        width: 23.5%;
    }
    .col-5 {
        width: 18.4%;
    }

    /* Column By 12 */
    .col-1-12 {
        width: 8.333%;
    }
    .col-2-12 {
        width: 16.667%;
    }
    .col-3-12,.col-1-4 {
        width: 25%;
    }
    .col-4-12 {
        width: 33.333%;
    }
    .col-5-12 {
        width: 41.667%;
    }
    .col-6-12,.col-2-4 {
        width: 50%;
    }
    .col-7-12 {
        width: 58.333%;
    }
    .col-8-12 {
        width: 66.667%;
    }
    .col-9-12 {
        width: 75%;
    }
    .col-10-12 {
        width: 83.333%;
    }
    .col-11-12 {
        width: 91.667%;
    }
    a.site-btn {
        font-size: 0.875em;
    }
    
    /* Site Header */
    header.site-header .header-row.bot-lyr &gt; div {
        width: auto;
    }
    header.site-header .hrd-lyr-cont .hrd-menu .genesis-nav-menu {
        text-align: center;
    }
    .genesis-nav-menu a {
        color: var(--white-cl);
        font-size: 1em;
        margin: 0 0.313em;
        padding: 1.875em 0.938em !important;
    }
    .genesis-nav-menu &gt; .menu-item:not(:last-child) &gt; a:after {
        content: "\f111";
        position: absolute;
        font-family: 'Font Awesome\ 6 Free';
        font-weight: 900;
        font-size: 0.25em;
        right: -0.125em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item &gt; a,
    .genesis-nav-menu &gt; .menu-item.sfHover &gt; a {
        color: var(--tertiary-cl) !important;
        background-color: transparent;
        border-bottom: 0.188em solid var(--tertiary-cl);
    }
    .genesis-nav-menu &gt; .menu-item a:after,
    .genesis-nav-menu &gt; .menu-item &gt; a:hover:after,
    .genesis-nav-menu &gt; .menu-item.current-menu-item &gt; a:hover:after,
    .genesis-nav-menu &gt; .menu-item.sfHover &gt; a:hover:after {
        color: #ffffff;
    }
    .genesis-nav-menu .sub-menu {
        border-top: 0;
    }
    .genesis-nav-menu .sub-menu a {
        margin: 0;
        background-color: var(--white-cl);
        color: var(--black-cl);
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 12.5em;
        text-align: left;
    }
    .genesis-nav-menu .sub-menu .current-menu-item &gt; a,
    .genesis-nav-menu .sub-menu .menu-item&gt; a:hover,
    .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
        color: var(--white-cl);
        background-color: var(--white-cl);
    }
    .genesis-nav-menu &gt; li &gt; a span {
        position: relative;
    }
    header.site-header .frst-lyr .hrd-media {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header.site-header .hrd-lyr-row.frst-lyr {
        padding: 0.625em 3.75em;
    }
    header.site-header .num-item-col:not(:last-child) {
        margin-right: 3.125em;
    }
    header.site-header .num-item-col {
        width: auto;
        padding: 0 0 0 3.125em;
    }
    header.site-header .frst-lyr .hrd-number {
        width: auto;
        text-align: left;
    }
    header.site-header .hrd-logo .site-logo a {
        top: -3.75em;
        margin: 0 0 -1.563em 0;
        width: 12.5em;
        max-width: 100%;
        padding: 1.25em 0.938em;
        text-align: center;
    }
    header.site-header .hrd-lyr-row.scnd-lyr {
        padding: 0 3.75em;
        background-color: transparent;
    }
    header.site-header .hrd-lyr-cont {
        justify-content: space-between;
    }
    header.site-header .hrd-lyr-cont .hrd-logo,
    header.site-header .hrd-lyr-cont .hrd-cta {
        width: 20em;
    }
    header.site-header .hrd-lyr-cont .hrd-menu {
        width: calc(100% - 40em);
        padding: 0 0.938em;
    }
    header.site-header .hrd-logo .site-logo a img {
        height: 5.625em;
    }
    body.window_scrolled header.site-header .hrd-lyr-row.frst-lyr {
        display: block;
    }
    body.window_scrolled header.site-header .hrd-lyr-cont .hrd-logo .site-logo {
        width: 10em;
    }
    body.window_scrolled header.site-header .hrd-logo .site-logo a {
        max-width: 100%;
        margin: 0 0 -3.75em 0;
    }
    body.window_scrolled header.site-header .hrd-logo .site-logo a img {
        height: 4.938em;
    }
    body.window_scrolled .genesis-nav-menu a {
        color: var(--primary-cl);
        padding: 1.25em 0.938em;
    }

    /* Hero Slider */
    .hero-item .caption-heading {
        font-size: 4.063em;
    }
    .hero-item .caption-description {
        font-size: 1.25em;
    }
    .about-section .about-us-col.abt-right {
        width: 19.688em;
        border-top-right-radius: 1.25em;
        border-bottom-right-radius: 1.25em;
    }
    .about-section .about-us-col.abt-left {
        padding: 0 3.75em;
        width: calc(100% - 19.688em);
    }
    .about-section .about-info {
        width: calc(100% - 19.063em);
    }
    .about-section .about-info-right {
        padding-right: 1.875em;
    }
    .about-section .about-form {
        padding: 3.75em 3.75em;
    }
    .about-section .about-desc-wrap {
        padding-left: 3.75em;
    }
    .about-section .about-form .form-title {
        font-size: 2.125em;
    }
    .about-section .about-form .form-container .col-2.form-field-item {
        width: 49%;
    }
    .about-section .about-badges {
        padding: 3.75em 19.063em 0 0;
    }

    /* Service Pages */
    .service-section .service-left {
        width: calc(100% - 40em);
        padding: 9.375em 3.75em;
    }
    .service-section .service-right {
        width: 40em;
        padding: 9.375em 3.75em;
    }

    /* Site Process */
    .process-section .process-item:not(:nth-child(5n+1)) {
        margin-left: 2%;
    }

    /* Site Counter / Coupon */
    .counter-section .count-item .count-number {
        font-size: 4.375em;
    }
    .counter-section .content-video-wrap {
        padding: 3.75em 3.75em;
    }
    .counter-section .content-video {
        height: 40.625em;
    }
    .coupons-section .coupon-slide-control {
        margin-top: 0;
    }
    .coupon-slide-control.slide-control .left,
    .coupon-slide-control.slide-control .right {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-table;
    }
    .coupon-slide-control.slide-control .left {
        left: -9.375em;
        right: auto;
    }
    .coupon-slide-control.slide-control .right {
        right: -9.375em;
        left: auto;
    }

    /* Sample Gallery */
    .sample-gallery-section .smpl-gal-item {
        height: 23.125em;
    }
    .sample-gallery-section .smpl-gal-icon span.smpl-gal-plus {
        margin-bottom: 1.875em;
    }

    /* Review Section */
    .review-slide-control.slide-control {
        padding-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: -7.5em;
    }
    .review-slide-control.slide-control .right {
        right: -7.5em;
    }

    /* Latest Post */
    .bf-footer .site-latest-post .latest-post {
        top: -6.25em;
        margin-bottom: -6.25em;
    }
    .site-latest-post .post-slide-control {
        justify-content: flex-end;
    }
    .blog-post-listing .blog-post:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* Call To Action Section */
    .site-cta {
        padding: 0 3.75em;
    }
    .site-cta .cta-info-wrap {
        padding: 1.875em 3.75em;
    }
    .site-cta .cta-info-wrap .section-title {
        font-size: 2.813em;
    }
    .site-cta .section-btn a:not(:last-child) {
        margin-right: 1.875em;
    }
    .site-cta .section-btn a {
        display: inline-block;
        width: auto;
        max-width: 100%;
    }

    /* Site Badges */
    body.home .site-badges .badge-slide-control {
        justify-content: end;
    }
    body:not(.home) .site-badges .badge-slide-control {
        padding-bottom: 0;
    }
    body:not(.home) .site-badges .badge-slide-control .left,
    body:not(.home) .site-badges .badge-slide-control .right {
        position: absolute;
        top: 75%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body:not(.home) .site-badges .badge-slide-control .left {
        left: -7.5em;
        right: auto;
    }
    body:not(.home) .site-badges .badge-slide-control .right {
        right: -7.5em;
        left: auto;
    }

    /* Site Footer */
    .site-footer .footer-info-items,
    .site-footer .main-footer-cont {
        max-width: 100%;
    }
    .site-footer .footer-info-item {
        width: 23.5%;
        margin: 0;
        max-width: 100%;
    }
    .site-footer .footer-info-item:not(:nth-child(4n + 1)) {
        margin-left: 2%;
    }
    .site-footer .footer-column .footer-item-rows:not(:first-child) {
        display: block !important;
    }
    .site-footer .copyright .footer-logo {
        padding-right: 1.875em;
    }
    .site-footer .copyright .copyright-logo,
    .site-footer .copyright .footer-logo,
    .site-footer .copyright .footer-license,
    .site-footer .copyright .copyright-text {
        width: auto;
        margin: 0;
    }
    .site-footer .copyright .copyright-text {
        text-align: right;
    }

    /* Site Mission */
    .site-mission {
        padding: 3.75em 3.75em;
    }
    .site-mission .mission-item:not(:nth-child(3n + 1)) {
        margin-left: 2%;
    }
    .site-mission .mission-item {
        padding: 7.5em 1.875em 3.75em 1.875em;
    }

    /* Core Principals */
    .site-principals .principals-item {
        padding: 1.875em 1.875em;
    }
    .site-principals .principals-item:not(:nth-child(2n + 1)) {
        margin-left: 2%;
    }

    /* Image Overlaping Section */
    .sharing-section .img-overlap-item:nth-child(even) .img-overlap-info .section-title {
        margin: 0 0 1.875em auto;
    }
    .sharing-section .img-overlap-item:nth-child(even) .img-overlap-info .section-title:after {
        right: 0;
        left: auto;
    }
    .sharing-section .img-overlap-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 34.375em;
        height: 100%;
        margin-bottom: 0;
    }
    .sharing-section .img-overlap-item:nth-child(even) .img-overlap-img {
        left: 0;
    }
    .sharing-section .img-overlap-item:nth-child(even) .img-overlap-info {
        margin: 0 0 0 auto;
        text-align: right;
    }
    .sharing-section .img-overlap-item:nth-child(even) .section-desc {
        -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.25);
        box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.25);
    }
    .sharing-section .section-desc {
        padding: 3.125em 3.125em;
    }

    /* Site Page Banner */
    .inner-page-banner .page-title {
        font-size: 4.375em;
    }

    /* Inner Services Page */
    .inner-services .inner-width {
        padding: 7.5em 0.938em;
    }
    .inner-services {
        padding: 3.75em 3.75em;
    }
    .inner-services .inner-service-details {
        padding: 5em 3.75em;
    }

}
@media only screen and (min-width: 1201px) {

    /* Common Classes */
    html {
        font-size: 0.844vw;
    }

}
@media only screen and (min-width: 1367px) {

    /* Common Classes */
    html {
        font-size: 0.833vw;
    }

}
@media only screen and (min-width: 1681px) {

}

@media only screen and (max-width: 990px) {
    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright,
    figure.wp-block-image {
        margin: 0 auto 20px;
        float: none;
        text-align: center;
    }
}</pre></body></html>