html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Float Clearing */
.author-box::before,
.clearfix::before,
.entry-content::before,
.entry::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry-content::after,
.entry::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/* Typographical Elements */
body {
    color: #6a6a6a;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.button,
.gallery img,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
    transition: all .2s ease-in-out;
}

a,
a:focus,
a:hover {
    color: #80bf21;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    padding-left: 20px;
}

.p-design-line:before {
    content: '';
    background-color: #80bf21;
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
}

ol,
ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

li {
    list-style-type: disc;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}

body>img {
    display: none;
}

ul.page-list,
ul.page-list-2,
ul.page-list-single {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: inside;
}

.video-review-container {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 500;
    position: relative;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    color: #000;
    font-weight: bold;
}

/*h1 {
    text-align: center;
}*/
h1,
h1.has-text-align-left {
    font-size: 40px !important;
    color: #000;
}

h1.has-text-align-left {
    text-align: center;
}

h2 {
    font-size: 30px;
    color: #000;
}

h3 {
    font-size: 25px;
    color: #000;
}

h4 {
    font-size: 20px;
    color: #000;
}

h5 {
    font-size: 20px;
    color: #000;
}

/* Objects */
.wp-caption,
embed,
iframe,
img,
object,
video {
    max-width: 100%
}

img {
    height: auto;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}

img::before {
    content: '';
    padding-top: calc(100% * 2 / 3);
}

figure {
    margin: 0;
    position: relative;
}

/* Forms */
.schedule-form .form-title-desc-wrap {
    font-size: 22px;
    margin-bottom: 50px;
}

