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

:root {
    --font-Vend: "Vend Sans", sans-serif;
    --body-font: "Helvetica", sans-serif;
    --brown: #633F3D;
    --dark-brown: #1A100F;
    --black: #000;
    --body-color: #633F3D;
    --white: #FFF;
    --transition: all 0.4s ease-in-out;
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 18px;
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    font-family: var(--body-font);
    color: var(--brown);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
    overflow-x: hidden;
}

.container {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

a {
    color: var(--brown);
    text-decoration: none;
    transition: .3s;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
    margin: 0px;
}

a:hover {
    color: var(--dark-brown);
}

p a {
    text-decoration: underline;
}

p a:hover {
    color: var(--dark-brown);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    display: block;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    display: block;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    font-weight: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

video,
iframe {
    width: 100%
}

svg,
path,
img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.wpcf7-form input:not(input[type="submit"]),
.wpcf7-form textarea {
    border-radius: 15px;
    padding: 16.5px 18px;
    font-size: 14px;
    color: var(--brown);
    border: none;
    width: 100%;
    font-family: var(--body-font);
}

.wpcf7-form input:not(input[type="submit"])::placeholder,
.wpcf7-form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #A38B8A;
    font-family: var(--body-font);
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    color: #FF0D00;
}

.wpcf7-form span.wpcf7-not-valid-tip:not(:nth-child(2)) {
    display: none;
}

.wpcf7-form .btn-wrapper p {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.wpcf7-form .btn-wrapper input[type="submit"] {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 12px 21.5px;
    border-radius: 40px;
    transition: var(--transition);
    line-height: 150%;
    background: var(--brown);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    border: 1.5px solid var(--brown);
    cursor: pointer;
    min-width: 126px;
    text-align: left;
}

.wpcf7-form .btn-wrapper p:hover input[type="submit"] {
    background: var(--white);
    color: var(--brown);
}

.wpcf7-form .btn-wrapper p .wpcf7-spinner {
    position: absolute;
    right: -50px;
    top: 10px;
    margin: 0;
}

.wpcf7-form .btn-wrapper p::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 24px;
    left: auto;
    background: url("../images/arrow-up.svg") no-repeat center right;
    background-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

.wpcf7-form .btn-wrapper p:hover::after {
    transform: rotate(45deg);
    background: url("../images/arrow-up-brown.svg") no-repeat center right;
    background-size: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;

    border: none;
    border-left: 3px solid #ffb900;
    background: #ffbb0034;
    font-size: 16px;
    padding: 15px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    border-left: 3px solid #46b450;
    background: #35ca432b;
    font-size: 16px;
    padding: 15px 10px;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 1.1;
    margin: 0 0 0.625rem;
    font-weight: 700;
    font-family: var(--font-Vend, sans-serif);
}

h2,
.h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-family: var(--font-Vend, sans-serif);
}

h3,
.h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 0.9375rem;
    font-family: var(--font-Vend, sans-serif);
}

h4,
.h4 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 0.9375rem;
    font-family: var(--font-Vend, sans-serif);
}

h5,
.h5 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 0.9375rem;
    font-family: var(--font-Vend, sans-serif);
}

h6,
.h6 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 0.9375rem;
    font-family: var(--font-Vend, sans-serif);
    font-weight: 700;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

p:empty {
    display: none;
}

.bg-light {
    background: #F7F3F0;
}

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

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

.text-right {
    text-align: right;
}

.switch-column {
    flex-direction: row-reverse;
}

.overflow-hidden {
    overflow: hidden;
}

ol {
    counter-reset: my-sec-counter;
}

ul li,
ol li {
    padding-left: 20px;
    margin: 0 0 15px;
    position: relative;
}

ol li:last-child {
    margin-bottom: 0px;
}

ul li ol li {
    list-style-type: inherit;
}

ul li:before,
ol li:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0px;
    right: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brown);
}

ol li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    width: 0;
    height: 0;
    top: 0;
}

ul,
ol {
    margin-bottom: 20px;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0px;
}

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

.btn {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 12px 22px;
    border-radius: 40px;
    transition: var(--transition);
    line-height: 150%;
    background: var(--brown);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    display: inline-flex;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    border: 1.5px solid var(--brown);
}

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
    background: transparent;
    color: var(--brown);
    outline: 0;
}

.btn svg {
    margin-left: 10px;
}

.btn:hover:not(.btn-call:hover) svg {
    transform: rotate(45deg);
}

.btn svg path {
    fill: var(--white);
}

.btn:hover svg path {
    fill: var(--brown);
}

