﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #D3171C;
    text-decoration: none;
}

    a:hover {
        color: #e82d2d;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #de1e26;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #e72323;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #ffffff;
    font-size: 15px;
    height: 60px;
    padding: 0;
    color: #6a6b6b;
}

.red-text {
    color: #D3171C !important;
}

    .red-text a {
        color: #D3171C !important;
    }

        .red-text a:hover {
            color: #D3171C98 !important;
        }

.gold-text {
    color: #ac7c2c !important;
}

    .gold-text a {
        color: #ac7c2c !important;
    }

        .gold-text a:hover {
            color: #ac7c2c99 !important;
        }

.bold-text {
    font-weight: 800 !important;
}

    .bold-text a {
        font-weight: 800 !important;
    }

.white-text {
    color: #ffffff !important;
}

    .white-text a {
        color: #ffffff !important;
    }

        .white-text a:hover {
            color: #ffffff99 !important;
        }

.black-text {
    color: #000000 !important;
}

    .black-text a {
        color: #000000 !important;
    }

        .black-text a:hover {
            color: #f0000099 !important;
        }

a.text-link {
    text-decoration: underline;
}

    a.text-link:hover {
        text-decoration: none;
    }

a.white-link {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

    a.white-link:hover {
        color: #ffffff99;
        text-decoration: none;
    }

a.black-link {
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

    a.black-link:hover {
        color: #00000099;
        text-decoration: none;
    }

a.disclaimer-link {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

    a.disclaimer-link:hover {
        color: #ffffff99;
        text-decoration: none;
    }

a.underline-link {
    text-decoration: underline;
}

.hide-mobile {
    display: block;
}

.show-mobile {
    display: none;
}

.header-img {
    width: 100%;
}

.thank-you-container {
    height: 350px !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #ECECEC;
    transition: all 0.5s;
    z-index: 997;
    height: auto;
}

    #header.fixed-top {
        background: #ffffff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 100%;
    }

        #header .logo a {
            color: #D3171C;
        }

        #header .logo img {
            width: 60%;
            margin: 10px auto;
            display: block;
        }

.scrolled-offset {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        margin-left: 12px;
    }

    .navbar.footer-navbar > ul > li {
        margin-left: 0;
    }

.navbar {
    font-size: 18px;
    font-weight: 600;
    padding-top: 35px;
}

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 50px 4px 50px;
        font-size: 15px;
        color: #d3a953;
        white-space: nowrap;
        transition: 0.3s;
        border-radius: 2px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .navbar.footer-navbar a,
    .navbar.footer-navbar a:focus {
        color: #ffffff;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        background: #ffffff;
        color: #000000;
        font-weight: 600;
    }

    .navbar.footer-navbar a:hover,
    .navbar.footer-navbar .active,
    .navbar.footer-navbar .active:focus,
    .navbar.footer-navbar li:hover > a {
        background: transparent;
        color: #D3171C;
        font-weight: 600;
    }

    .navbar .dropdown ul {
        display: none;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        color: #D3171C;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
            line-height: 1.6;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            color: #D3171C;
        }

    .navbar.footer-navbar .dropdown ul a {
        padding: 3px 10px;
        color: #D3171C;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #D3171C98;
    }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        display: block;
        visibility: visible;
    }

    .navbar.footer-navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        display: block;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

.menu-highlight {
    background: #D3171C;
    color: #ffffff;
    font-weight: 600;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }

    .thank-you-container {
        height: 250px !important;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #d3a953;
    font-size: 40px;
    font-weight: 800;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #ba891e;
        font-size: 60px;
        font-weight: 800;
    }

    .mobile-nav-toggle.bi::before {
        font-weight: 800 !important;
    }

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .navbar-mobile .mobile-nav-toggle.bi-x {
            top: 10px;
            right: 0;
        }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 160px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 3px;
        font-size: 23px;
        color: #ba891e;
        font-weight: 800;
    }

        .navbar-mobile a.menu-highlight,
        .navbar-mobile a.menu-highlight:focus {
            padding: 10px 20px;
            font-size: 23px;
            color: #ba891e;
            font-weight: 800;
        }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #D3171C;
            background: none;
        }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #D3171C;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.navbar a.menu-highlight,