.schedule-form .form-titles {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.schedule-form .form-titles span {
    color: #ff4040;
}

.schedule-form textarea {
    height: 150px;
}

.schedule-form .form-field-item.form-field-desclaimer {
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

.schedule-form .phone-contact-form {
    position: absolute;
    top: 0;
    left: -35%;
    transform: translate(-15%, 0%);
}

.schedule-form .phone-no {
    padding: 17px 23px;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #000;
}

.schedule-form .phone-no:hover {
    background-color: #9ef328;
}

.schedule-form .phone-no:hover a {
    color: #000;
    display: block;
    width: 100%;
}

.schedule-form .phone-no:hover:before {
    color: #000 !important;
}

.schedule-form .phone-no:before {
    font-size: 14px;
}

.slide-form textarea {
    resize: vertical;
    height: 100px;
}

.slide-form input,
.slide-form select,
.slide-form textarea {
    padding: 10px 10px;
}

/*.about-section .about-num-item:before {
    content: "095";
    font-family: "Font Awesome 5 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;
}*/
.phone-contact-form .phone-no a {
    display: block;
    opacity: 1;
    color: #fff;
}

.phone-contact-form .phone-no a span {
    display: none;
}

.phone-contact-form .phone-no a:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
    position: absolute;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}

.phone-contact-form .phone-no a:before {
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    transition: 0.5s;
    position: relative;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

.phone-contact-form .phone-no:hover a:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.phone-contact-form .phone-no:hover a:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

/*.schedule-form .phone-no.contact-number1{
    background-color: #80bf21;
    color: #000;
}
.schedule-form .phone-no.contact-number1 a{
    color: #000;
}
.schedule-form .phone-no.contact-number2{
    background-color: #000;
    color: #fff;
}
.schedule-form .phone-no.contact-number2 a{
    color: #fff;
}*/
.schedule-form input,
.schedule-form select,
.schedule-form textarea {
    margin-bottom: 35px;
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 10px;
    width: 100%;
    overflow: hidden;
    font-family: inherit;
    margin-bottom: 10px;
}

textarea {
    resize: vertical;
}

/*span.wpcf7-not-valid-tip {
    position: absolute!important;
    left: auto!important;
    right: 0!important;
    top: 4px!important;
    z-index: 100!important;
    border: 1px solid #dc3232!important;
    background: #fff!important;
    padding: 0px 4px!important;
    width: auto!important;
    font-size: 11px !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #fff!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #fff;
    border-color: #dc3232!important;
    color: #dc3232!important;
}*/
input[type="submit"] {
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    border: 0px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

select::-ms-expand {
    display: none;
}

::-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

::placeholder {
    color: #6a6a6a;
    opacity: 1;
}

.form-container label {
    display: none;
}

.form-container .form-field br {
    display: none;
}

.form-container .form-title {
    padding: 20px 15px;
    background-color: #9ef328;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 25px;
    line-height: 1;
}

.form-container .form-field {
    padding: 30px 30px;
    background-color: rgba(255, 255, 255, 0.50);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*.form-container .form-field-item {
    margin-bottom: 10px;
}*/
.form-container .form-field .form-field-item label {
    display: none;
}

.form-container .form-field .form-field-item input {
    padding: 10px 40px 10px 17px;
}

.form-container .form-field .form-field-item input:focus,
.form-container .form-field .form-field-item textarea:focus,
.form-container .form-field .form-field-item select:focus {
    border: 1px solid #e1e1e1;
    color: #6a6a6a;
}

.form-container .form-field .form-field-item select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-container .form-field .form-field-item textarea {
    height: 100px;
    font-family: inherit;
}

.form-container .form-field .form-field-message {
    min-height: 41px;
}

.form-container .form-field .form-field-message textarea {
    height: 100px;
    padding: 10px 36px 10px 17px;
}

.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: 14px;
        background-color: #fff;*/
}

.form-container .form-field input[type="submit"] {
    width: auto;
    color: #fff;
    display: inline-block;
    padding: 18px 46px;
    background-color: #000;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.form-container .form-field input[type="submit"]:hover {
    background-color: #9ef328;
    color: #000;
}

.recaptcha-note,
.recaptcha-note a {
    line-height: 1.2;
    font-size: 14px;
    margin: 10px 0;
}

.recaptcha-note a {
    color: #363636;
}

.recaptcha-note a:hover {
    color: #111;
}

.form-container .form-field .form-submit p {
    margin: 0;
}

.form-container .form-field-item.form-leads,
.form-container .form-field-item.form-field-submit,
.form-container .form-field-item.form-field-message,
.form-container .form-field-item.form-recaptcha {
    margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    font-family: 'Poppins', sans-serif;
    max-width: 300px;
    width: 100%;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background: #9ef328;
    color: #fff;
}

form button {
    width: 100%;
    max-width: 100%;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.fields-container select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}

.grecaptcha-badge {
    visibility: hidden;
}

span.ajax-loader {
    position: absolute !important;
    display: block !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 4px !important;
    z-index: 100 !important;
    border: 1px solid #dc3232 !important;
    background: #fff !important;
    padding: 0px 4px !important;
    width: auto !important;
    font-size: 11px !important;
}

div.wpcf7-response-output {
    padding: 0 !important;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #f7e700;
    background-color: #f7e700;
    color: #000;
    margin: 0 !important;
    position: relative;
    bottom: -20px;
}

.popup-form .submit-meh {
    text-align: center;
}

.popup-form .submit-meh .wpcf7-spinner {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

.popup-form .recaptcha-note,
.popup-form  .recaptcha-note a {
    text-align: center;
}

.popup-form div.wpcf7-response-output {
    bottom: -25px;
}

.form-container .wpcf7-form-control-wrap[data-name="interest"]:before {
    content: "\f0dd";
    color: #000;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    right: 17px;
}

/* Screen Reader Text */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

/* Site Container */
.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
    padding: 0;
    width: 100%;
    clear: both;
}

.home .site-inner {
    background-image: url(/wp-content/uploads/2024/06/home-site-inner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-content-bottom {
    margin-top: 50px;
}

.home-content-bottom .home-content-title {
    font-weight: bold;
}

.home-content-bottom .home-content-odometer {
    background-color: #fff;
    padding: 39px 0 39px 15px;
    justify-content: space-around;
}

.home-content-bottom .home-content-odometer > div:nth-child(1) {
    background-color: #80bf21;
    padding: 13px 9px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/06/site-inner-bg.jpg);
    background-position: top left;
}

.site-inner {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.content-sidebar-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 100px 15px 60px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.home .content-sidebar-wrap {
    z-index: 4;
    padding: 100px 15px;
}

body.home .site-inner .call-to-action .inner-width {
    padding: 0px 15px;
}

.bounce {
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

/* Common Classes */
.c-white,
.c-white a {
    color: #fff;
}

.c-gray,
.c-gray a {
    color: #aeaeae;
}

.c-dgray,
.d-gray a {
    color: #6a6a6a;
}

.c-red,
.c-red a {
    color: #cf202f;
}

.c-blue,
.c-blue a {
    color: #0b1f38;
}

.c-black,
.c-black a {
    color: #000000;
}

.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-size: cover;
    background-repeat: no-repeat;
}

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-top-center {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-left-cover {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-right-cover {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-bottom-cover {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-bottom-contain {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-image-right-bottom-inherit {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-image-right-center-inherit {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-image-top-center-contain {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-flex-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

.site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.justify-content {
    -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-evenly {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: inherit;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-left {
    -webkit-justify-content: left;
    -ms-flex-pack: inherit;
    justify-content: left;
    align-items: inherit;
    flex-wrap: wrap;
}

.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}

.justify-content-end {
    -webkit-justify-content: end;
    -ms-flex-pack: inherit;
    justify-content: end;
}

.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: flex-end;
}

a.site-btn:hover {
    background-color: #9ef328 !important;
    transition: all 0.4s ease 0s;
    color: #000 !important;
    border: 1px solid #000 !important;
}

a.site-btn.green:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #9ef328 !important;
}

a.site-btn {
    color: #ffffff;
    display: inline-block;
    background: #9ef328;
    border: 1px solid #9ef328;
    padding: 17px 38px;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}

a.site-btn.light-green {
    background: #75aa2f;
    border: 1px solid #75aa2f;
    color: #fff;
}

a.site-btn.green {
    background: #9ef328;
    border: 1px solid #9ef328;
    color: #000;
}

a.site-btn.blue {
    background: #0b1f38;
    border: 1px solid #0b1f38;
    color: #fff;
}

a.site-btn.plain {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

a.site-btn.plain2 {
    background: transparent;
    border: 1px solid #9ef328;
    color: #fff;
}

a.site-btn.white {
    background: #fff;
    border: 1px solid #fff;
    color: #75aa2f;
}

a.site-btn.black {
    background: #17140a;
    color: #fff;
    border: 1px solid #17140a;
}

a.site-btn.shadow {
    box-shadow: 0px 16px 38px rgba(207, 32, 47, .50);
}

a.site-btn.normal {
    text-transform: initial;
}

a.site-btn.transparent {
    background: transparent;
    border: 1px solid transparent;
    color: #0b1f38;
    padding: 10px;
}

a.site-btn.arrow:after,
a.site-btn.btn-arrow:after,
a.site-btn.check:after,
.service-link span a:after,
.sec-arrow:after,
.post-more a:after {
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 5px;
    font-weight: 900;
    line-height: 1;
}

a.site-btn.arrow:after,
a.site-btn.btn-arrow:after {
    content: "\f105";
}

.service-link span a:after,
.sec-arrow:after,
.post-more a:after {
    content: "\f054";
}

a.site-btn.check:after {
    content: "\f560";
}

.wp-block-buttons {
    padding-top: 40px;
}

.wp-block-button.read-more {
    display: inline-block;
}

.wp-block-group.more-content {
    display: none;
}

.read-more {
    padding: 18px 20px;
    line-height: 1.2;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.site-container .wp-block-button .wp-block-button__link {
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
}

/*.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
box-shadow: 0px 16px 38px rgb(207 32 47 / 50%) !important;
background-color: #0b1f38 !important;
}*/
.wp-block-buttons>.wp-block-button.line-right:after {
    margin-left: 38px;
}

.relative {
    position: relative;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.italic {
    font-style: italic;
}

/*.section-title:after{
content: '';
width: 30px;
height: 3px;
background-color: #bfd1c6;
display: block;
margin: 20px auto 20px;  
}*/
.section-title {
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.section-sub-heading {
    font-weight: bold !important;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
}

.site-services-areas .section-sub-heading {
    width: 180px;
}

.section-subtitle {
    font-size: 30px;
    line-height: 1;
}

.full-width {
    width: 100%;
    margin: 0 auto;
}

.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    z-index: 2;
}

a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.show-item-mobile {
    display: block;
}

.hide-item-mobile {
    display: none;
}

.mobile-center {
    text-align: center;
}

.full-padding {
    padding: 120px 60px;
}

.vertical-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.vertical-top-padding {
    padding-top: 120px;
}

.vertical-bot-padding {
    padding-bottom: 120px;
}

.side-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.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: 12px 18px;
    background-color: rgba(0, 0, 0, 0.30);
    color: #000;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
}

.slide-control .left {
    left: 0px;
}

.slide-control .right {
    right: 0px;
}

.dark-overlay:before,
.form-overlay:before,
.red-overlay:before,
.blue-overlay:before,
.white-overlay:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.white-overlay:before {
    background-color: rgba(277, 277, 277, .9);
}

.blue-overlay:before {
    background-color: rgba(11, 31, 56, 0.90);
}

.dark-overlay:before {
    background-color: rgba(0, 0, 0, 0.85);
}

.form-overlay:before {
    background-color: rgba(0, 0, 0, 0.92);
}

.red-overlay:before {
    background-color: rgba(207, 32, 47, .65);
}

.grad-overlay:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(239, 35, 12, 0.80) 0%, rgba(181, 24, 6, 0.80) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 35, 12, 0.80) 0%, rgba(181, 24, 6, 0.80) 100%);
    background: linear-gradient(to bottom, rgba(239, 35, 12, 0.80) 0%, rgba(181, 24, 6, 0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ef230c', endColorstr='#e0b51806', GradientType=0);
}

.banner-overlay:before {
    background-color: rgba(0, 0, 0, 0.60);
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.red-bg {
    background-color: #cf202f;
}

.light-bg {
    background-color: #f7f7f7;
}

.dark-bg {
    background-color: #000;
}

.border-white span,
.border-black span {
    display: inline-block;
    height: 8px;
}

.border-white span {
    background-color: #FFF;
}

.border-black span {
    background-color: #000;
}

.border-white .border-small,
.border-black .border-small {
    width: 43px;
    margin-right: 20px;
}

.border-white .border-large,
.border-black .border-large {
    width: 125px;
    height: 8px;
}

.line-left:before {
    content: '';
    background: url(/wp-content/uploads/2022/06/line-image.png);
    height: 4px;
    width: 276px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -320px;
}

.line-right:after {
    content: '';
    background: url(/wp-content/uploads/2022/06/line-image.png);
    height: 4px;
    width: 276px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 68px;
    background-size: 50%;
    background-repeat: no-repeat;
}

.clr {
    clear: both;
    padding: 30px 0;
}

section.full-width-section {
    width: 100%;
}

/* Avatar */
.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis */
.after-entry,
.archive-description,
.author-box {
    margin-bottom: 50px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

/* Breadcrumbs  */
.breadcrumb {

    /* display: inline-block; */
    font-size: 16px;
    position: relative;
    z-index: 2;
    border-bottom: inherit;
    margin: 0 !important;
}

/*.breadcrumb .home-icon.relative:after{
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
content: "015";
color: #bfd1c6;
background-color: #9ef328;
padding: 7px;
border-radius: 50%; 
}*/
.breadcrumb span.bc-wrap {
    color: #fff;
    font-weight: 400;
}

.breadcrumb i {
    font-size: 11px;
    top: -1px;
    position: relative;
    color: #fff;
}

.breadcrumb .breadcrumb-link-wrap a {
    color: #fff;
    font-weight: normal;
}

/*.breadcrumb .breadcrumb-link-wrap a:hover,
.breadcrumb .breadcrumb-link-wrap a:hover .home-icon:after {
color: #cf202f;
}*/
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.breadcrumb .separator {
    padding: 0 10px;
    color: #363636;
    position: relative;
}

.inner-breadcrumbs {
    background-color: #f7f9fc;
}

.inner-breadcrumbs .inner-width {
    padding: 5px 15px;
}

/* Search Form */
.search-form {
    overflow: hidden;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

form.search-form input[type=search] {
    border: 1px solid #000;
    color: #000;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-result article {
    margin-bottom: 0;
}

.search-content .search-result-title {
    font-size: 40px;
}

.search-content .search-result-title  a {
    color: #000;
}

.search-content p a {
    margin: 0;
}

/* Titles */
.archive-description .entry-title,
.entry-title,
.archive-title,
.author-box-title {
    margin-bottom: 50px;
}

.entry-title {
    margin-bottom: 50px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #0073e5;
}

/* WordPress */
a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft,
.alignright,
iframe.alignleft {
    float: none !important;
    text-align: center;
    margin: 0 auto 20px !important;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 20px !important;
    text-align: center;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft,
a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 15px auto;
    display: block;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

/* Widgets */
.widget {
    margin-bottom: 40px;
}

.widget ul>li {
    margin-bottom: 10px;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis eNews Extended */
.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 20px;
}

/* Genesis Simple FAQ */
.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons;
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

/* Skip Links */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: initial;
    outline: transparent solid 0px;
}

/* Header Menu */
.header-row.main-header {
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.header-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}

/* Title Area */
.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.site-header .title-area img {
    height: auto;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.mob-dot-toggle {
    position: absolute;
    left: 0;
    padding: 9px 15px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    top: 75px;
}

.mobile-dots-items {
    background-color: #75aa2f;
    padding: 15px 10px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.mobile-dots-items .mob-item {
    padding-left: 25px;
}

.mob-item.site-location span.span-block {
    display: block;
}

.mob-item.site-name:before,
.mob-item.site-location:before,
.mob-item.site-number:before,
.mob-item.site-email:before,
.mob-item.site-time:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}

.mob-item.site-name:before {
    content: "\f015";
}

.mob-item.site-location:before {
    content: "\f3c5";
    left: 3px;
}

.mob-item.site-number:before {
    content: "\f879";
}

.mob-item.site-email:before {
    content: "\f0e0";
}

.nav-primary.show {
    right: 0;
}

.mob-item.site-time:before {
    content: "\f017";
}

/* Site Navigation */
.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
    padding: 0;
}

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}

.genesis-nav-menu .header-logo-image {
    display: none;
}

.genesis-nav-menu a {
    color: #ffffff !important;
    display: block;
    font-size: 16px;
    outline-offset: -1px;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.genesis-nav-menu .current-menu-item>a .genesis-nav-menu #menu-item-11.current-menu-item a:focus,
.genesis-nav-menu #menu-item-11.current-menu-item a:hover,
.genesis-nav-menu #menu-item-11.current-menu-item>a,
.genesis-nav-menu #menu-item-11.current-menu-item .current-menu-item>a,
.genesis-nav-menu>.menu-item.sfHover#menu-item-11.current-menu-item>a,
.nav-primary.genesis-nav-menu li#menu-item-11.current_page_item>a span::before,
.nav-primary .genesis-nav-menu li#menu-item-11.current_page_item>span::before,
.nav-primary .genesis-nav-menu li#menu-item-11.current-cat>a span::before,
.nav-primary .genesis-nav-menu li#menu-item-11.current-menu-item>a span::before,
.nav-primary .genesis-nav-menu li>#menu-item-11a:hover span::before {
    background: none;
}

.genesis-nav-menu .sub-menu a {
    background-color: #9ef328;
    font-size: 16px;
    position: relative;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a span:before {
    display: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    text-decoration: none;    /*background-color: #9ef328;*/
    color: #ffffff;
}

.genesis-nav-menu .sub-menu a {
    width: 100%;
    color: #000 !important;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

/* Responsive Menu */
.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
    display: none;
    margin-top: 10px;
}

.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: 10px;
}

button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 15px;
    color: #fff;
    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\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #000;
    padding: 13px 15px;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 0px;
    position: relative;
    top: -2px;
    text-rendering: auto;
}

.sub-menu-toggle {
    background: transparent;
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: auto;
}

.sub-menu-toggle:before {
    content: "\f0da" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: #fff !important;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block !important;
    text-rendering: auto !important;
    transform: rotate(0) !important;
    transition: transform 0.25s ease-in-out !important;
    color: #ffffff !important;
}

.sub-menu-toggle.activated::before {
    transform: rotate(270deg) !important;
}

ul.sub-menu.show-submenu {
    display: block !important;
}

/* Header Menu */
.nav-primary {
    clear: left;
    padding: 15px 10px 150px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: -100%;
    top: auto;
    z-index: 300;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
}

.nav-primary>.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.nav-primary.show {
    left: 0;
    margin-top: 10px;
    background-color: #9ef328;
}

.window_scrolled .nav-primary.show {
    margin-top: 10px;
}

.mobile-dots-items {
    top: 115px;
}

.window_scrolled .mobile-dots-items {
    top: 114px;
}

/* Footer Menu */
.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

/* Entry Content */
.entry {
    position: relative;
    margin-bottom: 30px;
}

.entry-content ol,
.the-content ul,
.additional-content ol,
.additional-content ul {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
}

ul.children li::marker {
    list-style-type: none;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: none !important;
}

.entry-content ul {
    padding: 0;
}

.entry-content ul li {
    list-style: none;
    padding: 0 0 0 30px;
    position: relative;
}

.entry-content ul li:before {
    content: "\f560";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #9ef328;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;    /* background-color: #767577; */
}

.entry-content ol>li,
.additional-content ol>li {
    list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul,
.additional-content ul ul,
.additional-content ol ol {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

.full-width-content .content {
    width: 100%;
}

.entry-content figure.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.30);
    font-style: inherit;
}

main.content header.entry-header h1 {
    position: relative;
}

/* Entry Meta */
p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination */
.pagination {
    clear: both;
    margin: 60px 0 15px;
    text-align: center;
}

.pagination ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}

li.pagination-omission:after {
    content: '...';
    font-size: 24px;
    color: #9ef328;
}

li.pagination-omission {
    position: relative;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
    margin: 0 2px;
}

.entry-content .archive-pagination li {
    padding: 0 2px;
}

.archive-pagination li a {
    background-color: #f2f2f2;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 8px 18px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #9ef328;
    border: 1px solid #9ef328;
    color: #ffffff;
}

.pagination ul li:before {
    display: none;
}

/* Entry Comments */
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebar */
.sidebar {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 0;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar p {
    margin-bottom: 20px;
}

a.wrap-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.widget-title {
    text-align: center;
    background-color: #25141b;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    padding: 15px 15px;
}

/* Footer Widget */
.footer-widgets {
    border-top: 1px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 60px 0;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

#slmp_geojuice #slmp_right h4 {
    color: #fff;
}

/* Back To Top */
.move-to-top {
    position: fixed;
    right: 5px;
    bottom: 200px;
    z-index: 199;
    cursor: pointer;
}

.to-top i {
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}

.site-form {
    width: auto;
    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 .col-2 {
    width: 100%;
}

.popup-form .form-fields.slide-form {
    right: 0;
    top: 30px;
}

.popup-form .form-fields a.close {
    background: #111;
    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: #75aa2f;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 20px 15px;
}

.popup-form .form-field,
.sidebar .form-field,
.contact-page-form .form-field {
    padding: 20px;
    background-color: #fff;
}

.popup-form .form-field-wrap,
.sidebar .form-field-wrap,
.contact-page-form .form-field-wrap {
    padding: 30px 25px;
    -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%;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: -1px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 199;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.floating-cta a {
    color: #000;
    cursor: pointer;
    padding: 15px 5px;
    font-size: 16px;
    position: relative;
    line-height: 1;
    align-items: center;
    border-radius: 0;
    background: #9ef328;
    border-radius: 0px;
    text-transform: uppercase;
}

.floating-cta .floating-cta-wrap a {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.floating-cta .floating-cta-wrap .sticky-btn a {
    width: 100%;
    display: block;
    height: 100%;
}

/* Column */
.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1,
.col-2,
.col-3,
.col-4 {
    width: 100%;
}

/* Social Media */
.social-media a.sprite {
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
}

.social-media a.sprite:last-child {
    margin-right: 3px;
}

/*.social-fb-header .social-media a.sprite span{
filter: brightness(0) invert(1);
border: 1px solid #51504e;
 padding: 21px; 
height: 50px;
width: 65px;  
}
.social-fb-header .social-media a.sprite span:hover{
 filter: brightness(1) invert(0);
 background-color: #fff;
}*/
.social-media a.sprite span {
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

footer .social-media-title {
    color: #000;
}

footer .social-media a.sprite span {
    filter: brightness(0);
}

footer .social-media a.sprite:hover span {
    filter: brightness(1);
}

/*footer .footer-menu ul li a:before {
content: "0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
left: 0;
transition: all 0.3s ease;
color: #75aa2f;
}*/
footer .footer-menu ul li:hover a {
    background-color: #80bf21;
    padding: 5px 0 5px 30px;
    font-weight: bold;
}

footer .footer-menu ul li a:hover:before {
    left: 20px;
    color: #75aa2f;
}

.social-media-header .social-media a.sprite span {
    filter: brightness(0);
}

.sprite-icon {
    background-image: url(/wp-content/uploads/2024/06/house-solid.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-home-icon {
    width: 18px;
    height: 17px;
    background-position: center;
}

span.home {
    display: none;
}

.sprite-icon-angieslist span {
    background-position: -0 0;
}

.sprite-icon-bbb span {
    background-position: -35px 0;
}

.sprite-icon-bbb:hover span {
    background-color: #005f86;
}

.sprite-icon-bing span {
    background-position: -70px 0;
}

.sprite-icon-blog span {
    background-position: -105px 0;
}

.sprite-icon-blogger span {
    background-position: -140px 0;
}

.sprite-icon-citygridmedia span {
    background-position: -175px 0;
}

.sprite-icon-email span {
    background-position: -210px 0;
}

.sprite-icon-facebook span {
    background-position: -245px 0;
}

.sprite-icon-facebook:hover span {
    background-color: #3b5998;
}

.sprite-icon-foursquare span {
    background-position: -280px 0;
}

.sprite-icon-gaf span {
    background-position: -315px 0;
}

.sprite-icon-googlebiz span {
    background-position: -350px 0;
}

.sprite-icon-googlebiz:hover span {
    background-color: #4a81e8;
}

.sprite-icon-googleplus span {
    background-position: -385px 0;
}

.sprite-icon-guildquality span {
    background-position: -420px 0;
}

.sprite-icon-homeadvisor span {
    background-position: -455px 0;
}

.sprite-icon-homestars span {
    background-position: -490px 0;
}

.sprite-icon-houzz span {
    background-position: -525px 0;
}

.sprite-icon-instagram span {
    background-position: -560px 0;
}

.sprite-icon-instagram:hover span {
    background-color: #bf2e8a;
}

.sprite-icon-linkedin span {
    background-position: -595px 0;
}

.sprite-icon-pinterest span {
    background-position: -630px 0;
}

.sprite-icon-porch span {
    background-position: -665px 0;
}

.sprite-icon-rss span {
    background-position: -700px 0;
}

.sprite-icon-superpages span {
    background-position: -735px 0;
}

.sprite-icon-twitter span {
    background-position: center;
    background-image: url(/wp-content/uploads/2023/09/twitter.png) !important;
    background-repeat: no-repeat;
}

.sprite-icon-vimeo span {
    background-position: -805px 0;
}

.sprite-icon-yellowpages span {
    background-position: -840px 0;
}

.sprite-icon-yelp span {
    background-position: -875px 0;
}

.sprite-icon-youtube span {
    background-position: center;
    background-image: url(/wp-content/uploads/2022/12/youtube-icon.png) !important;
    background-repeat: no-repeat;
}

.social-media-item {
    margin-right: 8px;
}

.mob-item .social-media a.sprite {
    margin-top: 10px;
}

/* 404 Page */
.entry-content form.search-form {
    width: 100%;
}

/* Site Header */
.site-header {
    background-color: transparent;
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    z-index: 200;
    top: auto;
    margin: 0 auto;
    padding: 0;
}

.follow-call-us-header {
    font-size: 14px;
}

/*body.window_scrolled .site-header {
position: fixed;
}
*/
.site-header>.wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
    position: relative;
    float: none;
    text-align: left;
}

.header-row.site-top-news {
    background-color: #111111;
    padding: 5px 0;
}

.header-row.site-top-news a {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}

.site-top-news .top-news a:after {
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

.main-header-row .site-email {
    margin-bottom: 10px;
}

.main-header .main-header-row.header-logo {
    text-align: center;
    background-color: #000;
}

.mobile-phone-wrap {
    padding: 10px;
    background-color: #000;
}

.mobile-phone-wrap .mobile-phone-number span {
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    position: relative;
}

.mobile-phone-wrap .mobile-cta-text {
    font-size: 12px;
}

.main-header-row-wrap.header-menu .inner-width {
    max-width: 100%;
}

.main-header-row-wrap.top-head {
    padding: 15px 15px;
}

.site-email-number a {
    color: #fff;
    font-size: 18px;
}

.main-header-row-wrap.top-head .site-email-number .phoneno-details:nth-child(1) {
    margin-right: 80px;
}

/*.main-header-row-wrap.top-head .site-social-media {
margin-right: 170px;
}*/
.phoneno-details.contact-number1 {
    margin-right: 30px;
}

.phone-no:before {
    font-size: 22px;
    margin-right: 10px !important;
    color: #fff !important;
}

.main-header-row-wrap.top-head .site-email-number .email {
    padding-right: 40px;
}

.main-header-row-wrap.top-head .email:before,
.phone-no:before,
.main-header-row-wrap.top-head .site-address:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #9ef328;
    margin-right: 5px;
    top: 0;
}

.main-header-row-wrap.top-head .email:before {
    content: "\f0e0";
}

.phone-no:before {
    content: "\f879";
}

.main-header-row-wrap.top-head .site-address:before {
    content: "\f3c5";
}

.main-header-row-wrap.logo-tagline {
}

.main-header .header-logo a.main-logo img {
    height: 110px;
}

/*.window_scrolled .main-header .header-logo a.main-logo img{
background-color: #1f1f1f;
content: url(/wp-content/uploads/2023/09/pinnacle-pest-defense-logo-footer.png);
padding: 20px;
}*/

/* Hero Slider */
.hero-item-wrap.slick-active .hero-item.img-zoom {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1);
    transition: transform 9s;
}

.hero-item-wrap .hero-item {
    transform: scale(1.3);
    transition: transform 9s;
}

.hero-slider .hero-slide-sub-title,
.hero-slider .hero-slide-title,
.hero-slider .hero-slide-sub-heading,
.hero-slider .hero-slide-btn {
    opacity: 0;
}

.hero-slider .hero-slide-sub-title.animated.activate,
.hero-slider .hero-slide-title.animated.activate,
.hero-slider .hero-slide-sub-title.animated.activate,
.hero-slider .hero-slide-sub-heading.animated.activate,
.hero-slider .hero-slide-btn.animated.activate {
    opacity: 1;
}

.hero-slider .hero-slide-sub-title.animated.activate {
    animation-delay: 0s;
}

.hero-slider .hero-slide-title.animated.activate {
    animation-delay: 1s;
}

.hero-slider .hero-slide-sub-heading.animated.activate {
    animation-delay: 2s;
}

.hero-slider .hero-slide-btn.animated.activate {
    animation-delay: 2s;
}

.hero-slide-control .left:hover,
.hero-slide-control .right:hover {
    background-color: rgb(95, 118, 69, 0.6);
    color: #fff;
}

.slider-content-bottom {
    position: absolute;
    top: 89%;
    width: 100%;
    height: 145px;
    max-width: 1735px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-content-bottom .slider-content-list .slider-content-odometer {
    padding: 25px 5px;
}

.slider-content-bottom .slider-content-list .slider-content-odometer:hover {
    background-color: #9ef328;
    transition: all 0.3s ease;
}

.slider-content-bottom .slider-content-list .slider-content-odometer:hover .slider-content-num-wrap .slider-content-title {
    color: #000;
}

.slider-content-bottom .slider-content-list .slider-content-odometer:hover > div:first-child img {
    filter: invert(1) brightness(0.1);
}

.slider-content-bottom .slider-content-list .slider-content-odometer:hover > div:first-child {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.slider-content-bottom .slider-content-list .slider-content-odometer > div:first-child {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border: 1px solid #2b2b2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.9s;
    transform: rotateY(0deg);
}

.slider-content-bottom .inner-width {
    max-width: 1735px;
}

.hero-slide-control .left,
.hero-slide-control .right {
    display: none !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: right;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    background-color: rgb(83, 75, 70, 0.5);
    border-radius: 50%;
}

.hero-slide-control .left {
    padding: 19px 23px 19px 43px;
}

.hero-slide-control .right {
    padding: 19px 43px 19px 23px;
}

.hero-slider-wrap ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.hero-slider-wrap ul.slick-dots li {
    display: inline-block;
    padding: 0 3px;
}

.hero-slider-wrap ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 0;
    outline: none;
}

.hero-slider-wrap ul.slick-dots li.slick-active button {
    background-color: #75aa2f;
    width: 15px;
    height: 15px;
}

.hero-slide-control .left {
    left: -2%;
}

.hero-slide-control .right {
    right: -2%;
}

.hero-slider .container,
.hero-slider-wrap,
.hero-slider-wrap .hero-item,
.hero-item-wrap .hero-item .hero-caption {
    height: 100vh;
    min-height: 560px;
    max-height: 1000px;
}

.hero-slider .hero-slider-wrap .hero-item-wrap {

    /*height: 0;
    opacity: 0;*/
}

.hero-slider .hero-slider-wrap.slick-initialized .hero-item-wrap {
    height: auto;
    opacity: 1;
}

.hero-slider .hero-caption-wrap {
    text-align: center;
}

.hero-slider .hero-item-wrap .hero-item.dark-overlay:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.hero-slider .hero-item-wrap .hero-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hero-slider .hero-caption .hero-caption-row {
    width: 100%;
    align-items: center;   /* background: linear-gradient(to right, rgb(11, 31, 56)-20%, transparent 100%);*/
}

.hero-slider .hero-caption .hero-slide-title {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-slider .hero-caption .hero-slide-desc {
    font-size: 16px;
    margin-bottom: 15px;
}

.hero-slider .hero-caption .hero-slide-btn a {
    margin: 5px;
}

.hero-slider .hero-caption .hero-slide-btn i {
    margin-left: 5px;
}

.hero-slider .hero-slide-control.slide-control>div {
    margin-top: 60px;
}

/* About */
.about-us-content-bottom {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

.about-us-content-bottom .about-us-content-list:hover .about-us-content-odometer >div:first-child img {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.about-us-content-bottom .about-us-content-list:hover .about-us-content-odometer {
    background-color: #9ef328;
}

.about-us-content-bottom .about-us-content-odometer {
    background-color: #fff;
    padding: 70px 50px 60px;
}

.about-us-content-bottom .section-title {
    margin-bottom: 90px;
}

.about-us-content-bottom .about-us-content-odometer >div:first-child {
    position: absolute;
    top: 6px;
    left: 50%;    /* right: 50%; */
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.about-us-content-bottom .about-us-content-odometer img{
background-color: #000;
padding: 15px;
border-radius: 50%;
}*/
.about-us-content-bottom .about-us-content-odometer .about-us-content-title {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}

.site-about-us .about-button {
    margin-top: 40px;
}

.site-about-us.background-image {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: bottom right;
}

.site-about-us .inner-width {
    max-width: 1475px;
}

.site-about-us .about-usa-item {
    padding: 18px 18px 18px 60px;
}

.site-about-us .about-us-item:before {
    content: "\f00c";
    font-size: 12px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #9ef328;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-about-us .about-us-image {
    text-align: right;
}

.site-about-us .about-us-image img {
    background-color: #fff;
    padding: 20px;
}

/* Site Services */

/*.site-services {
margin-top: 120px;
}*/
.site-services .inner-width {
    max-width: 1590px;/*        margin: 0 20px 0 85px;*/
}

/*.home .site-services {
margin-top: 0px;
z-index: 2;
}*/

/*.site-services a.link-overlay{
left: inherit;
top: inherit;
}*/

/*.site-services .service-item:hover{
box-shadow: -1px 16px 8px 2px rgb(0 0 0 / 24%);
}*/
.site-services .service-btn-wrap {
    margin-top: 85px;
}

.site-services .service-btn-wrap a {
    color: #018752;
    text-transform: capitalize;
    border-radius: 0;
}

.site-services .service-btn-wrap .fa-arrow:after {
    color: #018752;
}

.site-services .heading-info {
    padding-bottom: 80px;
}

/*.site-services .services-wrap {
margin-top: -90px;
padding: 0 30px;
}*/
.site-services .service-item-inner-wrap:hover .service-title-wrap:after {
    opacity: 1;
    border: 4px solid #75aa2f;
}

.site-services .service-item-image {
    height: 420px;
    width: 100%;
}

.site-services .service-item-image .services-icon {
    background-color: #80bf21;    /* border-radius: 50%; */

    /* padding: 15px; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding: 20px;
}

.site-services .service-item-image .services-icon img {
}

.site-services .service-title {
    font-size: 24px;
    line-height: 1;
    margin: 20px 0 17px;
    color: #fff;
}

.site-services .service-description {
    font-size: 14px;
}

.site-services .service-item-inner-wrap:hover .service-link a {
    display: block;    /*margin: 20px 0;*/
    margin: 0;
}

.site-services .service-item .service-link a {
    margin-top: 20px;    /* background-color: #018752; */

    /* height: 50px; */

    /* width: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto 0;
    color: #75aa2f;
    text-transform: uppercase;
    display: none;
}

.site-services a.link-overlay {
    z-index: 3;
}

.site-services .service-item.slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    min-height: 230px;
    overflow: hidden;
    margin-bottom: 213px;
}

/*.site-services .service-item:nth-child(odd) .service-title-wrap {
border: 1px solid #f5f5f5;
border-top: 0;
}

.site-services .service-item:nth-child(even) {
box-shadow: 0px 4px 213px rgb(0 0 0 / 24%);
position: relative;
z-index: 4;
}*/
.site-services .service-item .service-title-inner {
    opacity: 0;
    position: absolute;
    bottom: inherit;
    overflow: hidden;
}

.site-services {
}

.site-services .service-item .service-title-inner .service-link {
    width: 100%;
    background-color: #fff;
    color: #000;
    width: 115px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-services .service-title-wrap {

    /*overflow: hidden;*/
    position: absolute;
    bottom: 0;
    content: "";
    position: absolute;
    left: 50px;
}

.site-services .service-title:before {
    content: "";
    position: absolute;
    left: -0.938em;
    width: 4px;
    height: 100%;
    background-color: #80bf21;
}

.site-services .service-item-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 60%);
}

.site-services .service-item-inner-wrap:hover .service-title-inner .services-icon {
    width: 100%;
}

.home .site-services .service-item-inner-wrap:hover .service-item-details .services-icon {
    display: none;
}

/*.site-services .service-item-inner-wrap:hover .service-item-details .services-icon{
opacity: 0;
display: none;
}*/

/*.site-services .service-item-inner-wrap:hover .service-title-wrap{
opacity: 0;
}*/
.site-services .service-item-inner-wrap:hover .service-title-wrap .service-title {
    opacity: 0;
    display: none;
}

.site-services .service-item-inner-wrap:hover .service-title-inner .service-title {
    width: 100%;
    margin: 0;
    color: #fff;
    margin: 45px 0;
}

.site-services .service-item-inner-wrap:hover .service-title-inner .services-icon img {
    background-color: #80bf21;
    padding: 20px;
}

.site-services .service-item-inner-wrap:hover .service-title-inner {
    opacity: 1;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    position: absolute;
    left: 4%;
    top: 12%;
    width: 92%;
    height: 76%;    /* display: flex; */

    /* flex-wrap: wrap; */

    /* align-items: center; */

    /* justify-content: center; */
    transform: translate(0%, -1%);
    padding: 50px 20px 20px;
}

/* Site Inner Page Services */
.site-inner-service .heading-info {
    padding: 0;
}

.site-inner-service .service-title {
    color: #000 !important;
}

.site-inner-service .service-title:before {
    display: none !important;
}

.site-inner-service .section-title {
    text-align: left;
    font-weight: 500;
    font-size: 50px;
}

.site-inner-service .section-title:after {
    display: none;
}

.site-inner-service .service-item:nth-child(odd) .service-item-inner-wrap {
    background-image: none;
}

.site-inner-service .service-item:nth-child(3n) .service-item-inner-wrap {
    background-image: none;
}

.site-inner-service .service-item:nth-child(even) .service-item-inner-wrap {
    background-color: inherit;
}

.site-inner-service .half-description {
    width: 100% !important;
}

.site-inner-service:after {
    position: inherit !important;
}

/*.site-inner-service .service-title {
margin: 30px 0 40px;
}*/
.site-inner-service .service-item-inner-wrap:hover .service-title-wrap {
    opacity: 1;
}

.site-inner-service .services-icon {
    background-color: #80bf21;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

/*.site-inner-service .service-item:hover .service-title:after{
content: '';
width: 50px;
height: 5px;
background-color: #255818;
display: block;
margin: 6px 0 20px;
}*/
.site-inner-service .service-title {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.site-inner-service .service-description {
    margin-top: 25px;
}

.site-inner-service .service-item .service-item-image:before {
    background: linear-gradient(to top, rgb(11, 31, 56)-20%, transparent 100%);
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.site-inner-service .services-button-inner {
    align-items: center;
    margin-top: 30px;
}

.site-inner-service .services-button-inner a {
    padding: 17px 25px;
}

.site-inner-service .service-item-inner-wrap:hover .service-link a {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.site-inner-service .service-title-wrap {
    padding: 0 !important;
    position: absolute !important;
    bottom: 0;
}

.site-inner-service .service-item:nth-child(odd) .service-title-wrap {
    border: inherit;
}

.site-inner-service .service-item-inner-wrap .service-title-wrap .service-title {
    color: #fff !important;
}

.site-inner-service .service-title-wrap .site-inner-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-inner-service .content-services {
    background-color: #fff;
    padding: 40px 35px 35px;
}

.site-inner-service .content-services:hover {
    background-color: inherit;
    box-shadow: 20px 18px 11px 0px rgb(0 0 0 / 10%);
}

.site-inner-service .services-listing {
    margin: 0 auto;
}

.site-services .service-item-inner-wrap:hover .service-link a {
    display: flex;
    align-items: center;
    padding: 20px;
}

.site-services .service-item-inner-wrap:hover .service-link a img {
    height: 20px;
    margin-left: 5px;
}

.site-inner-service .service-item .service-link {
    font-size: 16px;
    display: block !important;
    height: auto !important;
    width: auto !important;
    background-color: inherit !important;
}

.inner-services-page {
    max-width: 1750px;
    margin: 0 auto;
    width: 100%;
}

.site-inner-service .service-item-image {
    height: 435px !important;
}

.site-inner-service .service-item:hover {
    box-shadow: none;
}

.pinnacle-pro {
    margin: 60px 0;
}

table {
    border-collapse: separate;
    border-spacing: 19px 0;
    line-height: 2;
    margin-bottom: 40px;    /* width: 100%; */

    /* word-break: break-all;*/
}

.site-inner-services {
    margin-top: 100px;
    z-index: 3;
}

.site-inner-services .services-listing {
    padding-top: 50px;
}

.site-inner-services .service-details {
    background: #fff;
}

.site-inner-services .service-information {
    padding: 56px;
}

.site-inner-services .service-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.site-inner-services .service-description {
    margin-bottom: 20px;
}

.site-inner-services .service-item {
    margin-bottom: 60px;
}

/* Sample Projects */
.site-gallery .prjct-imgs .prjct-img {
    height: 380px;
    overflow: hidden;
}

.site-gallery .prjct-item-2 .prjct-img {
    height: 175px;
    max-width: 600px;
    margin: 0 auto;
}

.site-gallery .prjct-item-3 .prjct-img {
    height: 175px;
    margin: 0 auto;
}

.site-gallery .prjct-item-3 .prjct-imgs:first-child .prjct-img {
    margin-bottom: 30px;
}

.site-gallery .prjct-item-2 .prjct-imgs:first-child .prjct-img {
    margin-bottom: 30px;
}

.site-gallery .prjct-item-3 {
    margin-right: 0;
}

.site-gallery .prjct-imgs .prjct-img-info {
    padding: 15px 15px;
    transition: all 0.3s ease;
}

.site-gallery .prjct-imgs .prjct-view {
    font-size: 14px;
    padding: 10px 0 20px;
    display: none;
}

.site-gallery .prjct-imgs .prjct-img:hover .prjct-view {
    display: block;
}

.site-gallery .prjct-imgs .prjct-arrow {
    display: none;
}

.site-gallery .prjct-imgs .prjct-img:hover .prjct-arrow {
    display: block;
}

.site-gallery .prjct-imgs .prjct-title {
    font-size: 20px;
    line-height: 1.2;
}

.site-gallery .prjct-imgs .prjct-img:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(11 31 56 / 88%);
}

.site-gallery .prjct-imgs .prjct-img:hover .prjct-img-info {
    left: 0;
    transition: all 0.3s ease;/*    border: 1px solid #525d6a;
    padding: 80%;*/
}

.site-gallery .prjct-item-1 .prjct-imgs .prjct-img:hover .prjct-img-info {
    border: 3px solid #525d6a;
    padding: 88px;
}

.site-gallery .gallery-btn {
    margin-top: 75px;
}

/* Site Reviews */
.site-reviews {
    overflow: hidden;
}

.page-id-592 .site-reviews {
    display: none;
}

.page-id-592 .site-inner {
    padding-bottom: 200px;
}

.site-reviews.dark-overlay:before {
    background-color: rgba(0, 0, 0, 0.70);
}

.site-reviews .reviews-container {
    padding: 100px 0 250px;
    z-index: 3;
}

.site-reviews .review-item-wrap:hover {
    background-color: rgb(8, 64, 28, 75%);
    color: #fff;
}

.site-reviews .review-item-wrap {
    background-color: rgb(255, 255, 255, 70%);
    padding: 40px 25px;
    margin: 30px 0 50px;
}

.site-reviews .review-content {
    width: 65%;
}

.site-reviews .review-item {
    padding: 0px 10px;
}

.site-reviews .review-listing {

    /*padding: 30px 15px;*/
    margin-bottom: 30px;
}

.site-reviews .review-listing .review-quote {
    font-size: 35px;
}

.site-reviews .review-heading {
    padding: 30px 15px;
    text-align: center;
}

.site-reviews .review-content {
    font-size: 18px;
}

.site-reviews .review-slide-control {
    text-align: center;
    z-index: 3;
}

.prim-color {
    color: #fdad22;
}

.site-reviews .review-slide-control>div {
    display: inline-block;
    color: #000;
    cursor: pointer;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    padding: 7px 13px;
}

.site-reviews .review-slide-control>div:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.site-reviews .slide-control .left {
    left: 40%;
}

.site-reviews .slide-control .right {
    right: 40%;
}

.site-reviews .reviews-btn-wrap {
    padding: 60px 0;
}

.site-reviews ul.slick-dots {
    position: absolute;
    bottom: -50px;
    padding: 0;
    margin: 0;
    left: 0;
    text-align: center;
    right: 0;
    z-index: 3;
    display: none !important;
}

.site-reviews ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.site-reviews ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #717171;
}

.site-reviews ul.slick-dots li.slick-active button {
    background: #9ef328;
    border: 1px solid #9ef328;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 10px 15px !important;
    background-color: #ffffff !important;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #ccc;
    min-width: 40px;
    display: inline-block;
    margin-bottom: 5px;
    height: 40px;
}

.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links span.page-numbers.current {
    background-color: #9ef328 !important;
    color: #fff;
    border: 1px solid #111;
}

ul.yext-reviews-page li.review:before {
    display: none;
}

.sfs-review-submit-btn button {
    margin-bottom: 10px;
    max-width: 300px;
}

.list-of-reviews article {
    margin-bottom: 15px !important;
}

.site-reviews .review-author {
    font-size: 18px;
    margin-top: 10px;
}

.site-reviews .review-icon-quote {
    background-image: url(/wp-content/uploads/2023/06/icon-quote.png);
    background-repeat: no-repeat;
    display: block;
}

.site-reviews .sprite-icon-quote {
    width: 28px;
    height: 20px;
    background-position: 0;
}

.site-reviews .icon-author {
    margin-right: 50px;
}

.site-reviews .icon-quote {
    font-size: 25px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #80bf21;    /* box-shadow: 0px 20px 49px 6px rgba(11, 31, 56, .46); */

    /*    position: absolute;
    right: 50%;
    top: 50%;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-reviews .icon-quote i {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.site-reviews .review-item:nth-child(odd) .review-item-wrap {
background-color: #000;
}

.site-reviews .review-item:nth-child(odd) .review-item-wrap,
.site-reviews .review-item:nth-child(odd) .review-item-wrap .review-author {
color: #FFF;
}*/

/* Site Badges */
.site-section.site-badges {
    background-color: #fff;
    padding-bottom: 385px;
}

.site-badges .badge-slide-control>div:hover {
    background-color: #9ab577;
    border: 1px solid #9ab577;
    color: #fff;
}

.site-badges .slide-control .left {
    left: 2%;
}

.site-badges .slide-control .right {
    right: 2%;
}

.site-badges .slide-control .left,
.site-badges .slide-control .right {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background-color: #313232;
    border: 1px solid #313232;
    padding: 12px 20px;
    border-radius: 50%;
    top: 68%;
    padding: 3px 8px;
}

.site-badges .badges-item img {
    display: block;
    margin: 0 auto;
}

.site-badges .badges-item {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px;
}

.site-badges .badges-item.slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 10px;
    background-color: #fff;
}

.site-badges .badges-item:hover {
    border: 1px solid #75aa2f;
}

.site-badges .badges-item img {
    display: block;
    margin: 25px auto;
    filter: grayscale(100%);
}

.site-badges .badges-item img:hover {
    filter: grayscale(0%);
}

/* Latest News */
.news-post-date {
    background-color: #80bf21;
    width: 55px;
    height: 65px;
    text-align: center;
    position: absolute;
    bottom: -12%;
    right: 15px;
    line-height: 0;
    padding: 17px 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
    z-index: 9;
}

.news-month {
    font-size: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.news-date {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #000;
}

.latest-post-date:before {
    content: '\f073';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-right: 5px;
    color: #9ef328;
}

.latest-news .news-post:hover .news-content-wrap {
    background-color: #000;
}

.latest-news .news-post:hover .news-content-wrap .news-post-author,
.latest-news .news-post:hover .news-content-wrap .news-content,
.latest-news .news-post:hover .news-content-wrap .news-post-btn a,
.latest-news .news-post:hover .news-content-wrap .news-post-btn a.site-btn:after,
.latest-news .news-post:hover .news-content-wrap .news-post-author:before {
    color: #fff;
}

.latest-news .news-post {
    margin: 0 6px 15px;
}

.latest-news .news-image {
    min-height: 280px;
}

.latest-news .news-post-title {
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 0 10px;
}

.latest-news .news-content-wrap {
    padding: 35px 30px 45px;
    background-color: #fff;
    border-top: none;
}

.latest-news .news-post:hover {
    box-shadow: 0px 10px 70px rgba(0, 0, 0, .08);
}

/*.latest-news .news-post:hover .news-content-wrap {
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #75aa2f;
color: #fff;
}*/
.latest-news .submit-form-space {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translate(297%, 17%);
}

.latest-news div.wpcf7-response-output {
    width: 30%;
    margin: 0 auto !important;
}

.latest-news .form-container .form-field input[type="submit"] {
    background-color: #80bf21;
    color: #000;
    padding: 15px 27px;
    position: relative;
    font-weight: bold;
}

.latest-news .form-container .form-field .submit-meh:hover input[type="submit"] {
    background-color: #000;
    color: #fff;
}

.latest-news .form-container .form-field .submit-meh:hover i {
    color: #fff;
}

.latest-news .form-container .form-field {
    background-color: inherit;
    max-width: 1200px;
    margin: 0 auto;
}

.latest-news::placeholder {
    color: #000;
}

.latest-news .news-post-author-date {
    font-size: 14px;
}

.latest-news .email-title {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.latest-news input {
    padding: 25px 15px;
}

.latest-news .submit-meh i {
    position: absolute;
    right: 9%;
    top: 29%;
    color: #000;
}

.news-post-author {
    margin-bottom: 15px;
}

.news-post-author:before {
    content: "\f007";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #000;
    margin-right: 3px;
}

.latest-news .news-post-btn {
    margin-top: 10px;
}

.latest-news .news-post-btn a.site-btn {
    border: 0;    /* color: #0b1f38; */
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    background-color: inherit;
    color: #000;
}

.latest-news .news-post:hover .latest-post-date:before {
    color: #fff;
}

.latest-news .news-post:hover .news-content-wrap .news-post-btn a.site-btn {
    justify-content: start;
}

.latest-news .news-post-btn a.site-btn:after {
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 5px;
    font-weight: 900;
    line-height: 1;
    content: "\f061";
    color: #000;
}

.latest-news .news-post a.ellips {
    color: #6a6a6a;
}

.latest-news .news-btn {
    margin-top: 40px;
}

/* Page Banner */
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 710px;
    max-height: 710px;
    background-color: #b2b2b2;
}

.inner-page-banner .page-title-container {
    width: 100%;
}

.inner-page-banner .page-banner-wrap {
    height: 100%;    /*background: linear-gradient(to right, rgb(11, 31, 56)-20%, transparent 100%);*/
    justify-content: center;    /*padding: 0 0 0 20%;*/
}

.inner-page-banner .caption-site-name {
    font-size: 16px;
    line-height: 1;
}

.inner-page-banner .page-title {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
}

.home-btn a.site-btn {
    width: 210px;
    height: 55px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .content-sidebar-wrap h1:before,
.page-id-196 .content-sidebar-wrap h1:before {
    content: "About US";
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-sidebar-wrap h1:before {
    content: "Masterson Paving";
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.home-btn a.site-btn:nth-child(1):after {
    content: "\f054";
}

.home-btn a.site-btn:nth-child(2):after {
    content: "\f00c";
}

.home-btn a.site-btn:after {
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 5px;
    font-weight: 900;
    line-height: 1;
}

.reviews-btn a.site-btn {
    margin-right: 25px;
    width: 185px;
    padding: 17px 0;
}

/*.reviews-btn a.site-btn:after{
 font-family: 'Font Awesome\ 5 Free';
margin-left: 5px;
font-weight: 900;
line-height: 1;
 content: "054"; 
}*/

/* Site Projects */
.home .site-projects {
    background-color: inherit;
}

.site-projects .projects-listing .col-4 {
    border-top: 3px solid #5f6962;
    padding-top: 21px;
    border-bottom: 3px solid #5f6962;
    padding-bottom: 21px;
}

.site-projects .projects-listing .col-4:hover {
    border-top: 3px solid #75aa2f;
    border-bottom: 3px solid #75aa2f;
}

.site-projects .col-2.projects-list {
    margin-bottom: 40px;
}

.site-projects .section-title {
    font-size: 40px;
}

.site-projects .project-button {
    margin-top: 40px;
}

.site-projects .projects-title {
    font-size: 16px;
}

.site-projects .projects-number {
    color: #000;
    position: relative;
}

.site-projects .projects-number:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #80bf21;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: 0 auto;
}

.site-projects .projects-title {
    color: #000;
}

.site-projects .projects-number {

    /*margin: 0 auto 15px;*/
    font-size: 31px;
    line-height: 1;
}

.site-counter.odometer.odometer-auto-theme {
    display: none;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* Site Inner Projects */
.block-editor-page .site-projects {
    background-color: #000;
}

/* Site Inner Videos */
.site-inner-videos .videos-bottom-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 275px;
    background: #FFF;
    top: 0;
}

/* Homepage Content Section */
.home-content {
    padding: 40px 0;
    color: #fff;
}

.home-main-content .section-nav-wrap {
    display: block;
}

.home-main-content .home-desk-nav {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}

.home-main-content .section-text-wrap .mobile-nav,
.home-main-content .section-text-wrap .home-content-section-wrap {
    display: none;
}

.home-main-content .section-text-wrap.active .home-content-section-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
}

.home-main-content .home-desk-nav-wrap {
    padding-right: 20px;
}

.home-main-content .home-desk-nav {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.home-main-content .home-desk-nav.active {
    background: #fff;
    color: #000;
}

.home-main-content .section-text-wrap .home-content-wrap {
    padding-right: 20px;
}

.home-main-content .section-text-wrap {
    border: 0;
}

.home-main-content .section-text-wrap .home-content-wrap .home-content {
    padding: 0;
}

.home-main-content .home-image-wrap.mobile-view {
    text-align: center;
}

.home-main-content .desktop-view {
    display: none;
}

.home-main-content .mobile-nav:after {
    color: #fff;
    content: "\f0dd";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-main-content .section-text-wrap.active .mobile-nav:after {
    content: "\f0d8";
    color: #75aa2f;
}

.home-content-btn {
    margin: 30px 0 0;
}

.home-content-btn a {
    color: #000;
    padding: 10px;
}

.home-content-btn i {
    padding: 15px;
    border-radius: 5px;
    color: #FFF;
    background: rgb(187, 3, 17);
    background: linear-gradient(180deg, rgba(187, 3, 17, 1) 0%, rgba(235, 28, 44, 1) 100%);
}

/* Site What We Do */
.site-what-we-do .inner-width {
    max-width: 100%;
    width: 100%;
}

.site-what-we-do .icon-numbers {
    align-items: flex-end;
}

.site-what-we-do .what-we-do-list-number {
    font-size: 70px;
    color: #5a8914;
}

.site-what-we-do .what-we-do-list-item {
    padding: 40px 15px;
    background-color: #80bf21;    /*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);*/
    min-height: 310px;
    position: relative;
    padding: 30px 5vw;    /*padding: 40px 15px; */
    background-color: #80bf21;
    clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 15% 50%);    /*min-height: 310px;*/
    position: relative;
    padding: 30px 5vw;
    min-height: 250px;
}

.site-what-we-do .what-we-do-list-item:nth-child(even) {
    background-color: #a2f229;
}

.site-what-we-do .what-we-do-list-item:nth-child(1) {
    right: -10vw;
}

.site-what-we-do .what-we-do-list-item:nth-child(2) {
    right: -5vw;
}

.site-what-we-do .what-we-do-list-item:nth-child(4) {
    right: 5vw;
}

.site-what-we-do .what-we-do-list-item:nth-child(5) {
    right: 10vw;
    background-color: #011520;
}

.site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-icon {
    background-color: inherit;
    height: 90px;
    width: 105px;
}

.site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title,
.site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-decription {
    color: #fff;
}

.home .site-what-we-do .site-call-to-action {
    display: none;
}

.site-what-we-do .site-call-to-action .section-title {
    margin-bottom: 20px;
}

.home .site-what-we-do .yt-relative {
    display: block;
}

.site-what-we-do .yt-relative {
    display: none;
}

.site-what-we-do .section-video.dark-overlay:before {
    background-color: rgba(0, 0, 0, 0.30);
}

.site-what-we-do  .yt-relative .video-yt-logo {
    position: absolute;
    left: 17%;
    transform: translate(50%, 50%);
    bottom: 10%;
}

.ft-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    margin: 0 auto;
}

.site-video {
    overflow: hidden;
}

.ft-video-logo {
    position: absolute;
    bottom: 27px;
    width: 100%;    /* height: 156px; */

    /* background-position: bottom; */
    margin: 0 auto;
}

.site-video .video-image {
    height: 415px;
}

.site-video .video-image:before {
    content: '';
    background: var(--primary-color);
    background-color: rgba(26, 63, 134, .77);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.site-video .video-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 535px 351px;
    border-color: transparent transparent #edeff3 transparent;
    position: absolute;
    top: 0;
    left: -351px;
}

/* 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;
    }

}

/*.video-icon{
background-image: url(/wp-content/uploads/2024/06/videos-icon.png);
background-repeat: no-repeat;
display: block;    
}*/
.video-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #000;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-icon:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(128, 191, 33, .75);
    top: -25%;
    left: -25%;
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    background: rgba(198, 16, 0, 0);
}

.sprite-icon-video-icon {
    width: 75px;
    height: 75px;
    background: radial-gradient(rgb(128 191 33) 55%, rgba(128, 191, 33, 0.3) 57%);
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.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: scroll;
}

.popup-video-section button.pop-close {
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 800;
    position: absolute;
    top: 290px;
    right: 10px;
}

.x-btn {
    max-width: 600px;
    width: 100%;
    position: relative;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.popup-video-section .video-item-popup {
    display: flex;
    justify-content: center;
    min-height: 940px;
    align-items: center;
}

.popup-video-section .video-item-popup iframe {
    padding: 10px;
}

lite-youtube {
    width: 100%;
    height: 545px;
    display: block;
}

.ft-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft-video-icon i {
    cursor: pointer;
}

.site-what-we-do  .yt-relative .video-yt-button {
    position: absolute;
    left: 37%;
    transform: translate(50%, 50%);
    bottom: 50%;
}

.site-what-we-do  .yt-relative {
    width: auto;
    max-width: 1170px;
    margin: 0 auto;
}

.site-what-we-do .section-video {
    width: auto;
    max-width: 100%;
    height: 700px;
    margin-top: -30%;
    margin-bottom: 120px;
}

.site-what-we-do .what-we-do-wrap {
    margin-top: 60px;
}

.site-what-we-do .what-we-do-list-item:hover {
    background-color: #75aa2f;
    border-radius: 5px;
}

.site-what-we-do .what-we-do-list-item .what-we-do-list-icon {
    background-color: #a2f229;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    position: relative;
}

.site-what-we-do .what-we-do-list-item:nth-child(even) .what-we-do-list-icon {
    background-color: #80bf21;
}

/*.site-what-we-do .what-we-do-list-item:before {
background-color: #FFF;
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
}

.site-what-we-do .what-we-do-list-item:hover:before {
background-color: #000;
background-color: rgba(0, 0, 0, .62);
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
}

.site-what-we-do .what-we-do-list-item:hover .what-we-do-list-title, .site-what-we-do .what-we-do-list-item:hover .what-we-do-link {
color: #FFF;
}

.site-what-we-do .what-we-do-list-item:hover .what-we-do-list-icon img {
filter: brightness(0) invert(1);
}*/
.site-what-we-do .what-we-do-list-item .what-we-do-list-title {
    font-size: 20px;
    color: #000;
    margin: 20px 0 0;
}

.site-what-we-do .what-we-do-list-item:hover .what-we-do-list-title,
.site-what-we-do .what-we-do-list-item:hover .what-we-do-list-decription {
    color: #fff;
}

.site-what-we-do .what-we-do-list-item .what-we-do-list-decription {
    color: #000;
}

.site-what-we-do .what-we-do-link {
    margin-top: 30px;
}

.site-what-we-do .what-we-do-btn {
    margin-top: 100px;
}

/* Site Call to Action */
.site-call-to-action {
    overflow-x: clip;
    z-index: 4;
    background-size: auto;
}

.page-id-581 .latest-news .call-to-action-bg,
.page-id-583 .latest-news .call-to-action-bg,
.page-id-584 .latest-news .call-to-action-bg {
    display: none;
}

.call-to-action-bg {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

.site-call-to-action .site-call-to-action-wrap {
    margin-left: 20%;
}

.site-call-to-action .inner-width {
    max-width: 1740px;
}

.site-call-to-action .cta-btn .cta-title {
    text-transform: uppercase;
}

.site-call-to-action .site-cta-wrap-btn .cta-btn:last-child .cta-btn-wrap {
    margin-right: 0;
}

.site-call-to-action .cta-btn .cta-btn-wrap:hover {
    background-color: #9ef328;
    color: #000;
    border: 1px solid #000;
}

.site-call-to-action .cta-btn .cta-btn-wrap:hover a {
    color: #000;
}

.site-call-to-action .cta-btn .cta-btn-wrap a {
    color: #fff;
}

.site-call-to-action .section-title {
    margin-bottom: 30px !important;
    text-align: left !important;
}

.site-call-to-action .cta-btn .cta-btn-wrap {
    cursor: pointer;
    margin: 0 15px 0 0;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    width: 185px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-call-to-action .site-cta-wrap-btn .cta-btn:nth-child(2) .cta-btn-wrap {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.site-call-to-action .site-cta-wrap-btn .cta-btn:nth-child(2) .cta-btn-wrap:hover {
    background-color: #9ef328;
}

.site-call-to-action .cta-btn:first-child .cta-btn-wrap:before {
    content: "\f0e0";
}

.site-call-to-action .cta-btn .cta-btn-wrap:before {
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 5px;
    font-weight: 900;
}

.site-call-to-action .cta-btn .cta-btn-wrap:before {
    content: "\f879";
}

.site-call-to-action .cta-btn.for-popup .cta-btn-wrap:before {
    display: none;
}

.site-call-to-action .cta-btn.for-popup .cta-btn-wrap img {
    margin-left: 5px;
}

.site-call-to-action .get-in-touch-logo {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%);
}

.site-call-to-action .site-cta-wrap-btn a.white {
    margin-right: 20px;
}

.site-call-to-action .site-cta-padding {
    height: 100%;
}

.site-call-to-action .site-cta-padding div {
    width: 100%;
}

.site-call-to-action .site-cta-btn-wrap {
    margin-top: 45px;
}

.site-call-to-action .border-white {
    position: absolute;
    bottom: -100px;
}

.site-call-to-action .border-black {
    position: absolute;
    top: -70px;
}

.site-call-to-action .col-6-12.site-cta-image {
    padding-left: 15px;
}

.site-call-to-action .col-6-12.site-cta-email {
    padding-right: 12%;
}

.site-call-to-action .site-cta-padding .border-red {
    border: 2px solid #9ef328;
    border-right: 0;
    height: 539px;
    position: absolute;
    left: -20px;
    width: 185px;
}

.site-call-to-action .border-red:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    background-color: #9ef328;
    right: 0;
}

.site-call-to-action .border-red:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    background-color: #9ef328;
    right: 0;
    bottom: 0;
}

/* Site Form */
.site-sec-form .image-logo-form {
    position: absolute;
    bottom: 0;
}

.site-sec-form .form-container .form-field {
    padding: 0;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.site-sec-form .recaptcha-note a:hover {
    color: #FFF;
}

.site-sec-form .site-info-group.icon {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #9ef328;
    border-radius: 50%;
    left: 0;
    top: -13px;
}

.site-info-column-row {
    margin-top: 50px;
}

.site-sec-form .site-info-group.icon i {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.site-sec-form .site-info-group {
    font-size: 14px;
    margin-bottom: 50px;
}

.site-sec-form .site-info-item-inner {
    padding-left: 60px;
}

.site-sec-form span.span-block {
    display: block;
}

.site-sec-form .half-site-form {
    max-width: 845px;
}

.site-sec-form .heading-info {
    max-width: 585px;
    margin: 5% auto 5%;
}

.site-sec-form form button {
    background-color: #9ef328;
}

.site-form .recaptcha-note,
.site-form .recaptcha-note a {
    color: #aeaeae;
}

.site-form .recaptcha-note a:hover {
    color: #FFF;
}

span.wpcf7-form-control-wrap.interest:before {
    content: "\f0dd";
    color: #000;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 17px;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    right: 20px;
}

/*Site Service Areas */
.site-services-areas .areas-we-serve-button {
    margin-top: 40px;
}

.map iframe {
    border-radius: 10px;
}

.site-services-areas .areas-we-serve-button a {
    padding: 20px 33px;
}

.site-services-areas .service_area-title {
    color: #9ef328;
}

.site-services-areas .service-areas-map-image,
.site-services-areas .heading-service-areas {
    height: 645px;
}

.site-services-areas .for-width-service {
    width: 285px;
    margin: 0 auto;
}

.site-services-areas .service-area-item {
    padding: 1px 1px 1px 60px;
    margin-bottom: 15px;    /*background-color: #bfd1c6;*/
    width: 555px;
}

.site-services-areas .service-area-item .service-area-item-inner-wrap:hover {
    background-color: #9ef328;
}

.site-services-areas .service-area-item-inner-wrap:hover .service_area-title,
.site-services-areas .service-area-item-inner-wrap:hover .service_area-item,
.site-services-areas .service-area-item-inner-wrap:hover .service_area-item a {
    color: #fff;
}

.site-services-areas .service-area-item-inner-wrap {
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100px;
    line-height: 1.3;
    border: 1px solid #bfd1c6;
}

.site-services-areas .service-areas-listing {
    max-width: 555px;
    margin: 0 0 0 auto;
}

.site-services-areas .service-area-item:before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;/*    border-radius: 34%;*/
    left: -1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    width: 70px;
    background-color: #bfd1c6;
}

.site-services-areas .operation-time span {
    line-height: 1;
}

.site-services-areas .service-area-item:nth-child(odd):before {
    background-image: url(/wp-content/uploads/2023/09/location.png);
}

.site-services-areas .service-area-item:nth-child(even):before {
    background-image: url(/wp-content/uploads/2023/09/phone-contact.png);
}

.site-services-areas .service-area-item:nth-child(5):before {
    background-image: url(/wp-content/uploads/2023/09/mail.png);
}

.site-services-areas .service-area-item:nth-child(6):before {
    background-image: url(/wp-content/uploads/2023/09/hours.png);
}

/* Blog Page, Archive */
.post-archives-list {
    margin-bottom: 30px;
}

.blog-news-post-btn a {
    width: 170px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 15px;
}

.blog-post-title {
    color: #9ef328;
    margin: 20px 0 30px;
    font-size: 20px;
}

article.blog-post:hover .blog-content .blog-post-title a {
    color: #fff;
    text-decoration: underline;
}

article.blog-post:hover .latest-post-date:before {
    color: #fff;
}

article.blog-post:hover .blog-content .latest-post-date {
    color: #fff;
}

article.blog-post .blog-post-image-wrap {
    max-width: 285px;
    width: 100%;
    margin-right: 70px;
}

article.blog-post .blog-content {
    padding: 20px;
    margin-bottom: 20px;
    max-width: 700px;
    width: 100%;
}

.page-id-209 .site-inner,
.archive .site-inner,
.single .site-inner {
    background-image: url(/wp-content/uploads/2024/06/blog-page-bg-scaled.jpg);
}

.blog-post-design {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.blog-post-design .news-post-date {
    background-color: #80bf21;
    width: 55px;
    height: 65px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -16px;
    line-height: 0;
    padding: 17px 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
    z-index: 9;
}

/*.blog-news-post-btn a:after{
font-family: 'Font Awesome\ 5 Free';
margin-left: 5px;
font-weight: 900;
line-height: 1;
content: "054";
color: #fff;    
}*/
.post-archives-list select {
    padding: 15px 30px 15px 15px;
    background-color: #fff;
    color: #000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 60px;
}

.blog-post-image {
    height: 275px;
}

.post-archives-list select option {
    background-color: #9ef328;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.post-archives-list select:hover,
.post-archives-list select:focus {
    background-color: #9ef328;
    color: #fff !important;
}

.category-list:hover:after,
.recent-post:hover:after,
.post-archives-list .col-3 select:hover {
    color: #fff;
}

.page-id-209 .latest-news,
.archive .latest-news {
    display: none;
}

.post-archives-list select option:first-child {
    display: none;
}

.category-list,
.recent-post {
    position: relative;
}

.category-list:after,
.recent-post:after {
    color: #75aa2f;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 5%;
    height: 10px;
    content: "\f0d7";
    pointer-events: none;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.post-archives-list .col-3 {
    margin-bottom: 10px;
}

.post-blog-list {
    margin: 60px 0;
}

.post-blog-list article {
    margin-bottom: 30px;
}

.post-blog-list article:not(:nth-child(3n+1)) {
    margin-left: 0;
}

.post-blog-list .post-img {
    height: 300px;
}

.post-blog-list .post-info-wrap {
    padding: 15px 15px;
    border: 1px solid #eceded;
    border-top: none;
    margin-bottom: 0px;
}

.post-blog-list .post-list:hover .post-info-wrap {
    border: 0;
}

.post-blog-list .post-info-wrap .post-date-wrap {
    font-size: 14px;
}

.post-blog-list .post-info-wrap .post-title {
    font-size: 20px;
    line-height: 1.2;
}

.post-blog-list .post-info-wrap .post-content {
    padding: 0 0 20px;
}

.post-blog-list .post-info-wrap .post-more a {
    color: #9ef328;
    font-size: 14px;
}

.post-blog-list .post-info-wrap .post-more a:after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #9ef328;
    display: block;
    margin: 6px 0 20px;
}

.post-blog-list .post-title {
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 0 10px;
}

body.post-template-default .content {
    padding-bottom: 120px;
}

.post-blog-list .post-list:hover {
    box-shadow: 0px 10px 70px rgba(0, 0, 0, .08);
}

/* Contact Us Page */
.contact-page-form-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.contact-info-wrap .contact-info {
    padding: 30px 0;
}

.contact-info-wrap .operation-time span {
    display: block;
}

.contact-info-wrap .contact-info .phone a {
    display: block;
}

.contact-info-wrap .contact-map {
    width: 320px;
    margin: 0 auto;
}

.contact-info-wrap .contact-form {
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto 50px;
}

.contact-info-wrap .contact-form textarea {
    height: 100px;
}

.contact-info-wrap span.ajax-loader {
    bottom: -38px;
    top: auto;
}

.contact-info-wrap .column-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.page-template-contact-template .site-projects {
    padding-top: 0;
}

.contact-info-wrapper .site-operation span:before {
    content: "\f017";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: relative;
    left: -5px;
    top: 0;
}

.contact-info-wrap .site-address span.span-block {
    display: block;
}

.contact-info-wrapper i.fa-map-marker-alt {
    left: 4px;
}

/* Page Accordion */
.page-accordion {
    padding: 20px 0;
}

.page-accordion h3 {
    text-transform: initial;
    color: #FFF;
    font-size: 16px;
    margin: 0;
}

.page-accordion .accordion-item {
    margin-bottom: 15px;
}

.page-accordion .accordion-title {
    background-color: #9ef328;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 40px 10px 50px;
}

.page-accordion .accordion-title i {
    color: #9ef328;
    background: #FFF;
    padding: 7px;
    font-size: 18px;
    position: absolute;
    left: 8px;
    top: 7px;
}

.faqs-page-accordion .accordion-title:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #9ef328;
    color: #595959;
}

.faqs-page-accordion .accordion-title.active:before {
    border: 1px solid #17140a;
}

.faqs-page-accordion .accordion-title {
    padding: 10px 40px 10px 56px;
}

.page-accordion .accordion-title.active {
    background-color: #9ef328;
    color: #ffffff;
}

.page-accordion .accordion-content {
    padding: 15px 15px 15px 50px;
    display: none;
}

.page-accordion .accordion-title:after {
    content: "\f056";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 4px;
    padding: 6px 7px;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f8e8e8;
}

.page-accordion .accordion-title.active:after {
    content: "\f056";
}

/* SFS Gallery */
.slmp-gallery .slmp-image img {
    height: 285px;
    object-fit: cover;
}

.slmp-category-navigation .slmp-cat-title {
    min-width: 75px !important;
    padding: 15px 20px !important;
    margin: 0 10px 5px;
    border: 1px solid #000 !important;
    background: transparent;
    !important;
    font-weight: 600;
    text-align: center;
}

.slmp-gallery .slmp-image-label {
    display: none;
}

.slmp-category-navigation {
    text-align: left !important;
}

.slmp-gallery .slmp-gallery-load-more button {
    background: #000 !important;
    padding: 16px 20px !important;
    min-width: 180px !important;
    font-weight: 600 !important;
    max-width: 50px !important;
    text-transform: capitalize !important;
}

.slmp-gallery h2 {
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}

.slmp-category-navigation .slmp-cat-title:hover,
.slmp-category-navigation .slmp-cat-title:focus,
.slmp-category-navigation .slmp-cat-title.active {
    background-color: #000 !important;
}

.sfs-custom-gallery .sfs-loadmore {
    padding: 60px 10px !important;
}

.sfs-category-navigation .category-item.active,
.sfs-category-navigation .category-item:hover,
.sfs-custom-gallery .sfs-loadmore-btn:hover {
    background-color: #d21118 !important;
    color: #fff !important;
    border: 1px solid #d21118 !important;
    font-weight: 600;
}

.sfs-category-navigation .category-item {
    background-color: transparent !important;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 10px 15px !important;
    margin: 5px !important;
    border-radius: 5px;
    color: #000;
}

.sfs-category-navigation {
    margin-bottom: 30px;
}

.sfs-custom-gallery .sfs-album-category-images .sfs-image-item,
.sfs-custom-gallery .sfs-album-category-images .sfs-image-item.load_more,
.sfs-custom-gallery .sfs-album-images .sfs-image-item.load_more,
.sfs-custom-gallery .sfs-category-images .sfs-image-item,
.sfs-custom-gallery .sfs-grid-images .sfs-image-item.load_more {
    padding: 15px !important;
    cursor: pointer;
}

.sfs-image-item.col-two:nth-child(odd) {
    padding-left: 0 !important;
}

.sfs-custom-gallery .sfs-loadmore-btn {
    position: relative;
    padding: 10px 40px !important;
    color: #fff;
    background-color: #9ef328 !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #d21118 !important;
}

.sfs-custom-gallery .sfs-loadmore-btn:hover {
    color: #d21118;
}

.sfs-custom-gallery .sfs-loadmore-btn:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f0fe";
    margin-left: 5px;
    position: relative;
    right: 0;
}

.sfs-image-item-container {
    position: relative;
}

/*Video Slider*/
.video-slider {
    max-width: 720px;
    margin: 0 auto;
}

.video-slider .slide-video-listing {
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 0;
    visibility: hidden;
}

.slide-video-listing.slick-initialized {
    height: auto;
    visibility: visible;
}

.video-slider .slide-video-list {
    margin: 0 40px;
}

.video-slider .slide-control .left,
.video-slider .slide-control .right {
    background-color: rgba(0, 0, 0, 0.50);
    padding: 15px 7px;
    border-radius: 0;
}

.video-slider iframe {
    border-radius: 10px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, .15);
    margin-bottom: 60px;
}

/* Badges Section */
.site-badge .badge-list {
    opacity: 0;
    height: 0;
}

.site-badge .badge-list.slick-initialized {
    opacity: 1;
    height: auto;
}

.site-badge .badges-item.slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 5px;
}

/* Site Company Nap */
.site-company-nap {
    max-width: 1800px;
    margin: 0 auto 60px;
    padding-top: 0;
}

.site-company-nap .what-we-do-list-item-company-nap .address-contact-nap:hover {
    background: #000 !important;
}

.site-company-nap .what-we-do-list-item-company-nap .address-contact-nap:hover .what-company-nap-address,
.site-company-nap .what-we-do-list-item-company-nap .address-contact-nap:hover .what-company-nap-address:before,
.site-company-nap .what-we-do-list-item-company-nap .address-contact-nap:hover .what-company-nap-description a,
.site-company-nap .what-we-do-list-item-company-nap .address-contact-nap:hover .what-company-nap-description:before {
    color: #fff;
}

.site-company-nap .what-we-do-container {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.site-company-nap .nap-logo-icon {
    background-color: #effaf3;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    margin: -100px auto 30px;
    transform: rotate(45deg);
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.site-company-nap .nap-logo-icon img {
    transform: rotate(314deg);
}

.site-company-nap .what-company-nap-title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.site-company-nap .section-title {
    margin-bottom: 50px;
}

.site-company-nap .what-we-do-list-item-company-nap:nth-child(4) {
    margin: 0 0 70px 10px;
}

.site-company-nap .address-contact-nap {
    padding: 60px 0 60px 60px;
    text-align: left;
}

.site-company-nap .address-contact-nap .what-company-nap-address {
    margin-bottom: 20px;
    display: flex;
}

.site-company-nap .address-contact-nap .what-company-nap-address:before {
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 10px;
    font-weight: 900;
    content: "\f3c5";
}

.site-company-nap .address-contact-nap .what-company-nap-description a {
    font-weight: bold;
}

.site-company-nap .address-contact-nap .what-company-nap-description:before {
    font-family: 'Font Awesome\ 5 Free';
    margin-right: 10px;
    font-weight: 900;
    content: "\f879";
}

.site-company-nap .what-we-do-list-item-company-nap {

    /*    border: 1px solid #84aa6e;
    padding: 60px 40px;*/
    margin: 0 10px 70px;
}

/*.site-company-nap .what-we-do-list-item-company-nap:hover{
background-color: #fff;
border: 1px solid #fff;
}
.site-company-nap .what-we-do-list-item-company-nap:hover .what-company-nap-title{
color: #9ef328;
}
.site-company-nap .what-we-do-list-item-company-nap:hover .what-company-nap-dec{
color: #54765f;
}
.site-company-nap .what-we-do-list-item-company-nap:hover .what-company-nap-dec a{
color: #54765f;
}*/

/* Site Footer */
footer .for-footer-design {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

footer .column-label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #80bf21;
    left: 0;
    right: 0;
    bottom: -10px;
}

footer .footer-background-left {
    position: absolute;
    top: -40%;
}

footer .footer-background-right {
    position: absolute;
    right: 0;
    top: -40%;
}

footer .footer-section-title {
    font-size: 24px;
}

footer .footer-section-desc {
    margin: 10px 0;
}

footer.site-section.site-footer {
    background-color: #000;
    padding: 70px 0 20px;
}

footer .inner-width.footer-column-row {
    max-width: 400px;
}

footer .ftr-item a:hover {
    color: #FFF;
}

footer .footer-logo img {
    padding: 10px;
    border-radius: 10px;
    max-width: 180px;
}

footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

footer .footer-menu ul li {
    list-style: none;
}

footer .footer-follow-us {
    margin: 50px 0 10px;
}

/*footer .footer-menu ul li a:hover{
background-color: #fff;
color: #75aa2f;
padding: 7px 0 7px;
}*/
footer .footer-menu ul li a {
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 5px 0 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}

footer .menu-disabled>a {
    pointer-events: none;
}

footer .request-a-quote-design {
    background-color: #808184;
    position: absolute;
    z-index: 5;
    top: -25%;
    padding: 0 0 0 50px;
}

footer .request-a-quote-design img {
    margin-top: -17%;
}

footer .column-label {
    font-size: 20px;
    margin: 0 0 30px;
    text-align: left;
    color: #000;
    font-weight: bold;
}

footer .footer-item-rows .footer-col-item {
    padding-left: 25px;
    font-size: 14px;
}

footer .footer-item-rows .footer-col-item:not(:last-child) {
    margin-bottom: 15px;
}

footer .footer-item-rows .footer-col-item .span-block {
    display: block;
}

footer .footer-col-item.site-number a {
    display: block;
}

footer .footer-item-rows .footer-col-item.footer-menu {
    padding: 0;
}

footer .footer-item-rows .footer-col-item.site-name:before,
footer .footer-item-rows .footer-col-item.site-address:before,
footer .footer-item-rows .footer-col-item.site-number:before,
footer .footer-item-rows .footer-col-item.site-email:before,
footer .footer-item-rows .footer-col-item.site-operation:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}

footer .footer-column .footer-col-item.site-name:before {
    content: "\f015";
}

footer .footer-column .footer-col-item.site-address:before {
    content: "\f3c5";
    left: 3px;
}

footer .footer-column .footer-col-item.site-number:before {
    content: "\f879";
}

footer .footer-column .footer-col-item.site-email:before {
    content: "\f0e0";
    font-weight: 400;
}

footer .footer-column .footer-col-item.site-operation:before {
    content: "\f017";
    font-weight: 400;
}

footer.site-footer .custom-footer-content {
    font-size: 14px;
}

footer.site-footer .copyright-text {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: right;
}

footer.site-footer .copyright-text a:hover {
    color: #FFF;
}

footer .footer-column.items-list .footer-item-rows:not(:last-child) {
    margin-bottom: 40px;
}

.footer-col-item.site-social {
    padding-left: 0 !important;
}

.site-featured .featured-item {
    height: 285px;
    object-fit: cover;
    text-align: left;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-featured .featured-btn {
    text-align: center;
}

.site-featured .featured-item:hover a.site-btn i {
    margin-left: 5px;
}

.site-featured .section-sub-heading,
.site-services-areas .section-sub-heading {
    background-color: #142b21;
    color: #a19461;
}

.site-services-areas .section-sub-heading {
    width: 200px !important;
}

.site-featured .featured-item:before {
    opacity: 0;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.site-featured .featured-item:hover:before {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1) translate(0, 0);
}

.site-featured .featured-item:hover .featured-btn:before {
    content: '\2b';
    font-family: 'Font Awesome\ 5 Free';
    display: block;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
}

.site-featured .featured-item:hover .featured-btn a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.site-featured .featured-item:hover .featured-btn {
    display: block;
    color: #fff;
    z-index: 6;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.featured-btn {
    display: none;
}

.featured-sub-heading {
    font-size: 12px;
}

.featured-sub-heading,
.-featured-title,
.featured-state {
    z-index: 6;
    position: relative;
}

.featured-sub-heading {
    text-transform: uppercase;
}

.featured-state {
    margin-top: 30px;
}

/* Homepage */
.featured-content .home-btn a {
    min-width: 190px;
}

/* Contact Us Page */
.contact-form {
    padding: 26px 20px;
    background: #f3f3f3;
}

.contact-form .form-container .form-field {
    background-color: transparent;
    border: 0;
}

.contact-info-wrap {
    margin: 0 0 30px;
}

/* Products Page */
div#sqsl_products ul li:before {
    display: none;
}

/* Section Position */
body:not(.home) section.section-order-4 {
    order: 2;
}

body:not(.home) section.section-order-3 {
    order: 3;
}

body:not(.home) section.section-order-7 {
    order: 4;
}

body:not(.home) section.section-order-6 {
    order: 5;
}

body:not(.home) section.section-order-8 {
    order: 7;
}

.page-id-1957 section.section-order-6,
.page-id-2249 section.section-order-6,
.page-id-2246 section.section-order-6 {
    order: 4 !important;
}

/* Reviews Page */
.sfs-review.reviewpostbox-form button.sfcr-submit-review,
.view-review-form button.sfcr-create-review {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    color: #fff;
    background-color: #9ef328 !important;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 0 !important;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
}

.services-bg {
    overflow: hidden;
}

.site-counter .odometer-content {
    direction: initial;
}

/* Print Styles */
@media print {
    body {
        -webkit-print-color-adjust: economy;
    }

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title>a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* Media Queries */
@media only screen and (min-width:480px) {
    .hero-slide-btn {
        display: flex;
        justify-content: center;
    }

    .hero-slider .hero-caption .hero-slide-btn a {
        margin: 15px 0 15px 5px;
    }

    /* Site Header */
    .header-row.site-top-news a {
        font-size: 13px;
    }

    /* Hero Slider */
    .hero-slider .hero-caption .hero-slide-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

}

@media only screen and (min-width:600px) {

    /* Hero Slider */
    .hero-slider .hero-caption .hero-slide-title {
        font-size: 35px;
    }

    /* Page Banner */
    .inner-page-banner .page-title {
        font-size: 40px;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 5% 0 5% !important;
    }

    h1.has-text-align-left {
        text-align: left;
    }

    .site-call-to-action .site-cta-wrap-btn a.white {
        margin-right: 20px !important;
    }

}

@media only screen and (min-width:768px) {
    .site-what-we-do .what-we-do-list-item {
        margin-bottom: -70px !important;
    }

    .site-company-nap .address-contact-nap .what-company-nap-address {
        justify-content: center;
    }

    .site-company-nap .address-contact-nap {
        text-align: center;
        padding: 60px 0;
    }

    .latest-news .submit-form-space {
        transform: translate(567%, 29%);
    }

    .reviews-btn a.site-btn {
        margin-right: 35px !important;
    }

    .site-badges .badges-item.slick-slide {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 10px;
        background-color: #fff;
        height: 180px;
        width: 215px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 15px !important;
    }

    .site-what-we-do .section-video {
        width: 100% !important;
        height: 400px !important;
    }

    .site-what-we-do .section-video {
        margin-top: -20% !important;
    }

    .site-services .service-item.num-2 .image-services-wrapper:after {
        right: 41px !important;
    }

    .site-services .image-services-wrapper:after {
        left: 48px !important;
    }

    ul.one-half-li,
    ol.one-half-li {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: inside;
    }

    ul.one-third-li,
    ol.one-third-li {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        list-style: inside;
    }

    /* Common Classes */
    ul.page-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: inside;
    }

    ul.page-list-3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        list-style: inside;
    }

    /* Site Header */
    .header-row.site-top-news a {
        font-size: 14px;
    }

    /* Blog Post, Blog Page */
    .post-blog-list article {
        width: 49%;
    }

    .post-blog-list article:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

}

@media only screen and (min-width:980px) {
    .site-services .image-services-wrapper:after {
        position: absolute;
        background: linear-gradient(to left, rgb(29, 50, 76)-20%, rgb(52, 74, 102) 100%);
        content: '';
        width: 315px !important;
        height: 300px !important;
        top: -20px;
        left: -20px;
        z-index: -1;
    }

    .site-services .image-services-wrapper:after {
        left: 150px !important;
    }

    .site-services .service-item.num-2 .image-services-wrapper:after {
        right: 150px !important;
    }

}

@media only screen and (min-width:991px) {

    /* Page Banner */
    .inner-page-banner .page-title {
        font-size: 50px;
    }

}

@media only screen and (min-width:1024px) {
    .site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title {
        margin-top: 118px;
        margin-bottom: 20px;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .icon-numbers {
        height: 92px !important;
    }

    .latest-news .email-title {
        font-size: 25px;
    }

    .email-desc {
        font-size: 15px;
    }

    .latest-news span.wpcf7-not-valid-tip {
        left: 10px !important;
        right: auto !important;
    }

    .site-company-nap .address-contact-nap {
        padding: 60px 0 60px 60px;
    }

    .home-content-bottom .home-content-title {
        font-size: 11px;
    }

    .schedule-form .col-2 {
        width: 100%;
    }

    .services-bg {
        background-position: right;
    }

    .site-services .heading-info {
        max-width: 400px;
        margin: 0 auto;
    }

    .site-what-we-do .what-we-do-list-item {
        margin-bottom: 0 !important;
    }

    .site-reviews .icon-author {
        margin-right: 30px;
    }

    .site-projects .projects-number {
        font-size: 60px;
    }

    .site-company-nap .address-contact-nap .what-company-nap-address {
        justify-content: flex-start;
    }

    .site-company-nap .address-contact-nap {
        text-align: left;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .icon-numbers {
        justify-content: center;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .col-2.text-right {
        display: none;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title {
        text-align: center;
    }

    .home .content-sidebar-wrap {
        padding: 100px 150px;
    }

    .schedule-form .phone-no {
        padding: 17px 4px;
    }

    .latest-news .submit-form-space {
        transform: translate(235%, 17%);
        top: 6px
    }

    .slider-content-bottom .slider-content-listing {
        background-color: rgba(0, 0, 0, .5);
        padding: 0 10px;
    }

    .slider-content-bottom .slider-content-title {
        text-align: left;
        font-size: 13px;
    }

    .site-call-to-action .site-call-to-action-wrap {
        max-width: 590px;
        width: 100%;
        margin: 0 auto 0;
    }

    .call-to-action-bg {
        margin: -14% auto 120px;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 0;
    }

    .genesis-nav-menu>.menu-item {
        margin: 0 15px;
    }

    .site-projects .projects-list:nth-child(3) .image-odometer,
    .site-projects .projects-list:nth-child(4) .image-odometer {
        direction: rtl;
    }

    .main-header-logo {
        margin-top: -92px;
    }

    .site-inner-service .service-item-inner-wrap:hover .service-link a {
        padding: 20px !important;
    }

    .site-services .service-item-inner-wrap:hover .service-link a {
        padding: 10px 0;
    }

    .hero-slide-control .left {
        left: -4%;
    }

    .hero-slide-control .right {
        right: -4%;
    }

    .window_scrolled .main-header-row-wrap.top-head .site-email-number {
        margin-top: 5px;
    }

    .site-what-we-do .what-we-do-list-item .what-we-do-list-title {
        font-size: 13px;
    }

    .site-what-we-do .what-we-do-list-item .what-we-do-list-decription {
        font-size: 12px;
    }

    .genesis-nav-menu .sub-menu a {
        font-size: 10px;
    }

    /*        .nav-primary .genesis-nav-menu a{
            padding-left: 12px;
        padding-right: 12px;
    }*/
    .main-header .header-logo a.main-logo img {
        height: 56px;
        margin-right: 15px;
    }

    .projects-list img {
        height: 100%;
    }

    .site-what-we-do .section-video {
        max-width: 100%;
        height: 700px !important;
        margin-top: -30% !important;
    }

    .blog-post-listing article {
        margin: 0 8px;
    }

    .blog-post-listing article:nth-child(3n) {
        margin-right: 0;
    }

    .form-banner.hide-item-mobile .wpcf7 form .wpcf7-response-output {
        width: 30%;
        margin: 0 auto !important;
    }

    /*     .genesis-nav-menu>.menu-item.menu-item-has-children>a:after{
        content: "107";
        color: #fff;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 10px;
        font-weight: 600;
        margin-left: 5px;
    }*/

    /*    .genesis-nav-menu>.menu-item.menu-item-has-children.sfHover>a:after {
        content: "106";
    }   */

    .site-badges .slide-control .left,
    .site-badges .slide-control .right {
        display: none;
    }

    .site-services .section-description {
        max-width: 1160px;
        margin: 0 auto;
    }

    .site-services .service-item-inner-wrap:hover .service-link a {

        /*margin: 13px 0;*/
    }

    .home-content .show-item-mobile {
        display: none !important;
    }

    .home-btn {
        display: flex !important;
    }

    .site-badges .badges-item.slick-slide {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 10px;
        background-color: #fff;
        height: 180px;
        width: 160px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 15px !important;
    }

    .site-services-areas .service-area-item {
        width: 475px;
    }

    .site-email-number a {
        font-size: 18px;
    }

    .nav-cta {
        display: flex;
        align-items: center;
        padding: 0 70px;
    }

    .window_scrolled .nav-cta {
        background-color: #fff;
    }

    .window_scrolled .nav-primary .genesis-nav-menu a {
        color: #000 !important;
    }

    .move-to-top {
        bottom: 160px;
    }

    .xapp-chat-button {
        bottom: 62px !important;
    }

    .site-reviews .review-item-wrap {
        margin: 30px 0 50px;
    }

    .site-gallery .prjct-imgs .prjct-img:hover .prjct-img-info {
        padding: 7% 20%;
        border: 1px solid #525d6a;
    }

    /*.home .site-services .section-title:before {
        position: absolute;
        content: '';
        background: url(/wp-content/uploads/2023/06/services-decor.png) no-repeat;
        width: 556px;
        height: 80px;
        z-index: -1;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -25px;
    }*/
    .site-inner-service .section-title {
        position: relative;
        margin-bottom: 60px;
    }

    .site-inner-service .section-title.pest-offerings {
        margin-bottom: 30px;
    }

    .site-reviews .reviews-btn {
        margin-top: 50px;
    }

    .site-services .service-item.num-2 .image-services-wrapper:after {
        right: -20px !important;
    }

    .site-services .image-services-wrapper:after {
        left: -20px !important;
    }

    .site-sec-form .heading-info {
        padding: 0 20px;
    }

    body.window_scrolled .genesis-nav-menu {
        text-align: left;
    }

    /*    .main-header-row-wrap.top-head.hide-item-mobile {
        margin-bottom: 68px;
    }*/
    .site-info-nav {
        background-color: rgba(0, 0, 0, .5);        /*position: absolute;*/
        top: 0px;
        right: 0;
    }

    .main-header .header-logo a.main-logo img {
        z-index: 5;
    }

    .prjct-img-wrap.prjct-item-1 {
        width: 455px;
    }

    .prjct-img-wrap.prjct-item-2,
    .prjct-img-wrap.prjct-item-3 {
        width: 250px;
    }

    /*    .main-header .header-logo a.main-logo img {
        height: 70px;
        top: 0;
        margin-right: 35px;
    }*/
    footer .request-a-quote-design {
        padding: 0px 0 0 50px;
    }

    .footer-image-left img {
        width: 510px;
    }

    .hero-slider .hero-caption .hero-caption-row {
        justify-content: center;
    }

    .site-gallery .prjct-img-wrap {
        margin-right: 10px;
    }

    .latest-news .section-title {
        margin-bottom: 60px;
        text-align: center;
    }

    /* Common Classes */
    .line-right:after {
        background-size: 50%;
        background-repeat: no-repeat;
    }

    /* Site Header */
    body.window_scrolled .header-row.main-header {
        background-color: transparent;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    }

    body.window_scrolled .main-header-row-wrap.logo-tagline {
        max-width: 100%;
        border-radius: inherit;
    }

    .header-row.main-header .header-cta {
        bottom: 20px;
    }

    .main-header-row-wrap.top-head {
        padding: 0;
    }

    body.window_scrolled .header-row.main-header .header-cta {
        bottom: 0px;
    }

    .main-header-row-wrap .cta-label a img {
        margin-left: 5px;
        width: 15px;
    }

    .main-header-row-wrap .cta-label a {
        font-size: 18px;
        color: #000;
        background-color: #9ef328;
        cursor: pointer;        /* display: inline-block; */
        padding: 15px 18px;
        display: block;
        font-weight: 700;
    }

    .main-header-row-wrap .cta-label a i {
        margin-left: 10px;
    }

    /*    .genesis-nav-menu>.menu-item {
        margin: 0 15px;
    }*/
    .main-header-row-wrap.logo-tagline {
        justify-content: end;
    }

    /* Hero Slider */

    /*    .form-container .form-field-item {
        margin-bottom: 5px;
    }*/

    .hero-slider {
        position: relative;
        overflow: hidden;
    }

    .hero-slider .hero-caption .hero-slide-btn a {
        font-size: 12px;
    }

    .hero-slider .hero-caption .hero-slide-btn a:first-child {
        margin-left: 0;
        margin-right: 20px;
    }

    /* Page Banner */
    .inner-page-banner .page-title {
        font-size: 55px;
        margin: 10px 0 20px;
    }

    .inner-page-banner .page-banner-wrap.side-padding {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* Genesis Menu */
    .genesis-nav-menu>.menu-item {
        display: inline-block;
        vertical-align: middle;
    }

    .genesis-nav-menu>.header-logo-image a {
        font-size: 0;
        padding: 0;
    }

    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu>.menu-bold>a {
        font-weight: 700;
    }

    .genesis-nav-menu>.menu-highlight>a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu>.menu-highlight>a:focus,
    .genesis-nav-menu>.menu-highlight>a:hover {
        background-color: #345396;
    }

    .genesis-nav-menu a {
        padding: 20px 0px;
        font-size: 14px;
        border-bottom: 0;
        background-color: transparent;
        color: #fff;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 150px;
    }

    .genesis-nav-menu .sub-menu {
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border-bottom: 1px solid #fff;        /*background-color: #9ef328;*/
        border-radius: 0;
        color: #000;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: left;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -45px 0 0 199px;
    }

    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item>a,
    .genesis-nav-menu>.menu-item.sfHover>a {
        text-decoration: none;
        color: #fff;/*        background-color: transparent;
                                                                                                                                                                                                                                                                            border-radius: 0px;
                                                                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                                                                            background-color: #9ef328;*/
    }

    .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu .current-menu-item>a,
    .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
        text-decoration: none;
        color: #000 !important;        /*background-color: #9ef328;*/
    }

    .genesis-nav-menu .sub-menu a,
    body.window_scrolled .genesis-nav-menu .sub-menu a {
        padding: 15px;
    }

    .nav-primary.genesis-nav-menu li.current_page_item>a span::before,
    .nav-primary .genesis-nav-menu li.current_page_item>span::before,
    .nav-primary .genesis-nav-menu li.current-cat>a span::before,
    .nav-primary .genesis-nav-menu li.current-menu-item>a span::before,
    .nav-primary .genesis-nav-menu li>a:hover span::before {
        content: '';
        position: absolute;
        height: 2px;
        bottom: -15px;
        background: #80bf21;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .nav-primary .genesis-nav-menu li>a span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        bottom: 0px;
        background: #0b1f38;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .genesis-nav-menu .header-logo-image {
        display: inline-block;
    }

    .nav-primary.show {
        margin-top: 0;
        background-color: transparent;
    }

    /* Responsive Menu */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    .nav-primary ul li.share-nav {
        display: inline-block;
    }

    .genesis-nav-menu .menu-item a:before {
        display: none;
    }

    .genesis-nav-menu .sub-menu a:before {
        display: none;
    }

    /* Header Menu */
    .nav-primary {
        clear: left;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
    }

    .nav-primary>.wrap {
        text-align: right;
    }

    .genesis-nav-menu {
        font-size: 0;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    /* Common Classes */
    h1,
    h1.has-text-align-left {
        font-size: 40px !important;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 10px;
    }

    h1 span {
        display: block;
    }

    .section-title {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: 30px;
    }

    .show-item-mobile {
        display: none;
    }

    .hide-item-mobile {
        display: block;
    }

    .mobile-center {
        text-align: left;
    }

    .slated-white:before {
        display: block;
    }

    .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;
    }

    .slide-control .left {
        left: 10px;
    }

    .slide-control .right {
        right: 10px;
    }

    .side-padding {
        padding-right: 60px;
        padding-left: 60px;
    }

    /* Content */
    .content-sidebar-wrap .featured-content {
        position: relative;
        top: 80px;
        z-index: 4;
        overflow: hidden;
    }

    .content-sidebar-wrap .featured-content h1 {
        text-align: left;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 10% 0 15% !important;
    }

    .content-sidebar-wrap .entry {
        margin-bottom: 0;
    }

    .content {
        float: left;
        width: 67%;
    }

    .sidebar-content .content {
        float: right;
        padding: 60px 15px;
    }

    .sidebar {
        max-width: 30%;
        margin: 0 auto 0;
    }

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-color: transparent;
    }

    .alignright,
    img.alignright,
    iframe.alignright {
        float: right !important;
        margin: 0 0 0 15px !important;
    }

    .alignleft,
    img.alignleft,
    iframe.alignleft {
        float: left !important;
        margin: 0 15px 0 0 !important;
    }

    figure.wp-caption.alignleft {
        margin: 15px 30px 15px 0;
        float: left;
    }

    figure.wp-caption.alignright {
        margin: 15px 0 15px 30px;
        float: right;
    }

    /* Sidebar */
    .sidebar {
        float: right;
        width: 30%;
    }

    .sidebar-content .sidebar {
        float: left;
    }

    /* Author Box */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry */
    .after-entry {
        padding: 40px 60px;
    }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Entry Misc. */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 50px;
    }

    /* 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%;
    }

    /* 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%;
    }

    /* Site Header */
    .header-row.site-top-news {
        background-color: #9ef328;
    }

    .header-row.site-top-news a {
        font-size: 16px;
    }

    .header-row.main-header .header-logo,
    .header-row.main-header .header-cta {
        position: relative;
    }

    .main-header .main-header-row.header-logo {
        background: #000;
        padding: 20px 90px 20px 310px;
    }

    /*    body.window_scrolled .main-header-row-wrap.logo-tagline {
        -webkit-justify-content: space-between;
        -ms-flex-pack: inherit;
        justify-content: space-between;
        align-items: center;
    }*/
    body.window_scrolled .header-row.main-header {
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    body.window_scrolled .home .main-header .header-logo a.main-logo img {
        padding: 0;
        top: 0px;
    }

    /* Hero Slider */
    .hero-slider .container,
    .hero-slider-wrap,
    .hero-slider-wrap .hero-item,
    .hero-item-wrap .hero-item .hero-caption {
        min-height: 940px;
        max-height: 1000px;
        height: calc(100vh - 164px);
    }

    .hero-slider .hero-caption-wrap {
        text-align: left;
        width: 80%;
        margin-bottom: 0 !important;
    }

    .hero-slider .hero-caption .hero-slide-title {
        font-size: 50px;
        padding: 0 20%;
    }

    /* Floating CTA */
    body.home .floating-cta {
        right: -75px;
    }

    body.home .floating-cta.show,
    .floating-cta.show {
        right: -75px;
    }

    .floating-cta {
        width: auto;
        max-width: 100%;
        bottom: 45%;
        left: auto;
        right: -75px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        position: fixed;
        text-align: center;
        transition: right ease-in .3s;
    }

    .main-header-row-wrap .cta-label a {
        display: none;
    }

    .social-media a.sprite {
        margin-right: 0;
    }

    .main-header-row-wrap.top-head .site-email-number .phoneno-details:nth-child(1) {
        margin-right: 50px;
    }

    /* Page Banner */
    .inner-page-banner .page-banner {
        height: 100vh;
    }

    /* Blog Post, Archive */
    article.post-list .post-bg-image {
        min-height: 300px;
        max-height: 400px;
        height: 100vh;
    }

    .post-blog-list article {
        width: 32%;
    }

    .post-archives-list {
        margin-bottom: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .post-blog-list article:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    /* Latest News */

    /*    .site-section.latest-news.relative {
        display: block;
    }*/

    .latest-news:after {
        display: block;
    }

    /*    .latest-news .news-post {
        width: 46%;
        margin: 0px 15px 0px;
    }*/

    /* Site Reviews */
    .site-reviews .reviews-wrap {
        flex-direction: row-reverse;
    }

    .site-reviews .review-heading {
        padding: 30px 30px 0;
    }

    .site-reviews .review-listing {
        margin-bottom: 0;        /*padding: 0px 18%;*/
    }

    .site-reviews .slide-control .left {
        left: -7%;
    }

    .site-reviews .slide-control .right {
        right: -7%;
    }

    /* Site Footer */
    footer .inner-width.footer-column-row {
        max-width: 950px;
    }

    footer .footer-item-rows .footer-col-item {
        font-size: 12px;
    }

    footer.site-footer .copyright .footer-logo {
        text-align: left;
        margin-bottom: 0;
    }

    footer.site-footer .copyright-section {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;        /* border-top: 1px solid #434343; */
        margin: 35px 0;
    }

    footer.site-footer .footer-btm-link .social-media {
        margin: 0;
        justify-content: flex-end;
    }

    footer.site-footer .copyright-text {
        margin-bottom: 0;
    }

    footer.site-footer div#footer-count2,
    footer.site-footer div#footer-count3,
    footer.site-footer div#footer-count4 {
        width: 23%;
    }

    .footer-column.items-list .footer-item-rows:not(:last-child) {
        margin-bottom: 0;
    }

    footer.site-footer .custom-footer-content {
        padding-right: 10px;
    }

    .footer-copyright-row .inner-width {
        max-width: 950px;
    }

    footer .footer-logo img {
        padding: 20px 30px;
        border-radius: 10px;
        max-width: 200px;
    }

    footer .footer-item-rows .footer-col-item.site-email a {
        font-size: 11px;
    }

    /* Back to Top */
    .move-to-top {
        right: 10px;
    }

    /* Site Services */
    .site-services .col-4-12.service-item {
        width: 33.3334%;
    }

    .home .site-services:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 75px;
        background: linear-gradient(to left top, #f8e8e8 50%, transparent 51%);
        top: -75px;
        display: none;
    }

    .site-services .service-description {
        font-size: 13px;
    }

    .site-services .service-title {
        font-size: 14px;
    }

    /* Site Inner Services */
    .site-inner-services .col-6-12.service-image {
        height: 300px;
    }

    /* Site projects */
    .site-projects:after {
        display: block;
    }

    /*    .site-projects .section-design:before {
        background: url(/wp-content/uploads/2022/06/project-triangle.png) no-repeat;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 157px;
        width: 712px;
    }*/

    /* Page */
    .site-inner {
        position: relative;
    }

    /* Contact Us Page */
    .contact-info-wrapper .site-title,
    .contact-info-wrapper .site-address,
    .contact-info-wrapper .site-number,
    .contact-info-wrapper .site-email,
    .contact-info-wrapper .site-operation {
        padding-left: 30px;
        text-align: left;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .contact-info-wrapper i {
        position: absolute;
        left: 0;
    }

    .contact-info-wrapper .site-operation span:before {
        position: absolute;
        left: 0;
    }

    .site-call-to-action .col-6-12.site-cta-email .section-desc {
        padding-right: 30px;
    }

    .site-call-to-action .col-6-12.site-cta-image {
        padding-left: 12%;
    }

    .site-call-to-action .site-cta-padding .border-red {
        left: -120px;
        width: 280px;
        height: 475px;
    }

    /* Site Form */

    /* Site Service Areas */

    /*    .service-areas-listing {
        position: absolute;
        z-index: 2;
        top: 120px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 1200px;
    }*/
}

@media only screen and (min-width:1201px) {

    /* Hero Slider */
    .hero-slider .hero-caption .hero-slide-title {
        font-size: 37px;
    }

    /* Site Footer */
    footer .footer-item-rows .footer-col-item {
        font-size: 14px;
    }

    footer .inner-width.footer-column-row,
    footer .footer-copyright-row .inner-width {
        max-width: 1200px;
    }

    /* Site projects */
    .site-projects .projects-number {
        font-size: 60px;
    }

}

@media only screen and (min-width:1367px) {
    .site-what-we-do .what-we-do-list-item:nth-child(5) .icon-numbers {
        height: 113px !important;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title {
        margin-top: 20px
    }

    .latest-news .submit-form-space {
        top: 4px;
    }

    .latest-news .email-title {
        font-size: 30px;
    }

    .email-desc {
        font-size: 16px;
    }

    .slider-content-bottom .slider-content-title {
        font-size: 16px;
    }

    .schedule-form .phone-no {
        padding: 17px 15px;
    }

    .home-content-bottom .home-content-title {
        font-size: 15px;
    }

    .schedule-form .col-2 {
        width: 49%;
    }

    .site-call-to-action .site-call-to-action-wrap {
        margin: 0 25% 0 auto;
    }

    .site-what-we-do .what-we-do-list-item .what-we-do-list-decription {
        font-size: 15px;
    }

    .site-reviews .icon-author {
        margin-right: 50px;
    }

    .site-what-we-do .what-we-do-list-item .what-we-do-list-title {
        font-size: 19px;
    }

    .nav-cta {
        display: flex;
        align-items: center;
        padding: 0 90px;
    }

    .floating-cta {
        display: none;
    }

    .main-header-row-wrap .cta-label a {
        display: block;
    }

    .social-media a.sprite {
        margin-right: 10px;
    }

    .main-header-row-wrap.top-head .site-email-number .phoneno-details:nth-child(1) {
        margin-right: 80px;
    }

    .latest-news .submit-form-space {
        transform: translate(284%, 20%);
    }

    .site-services .service-item-inner-wrap:hover .service-link a {
        padding: 20px 0;
    }

    .hero-slide-control .left {
        left: -2%;
    }

    .hero-slide-control .right {
        right: -2%;
    }

    .window_scrolled .main-header-row-wrap.top-head .site-email-number {
        margin-top: 0;
    }

    .home .square-banner-style {
        bottom: 54%;
        display: block;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 200px;
    }

    .genesis-nav-menu .sub-menu a {
        font-size: 16px;
    }

    /*    .nav-primary .genesis-nav-menu a{
            padding-left: 15px;
        padding-right: 15px;
    }*/
    .main-header .header-logo a.main-logo img {
        margin-right: 35px;
    }

    .site-counter .odometer-image img {
        height: 285px !important;
    }

    .site-counter .odometer-content {
        height: 285px;
        width: 285px;
        margin: 0 auto;
        background-color: #fff;
    }

    .site-counter .projects-list {
        margin-bottom: 20px;
    }

    .site-services .service-item-inner-wrap:hover .service-link a {

        /*margin: 20px 0;*/
    }

    .site-badges .badges-item.slick-slide {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 10px;
        background-color: #fff;
        height: 180px;
        width: 200px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 15px !important;
    }

    .main-header-row-wrap .cta-label a img {
        width: auto;
    }

    .site-services-areas .service-area-item {
        width: 555px;
    }

    .main-header-row-wrap .cta-label a {
    }

    /*    .site-reviews .review-item-wrap{
            margin: 30px 20px 10px;
        }*/
    footer .request-a-quote-design {
        width: 1200px;
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .request-a-quote-design img {
        margin-left: 12%;
    }

    .site-about-us .for-width-about-us {
        width: 575px;
    }

    .site-sec-form .heading-info {
        padding: 0;
    }

    /*    .main-header-row-wrap.top-head.hide-item-mobile {
            margin-bottom: 25px;
        }*/
    .main-header-row-wrap.logo-tagline {

        /*  max-width: 1145px;
          margin: 0 0 0 auto;
          border-radius: 25px 0 0 0*/
    }

    .prjct-img-wrap.prjct-item-1 {
        width: 575px;
    }

    .prjct-img-wrap.prjct-item-2,
    .prjct-img-wrap.prjct-item-3 {
        width: 280px;
    }

    .genesis-nav-menu a {
        padding: 30px 0;
    }

    .hero-slider .hero-caption .hero-caption-row {
        justify-content: center;
        padding-left: 0;
    }

    /* Common Classes */
    .line-right:after {
        background-size: 100%;
    }

    /* Site Header */
    .main-header-row-wrap.logo-tagline {
    }

    .main-header-row-wrap.top-head {
        padding: 0;
    }

    .main-header .header-logo a.main-logo img {
        height: auto;
    }

    .genesis-nav-menu a {
        font-size: 13px;
    }

    /*    .genesis-nav-menu>.menu-item {
        margin: 0 15px;
    }*/
    .genesis-nav-menu>.menu-item.menu-item-has-children>a:after {
        font-size: 16px;
    }

    /* Hero Slider */
    .hero-slider:before {
        right: -370px;
    }

    .hero-slider .hero-caption .hero-slide-title {
        font-size: 50px;
    }

    /*    .form-container .form-field-item {
        margin-bottom: 10px;
    }*/
    .hero-slider .hero-caption .hero-slide-btn a {
        font-size: 16px;
    }

    .hero-slider .hero-caption-wrap {
        padding: 150px 0 20px 0;
    }

    /* Page Banner */
    .inner-page-banner .page-title {
        font-size: 60px;
    }

    .inner-page-banner .page-banner-wrap.side-padding {
        padding-right: 60px;
        padding-left: 60px;
    }

    /* Site Services */
    .site-services .service-description {
        font-size: 16px;
    }

    .site-services .service-title {
        font-size: 24px;
    }

    /* Site Reviews */
    .site-reviews .review-item-wrap {
        padding: 30px;
    }

    /* Site Call to Action */
    .site-cta .cta-btn span a {
        max-width: 360px;
    }

    .site-cta .cta-btn span a {
        max-width: 360px;
    }

    .site-call-to-action .site-cta-email:before {
        right: 0;
    }

    .site-call-to-action .col-6-12.site-cta-email .section-desc {
        padding-right: 180px;
    }

    /* Site projects */

    /* Contact Us Page */
    .contact-info-wrap .form-container .form-field {
        padding: 30px 30px;
    }

    footer .footer-logo img {
        max-width: 229px;
    }

    footer .footer-item-rows .footer-col-item.site-email a {
        font-size: 14px;
    }

}

@media only screen and (min-width:1401px) {
    .site-what-we-do .what-we-do-list-item:nth-child(5) .icon-numbers {
        height: 96px !important;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title {
        margin-top: 114px;
        margin-bottom: 33px;
    }

}

@media only screen and (min-width:1681px) {
    .site-what-we-do .what-we-do-list-item:nth-child(5) .what-we-do-list-title {
        margin-top: 21px;
        margin-bottom: 0;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) .icon-numbers {
        height: 113.75px !important;
    }

    .services-bg {
        background-position: center;
    }

    .home .content-sidebar-wrap {
        padding: 100px 15px;
    }

    .schedule-form .phone-contact-form {
        left: -29%;
    }

    .schedule-form .phone-no {
        padding: 17px 23px;
        width: 190px;
    }

    .site-services .heading-info {
        max-width: 400px;
        margin: 0;
    }

    .site-services .services-listing {
        max-width: 1065px;
        width: 100%;
    }

    .latest-news .submit-form-space {
        transform: translate(297%, 17%);
    }

    .slider-content-bottom .slider-content-listing {
        padding: 0 120px;
    }

    .main-header-row-wrap .cta-label a {
        padding: 27px 39px;
    }

    footer .request-a-quote-design img {
        margin-left: 0;
    }

    .main-header-row-wrap.logo-tagline {

        /*max-width: 1400px;*/
    }

    .footer-image-left img {
        width: 100%;
    }

    /*    .main-header-row-wrap.top-head.hide-item-mobile {
    margin-bottom: 28px;
        }*/

    /* Site Header */
    .main-header-row-wrap.logo-tagline {
    }

    .main-header-row-wrap.top-head {
        padding: 0;
    }

    /*    body.window_scrolled .genesis-nav-menu a {
        padding: 30px 0px;
    }*/
    .main-header .header-logo a.main-logo img {
        height: auto;
    }

    .genesis-nav-menu a {
        font-size: 18px;
    }

    /* Hero Slider */
    .hero-slider .hero-caption .hero-slide-title {
        font-size: 60px;
        padding: 0 10%;
    }

    .hero-slider:before {
        right: 0;
    }

}

@media only screen and (min-width:1920px) {
    .site-sec-form .heading-info {
        margin: 5% auto 5% 15%;
    }

    .main-header-row-wrap.logo-tagline {

        /* max-width: 1560px;*/
    }

    body.window_scrolled .site-info-nav {
        width: 100%;
    }

    /*    .genesis-nav-menu>.menu-item {
     margin: 0 25px;
        }*/
}

/* Max Width CSS */
@media only screen and (max-width:1023px) {
    .latest-news {
        padding-top: 0 !important;
    }

    .site-reviews .review-item-wrap {
        margin: 10px 10px !important;
        justify-content: space-between;
    }

    .site-call-to-action .cta-btn .cta-btn-wrap {
        margin: 0 5px;
    }

    .site-call-to-action .site-cta-wrap-btn .cta-btn:last-child .cta-btn-wrap {
        margin: 0 5px;
    }

    .site-call-to-action .section-title {
        text-align: center !important;
    }

    .call-to-action-bg {
        padding-top: 0;
    }

    .mobile-phone-wrap.show-item-mobile {
        display: flex;
        justify-content: space-between;
    }

    .site-services .services-listing {
        order: 2;
    }

    .home-content-bottom .home-content-odometer > div:nth-child(1) {
        width: 50px !important;
    }

    .home-content-bottom .home-content-listing .col-2 {
        width: 49%;
    }

    .home-content-bottom .home-content-listing .home-content-odometer .col-2 {
        width: 100%;
    }

    .home-content-bottom .home-content-odometer {
        padding: 39px 15px 39px;
        text-align: center;
    }

    .home-content-bottom .home-content-title {
        text-align: center;
        margin-top: 10px;
    }

    .home .home-content-form {
        order: 2;
    }

    .phone-contact-form {
        display: none;
    }

    .latest-news .form-container .form-field input[type="submit"] {
        font-size: 12px;
        padding: 15px 21px;
    }

    .item-latest-news {
        padding: 100px 0 60px;
    }

    .latest-news div.wpcf7-response-output {
        width: 91%;
    }

    .main-header .main-header-row.header-logo {
        height: 70px;
    }

    .site-call-to-action .site-call-to-action-wrap {
        margin-left: 0;
        padding-top: 60px;
    }

    .site-reviews .icon-author {
        margin-right: 30px;
    }

    .site-reviews .review-content {
        width: 49%;
    }

    .site-featured .featured-item {
        width: 49%;
        height: 175px;
    }

    .site-reviews .reviews-container {
        padding: 100px 0 100px;
    }

    .site-projects .projects-list:nth-child(even) .image-odometer {
        direction: rtl;
    }

    .image-odometer .col-6-12 {
        width: 49%;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(1) {
        right: 0;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(2) {
        right: 0;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(4) {
        right: 0;
    }

    .site-what-we-do .what-we-do-list-item:nth-child(5) {
        right: 0;
    }

    .slider-content-bottom {
        display: none;
    }

    .site-inner-service .service-item-inner-wrap:hover .service-link a {
        margin-bottom: 15px !important;
    }

    .site-inner-service .services-button-inner a {
        width: 230px;
        height: 60px;
        padding: 20px 0 !important;
        margin-bottom: 15px;
    }

    .site-projects .projects-listing .col-4 {
        border-bottom: none;
    }

    .site-projects .projects-listing .col-4:hover {
        border-bottom: none;
    }

    .site-section.site-badges {
        padding-bottom: 150px;
    }

    .inner-page-banner .page-title {
        margin: 15px 0;
    }

    .reviews-btn a.site-btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 230px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .site-inner-service .service-item-image {
        margin-bottom: 20px;
    }

    .phone-no:before {
        margin-right: 10px !important;
    }

    .phoneno-details.contact-number1 {
        margin-right: 0px;
    }

    .post-archives-list select {
        margin-bottom: 10px;
    }

    .contact-info-wrap .operation-time span:nth-child(2):before,
    .contact-info-wrap .operation-time span:nth-child(3):before {
        display: none !important;
    }

    footer .inner-width {
        padding: 0;
    }

    footer.site-footer .copyright-section .copyright-logo {
        padding: 30px 0;
    }

    footer.site-footer .view-more-links .more-links {
        display: block;
        padding: 5px 15px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
        text-transform: capitalize;
    }

    footer .view-more-links {
        display: block;
        margin: 0px auto 0;
        width: 100%;
        background-color: #75aa2f;
        border-radius: 5px;
    }

    footer .view-more-links .more-links:after {
        content: "\f0dd";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 5px;
        color: #75aa2f;
        display: inline-block;
        font-style: normal;
        top: -4px;
        position: relative;
    }

    footer .view-more-links .more-links.active:after {
        transform: rotate(180deg);
        top: 3px;
    }

    /*  div#footer-count2,
        div#footer-count3,
        div#footer-count4 {
            display: none;
        }*/
    footer.site-footer .copyright-text {
        text-align: center;
    }

    footer.site-section.site-footer {
        padding: 30px 30px 60px;
    }

    .site-reviews .review-slide-control>div {
        padding: 3px 8px;
        top: -23px;
    }

    .site-reviews .review-heading {
        padding: 30px 15px 50px;
    }

    .map iframe {
        height: 350px;
    }

    .site-what-we-do .what-we-do-list-item {
        margin-bottom: -104px;
        clip-path: polygon(0 0, 0% 85%, 50% 100%, 100% 85%, 100% 0, 50% 15%);
        padding: 130px 50px 100px;
        text-align: center;
    }

    .site-what-we-do .what-we-do-list-number {
        top: 10px;
    }

    .site-what-we-do.vertical-padding {
        padding-bottom: 120px;
    }

    .latest-news span.wpcf7-not-valid-tip {
        right: auto !important;
        left: 10px !important;
    }

    .site-what-we-do .icon-numbers {
        justify-content: center;
    }

    .home .content-sidebar-wrap {
        padding: 100px 15px 60px;
    }

    .what-we-do-list-item .col-2.text-right {
        position: absolute;
        left: -20%;
        top: 57px;
    }

    .site-projects .projects-listing .col-4 .image-odometer {
        justify-content: flex-start;
    }

    .site-projects .projects-listing .col-4 img {
        margin-right: 30px;
        height: 70px;
    }

    .site-projects .projects-listing .col-4 {
        width: 270px;
        margin: 0 auto 20px;
    }

    .site-projects .projects-number {
        font-size: 50px;
    }

    .home .site-projects .projects-title {
        color: gray;
    }

    .home-btn a.site-btn {
        padding: 18px 30px;
    }

    .home-main-content .mobile-nav:after {
        color: #75aa2f;
        content: "\f0dd";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
        line-height: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home-main-content .section-text-wrap.active .mobile-nav:after {
        content: "\f0d8";
    }

    .home-main-content .section-text-wrap.active .home-content-section-wrap {
        flex-direction: column-reverse;
    }

    .home-main-content .home-desk-nav-wrap {
        display: none;
    }

    .home-main-content .section-text-wrap .mobile-nav {
        display: block;
        margin: 0;
        padding: 10px 30px 10px 0;
        font-size: 16px;
        background-color: #eeece9;
        color: #000;
    }

    .home-main-content .section-nav-wrap {
        display: none;
    }

    .page-main-content .section-text-wrap .page-image-wrap {
        padding-top: 20px;
    }

    .home-content {
        padding: 20px 15px;
    }

    .home .site-inner {
        background-color: var(--white);
    }

    .home-main-content .section-text-wrap .mobile-nav {
        padding: 10px 15px;
    }

    .home-main-content .section-text-wrap .mobile-nav.active {
        background: #fff;
        color: #000;
    }

    .home-main-content .home-image-wrap.mobile-view {
        margin-top: 30px;
    }

    .home-main-content .home-content h2 {
        font-weight: 600;
        font-size: 24px;
    }

    .home-content-btn a {
        font-size: 20px;
    }

    .about-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .home-main-content .section-text-wrap {
        margin-bottom: 30px;
    }

    .section-order-cta-primary {
        max-width: 600px !important;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .vertical-padding {
        padding-bottom: 0;
    }

    .site-call-to-action {
        background-image: url(/wp-content/uploads/2023/09/cta-mobile-bg.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0 10px;
        margin-bottom: 60px;
    }

    .site-call-to-action .site-cta-wrap-btn {
        margin: 0;
    }

    .site-call-to-action .cta-btn {
        margin-bottom: 25px;
    }

    .site-services .service-title {
        font-size: 18px;
    }

    .site-services .service-item-inner-wrap:hover .service-title-inner .service-title {
        font-size: 18px;
        margin: 15px 0;
    }

    .site-services .service-item-inner-wrap:hover .service-title-inner .service-title:before {
        display: none;
    }

    .site-services .service-item-inner-wrap:hover .service-title-inner {
        padding: 30px 20px 0;
    }

    .home .service-item-details .services-icon {
        display: none !important;
    }

    .site-services .service-item-image {
        height: 320px;
    }

    .site-services .service-item-inner-wrap:hover .service-title-inner {
        width: 92%;
    }

    .home .content-sidebar-wrap h1:before {
        width: auto;
    }

    .content-sidebar-wrap h1:before {
        width: auto;
    }

    .form-banner.show-item-mobile a {
        padding: 10px 19px;
        font-size: 14px;
    }

    .form-slider-banner .section-title {
        font-size: 30px;
    }

    .hero-slide-sub-heading {
        font-size: 16px;
    }

    .hero-slider .hero-caption .hero-slide-btn a {
        margin: 15px auto !important;
    }

    .hero-slider .hero-caption-wrap {
        margin: 200px 30px 50px;
    }

    .site-services-areas .service-area-item {
        width: auto;
    }

    .site-services-areas .service-areas-listing {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .site-services-areas .service-area-item-inner-wrap {
        padding: 20px 0 20px 20px;
    }

    .site-what-we-do .section-video {
        width: 345px;
        height: 205px;
    }

    .site-what-we-do .section-video {
        margin-top: -49%;
    }

    .site-about-us .about-us-image {
        text-align: center;
    }

    .site-services .service-item:nth-child(odd) .service-title-wrap {
        border: none;
    }

    .site-services .service-item:nth-child(3n) .service-item-inner-wrap {
        background-image: none;
    }

    .xapp-chat-button {
        z-index: 10 !important;
        bottom: 90px !important;
    }

    .inner-page-banner .page-banner-wrap {
        padding: 0 40px;
    }

    .page-id-368 .wpcf7-spinner {
        display: none;
    }

    footer .footer-logo img {
        margin-top: 80px;
    }

    .site-reviews .reviews-btn {
        margin-top: 30px;
    }

    .hero-slider .hero-caption .hero-slide-title {
        font-size: 45px;
    }

    .site-services .image-services-wrapper {
        text-align: center;
    }

    .wp-block-image {
        text-align: center;
    }

    .prjct-img-wrap.prjct-item-1 {
        width: 100%;
    }

    .prjct-img-wrap.prjct-item-2,
    .prjct-img-wrap.prjct-item-3 {
        width: 100%;
    }

    footer .footer-background-right,
    footer .footer-background-left {
        display: none;
    }

    .phone-no a {
        color: #fff !important;
        font-size: 12px;
    }

    .phone-no:before {
        font-size: 12px;
    }

    footer .social-media {
        justify-content: center;
    }

    footer .request-a-quote-design {
        background-color: #808184;
        position: absolute;
        z-index: 5;
        top: -15%;
        padding: 50px 30px;
        text-align: center;
        width: 330px;
        margin: 0 auto;
        transform: translate(-50%);
        left: 50%;
    }

    .inner-width.footer-design-image-content {
        padding: 0 25px;
    }

    footer .request-a-quote-design img {
        display: none;
    }

    .site-sec-form .half-site-form {
        height: 400px;
        margin-top: 100px;
    }

    .site-sec-form .heading-info {
        padding: 40px 40px 0;
        max-width: 100%;
        margin: 0;
    }

    .site-services .service-item.num-2 .image-services-wrapper:after {
        right: -11px;
    }

    .site-services .image-services-wrapper:after {
        width: 240px;
        height: 160px;
        left: -11px;
    }

    .site-call-to-action .site-cta-wrap-btn a.white {
        margin-right: 0;
    }

    .vertical-padding {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .site-about-us .about-us-image {
        margin-top: 100px;
    }

    .site-about-us.background-image {
        background-image: url(/wp-content/uploads/2023/06/about-us-mobile-bg.png) !important;
        background-size: auto;
    }

    .site-about-us .for-width-about-us {
        max-width: 100%;
    }

    .site-gallery .prjct-item-2 .prjct-img {
        max-width: 100%;
    }

    .hero-slider .hero-caption .hero-caption-row {
        padding: 0;
    }

    .site-gallery .prjct-imgs .prjct-img {
        margin-bottom: 30px;
    }

    .site-gallery .prjct-item-2 .prjct-imgs:first-child .prjct-img {
        display: none;
    }

    .site-gallery .prjct-imgs .prjct-img {
        height: 240px;
    }

    .site-gallery .prjct-img-wrap {
        margin-right: 0;
    }

    /* Common Classes  */
    .line-right:after,
    .line-left:before,
    .border-white,
    .border-black {
        display: none;
    }

    .header-row.site-top-news {
        border-bottom: 1px solid #3c3c3c;
    }

    .main-header-row-wrap.logo-tagline {
        display: block;
    }

    .window_scrolled .main-header .main-header-row.header-logo {
        background-color: #fff;
    }

    .header-title {
        font-size: 10px;
    }

    .window_scrolled .main-header-row-wrap.logo-tagline {
    }

    .window_scrolled .mob-dot-toggle,
    .window_scrolled button.menu-toggle:before {
        color: #000;
    }

    .window_scrolled button.menu-toggle:before {
        top: 3px;
    }

    .services-bg {
        background-image: none !important;
    }

    .services-bg .heading-info {
        background-image: url(/wp-content/uploads/2024/06/services-bg-mobile.jpg);
        padding: 60px 30px;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Hero Slider */
    .hero-slider-wrap .hero-slide-subtitle {
        margin-bottom: 15px;
    }

    .hero-slider .hero-caption-wrap {
        margin-bottom: 50px;
        text-align: center;
    }

    .hero-slider .hero-caption .hero-slide-btn a {
        display: block;
        max-width: 190px;
        width: 100%;
        margin: 15px 0 15px 5px;
        padding: 20px;
    }

    .hero-slide-btn a:after {
        display: none;
    }

    /* Content */
    .wp-block-media-text.featured-content {
        display: block !important;
    }

    .wp-block-media-text.featured-content .wp-block-media-text__media {
        max-width: 600px;
        margin: 10px auto;
    }

    .content-sidebar-wrap {
        padding: 60px 15px 60px;
    }

    .wp-block-button.home-btn a {
        min-width: 270px;
        display: block;
        width: 100%;
    }

    .home .wp-block-buttons>.wp-block-button {
        display: block !important;
        max-width: 140px !important;
    }

    /* Site Reviews */
    .site-reviews .reviews-container .inner-width {
        padding: 0;
    }

    .site-reviews .review-listing .review-quote {
        font-size: 25px;
        justify-content: center;
    }

    .site-reviews .review-listing .review-quote .rev-quote {
        padding: 0 5px;
    }

    .site-reviews .review-item-wrap {
        margin: 10px 45px;
    }

    .site-reviews .review-item {
        padding: 0;
    }

    /* Site Services */
    .site-services {
        overflow: hidden;
    }

    .site-services .services-wrap {
        padding: 0 0px;
    }

    .site-reviews .services-listing {
        padding: 0 60px;
    }

    .site-reviews .reviews-btn-wrap {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0 0;
    }

    .site-reviews .review-listing {
        margin-bottom: 0px;
    }

    .home .site-services {
        background-image: none !important;
    }

    /* Contact Us Page */
    .contact-us-page-wrap .contact-info-wrap {
        text-align: center;
    }

    .contact-us-page-wrap .col-3 {
        margin: 0 0 30px;
    }

    /* Site Services */
    .site-services .service-item {
        margin-bottom: 40px;
    }

    .site-services .service-details {
        display: block;
    }

    .site-inner-services .service-details div {
        width: 100%;
        padding: 10px;
    }

    .site-inner-services .col-4-12.service-image {
        height: 400px;
    }

    /* Site Projects */
    .site-projects .section-title {
        text-align: center;
        margin-top: 80px;
    }

    /* Site Call to Action */
    .site-call-to-action .site-cta-email:before {
        bottom: -50px;
        right: -20px;
        background-size: 41%;
        background-position: bottom right;
    }

    .site-call-to-action .site-cta-email .site-cta-btn-wrap a {
        font-size: 13px;
        width: 100%;
        max-width: 280px;
        min-width: 280px;
    }

    .site-call-to-action .col-6-12.site-cta-email .site-cta-padding {
        height: auto;
        min-height: 448px;
    }

    .site-call-to-action .site-cta-padding a {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    /* Site Form  */
    .site-info-item.c-white.site-email a {
        font-size: 13px;
    }

    /* Site Service Areas */
    .site-services-areas .service-areas-map-image,
    .site-services-areas .heading-service-areas {
        height: 489px;
    }

    .site-services-areas .service-areas-listing {
        max-width: 400px;
        margin: 0 22% 0 auto;
    }

    /* Site Lates News*/
    .col-8-12.latest-post-wrap {
        margin-top: 60px;
    }

    .item-latest-news.site-flex.justify-content.relative {
        display: block;
    }

    .latest-news .news-btn a {
        max-width: 155px;
        width: 100%;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        background-color: #000;
    }

    .latest-news .col-4-12.heading-wrap {
        text-align: center;
    }

    /* Site Footer */
    footer.site-footer .copyright-section {
        text-align: center;
    }

    footer .footer-btm-link ul li a {
        display: block;
        text-align: center;
        padding: 10px;
    }

    footer .footer-column.items-list .footer-item-rows:first-child {
        text-align: center;
    }

    footer .footer-column .footer-logo {
        position: relative;
        left: 0;
        top: 0;
    }

    footer .footer-column.items-list .footer-item-rows:last-child {
        width: 100%;
    }

    footer.site-footer .copyright-text {
        margin-bottom: 0;
    }

    footer.site-footer .col-6-12.copyright-link {
        margin-bottom: 30px;
    }

    /* Site Badges */
    .site-badges .badges-item.slick-slide {
        margin: 15px 40px;
    }

    /* Gallery Page */
    .sfs-custom-gallery .sfs-album-category-images .sfs-image-item,
    .sfs-custom-gallery .sfs-album-category-images .sfs-image-item.load_more,
    .sfs-custom-gallery .sfs-album-images .sfs-image-item.load_more,
    .sfs-custom-gallery .sfs-category-images .sfs-image-item,
    .sfs-custom-gallery .sfs-grid-images .sfs-image-item.load_more {
        padding: 5px !important;
    }

    .sfs-category-navigation .category-item {
        padding: 10px 25px !important;
    }

    /* Contact Us Page */
    .contact-info-wrapper.relative {
        margin-bottom: 30px;
    }

    .latest-news .submit-form-space {
        transform: none !important;
        left: auto !important;
        right: 15px;
        top: 20%;
    }

}

@media only screen and (max-width:980px) {

    /* Site Badges */
    .site-badges .badges-item img {
        max-height: 45px;
    }

}

@media only screen and (max-width:480px) {
    .latest-news .submit-form-space {
        transform: translate(190%, 29%);
    }

    /* Site Call to Action */
    .site-cta .cta-btn span a {
        font-size: 15px;
        padding: 20px 10px;
    }

    /* Site Service Areas */
    .home .wp-block-media-text.featured-content .wp-block-media-text__media {
        max-width: 210px;
    }

    /* Gallery Page */
    .sfs-custom-gallery .sfs-album-category-images .sfs-image-item.col-three,
    .sfs-custom-gallery .sfs-album-images .sfs-image-item.col-three,
    .sfs-custom-gallery .sfs-category-images .sfs-image-item.col-three,
    .sfs-custom-gallery .sfs-grid-images .sfs-image-item.col-three {
        width: 100% !important;
    }

    .sfs-custom-gallery .sfs-album-category-images .sfs-image-item,
    .sfs-custom-gallery .sfs-album-category-images .sfs-image-item.load_more,
    .sfs-custom-gallery .sfs-album-images .sfs-image-item.load_more,
    .sfs-custom-gallery .sfs-category-images .sfs-image-item,
    .sfs-custom-gallery .sfs-grid-images .sfs-image-item.load_more {
        padding: 8px 0px !important;
    }

    .hero-slider .hero-slider-wrap .hero-item-wrap:last-child .hero-item {
        background-position: top left;
    }

}