.btn-white {
    background: var(--white);
    color: var(--brown);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:focus-visible,
.btn-white:focus-within {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
    outline: 0;
}

.btn-white svg {
    margin-left: 10px;
    width: 12px;
}

.btn-white svg path {
    fill: var(--brown);
}

.btn-white:hover svg path,
.btn-white:focus svg path,
.btn-white:focus-visible svg path,
.btn-white:focus-within svg path {
    fill: #fff;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-75 {
    margin-bottom: 75px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

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

/*------- Header Start ---------*/
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 35px 0px;
    background-color: transparent;
    transition: transform .5s ease-in-out, background-color .5s ease-in-out;
    will-change: transform;
    z-index: 9;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

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

.site-header.header-up .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: var(--brown);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translateY(0);
}

.site-header.header-down .header-main {
    transform: translateY(-100%);
}

.site-header {
    width: 100%;
    position: relative;
    z-index: 99;
}

.site-header .site-branding img {
    max-width: 242px;
    object-fit: contain;
    max-height: 80px;
    object-position: left;
}


.site-header.header-up .site-branding img {
    max-width: 200px;
}

.header_menu .header-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .site-branding {
    width: 22%;
}

.site-header .header_menu {
    width: 60%;
    margin: 0 auto;
}

.site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 18%;
}

.header_menu .header-navigation ul li {
    margin: 0;
    padding: 0;
}

.header_menu .header-navigation ul li:not(:last-child) {
    margin-right: 40px;
}

.header-navigation ul li a {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: var(--white);
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
    width: max-content;
    position: relative;
}

.header-navigation ul li a:hover,
.header-navigation ul li.current-menu-item a {
    color: var(--white);
}

.header_menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 1px;
    background: var(--white);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header_menu ul li:hover a::before,
.header_menu ul li.current-menu-item a::before,
.header_menu ul li.active a::before {
    width: 100%;
}

.header-navigation ul.menu>li.menu-item-has-children span.toggledrop svg {
    transition: all 0.3s ease-in-out;
}

.header-navigation ul.menu>li.menu-item-has-children:hover span.toggledrop svg {
    transform: rotateX(180deg);
}

.header-navigation ul li {
    margin-right: 30px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

}

.header-navigation ul li::before {
    display: none;
}


@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*------- Header End ---------*/

/*------ Footer Start -------*/
footer {
    padding: 50px 0 30px;
    background: var(--dark-brown);
}

.footer-logo img {
    max-width: 242px;
    object-fit: contain;
    object-position: left;
    max-height: 80px;
}

footer *:not(.btn) {
    color: var(--white);
}

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

.footer-col.footer-links li {
    padding: 0;
    margin-bottom: 10px;
}

.footer-col {
    width: 25%;
    padding: 0px 30px 0px 15px;
}

.footer-col.footer-info-col {
    width: 35%;
}

.footer-col.footer-quick-links {
    width: 20%;
}

.footer-col.footer-legal-links {
    width: 20%;
}

.footer-col.footer-info-col .footer-text {
    max-width: 360px;
}

.footer-col h6 {
    margin-bottom: 20px;
}

.footer-col ul li {
    padding: 0;
}

footer ul li:before,
footer ol li:before {
    display: none;
}

.footer-col ul li a {
    font-size: 18px;
}

.footer-col ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-col.footer-contact-col .item {
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.footer-col.footer-contact-col .item {
    word-break: break-word;
}

.footer-col.footer-contact-col .item:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-col.footer-contact-col .item:not(:last-child) {
    margin-bottom: 15px;
}

.footer-col.footer-contact-col .item .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: var(--transition);
    flex-shrink: 0;
}

.footer-col.footer-contact-col .item .icon img {
    max-width: 16px;
    object-fit: contain;
    transition: var(--transition);
}

.footer-col.footer-contact-col .item:hover .icon {
    background: var(--brown);
}

.footer-col.footer-contact-col .item:hover .icon img {
    filter: brightness(0) invert(1);
}

.footer-logo {
    margin-bottom: 20px;
}

footer .social-medial-links {
    display: flex;
    margin-top: 30px;
}

footer .social-medial-links a {
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

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

footer .social-medial-links a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}

footer .social-medial-links a:hover {
    background: rgba(255, 255, 255, 0.4);
}

.footer-bottom {
    margin-top: 81px;
    border-top: 1px solid #FFFFFF29;
    padding-top: 20px;
    text-align: center;
}

