@font-face {
    font-family: 'Liberation Sans';
    src: url('../fonts/LiberationSans.eot');
    src: url('../fonts/LiberationSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LiberationSans.woff2') format('woff2'),
        url('../fonts/LiberationSans.woff') format('woff'),
        url('../fonts/LiberationSans.ttf') format('truetype'),
        url('../fonts/LiberationSans.svg#LiberationSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('../fonts/LiberationSans-Bold.eot');
    src: url('../fonts/LiberationSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LiberationSans-Bold.woff2') format('woff2'),
        url('../fonts/LiberationSans-Bold.woff') format('woff'),
        url('../fonts/LiberationSans-Bold.ttf') format('truetype'),
        url('../fonts/LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --charcoal: #171514;
    --charcoal-2: #24201d;
    --stone: #eee4d2;
    --stone-2: #d6c2a4;
    --stone-3: #f3d8a9;
    --sand: #b9905e;
    --rust: #9f5639;
    --cream: #fff8eb;
    --muted: #766c60;
    --white: #ffffff;
    --green: #536143;
    --black: #000000;
    --brown: #110f0e;
}


.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*******************************************************/



/********** Font Family *******************************

 font-family: "Inter", sans-serif;

*******************************************************/

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--muted);
    background-color: var(--cream);
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 16px
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span {
    color: var(--brown);
}

h1,
.h1 {
    font-size: 66px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: var(--white);
    font-family: "Inter", sans-serif;
}

h2,
.h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.05;
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
}

h3,
.h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
}

h4,
.h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
}

h5,
.h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
}

h6,
.h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: var(--charcoal);
    font-family: "Inter", sans-serif;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--muted);
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--muted);
    transition: all 0.6s;
}

a:hover {
    text-decoration: none;
    color: var(--brown);
}

svg path {
    transition: all 0.6s;
}

p:last-child,
li:last-child {
    margin-bottom: 0;
}

section {
    margin: 90px 0;
}

.section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.section-title h2 {
    margin-bottom: 28px;
}

.section-title p {
    max-width: 551px;
    margin: 0 auto;
}

ul,
ol {
    margin-left: 0;
    margin-bottom: 0;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    width: 100%;
}

.sub-title {
    font-style: normal;
    line-height: normal;
    margin-bottom: 15px;
    color: var(--rust);
    border: 1px solid rgba(159, 86, 57, .24);
    background: rgba(159, 86, 57, .08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

img {
    height: unset;
    width: unset;
    vertical-align: middle;
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

a.btn,
.btn,
input[type="submit"] {
    border-radius: 40px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #FFF;
    background-color: var(--rust);
    border: 1px solid var(--rust);
    transition: all 0.6s;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    padding: 11px 30px;
}

a.btn.btn-border {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border-color: rgba(255, 255, 255, .35);
}

a.btn.btn-border:hover {
    box-shadow: none;
    background-color: #fff;
    color: var(--charcoal);
}

.input-field input[type="submit"] {
    padding: 11px 30px 11px 30px;
    background-image: url(../images/submit-arrow.png);
    background-position: center right 4px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-size: 56px;
}

a.btn:hover,
.btn:hover,
input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(159, 86, 57, .42);
}

.btn-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    background: var(--muted);
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--muted);
    z-index: 1;
    user-select: none;

}

.slick-arrow:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
}

.slick-slider .slick-track {
    display: flex;
}

.slick-slider .slick-slide {
    height: auto;
}

.slick-prev {
    background-image: url(../images/left-arrow.png);
    left: 0;
}

.slick-next {
    background-image: url(../images/right-arrow.png);
    right: 0;
}


button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
    height: 56px;
    width: 56px;
    background-color: var(--black);
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 9999;
    opacity: 1;
    margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
    background-image: url(../../assets/images/left-arrow.svg);
}

button.mfp-arrow.mfp-arrow-right {
    background-image: url(../../assets/images/right-arrow.svg);
}

.mfp-arrow:before,
.mfp-arrow:after {
    display: none;
}

.custom-arrow .slick-arrow {
    position: static;
    transform: unset;
}

.custom-arrow .btn {
    margin-right: 18px;
}

.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrow .slick-arrow.next {
    margin-left: 12px;
}

.custom-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.mobile-arrow {
    display: none;
}


/* .slick-prev.slick-disabled {
    background-image: url(../images/slick-black-left.svg);
    background-color: #ffffff;
    border: 1.11px solid #ffffff;
}

.slick-next.slick-disabled {
    background-image: url(../images/slick-black-right.svg);
    background-color: #ffffff;
    border: 1.11px solid #ffffff;
} */

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}

