:root {
	--maroon: #a35139;
	--green: #768946;
	--blue: #2e7280;
	--light-green: #cbd2b9;
}
/* 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-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(--blue);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    transition: .5s;
}
a.nav-link:hover {
    color: var(--green);
}
@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 */
#hero_area h1.av-special-heading-tag {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
    margin-bottom: 30px;
}

.dual-border h3.av-special-heading-tag {
    padding-block: 10px !important;
    position: relative;
}

.dual-border h3.av-special-heading-tag:before,
.dual-border h3.av-special-heading-tag:after {
    content: '';
    position: absolute;
    width: 750px;
    height: 2px;
    background: var(--yellow);
    left: calc(50% - 375px);
}
.dual-border h3.av-special-heading-tag:before {
    top: 0;
}
.dual-border h3.av-special-heading-tag:after {
    bottom: 0
}
.bottom-border .av-special-heading-tag  {
    padding-bottom: 15px !important;
    border-bottom: 2px solid var(--yellow) !important;
}

.inline-border .av-special-heading-tag {
    background-color: #ffffff;
    padding-inline: 25px !important;
}
.inline-border {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.inline-border:before {
    content: '';
    position: absolute;
    width: 1000px !important;
    height: 2px;
    background: var(--yellow);
    top: calc(50% - 1px);
    left: calc(50% - 500px);
    z-index: -1;
}
.simple-iconbox {
    text-align: center;
    font-weight: bold;
}
.simple-iconbox svg {
    width: auto;
    height: 90px;
    margin: 0 auto 25px;
}
.center-five-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-five-columns .flex_column {
    width: calc(50% - 15px) !important;
}
@media (min-width: 768px) {
    .center-five-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1024px) {
    .center-five-columns .flex_column {
        width: calc(20% - 24px) !important;
    }
}
.gradient-title {
    background-image: linear-gradient(to right, var(--blue), var(--green));
    padding: 7px 25px !important;
}
.option-content {
    padding: 25px !important;
}
.option-content h3 {
    border-bottom: 1px solid var(--green) !important;
    padding-bottom: 15px;
    font-size: 25px;
}
.yellow-bg .inline-border .av-special-heading-tag {
    background-color: var(--light-yellow) !important;
}
#why .flex_column_table {
    background-color: #f8f8f8;
    padding: 30px;
}
.inner-content h3 {
    color: var(--green);
    border-bottom: 1px solid var(--yellow) !important;
    padding: 10px;
}
.content-process h3 {
    display: flex;
    background: #fff;
    color: #000 !important;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.team-box img {
    border-radius: 100%;
    width: 300px;
}
.team-box {
    text-align: center;
}
.center-item {
    display: flex;
    justify-content: center;
}
.team-box .wd-image-box-content {
    font-weight: bold;
}
#conversation h2.av-special-heading-tag {
    background-color: var(--green) !important;
}
/* FAQ Area CSS */
.simple-faq section.av_toggle_section:nth-child(odd) .toggler {
    background-color: var(--light-green) !important;
}
.simple-faq section.av_toggle_section:nth-child(even) .toggler {
    background-color: #fff !important;
}
.simple-faq section.av_toggle_section .toggler {
    font-weight: bold !important;
}
/* FAQ Area CSS - END */

/* Inner Post Styles */
.inner-posts .slide-entry {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    margin: 0;
    width: calc(33.33% - 20px);
    border-radius: var(--round);
}
.inner-posts .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}
.inner-posts .slide-meta-del,
.inner-posts .slide-meta-comments {
    display: none !important;
}
.inner-posts .slide-content {
    display: flex;
    flex-direction: column;
}
.inner-posts .slide-meta {
    order: -1;
    padding: 10px 0;
}
.inner-posts .read-more-link {
    margin-top: 10px;
}
.inner-posts .more-link {
    text-transform: capitalize;
    color: var(--maroon);
	display: flex;
    align-items: center;
}
.inner-posts .slide-entry-title {
    margin-bottom: 0;
}
.inner-posts .slide-entry-excerpt {
    margin-top: 15px;
}
.inner-posts .slide-entry-title a {
    transition: .5s;
}
.inner-posts .slide-entry-title a:hover {
    color: var(--yellow) !important;
}
/* Inner Post Styles - END */