.navbar a.menu-highlight:focus {
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
}

    .navbar a.menu-highlight:hover,
    .navbar a.menu-highlight > a {
        background: #6a6b6b;
        color: #ffffff;
        font-weight: 600;
    }

    .navbar a.menu-highlight:hover,
    .navbar .menu-highlight .active,
    .navbar .menu-highlight .active:focus,
    .navbar li:hover > a.menu-highlight {
        background: #D3171C;
        color: #fff;
        font-weight: 600;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

#hero {
    width: 100%;
    height: auto;
    /*background-color: #de1e26;*/
    background: rgb(236,236,236);
    background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 100%);
    overflow: hidden;
    position: relative;
    padding: 0;
}

    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

        #hero .carousel-item::before {
            content: "";
            /*background-color: rgba(30, 35, 40, 0.6);*/
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0px;
        left: 8%;
        right: 38%;
    }

    #hero .container {
        text-align: center;
        max-width: 100%;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 0;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p {
        animation-delay: 0.4s;
        margin: 0 auto 20px auto;
        color: #d3a953;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }

    #hero .btn-hero {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-size: 24px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 20px 32px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        color: #fff;
        animation-delay: 0.8s;
        background: #d9232d;
        width: 340px;
        text-transform: uppercase;
    }

        #hero .btn-hero:hover {
            background: #df3740;
        }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next,
        #hero .carousel-inner .carousel-item-prev,
        #hero .carousel-inner .active.carousel-item-start,
        #hero .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-inner .carousel-item:first-child h2 {
        font-size: 80px;
        text-transform: uppercase;
        text-shadow: 2px 2px 16px rgb(0 0 0 / 20%);
    }

    #hero .carousel-inner .carousel-item:nth-child(2) h2 {
        font-size: 80px;
        text-transform: uppercase;
        text-shadow: 2px 2px 16px rgb(0 0 0 / 20%);
    }

    #hero .carousel-inner .carousel-item:nth-child(3) h2 {
        font-size: 80px;
        text-transform: uppercase;
        color: #231f20;
        line-height: 1;
        margin-bottom: 20px;
    }

    #hero .carousel-inner .carousel-item:nth-child(4) h2 {
        font-size: 80px;
        text-transform: uppercase;
        color: #231f20;
    }

    #hero .carousel-inner .carousel-item:last-child h2 {
        font-size: 100px;
        text-transform: uppercase;
    }

    #hero .carousel-inner .carousel-item:first-child p {
    }

    #hero .carousel-inner .carousel-item:nth-child(2) p {
        color: #231f20;
    }

    #hero .carousel-inner .carousel-item:nth-child(3) p {
        color: #231f20;
    }

    #hero .carousel-inner .carousel-item:nth-child(4) p {
        color: #231f20;
        margin-bottom: 0;
    }

    #hero .carousel-inner .carousel-item:last-child p {
    }

    #hero .carousel-inner .carousel-item:first-child .btn-hero {
        background: rgb(41,38,39);
        background: linear-gradient(90deg, rgba(41,38,39,1) 0%, rgba(76,77,78,1) 50%, rgba(31,27,28,1) 100%);
    }

    #hero .carousel-inner .carousel-item:nth-child(1) .btn-hero {
        color: #fff;
        background: rgb(176,131,47);
        background: linear-gradient(90deg, rgba(176,131,47,1) 0%, rgba(231,212,137,1) 50%, rgba(229,192,72,1) 100%);
    }

    #hero .carousel-inner .carousel-item:nth-child(2) .btn-hero {
        background: rgb(169,122,60);
        background: linear-gradient(90deg, rgba(169,122,60,1) 0%, rgba(235,216,155,1) 50%, rgba(169,122,60,1) 100%);
    }

    #hero .carousel-inner .carousel-item:nth-child(3) .btn-hero {
        background: rgb(140,3,30);
        background: linear-gradient(90deg, rgba(140,3,30,1) 0%, rgba(207,11,15,1) 50%, rgba(140,3,30,1) 100%);
    }

    #hero .carousel-inner .carousel-item:nth-child(4) .btn-hero {
        background: rgb(140,3,30);
        background: linear-gradient(90deg, rgba(140,3,30,1) 0%, rgba(207,11,15,1) 50%, rgba(140,3,30,1) 100%);
        margin-top: 20px;
    }

    #hero .carousel-inner .carousel-item:last-child .btn-hero {
        background: rgb(140,3,30);
        background: linear-gradient(90deg, rgba(140,3,30,1) 0%, rgba(207,11,15,1) 50%, rgba(140,3,30,1) 100%);
    }


    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        background: none;
        font-size: 30px;
        line-height: 0;
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #hero .carousel-control-next-icon:hover,
        #hero .carousel-control-prev-icon:hover {
            background: rgba(255, 255, 255, 0.3);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: 0.6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background: #d9232d;
        }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding: 30px 0;
    position: relative;
}

    .section-title h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #191919;
        position: relative;
        z-index: 2;
    }

    .section-title span {
        position: absolute;
        top: 30px;
        color: #f4f4f4;
        left: 0;
        right: 0;
        z-index: 1;
        font-weight: 700;
        font-size: 52px;
        text-transform: uppercase;
        line-height: 0;
    }

    .section-title p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