ul.slick-dots li {
    margin-bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background: #E9F0F5;
    margin: 0 4px;
    opacity: 1;
    list-style-type: none;
    transition: all 0.6s;
}

ul.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    width: 0;
    box-shadow: unset;
}

ul.slick-dots li.slick-active {
    opacity: 1;
    outline: none;
    background-color: #F67300;
    width: 30px;
}

.custom-slick {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.custom-dots {
    position: relative
}

.custom-dots .slick-dots {
    position: static;
    justify-content: start;
    margin-top: 0;
}

.input-field .wpcf7-spinner {
    display: none;
}

.input-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 6px;
    display: inline-block;

}

.input-field label span {
    color: #dc3232;
}

.input-field p {
    opacity: 1;
}

select {
    border-radius: 100px;
    border: 1px solid var(--brown);
    padding: 20px 28px;
    width: 100%;
    background: transparent;
    appearance: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    outline: none;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 21px;
    background-size: 12px;
    cursor: pointer;
}

.input-field input,
.input-field select,
.input-field input,
.input-field textarea {
    border-radius: 100px;
    border: 1px solid var(--brown);
    padding: 15px 28px;
    width: 100%;
    background: transparent;
    appearance: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    outline: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 20px;
    font-family: var(--switzer);
}

.input-field input.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

.input-row {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin-bottom: -20px;
}

.input-field {
    /* width: calc(50% - 10px); */
    margin-bottom: 28px;
}

.input-field textarea::placeholder {
    color: #ffffff;
}

.input-field.full-width {
    width: 100%;
}

.input-field textarea {
    height: 134px;
    border-radius: 12px;
    width: 100% !important;
    resize: none;
}

.input-field input::placeholder {
    color: #ffffff;
}

.wpcf7-acceptance .wpcf7-list-item [type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    border-radius: 4px;
    border: 1px solid rgba(10, 84, 74, 0.20);
    padding: 0;
    margin-right: 15px;
    appearance: auto;
    -webkit-appearance: checkbox;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    color: rgba(10, 84, 74, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body .input-field select {
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    line-height: 1;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    color: var(--brown);
}

.two-column-checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}

.two-column-checkbox .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid rgba(12, 12, 12, 0.12);
    padding: 20px 20px 20px 28px;
    display: flex;
    align-items: center;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    border-radius: 1px;
    border: 1px solid rgba(12, 12, 12, 0.12);
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 12px;
    appearance: auto;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0;
    z-index: 1;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;

}

.wpcf7-checkbox .wpcf7-list-item span {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}

