:root {
	--alt-navy: #2d4969;
	--alt-red: #9a1d22;
	--alt-gray: #bbbbb9;
}
.nav-logo img {
    width: 200px;
}
@media (min-width: 989px) {
    .inline-wrapper,
	.inline-title {
        display: grid;
        grid-template-columns: 4fr 2fr;
        gap: 50px;
    }
	.inline-title {
        align-items: end;
	}
	.inline-wrapper {
        align-items: center;
	}
    .inline-title .av-subheading_below {
        line-height: 1.6;
        width: 100%;
        max-width: 380px;
    }
    .inline-title h1.av-special-heading-tag {
        width: 625px;
    }
}
div#extra_footer {
    display: none !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;
}
.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-logo object, .nav-logo object svg {
    width: auto;
    height: 80px;
}
.nav-wrapper {
    display: flex;
		flex-wrap: wrap;
    column-gap: 25px;
}
a.nav-link {
    color: var(--alt-red);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    transition: .5s;
}
a.nav-link:hover {
    color: var(--alt-navy);
}
@media (max-width: 640px) {
    .nav-wrapper {
        column-gap: 15px
    }
    a.nav-link {
        text-transform: none;
        font-size: 14px;
    }
	.mobile-hide { display: none; }
}
/* NAV AREA CSS - END */
.inline-title .special-heading-border {
    display: none !important;
}
.inline-title .av-subheading {
    border-left: 3px solid var(--alt-red);
    padding-left: 20px;
    padding-block: 10px;
}
@media (min-width: 990px) {
    #hero_area .template-page {
        padding-block: 100px;
    }
}
/* Demo Form CSS */
.demo-form h3 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.demo-form fieldset {
    background: #fff;
    padding: 12px;
    border-radius: 75px;
    width: 600px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
}
.demo-form fieldset input[type="text"] {
    border: none !important;
    background-color: transparent !important;
    padding: 5px 12px !important;
}
.demo-form fieldset p {
    margin: 0 !important;
}
.avia_ajax_form .button {
    min-width: 100px;
    font-weight: bold;
    border-radius: 75px;
    padding: 8px 20px;
    font-size: 18px;
    background: var(--alt-navy) !important;
}
/* Demo Form CSS - END */

.center-wrapper .flex_column_table {
    width: 600px !important;
    max-width: 100% !important;
    margin-inline: auto;
}
.center-imagebox {
    text-align: center;
}
.center-imagebox svg {
    width: auto;
    height: 72px;
    margin: 0 auto 15px;
}
a.avia-button {
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px;
}
.arrow-iconlist .av_iconlist_title {
    font-weight: bold;
}
.arrow-iconlist ul.avia-icon-list li:nth-child(n+2) {
    margin-top: 15px;
}
/* FAQ Area CSS */
.expendable {
    margin: 0 !important;
    gap: 30px;
}
.expendable .toggler {
    background-color: var(--alt-red) !important;
    color: #fff !important;
    font-weight: bold;
    padding-block: 15px !important;
}
.expendable span.toggle_icon, .expendable span.toggle_icon span {
    opacity: 1;
}
.expendable .toggle_content {
    padding-inline: 0;
    line-height: 1.6;
    font-size: 16px;
}
.gray-block {
    background: #e1e1e1;
    padding: 25px;
    border-radius: 15px;
}
/* FAQ Area CSS - END */
.center-wrapper .xcf-container {
    justify-content: center;
}
.inner-faq .toggler {
    font-weight: bold;
}