.box p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

    .box p.box-text {
        display: block;
        height: auto;
        padding-bottom: 10px;
    }

.filter-legal-policies p.box-text {
    min-height: 130px;
}

.box h2 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.box h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.large-text {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.medium-text {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }

    .thank-you-container {
        height: 220px !important;
    }
}

.arrow-point {
    background: url('../img/list-arrow-2024.webp') left center no-repeat;
    line-height: 24px; /* Adjust as needed */
    vertical-align: central; /* Align the image vertically with text */
}


.benefits-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}




.desktop-view {
    display: flex;
}

.tablet-mobile-view {
    display: none;
}


@media screen and (max-width: 992px) {
    .desktop-view {
        display: none;
    }

    .tablet-mobile-view {
        display: flex;
    }

    .thank-you-container {
        height: 190px !important;
        margin-bottom:20px;
    }

}

@media screen and (max-width: 992px) {
    .desktop-view {
        display: none;
    }

    .tablet-mobile-view {
        display: flex;
    }

    #header {
        height: 0 !important;
    }
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    width: 100%;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        font-family: "Poppins", sans-serif;
        width: 49.5%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #efefef;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            width: 49.5%;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .portfolio #portfolio-flters li.legal-policies {
            color: #fff;
            background: rgb(240,22,21);
            background: linear-gradient(90deg, rgba(240,22,21,1) 0%, rgba(224,16,23,1) 50%, rgba(164,3,0,1) 100%);
            position: relative;
            top: 30px;
        }

        .portfolio #portfolio-flters li.funeral-plans {
            color: #fff;
            background: rgb(176,131,47);
            background: linear-gradient(90deg, rgba(176,131,47,1) 0%, rgba(231,212,137,1) 50%, rgba(229,192,72,1) 100%);
            position: relative;
            top: 30px;
        }

        .portfolio #portfolio-flters li.legal-policies:hover,
        .portfolio #portfolio-flters li.legal-policies.filter-active {
            width: 49.5%;
            padding: 10px 15px 40px 15px;
            top: 0;
        }

        .portfolio #portfolio-flters li.funeral-plans:hover,
        .portfolio #portfolio-flters li.funeral-plans.filter-active {
            width: 49.5%;
            padding: 10px 15px 40px 15px;
            top: 0;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #191919;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #4c4c4c;
            font-size: 14px;
            margin-bottom: 0;
        }

.portfolio h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio .box h2 {
    color: #000;
    margin-bottom: 10px;
}