.wpcf7-list-item-label::before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    border: 1px solid rgba(12, 12, 12, 0.15);
    border-radius: 2px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-list-item-label::after {
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    background-image: url(../../assets/images/checkbox-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -31px;
    opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

.form-headding {
    margin-bottom: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 16px;
    line-height: 20px;
}

.btn-div {
    display: flex;
    align-items: center;
}

.btn-div a:not(:last-child) {
    margin-right: 15px;
}

body .mfp-close-btn-in .mfp-close {
    color: #F67300;
    border-radius: 40px;
    background: #FFF;
    opacity: 1;
    font-size: 34px;
    top: -10px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

body .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    right: 0;
}

img.mfp-img {
    padding: 0;
}

.mfp-figure:after {
    display: none;
}

.mfp-content {
    padding: 50px 0;
}

.author-info-top .author-img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.author-info-top .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-info-top .author-content {
    margin-bottom: 40px;
}

.author-info-top .author-content h1 {
    margin-bottom: 20px;
}

.blog-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.blog-pagination .pagination-link {
    height: 40px;
    width: 40px;
    background: rgba(1, 118, 211, 0.08);
    border-radius: 10px;
    border-radius: 50%;
    color: #0176D3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.blog-pagination .pagination-link:hover,
.blog-pagination .pagination-link.active {
    background-color: #0176D3;
    color: #ffffff;
}

a.pagination-link.next,
a.pagination-link.prev {
    background-color: transparent !important;
}

.error-404 .content_block {
    text-align: center;
}

.error-404.not-found {
    padding: 80px 0 80px;
    /* background: linear-gradient(0deg, #0C0C0C 0%, #001749 100%); */
    margin: 0;
}
.notfound-row.text-center {
    text-align: center;
}
.paragraph-text {
    color: var(--charcoal);
    margin-bottom: 20px;
}
.error-404.not-found  h1{
    color: var(--charcoal);
    font-size: clamp(50px,6vw,80px);
    line-height: 1;

}
.error-404 .content_block h1 {
    margin-bottom: 40px;
}

.error-404 .content_block p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 40px;
}

.m-0 {
    margin: 0;
}

.p-80 {
    padding: 80px 0;
}

.p-60 {
    padding: 60px 0;
}

.p-45 {
    padding: 45px 0;
}

.spacing_top {
    padding-top: 80px;
}

.spacing_bottom {
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .p-80 {
        padding: 60px 0;
    }

    .p-60 {
        padding: 50px 0;
    }

    .p-45 {
        padding: 40px 0;
    }

    .spacing_top {
        padding-top: 60px;
    }

    .spacing_bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .p-80 {
        padding: 40px 0;
    }

    .p-60 {
        padding: 40px 0;
    }

    .p-45 {
        padding: 35px 0;
    }

    .spacing_top {
        padding-top: 40px;
    }

    .spacing_bottom {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {

    .error-404.not-found {
        padding: 40px 0 40px;
    }
    .p-80 {
        padding: 30px 0;
    }

    .p-60 {
        padding: 30px 0;
    }

    .p-45 {
        padding: 30px 0;
    }

    .spacing_top {
        padding-top: 30px;
    }

    .spacing_bottom {
        padding-bottom: 30px;
    }
}

/***********************************************
                    Header Css
***********************************************/

.site {
    position: relative;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 10px 0;
    background-color: var(--brown);
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.site-branding {
    max-width: 70px;
    flex-shrink: 0;
}

.site-header.is-sticky .sticky-header {
    width: 100%;
}

.admin-bar .site-header.is-sticky {
    top: 32px
}

.site-header.is-sticky .header-top {
    display: none;
}

.site-header.is-sticky .sticky-header-main {
    padding: 15px 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.sticky-header-main {
    padding: 40px 0;
    background: #212240;
}

.sticky-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
}

.main-menu .menu li a {
    font-weight: 700;
    color: var(--white);
}

.main-menu .menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'Liberation Sans';
}

.header-cta a.btn {
    padding: 9px 8px 9px 19px;
    min-height: auto;
}

.header-cta a.btn span.icon {
    width: 24px;
    height: 24px;
}

.header-cta a.btn span.icon:before,
.header-cta a.btn span.icon:after {
    width: 24px;
    height: 24px;
}

.main-menu .menu>li:hover>a {
    color: var(--rust);
}

.main-menu .menu li:not(:last-child) {
    margin-right: 26px;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .btn {
    margin-left: 40px;
}

.main-menu .btn:hover {
    color: #ffffff;
}

.menu-toggler {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    margin-left: 10px;
    padding: 3px;
    display: none;
}

.menu-toggler svg {
    vertical-align: bottom;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
}

.site-header-actions {
    display: flex;
    align-items: center;
}

span.cart-count {
    background-color: var(--brown);
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--white);
}

a.shopping-cart {
    display: flex;
    margin-left: 20px;
}
.menu-toggler.close-btn:hover svg , .menu-toggler:hover svg {
    opacity: 0.7;
    transform: scale(1.05);
    background-color: #ffffff2e;
}
/***********************************************
                    Footer  Css
***********************************************/
footer {
    background-color: var(--brown);
    padding: 48px 0;
}

.footer-top {
    padding-bottom: 20px;
}

.footer-top .column-middle {
    max-width: 300px;
    width: 100%;
}

.newsletter {
    margin-bottom: 16px;
    display: inline-block;
}

.site-footer-contact h6 {
    margin-bottom: 0;
}

.footer-menu .menu li:not(:last-child) {
    margin-right: 20px;
}

.footer-link .menu li {
    list-style-type: none;
}

.footer-link .menu li a {
    color: var(--white);
}

.footer-link .menu li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-bottom .footer-contact {
    margin-top: 15px;
}

.footer-contact a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, .62);
}

.footer-contact a img,
.footer-contact a svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    margin-right: 8px;
}

.footer-contact a svg path {
    stroke: rgba(255, 255, 255, .62);
}

.footer-contact a:hover {
    color: var(--rust);
}

.footer-contact a:hover svg path {
    stroke: var(--rust);
}

.footer-contact a:not(:last-child) {
    margin-right: 10px;
}

.social-link a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--rust);
}

.social-link a:hover {
    background-color: var(--sand);
}

.social-link a:not(:last-child) {
    margin-right: 8px;
}


.social-link a img {
    width: 16px;
    height: 16px;
}


.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-bottom .bottom-link {
    display: flex;
    align-items: center;
}

.footer-bottom .bottom-link a :not(:last-child) {
    margin-right: 20px;
}

.footer-bottom .bottom-link a:not(:last-child) {
    margin-right: 20px;
}

