:root {
    --maroon: #802F2D;
    --green: #567632;
    --blue: #2C557E;
    --light-blue: #4b9ae9;
    --yellow: #CCA349;
    --ink: #3b3d40;
		--line: #d8d8d8;
}
.post-password-form {
    padding-top: 120px;
}
.av-special-heading-tag {
    font-family: 'Gotham', sans-serif !important;
}
/* NAV AREA CSS */
.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption,
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0 !important;
}
.nav-logo {
    display: flex;
    align-items: center;
}
.custom-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-block: 15px;
}
@media (max-width: 767px) {
    .custom-nav {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }
}
.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    align-items: center;
}
a.nav-link {
    color: var(--ink);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    transition: .5s;
}
a.nav-link:hover {
    color: var(--blue);
}
@media (max-width: 640px) {
    .nav-wrapper {
        column-gap: 15px;
        row-gap: 6px;
        justify-content: center;
    }
    a.nav-link {
        text-transform: none;
        font-size: 14px;
    }
    .mobile-hide { display: none; }
}
.nav-cta {
    text-transform: uppercase;
    padding: 12px 20px;
    border: 1px solid var(--ink) !important;
    font-size: 15px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    transition: .5s;
    cursor: pointer;
}
.nav-cta-light {
    background-color: transparent !important;
    color: var(--ink) !important;
}
.nav-cta-solid {
    background-color: var(--ink);
    color: #fff !important;
}
.nav-cta:hover {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
    color: #fff !important;
}
/* NAV AREA CSS - END */

/* Hero Area */
.av-special-heading-tag  span {
    color: var(--light-blue);
}
.hero-grid .flex_column_table {
    width: 100% !important;
    max-width: 630px;
    margin-inline: auto;
}
/* Stat Area */
.inner-statbox span.avia-no-number {
    font-size: 1em;
    opacity: 1;
}
.inner-statbox .avia-animated-number-title {
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    white-space: unset;
}
.upper-subtitle .av-subheading_above p {
    font-weight: bold !important;
}
.narrow-table {
    width: 100%;
    max-width: 800px;
}
.unset-table {
    border-left: 5px solid var(--blue) !important;
    padding-left: 40px;
}
.unset-table table td {
    border: none;
    font-size: 15px;
    color: #333;
}
.unset-table table {
    margin: 20px 0 0;
}
.unset-table table,
.unset-table table tr,
.unset-table table td {
    background: transparent !important;
}
.unset-table table tr td:first-child {
    width: 200px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .unset-table table tr {
    display: grid;
}
}
.adv-cell {
    background-color: #e0f3cb;
    color: var(--green) !important;
    font-weight: bold;
}
.simple-faq .toggler {
    padding-block: 20px  !important;
    padding-inline: 0  55px!important;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
}
.simple-faq .toggle_content {
    background-color: transparent !important;
    padding: 0 0 20px;
    border: none !important;
}
.simple-faq .single_toggle {
    border-bottom: 1px solid #d8d8d8 !important;
}
/* Timeline CSS */
.timeline {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.timeline .step {
    padding: 25px
}
.badge {
    width: 26px;
    height: 26px;
    background: var(--blue);
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 22px;
}
.step .day {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px;
}
.step h3 {
    font-size: 17px;
    font-weight: 600;
    color: #14181F;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
    line-height: 1.25 !important;
}
.step p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #666;
    margin: 0;
}
@media (min-width: 768px) {
    .timeline {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1024px) {
    .timeline {
        gap: 20px;
    }
    .timeline .step {
        border: none !important;
        background: #f8f8f8;
    }
}
@media (min-width: 1025px) {
    .timeline {
        grid-template-columns: repeat(7, 1fr);
        border-block: 1px solid var(--line);
    }
    .timeline .step:nth-child(n+2) {
         border-left: 1px solid #d8d8d8;
    }
}
.simple-table th {
    background-color: var(--ink);
}
#contact .flex_column_table {
    width: 100% !important;
    max-width: 860px;
}