.portfolio p.campaign-intro-text {
    font-weight: 300;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #333333;
}

    .portfolio .portfolio-item .portfolio-info .preview-link:hover,
    .portfolio .portfolio-item .portfolio-info .details-link:hover {
        color: #D3171C;
    }

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

    .portfolio .portfolio-item .portfolio-links a {
        color: #fff;
        margin: 0 2px;
        font-size: 28px;
        display: inline-block;
        transition: 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a:hover {
            color: #e82d2d;
        }

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

.portfolio .box {
    padding: 20px 20px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    transition: all ease-in-out 0.3s;
    background-color: #fff;
}

#portfolio {
    padding: 20px 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-select {
    font-size: 14px;
    color: #7c7f81;
    border: 1px solid #7c7f81;
}

.form-control {
    font-size: 14px;
    color: #7c7f81;
    border: 1px solid #7c7f81;
}

    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #7c7f81;
        opacity: 1; /* Firefox */
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #7c7f81;
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #7c7f81;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.dark-btn {
    background: #000;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    width: 480px;
}

    .dark-btn:hover {
        background: #D3171C;
        color: #fff;
    }

button.red-btn {
    background: #D3171C;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    width: 480px;
}

    button.red-btn:hover {
        background: #D3171C99;
        color: #fff;
    }


button.gold-btn {
    /*background: #c8a75a;*/
    background: rgb(176,131,47);
    background: linear-gradient(90deg, rgba(176,131,47,1) 0%, rgba(231,212,137,1) 50%, rgba(229,192,72,1) 100%);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    width: 480px;
}

    button.gold-btn:hover {
        background: #c8a75a99;
        color: #fff;
    }

.btn-lg, .btn-sm {
    --bs-btn-border-radius: 0.3rem;
}


.btn-lg {
    font-size: 22px;
}

.box .btn-lg {
    font-size: 18px;
    width: 100%;
    padding: 5px 15px;
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    min-height: 300px;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 15px;
            background: #000000;
            color: #fff;
            border-top: 4px solid #D3171C;
            text-align: center;
            padding: 30px 20px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 36px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Poppins", sans-serif;
            }

        #footer .footer-top .social-links {
            text-align: center;
        }

            #footer .footer-top .social-links a {
                font-size: 34px;
                display: inline-block;
                background: #fff;
                color: #000000;
                line-height: 1;
                padding: 8px 0;
                margin-right: 15px;
                border-radius: 50%;
                text-align: center;
                width: 50px;
                height: 50px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #ffffff98;
                    color: #000000;
                    text-decoration: none;
                }

    #footer .footer-white-link {
        color: #fff;
        transition: 0.3s;
        text-decoration: none;
    }

        #footer .footer-white-link:hover {
            color: #ffffff99;
            text-decoration: none;
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #ed5b5b;
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                color: #fff;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #eb4444;
                }

    #footer .footer-top .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4;
    }

        #footer .footer-top .footer-newsletter form input[type=email] {
            border: 0;
            padding: 4px;
            width: calc(100% - 110px);
        }

        #footer .footer-top .footer-newsletter form input[type=submit] {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            background: #D3171C;
            color: #fff;
            transition: 0.3s;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                background: #e82d2d;
            }

    #footer .copyright {
        border-top: 1px solid #ffffff;
        text-align: center;
        padding-top: 30px;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #e82d2d;
        }


@media (min-width: 992px) {
    #header .container, #header .container-lg, #header .container-md, #header .container-sm {
        max-width: 100% !important;
    }

    #topbar .container, #topbar .container-lg, #topbar .container-md, #topbar .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    #header .container, #header .container-md, #header .container-sm {
        max-width: 100% !important;
    }

    #topbar .container, #topbar .container-md, #topbar .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 576px) {
    #header .container, #header .container-sm {
        max-width: 100% !important;
    }

    #topbar .container, #topbar .container-sm {
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

/* CAMPAIGN SPECIFIC ADJUSTMENTS */

#formHeader {
    max-width: 500px;
    width: 100%;
    text-align: left;
    height: 100%;
    flex-direction: column;
    padding-top: 30px;
    display: flex;
}

