footer {
    background-color: #24262d;
    position: relative;
    color: #fff;
}

@media (max-width: 991px) {
    footer {
        z-index: 0;
    }
}

footer .footer_bg {
    position: relative;
    padding-top: 150px;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 767px) {
    footer .footer_bg {
        height: 130px;
        padding-top: 130px;
    }
}

footer .footer_bg .background-image {
    opacity: 0.3;
    filter: grayscale(100%);
}

footer .footer_bg .gradient_over {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #24262d);
    background: linear-gradient(to bottom, transparent, #24262d);
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
}

footer .move_content {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
    margin-top: -80px;
    position: relative;
    z-index: 4;
}

@media (max-width: 767px) {
    footer .move_content {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    footer h5 {
        margin-bottom: 10px;
    }
}

footer hr {
    opacity: 0.1;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

footer a {
    color: #ebd7b2;
}

footer a:hover {
    color: #fff;
}

footer .copy {
    text-align: center;
    padding: 0px 0px 25px 0 !important;
    background-color: #1f2127;
    font-size: 13px;
    font-size: 0.8125rem;
}

.social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.social ul li {
    display: inline-block;
    margin: 0 5px;
}

.social ul li a {
    display: block;
    color: #fff;
}

.social ul li a:hover {
    color: #b59270;
}

.social ul li a i {
    font-size: 21px;
    font-size: 1.3125rem;
}

footer .container,
footer .container-fluid,
footer .container-lg,
footer .container-md,
footer .container-sm,
footer .container-xl {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    footer .container,
    footer .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    footer .container,
    footer .container-md,
    footer .container-sm {
        max-width: 45pc;
    }
}

@media (min-width: 992px) {
    footer .container,
    footer .container-lg,
    footer .container-md,
    footer .container-sm {
        max-width: 60pc;
    }
}

@media (min-width: 1200px) {
    footer .container,
    footer .container-lg,
    footer .container-md,
    footer .container-sm,
    footer .container-xl {
        max-width: 855pt;
    }

    footer {
        margin-top: 3%;
    }
}

footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

body footer .t-subtitle-l,
body footer h5 {
    font: normal normal var(--t-subtitle-l-font-weight, 700)
        var(--t-subtitle-l-font-size-viewport-xs, 1.125rem) /
        var(--t-subtitle-l-line-height-viewport-xs, 1.5rem)
        var(--t-subtitle-l-font-family, var(--t-base-font-family));
    color: var(--t-brand-fg-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
}

body footer {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

footer a {
    color: white;
}

footer .move_content a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

footer a:hover {
    color: #b59270;
}

.footer_links ul {
    line-height: 1.9;
}

.footer_links ul li a {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /* -webkit-transition: all 0.3s ease-in-out; */
    -ms-transition: all 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
    /* outline: none;*/
}

.footer_links ul li a:hover {
    transform: translateX(10px);
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

#newsletter input[type="email"] {
    border: 0;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: unset;
    box-shadow: unset;
}

footer p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff !important;
    line-height: unset;
}

.link:hover {
    color: #ffffff;
}

#newsletter button[type="submit"] {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    top: 45px;
    border: 0;
    opacity: 0.6;
    height: 45px;
    cursor: pointer;
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

#newsletter button[type="submit"]:hover {
    opacity: 1;
}