.footer-bottom .bottom-link a {
    text-transform: capitalize;
    color: var(--white);
}

.footer-top .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-main-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
}

.footer-menu a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .72);

}

.footer-links .menu li:not(:last-child) {
    margin-right: 8px;
}

.footer-links .menu li a {
    font-size: 13px;
    color: rgba(255, 255, 255, .72);
    font-weight: 500;
}

.footer-menu {
    margin-bottom: 10px;
}

.footer-text p {
    color: rgba(255, 255, 255, .62);
}

.footer-bottom .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bottom .wrapper .footer-left {
    width: 68%;
}

.footer-bottom .wrapper .footer-right {
    width: 30%;
}

.footer-bottom .wrapper .footer-right .social-link {
    justify-content: flex-end;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-links .menu li.current_page_item a,
.footer-links .menu li a:hover,
.footer-menu li.current_page_item a,
.footer-menu a:hover {
    color: var(--rust);
}

.main-menu .menu>li.current-menu-ancestor>a {
    color: var(--rust);
}

.innerSecContainer .container {
    max-width: 1280px;
}
/***********************************************
                    Responsive  Css
***********************************************/

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }

    body .mfp-container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }

    body .mfp-container {
        max-width: 720px;
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }

    body .mfp-container {
        max-width: 960px;
    }

    .sidebar-header {
        display: none;
    }

    .main-menu .user-info {
        display: none;
    }

    .mobile-number {
        display: none;
    }

    .main-menu .menu>li.current_page_item>a {
        color: var(--rust);
    }

    .menu-item-has-children>a {
        padding-right: 20px;
        position: relative;
    }

    .menu-item-has-children:hover .arrow {
        filter: unset;
        transform: translateY(-50%) rotate(-180deg);
    }

    .menu-item-has-children .arrow {
        width: 12px;
        background-image: url(../images/menu-down-arrow.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.6s;
    }

    .sub-menu {
        background: var(--rust);
        position: absolute;
        top: 100%;
        width: max-content;
        left: 0;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s;
    }

    /* .service-areas ul.sub-menu {
        width: 160px;
    } */

    .main-menu .menu li>.sub-menu li {
        display: block;
        margin-right: 0;
    }

    .menu>li:hover .sub-menu {
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }

    .sub-menu li a {
        display: block;
        padding: 8px 20px;
        margin: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .current_page_item>a,
    .current-menu-parent>a {
        color: var(--brown);
    }

    .current_page_item>.arrow,
    .main-menu .menu li:hover .arrow,
    .current-menu-parent .arrow {
        background-image: url(../images/menu-down-active.svg);
    }

    .main-menu .menu li .sub-menu li a:hover,
    .current-menu-parent .sub-menu li.current_page_item a {
        color: #fff;
        background-color: var(--sand);
    }

    .header-menu .header-cta {
        display: none;
    }
}


@media only screen and (min-width:1200px) {
    .container {
        max-width: 1220px;
    }
}


@media only screen and (max-width:1699px) {
    /***********************************************
                    Footer Css
    ***********************************************/

}

@media only screen and (max-width:1399px) {

    /***********************************************
                        Header Css
    ***********************************************/
    .has-hero-banner .main-menu .menu li:not(:last-child) {
        margin-right: 15px;
    }

    .header-cta {
        margin-left: 30px;
    }

    /***********************************************
                        Footer Css
    ***********************************************/

}

@media only screen and (max-width:1199px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    section {
        margin: 60px 0;
    }

    p {
        line-height: 1.6;
    }

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .page-case-study section {
        margin: 60px 0;
    }

    /**********************************************
                        Header Css
    ***********************************************/
    /***********************************************
                        Footer Css
    ***********************************************/
}

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

    .content-with-cta {
        display: block;
    }

    .content-with-cta .btn-div {
        margin-left: 0;
        margin-top: 20px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    section {
        margin: 40px 0;
    }


    .section-title {
        margin-bottom: 30px;
    }

    /***********************************************
                        Header Css
    ***********************************************/
    .menu-toggler {
        display: block;
    }

    .header-menu {
        position: fixed;
        background: var(--rust);
        top: 0;
        height: 100vh;
        z-index: 3;
        left: 0;
        max-width: 320px;
        width: 100%;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 0.6s;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .header-menu {
        transform: translateX(0)
    }

    .main-menu .menu li {
        display: block;
    }

    .main-menu .menu>li>a {
        padding: 0;
    }

    .main-menu .menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .has-hero-banner .main-menu .menu li:not(:last-child) {
        margin-right: 0;
    }

    .main-menu .menu li .sub-menu {
        margin-top: 15px;
        margin-left: 15px;
        display: none;
    }

    .main-menu .menu li .sub-menu li a {
        font-size: 18px;
        line-height: 24px;
    }

    .main-menu {
        padding: 40px 20px;
    }

    .sidebar .social-link a {
        height: 44px;
        width: 44px;
    }

    .menu-item-has-children .arrow {
        width: 20px;
        background-image: url(../images/menu-down-arrow.svg);
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        transform: unset;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .3s;
    }

    .menu-item-has-children .arrow.active {
        transform: rotate(-180deg);
    }

    .sidebar {
        height: 100%;
    }

    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid var(--white);
    }

    ul .wpml-ls-menu-item a {
        display: inline-block;
    }

    body.menu-open .sidebar-overlay {
        opacity: 1;
        visibility: visible;
        width: 100vw;
    }

    .sidebar-overlay {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        height: 100vh;
        display: inline-block;
        background-color: rgb(12 13 14 / 50%);
        z-index: 2;
        transition: all 0.8s;
    }

    .has-hero-banner .main-menu .btn {
        margin-left: 0;
    }

    .main-menu .btn {
        margin-left: 0;
        margin-top: 40px;
    }

    .main-menu {
        padding: 20px;
        display: block;
        height: calc(100% - 170px);
        flex-direction: column;
        justify-content: space-between;
        align-items: self-start;
        overflow: auto;
    }

    .site-header-actions .btn {
        display: none;
    }

    .main-menu .menu li .sub-menu li a {
        font-size: 14px;
        line-height: normal;
    }

    .main-menu .menu>li:hover>a {
        color: #fff;
    }

    .main-menu .menu>li.current_page_item>a,
    .main-menu .menu>li.current-menu-ancestor>a,
    .current-menu-parent .sub-menu li.current_page_item a {
        color: var(--stone-2);
    }

    .site-branding {
        max-width: 50px;
    }

    /***********************************************
                        Footer Css
    ***********************************************/
    .footer-bottom .wrapper .footer-left,
    .footer-bottom .wrapper .footer-right {
        width: 100%;
    }

    .footer-menu .menu li:not(:last-child) {
        margin-right: 15px;
    }

    .footer-bottom .wrapper .footer-right .social-link {
        justify-content: flex-start;
        margin-top: 10px;
    }

    footer {
        padding: 40px 0;
    }
}

@media only screen and (max-width:782px) {
    .admin-bar .header-menu {
        top: 46px;
    }
}

@media only screen and (max-width:600px) {
    .admin-bar .site-header.is-sticky {
        top: 0;
    }

    .admin-bar .is-sticky .header-menu {
        top: 0;
    }
}

@media only screen and (max-width:767px) {
    .slick-arrow {
        height: 30px;
        width: 30px;
    }

    section {
        margin: 40px 0;
    }

    .title-section {
        text-align: left;
    }

    .input-field {
        width: 100%;
    }

    .btn-div {
        display: block;
    }

    .btn-div a:not(:last-child) {
        margin-bottom: 15px;
    }

    .sub-title {
        font-size: 13px;
        line-height: 20px;
    }

    .custom-nav-wrap {
        display: block;
    }

    .custom-nav-wrap ul.slick-dots {
        justify-content: center;
    }

    .custom-nav-wrap .custom-arrow {
        justify-content: center;
    }

    .two-column-checkbox .wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
    }

    /***********************************************
                    Header  Css
    ***********************************************/
    .top-bar-row {
        display: block;
        text-align: center;
    }

    .top-bar a {
        font-size: 13px;
        line-height: 14px;
    }

    .top-bar-row>div {
        line-height: normal;
    }


    .footer-main-menu .menu {
        flex-direction: column;
    }

    .footer-top .wrapper {
        flex-direction: column;
    }

    .footer-menu .menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .footer-top .wrapper .site-branding {
        margin-bottom: 30px;
    }

    .footer-links .menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .footer-contact a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }


    .footer-contact a {
        display: flex;
        width: fit-content;
        margin-bottom: 15px;
    }

    .footer-bottom .wrapper .footer-right .social-link {
        margin-top: 0;
    }

    .footer-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-contact.svg-fill,
    .footer-bottom .wrapper .footer-right .social-link {
        margin-top: 20px;
    }

    .footer-contact a:last-child {
        margin-bottom: 0;
    }

    .social-link a {
        width: 30px;
        height: 30px;
    }

    .social-link a img {
        width: 14px;
        height: 14px;
    }

    /***********************************************
                    Footer  Css
    ***********************************************/
}

section.error-404.not-found .page-content {
    margin-top: 0;
}