.thanks_form_padding {
    max-width: 500px;
}

#formHeader h1 {
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}

#txtNameLabel,
#txtContactNumberLabel,
#txtPolicyIDNumberLabel {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    align-self: start;
}

#message_h1,
#lblMessage {
    color: #ffffff;
}

.form-header-error .error_header #lblErrorHeader {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #D3171C;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.form-header-error .error_message #lblMessage {
    padding: 10px 0 10px 0;
    min-height: 200px;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    color: #D3171C;
}

.form-header-error .error_message {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-weight: 600;
    padding: 20px;
    background-color: white;
}

#TryAgainButton {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    display: block;
    width: 100%;
    height: auto;
    border: none;
    font-weight: 600;
    box-sizing: border-box;
}

.thanks_box_icon {
    display: none !important;
}

    .mobile-header input.form-control {
        padding: 14px 16px;
        border-radius: 0;
        border: 1px solid #9f9f9f;
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-header .btn.black-btn {
        padding: 10px 16px;
        border-radius: 0;
        width: 100%;
        background: #000000;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        margin-top: 20px;
    }

        .mobile-header .btn.black-btn:hover {
            background: #00000099;
        }

    .mobile-header .btn.red-button {
        padding: 10px 16px;
        border-radius: 0;
        width: 100%;
        background: #D3171C;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        margin-top: 20px;
    }

        .mobile-header .btn.red-button:hover {
            background: #D3171C99;
        }

#hero p.disclaimer-text {
    margin: 0;
    color: #000 !important;
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    text-align: left;
    padding: 20px 0;
    width: 100%;
}

.form-header-error {
    padding-top: 10px !important;
    margin-top: 30px;
    padding-bottom: 10px !important;
}

    .form-header-error .disclaimer-text {
        display: none;
    }

/* END CAMPAIGN SPECIFIC ADJUSTMENTS */