/*------ Footer End -------*/
/* 404 page css Start */
.error-page .wrapper {
    position: relative;
    min-height: 375px;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.error-page .inner-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.error-page .inner-banner-image::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.error-page .inner-banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.error-page .error-banner-content {
    position: relative;
    width: 100%;
    padding: 77px 0;
}

.error-page .error-banner-content * {
    color: var(--white);
}

.error-button .btn svg {
    margin: 0 10px 0 0;
    transform: rotate(-135deg);
}

.error-button .btn:hover svg {
    transform: rotate(-135deg) !important;
}

/* 404 page css End */

@media (max-width: 1200px) {
    .site-header .site-branding img {
        max-width: 200px;
    }

    .header_menu .header-navigation ul li:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {

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

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

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

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

    .footer-col.footer-info-col {
        width: 30%;
    }

    .footer-col.footer-quick-links {
        width: 18%;
    }

    .footer-col.footer-contact-col {
        width: 32%;
    }

    .footer-col h5 {
        font-size: 22px;
    }
}

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

    .offcanvas-bg,
    .sidebar-header,
    .menu_toggle {
        display: none;
    }
}

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

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

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

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

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

    p {
        font-size: 16px;
    }

    .btn {
        padding: 10px 18px 11px;
        font-size: 14px;
    }

    .for-desktop {
        display: none;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-60 {
        padding-top: 20px;
    }

    .pb-60 {
        padding-bottom: 20px;
    }

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

    .site-header.header-down .header-main {
        padding: 10px 0;
    }

    .site-branding img.custom-logo {
        max-width: 180px;
        max-height: 70px;
    }

    body.menu-open .offcanvas-bg {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
        -webkit-transition: opacity .3s ease, -webkit-transform .8s ease;
        transition: opacity .3s ease, -webkit-transform .8s ease;
        -o-transition: transform .8s ease, opacity .3s ease;
        transition: transform .8s ease, opacity .3s ease;
        transition: transform .8s ease, opacity .3s ease, -webkit-transform .8s ease;
        opacity: 1
    }

    .offcanvas-bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0 0 0 / 20%);
        height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
        -webkit-transition: opacity 6s ease, -webkit-transform .8s ease;
        transition: opacity 6s ease, -webkit-transform .8s ease;
        -o-transition: transform .8s ease, opacity 6s ease;
        transition: transform .8s ease, opacity 6s ease;
        transition: transform .8s ease, opacity 6s ease, -webkit-transform .8s ease;
        opacity: 0;
        z-index: 1
    }

    .close-btn.menu_toggle:hover svg {
        transform: rotate(90deg);
    }

    .menu_toggle svg {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .menu_toggle svg path {
        stroke: #fff;
    }

    .menu_toggle:hover svg path {
        stroke: rgba(255, 255, 255, 0.5);
    }

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

    .header_menu .sidebar-header {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .site-header .close-btn.menu_toggle {
        height: 30px;
        background: var(--brown);
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid var(--white);
    }

    .menu_toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

    .menu_toggle svg {
        width: 35px;
        height: 30px;
        background: var(--white);
        border-radius: 5px;
    }

    .menu_toggle:not(.close-btn) svg path {
        stroke: var(--brown);
    }

    .close-btn.menu_toggle svg path {
        fill: var(--white);
        stroke-width: 0;
        stroke: var(--white);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .close-btn.menu_toggle svg {
        width: 18px;
        height: 18px;
        background: transparent;
    }

    .close-btn.menu_toggle:hover svg path {
        fill: var(--black);
    }

    .sidebar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }

    .menu-open {
        overflow: hidden;
    }

    .site-header .header_menu {
        width: 100%;
    }

    .header_menu {
        position: fixed;
        right: 0;
        width: 100%;
        top: 0;
        height: 100vh;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: auto;
        z-index: 3;
        background: var(--dark-brown);
        max-width: 400px;
        padding: 30px 20px;
    }

    .menu-open .header_menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .header_menu .header-navigation ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 50px;
    }

    .header_menu .header-navigation ul li:not(:last-child) {
        margin: 0 0 20px 0;
    }

    .header-navigation ul li a {
        font-size: 16px;
    }

    .site-header .header-right {
        width: 50%;
    }

    .site-header .header-right .button-block {
        margin-right: 15px;
    }

    .footer-col.footer-info-col {
        width: 50%;
    }

    .footer-col.footer-quick-links {
        width: 50%;
    }

    .footer-col.footer-legal-links {
        width: 50%;
        margin-top: 40px;
    }

    .footer-col.footer-contact-col {
        width: 50%;
        margin-top: 40px;
    }

    .footer-col ul li a {
        font-size: 16px;
    }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-bottom {
        margin-top: 50px;
    }
}

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

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

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

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

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

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

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

    p,
    body,
    ul li,
    ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .header-right {
        width: 50%;
        justify-content: flex-end;
    }

    .header-right .button-block {
        display: none;
    }

    .site-branding {
        width: 50%;
    }

}

@media only screen and (max-width:575px) {
    /* .site-branding img.custom-logo {
        max-width: 100px;
    } */

    .site-header.header-up .site-branding img {
        max-width: 150px;
        max-height: 50px;
    }

    .footer-col.footer-info-col,
    .footer-col.footer-quick-links,
    .footer-col.footer-legal-links,
    .footer-col.footer-contact-col {
        width: 100%;
    }

    .footer-col:not(.footer-info-col) {
        margin-top: 30px;
    }

    .wpcf7-form input:not(input[type="submit"]),
    .wpcf7-form textarea {
        border-radius: 8px;
    }

    .wpcf7-form .btn-wrapper p::after {
        top: 17px;
    }

}