@media (max-width: 992px) {

    section {
        padding: 10px 0;
        overflow: hidden;
    }

    .section-title {
        /*text-align: left;*/
        padding: 10px;
    }

    .red-btn {
        width: 100% !important;
    }

    .dark-btn {
        width: 100% !important;
    }

    #footer .footer-top {
        padding: 16px 0 16px 0;
    }

        #footer .footer-top .social-links,
        #footer h4 {
            /*text-align: left!important;*/
        }

        #footer .footer-top .social-links {
            margin-bottom: 16px;
            margin-top: 16px;
        }

            #footer .footer-top .social-links a {
                font-size: 30px;
                padding: 8px 0;
                margin-right: 4px;
                width: 46px;
                height: 46px;
            }

    #footer .copyright {
        border-top: 1px solid #ffffff;
        /*text-align: left;*/
        padding-top: 16px;
        color: #ffffff;
        font-size: 12px;
    }

    .navbar {
        padding-top: 10px;
    }

        .navbar > ul > li {
            margin-left: 0;
        }

    #navbar .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar-mobile ul {
        display: block;
    }

    .navbar.footer-navbar-mobile ul {
        display: block;
    }

    .navbar.footer-navbar.footer-navbar-mobile > ul > li {
        display: inline-block;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        font-size: 17px;
        font-weight: 800 !important;
    }

        .navbar-mobile a:focus,
        .navbar-mobile a:active {
            color: #D3171C;
            font-weight: 800 !important;
        }

        .navbar-mobile a.menu-highlight, .navbar-mobile a.menu-highlight:focus {
            font-size: 18px;
            text-align: center;
            width: 190px !important;
            padding: 5px 20px;
            margin-top: 18px;
        }

    .hide-element {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .portfolio .portfolio-item {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .portfolio #portfolio-flters {
        width: 96%;
    }

        .portfolio #portfolio-flters li {
            width: 49%;
            font-size: 16px;
        }

            .portfolio #portfolio-flters li:hover,
            .portfolio #portfolio-flters li.filter-active {
                width: 49%;
            }

            .portfolio #portfolio-flters li.legal-policies {
                top: 10px;
            }

            .portfolio #portfolio-flters li.funeral-plans {
                top: 10px;
            }

            .portfolio #portfolio-flters li.legal-policies.filter-active {
                padding: 10px 15px 20px 15px;
            }

            .portfolio #portfolio-flters li.funeral-plans.filter-active {
                padding: 10px 15px 20px 15px;
            }

            .portfolio #portfolio-flters li.legal-policies:hover,
            .portfolio #portfolio-flters li.legal-policies.filter-active {
                width: 49%;
            }

            .portfolio #portfolio-flters li.funeral-plans:hover,
            .portfolio #portfolio-flters li.funeral-plans.filter-active {
                width: 49%;
            }

    .portfolio-item .red-text,
    .portfolio-item .gold-text {
        color: #000000 !important;
    }

    .portfolio .section-title {
        padding: 20px;
    }

    .portfolio h2 {
        color: #fff;
        font-weight: 800;
        text-transform: capitalize;
        text-align: center;
        font-size: 30px;
    }

    .portfolio .box h2 {
        display: none;
    }

    .portfolio p.funeral-intro-text {
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

    .filter-legal-policies p.box-text {
        min-height: 50px;
    }

    .info-box {
        margin: 0 !important;
        padding: 10px;
    }

        .info-box:first-child {
            margin: 10px 0 0 0 !important;
            padding: 10px;
        }

    #header {
        height: 90px;
    }

        #header .logo-mobile {
            font-size: 30px;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            z-index: 1000;
            float: left;
            width: 64px;
        }

            #header .logo-mobile a {
                color: #D3171C;
            }

        #header .logo img {
            height: auto;
            width: 90%;
            margin: 0 auto;
            display: block;
        }

    .mobi-small-medium-view .main_container,
    .tablet-view .main_container {
        display: none !important;
    }

    #breadcrumb_bar_cont {
        padding: 10px 16px !important;
    }

    .large-text {
        font-size: 18px;
    }

    .btn-lg {
        font-size: 18px !important;
    }

    .navbar-mobile .dropdown ul {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

        .navbar-mobile .dropdown ul a {
            padding: 2px 3px;
            font-size: 15px;
            color: #000;
        }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul a:focus,
            .navbar-mobile .dropdown ul a:active {
                color: #D3171C;
            }

    /* CAMPAIGN SPECIFIC ADJUSTMENTS */

    #formHeader {
        max-width: 100%;
        width: 670px;
        /*background-color: #ffffff60;*/
        text-align: left;
        flex-direction: column;
        padding: 16px;
    }

        #formHeader h1 {
            color: #000;
            font-weight: 800;
            font-size: 23px;
            text-align: left;
        }

    #txtNameLabel,
    #txtContactNumberLabel,
    #txtPolicyIDNumberLabel {
        color: #000;
        font-weight: 800;
        font-size: 16px;
        text-align: left;
        align-self: start;
    }

    #message_h1, #lblMessage {
        color: #ffffff;
    }

    .form-header-error .error_header #lblErrorHeader {
        height: auto;
        font-size: 18px;
        line-height: 1.1;
    }

    .form-header-error .error_message #lblMessage {
        min-height: 50px;
        font-size: 18px;
        color: #d3171c !important;
        font-weight: 400;
        text-align: center;
        line-height: 1.1;
        color: black;
    }

    .form-header-error #TryAgainButton {
        font-size: 25px;
        padding: 15px;
    }

    #BackBtnImage {
        width: 100%;
    }

    .thanks_form_padding {
        max-width: 270px;
        background-color: #ffffff60;
    }

    .mobile-header input.form-control {
        padding: 10px 16px;
        border-radius: 0;
        border: 1px solid #9f9f9f;
        width: 100%;
    }

    .mobile-header .btn.gold-btn {
        padding: 10px 16px;
        border-radius: 0;
        width: 100%;
        background: #d3a953;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        margin-top: 10px;
    }

        .mobile-header .btn.gold-btn:hover {
            background: #d3a95399;
        }

    #hero p.disclaimer-text {
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        /* margin: 10px auto 10px auto;*/
  }

  .form-header-error {
    background-color: #d3a953!important;
    padding-top: 10px !important;
    margin-top: 30px !important;
    padding-bottom: 10px !important;
  }

  .form-header-error .disclaimer-text {
    display:none;
  }

  .form-header-error .error_message {
    color: #ffffff;
    padding: 20px;
  }

  /* END CAMPAIGN SPECIFIC ADJUSTMENTS */
    }


    @media (max-width: 768px) {
        #hero {
            height: 1130px;
            box-sizing: border-box;
        }

        #formHeader {
            max-width: 100%;
            width: 680px;
            height: 420px;
            flex-direction: column;
            padding: 16px;
            margin-top: 38vh;
        }

        .mobile-header {
            height: 75vh;
            padding-top: 0;
        }

        .mobile-form-header {
            margin-top: 25vh !important;
        }

        .mobile-hero-mobile {
            height: 95vh !important;
        }

        .thank-you-container {
            height: 220px !important;
        }

        .form-header-error {
            margin-top: 0 !important;
        }

        /*.mobile-form-header {
            margin-top:0 !important;
        }*/
    }

    @media (max-width: 767px) {
        #hero {
            height: 1050px;
            box-sizing: border-box;
        }

        #formHeader {
            max-width: 100%;
            width: 500px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0vh;
        }

        .mobile-hero-mobile {
            height: 64vh !important;
        }

        .mobile-form-header {
            margin-top: 0 !important;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }
    }

    @media (max-width: 540px) {
        #hero {
            height: 1050px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 110vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 510px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0vh;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }

        .thank-you-container {
            height: 220px !important;
        }
    }

    @media (max-width: 520px) {
        #hero {
            height: 1040px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 60vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 460px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0vh;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }
    }

    @media (max-width: 430px) {
        #hero {
            height: 970px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 79vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 400px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0vh;
        }

        .mobile-form-header {
            margin-top: 0 !important;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }

        .thank-you-container {
            height: 260px !important;
        }
    }

    @media (max-width: 414px) {
        #hero {
            height: 940px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 77vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 350px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-form-header {
            margin-top: 0 !important;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }


        .thank-you-container {
            height: 280px !important;
        }
    }

    @media (max-width: 400px) {
        #hero {
            height: 940px;
            box-sizing: border-box;
        }

        #formHeader {
            max-width: 100%;
            width: 350px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }
    }

    @media (max-width: 390px) {
        #hero {
            height: 940px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 83vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 350px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }
    }


    @media (max-width: 380px) {
        #hero {
            height: 920px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 105vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 340px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-form-header {
            margin-top: 0 !important;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }

        #formHeader h1 {
            font-size: 20px;
            margin-bottom: 16px;
        }

        .thank-you-container {
            height: 280px !important;
        }
    }

    @media (max-width: 360px) {

        #hero {
            height: 900px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 91vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 300px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }

        .thank-you-container {
            height: 300px !important;
        }
    }


    @media (max-width: 344px) {

        #hero {
            height: 900px;
            box-sizing: border-box;
        }

        .mobile-hero-mobile {
            height: 75vh !important;
        }

        #formHeader {
            max-width: 100%;
            width: 300px;
            height: auto;
            flex-direction: column;
            padding: 16px;
            margin-top: 0;
        }

        .mobile-header {
            height: 100vh;
            padding-top: 0;
        }

        .thank-you-container {
            height: 300px !important;
        }
    }

    @media (max-width: 320px) {

        #formHeader {
            width: 280px;
        }
    }

    @media (max-width: 280px) {

        #formHeader {
            width: 240px;
        }
    }

    @media (max-height: 500px) {
        /*#hero {
        height: auto;
    }*/
    }

    @media (min-width: 1024px) {

        #hero .carousel-control-prev,
        #hero .carousel-control-next {
            width: 5%;
        }
    }
