:root {
	--maroon: #802f2d;
    --yellow: #cea349;
    --light-green: #548235;
    --dark-green: #385723;
    --blue: #00587c;
    --green: #567632;
    --deep-gray: #575a5d;
    --gray: #6c6f70;
    --light-gray: #7f7f7f;
    --alt-black: #383838;
    --navy: #183661;
    --deep-navy: #001f3b;
    --teal-green: #051617;
    --light-yellow: #f7f1e7;
}

/* TEMP CSS Area - Starts */

.logo svg {
    height: auto !important;
    width: 300px !important;
}

.nav-item-alt {
    display: none;
}

@media (min-width: 1201px) {
    .page-id-618 .nav-item-alt {
        display: block !important;
    }

    .page-id-618 .nav-item-mega {
        display: none;
    }

    .fake-gap {
        padding-top: 35px !important;
    }
}

@media (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 109px !important;
    }
}

.hbspt-form label span {
    color: #fff !important;
    text-transform: capitalize;
}

.hbspt-form .input input {
    margin-bottom: 0 !important;
}

.hs-submit {
    margin-top: 15px !important;
}

.hs-submit input[type="submit"] {
    background-color: var(--maroon) !important;
    color: #fff !important;
    width: 100%;
    padding-block: 12px;
    line-height: 1;
}

.hbspt-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.hbspt-form .hs_submit,
.hbspt-form .hs_email {
    grid-column: span 2;
}
/* TEMP CSS Area  - Ends */

/* Homepage CSS - Starts */

.fake-portrait:hover img {
    transform: scale(1.05);
}

.fake-portrait .avia-image-overlay-wrap {
    overflow: hidden;
}

/* Homepage CSS - Ends */

#header .twelve.units {
    width: 1080px !important;
}

.html_av-submenu-hidden .av-submenu-indicator {
    opacity: 1 !important;
}

/* Header CSS Starts Here */

#header_meta {
    border: none !important;
    background: #4f4f4f !important;
}

#header_meta .menu a {
    font-size: 14px;
    color: #fff;
    transition: .5s;
}

#header_meta .menu a:hover {
    color: #fff !important;
}

.logo img {
    width: 300px;
}

@media (min-width: 768px) {
  .logo img {
      margin-top: 8px !important;
  }

  #header_main {
      border-top: none !important;
  }
}

@media (min-width: 1201px) {
    .menu-heading > a {
        padding: 4px 0 !important;
        font-size: 16px !important;
    }

    .mega_menu_title > a,
    .menu-heading > a .avia-menu-text {
      font-weight: bold !important;
      font-size: 17px !important;
  }
}

@media (max-width: 1200px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .menu-item-top-level {
        display: none;
    }
}

@media(max-width: 767px) {
    .logo img {
      width: 250px !important;
    }
}

ul#av-burger-menu-ul .avia-menu-text {
    color: var(--deep-gray);
    font-weight: 500;
}

/* Header CSS Ends Here */

/* Mega Menu Area CSS - Starts */

.menu-heading > a .avia-bullet {
    display: none !important;
}

.mega_menu_title > a,
.menu-heading > a .avia-menu-text {
    color: #000;
    transition: .3s;
}

.mega_menu_title > a:hover,
.menu-heading > a:hover .avia-menu-text {
    color: var(--yellow) !important;
}

.header_color .main_menu .menu ul li a:hover {
    background-color: transparent !important;
}

.mega_menu_title {
    margin-top: 6px !important;
}

.menu-item-has-children.three.units:nth-child(n+2) {
    border-left: 1px dotted #959595 !important;
    padding-left: 25px !important;
}

.mega_menu_title a {
    margin-bottom: 5px !important;
}

.mega_menu_title a:hover,
.avia_mega_div .sub-menu .avia-menu-text:hover {
    color: var(--yellow) !important;
}

/* Mega Menu Area CSS - Ends */

.icon-top a:before {
    font-family: 'entypo-fontello';
    padding-right: 5px;
}
.icon-invest a:before {
    content: '\e8c7';
}
.icon-login a:before {
    content: '\e85c';
}
.icon-contact a:before {
    content: '\e83b';
}
.icon-quote a:before {
    content: '\e86c';
}
.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 17px;
}
.main_menu .sub-menu .avia-menu-text {
    font-size: 15px;
}
.menu-item-has-children.menu-item-top-level > a .avia-menu-text:after {
    content: '\e873';
    font-family: 'entypo-fontello';
    padding-left: 5px;
    color: var(--yellow);
    font-size: 13px;   
}
.main_menu #menu-item-search a.avia-svg-icon {
    display: flex;
    align-items: center;
}
.main_menu #menu-item-search a.avia-svg-icon svg {
    fill: #fff;
}
.main_menu #menu-item-search a.avia-svg-icon:hover svg {
    fill: var(--yellow);
}
.main_menu .avia-search-tooltip .avia-svg-icon {
    margin-block: 15px !important;
}
.main_menu .avia-search-tooltip input[type="submit"]:hover {
    background-color: var(--yellow);
}
.number-area svg {
    height: 75px;
    width: auto;
    fill: var(--yellow);
    margin: 0 auto 15px !important;
}

.number-area .avia-animated-number-title .avia-no-number {
    opacity: 1 !important;
    font-size: 0.9em;
    letter-spacing: 0;
}

.number-area-col .avia-animated-number-content p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.number-area-col .avia-single-number {
    letter-spacing: 0 !important;
    font-weight: bold;
}

/* Column background image cards */

.solution-col {
    height: 500px;
    width: auto;
    position: relative !important;
    background-size: cover !important;
}

.solution-col:hover{
    transform: scale(1.02);
    transition: ease 0.5s;
}

.img-card-area .flex_column_table {
    overflow: hidden;
}

.solution-col:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    visibility: visible;
}

.solution-col .img-title{
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.solution-col .img-title .av-special-heading-tag {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.img-title h2{
    position:relative;
}

.img-title h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #fff;
    visibility:visible;
    
}

/* Column backgroun image cards */

.section-title .av-special-heading-tag {
    font-weight: 500 !important;
}

.number-area .avia-image-container {
    margin-bottom: 20px;
}

.number-area .avia-single-number {
    margin-bottom: 15px !important;
}

.inner-link-wrap .flex_column {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    padding: 25px!important;
    box-shadow: 0 0 7px 5px #efefef;
    transition: .5s;
}

.inner-link-wrap .flex_column:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 5px #d8d8d8;
    background-color: #f8f8f8 !important;
}

.circle-svg-box .wd-hybrid-box-svg {
    border: 2px solid var(--yellow) !important;
    transition: .5s;
}

.inner-link-wrap .flex_column:hover .wd-hybrid-box-svg {
    background: #fff !important;
}

.inner-link-wrap .flex_column:hover svg,
.inner-link-wrap .flex_column:hover svg path {
    fill: var(--yellow);
}

.circle-svg-box .wd-hybrid-box-svg svg {
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
}

.circle-svg-box .wd-hybrid-box-svg svg,
.circle-svg-box .wd-hybrid-box-svg svg path {
    fill: #fff;
}

.custom-four-col h3 {
    font-size: 20px !important;
    color: #666666 !important;
}

.circle-svg-box .wd-hybrid-box-svg {
    background-color: var(--yellow);
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
    border-radius: 100% !important;
    margin: 0 auto 15px;
}

/* Review Area CSS - Starts */

.review-block .avia-testimonial-meta-mini{
    text-align: center !important;
    margin: 0!important;
}

.review-block .avia-testimonial-meta {
    display: block;
    text-align: center !important; 
}

.review-block .avia-testimonial_inner {
    position: relative;
}

.review-block .avia-testimonial_inner:before {
    content: "\e808\e808\e808\e808\e808";
    font-size: 30px;
    font-family: 'entypo-fontello';
    display: block;
    color:var(--yellow);
    width: 100%;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.review-block .avia-testimonial-content {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.review-block .avia-testimonial-subtitle {
    display: block;
    margin-top: 8px;
    text-align: center !important;
}

.review-block .avia-testimonial-name {
    color: var(--maroon) !important;
    font-size: 20px !important;
}


.review-block .avia-testimonial-name {
    font-weight: 700;
    margin-top: 0 !important;
}

/* Review Area CSS - Ends */

.review-quote {
    margin: 0 !important;    
}

.review-quote .avia-testimonial {
    padding: 0 !important;
}

.review-quote .avia-testimonial-markup-entry-content p {
    line-height: 1.6;
}

.review-quote .avia-testimonial-name {
    color: var(--maroon) !important;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.review-quote .avia-testimonial-name:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: entypo-fontello;
    display: block;
    color: #FF9800;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.custom-four-col h3{
    text-align: center !important;
    margin-top: 10px !important;
}

.impact-video-col .avia-video {
    margin-bottom: 0;
}

.avia_button_icon_right {
    padding-left: 4px;
}

.regular-button .avia-button {
    font-size: 16px !important;
    padding: 14px 30px;
    border: none !important;
    border-radius: 50px !important;
}

.avia-video .avia_playpause_icon {
    background: var(--yellow);
    border-radius: 100%;
    opacity: 0.9;
}

.avia-video .avia_playpause_icon:before {
    font-size: 60px !important;
}
.inner-text-heading h2 {
    font-size: 26px !important;
}
.inner-text-heading h3 {
    color: var(--yellow) !important;
    font-size: 22px;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .flex_column.avia-full-stretch {
        margin-bottom: 25px !important;
    }
}
.center-form .gform_heading {
    display: none;
}
@media (min-width: 768px) {
    .center-form {
        padding: 40px 40px 15px !important;
    }

    .contact-form .gfield_label {
        margin-top: 12px !important;
    }
}

.contact-form .gfield_label {
    font-weight: bold !important;
    font-size: 15px !important;
}

.contact-form .gform_required_legend {
    display: none;
}

.contact-form fieldset {
    margin-bottom: 0 !important;
}

.center-form input[type="text"],
.center-form .small,
.center-form .large {
    border-color: #c9c9c9 !important;
    border-radius: 5px !important;
    padding: 12px !important;
    background-color: transparent !important;
}

.center-form .button {
    border-radius: 8px !important;
}

.avia_textblock strong {
    color: #333;
}

/* Team CSS Area  -star */

.bio-col {
    background-color: #f8f8f8;
    transition:.5s;
}
.bio-col img {
    filter: grayscale(100%) !important;
}

.bio-col:hover {
    transform: translateY(-5px) !important;
}

.bio-col:hover img {
    filter: grayscale(0)!important;
}

.bio-col-title {
    text-align: center;
    padding: 0 20px 30px !important;    
}

.bio-col-title h3 {
    font-size:22px !important;
}

/* Team CSS Area  -end */

.team-img-container,
.avia-image-container-inner, .avia_image, .av-image-caption-overlay{
    border-radius: 0 !important;
}
.footer-icon-list {
    margin: 15px 0 0 !important;
}

.footer-icon-list .avia-icon-list li {
    position: relative;
    padding-left:30px !important;
}
.footer-icon-list .avia-icon-list li .iconlist_icon {
    position:absolute;
    left: 0;
    top: 3px;
}
@media (min-width: 990px) {
    #footer .widget_nav_menu {
        padding-left: 30px;
    }
}
.newsletter-form input[type="email"] {
    background-color: #fff !important;
}
.main_color .inner-wrap-col {
    background-color: #f8f8f8 !important;
}

.inner-svg svg { width: auto; height: auto; }

.footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 40px;
}
.footer-columns .flex_column {
    width: 100% !important;
}
@media (min-width: 768px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .footer-columns {
        grid-template-columns: 3fr 3fr 3fr 5fr;
    }
}
#top .content .flex_column .widget_nav_menu li a:hover,
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
    background-color: transparent !important;
}

#top .content .flex_column .widget_nav_menu li a {
    padding-block: 5px;
}
#site_footer .widget.avia_social_icons_widget {
    padding: 0 !important;
}
#site_footer .widget_custom_html {
    padding-bottom: 10px;
}
/* BLACK Header Area CSS - Starts */

#header_meta,
#header_main{
    background-color: #000 !important;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: .5s;
}

.main_menu .menu-item-top-level > a .avia-menu-text:hover {
    color: var(--yellow);
}

@media (min-width: 990px) {
    .logo img {
        margin-top: 0 !important;
    }
}

@media (max-width:767px) {
    .responsive #top .logo {width: 200px;}    
}

@media (min-width:768px) {
    #header_meta .menu {
        margin-top: 12px !important;
    }
}

#header_meta .menu a {
    color: var(--yellow) !important;
}

.icon-top a:before {
    display: none;
}

/* BLACK Header Area CSS - Ends */

/* Version 4 CSS - Starts

.parent-pageid-633 #header_main,
.parent-pageid-633 #header_meta,
.page-id-633 #header_meta,
.page-id-633 #header_main {
    background-color: #000 !important;
}

.parent-pageid-633 .main_menu .menu-item-top-level > a .avia-menu-text,
.page-id-633 .main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
}


#top.page-id-633 .av_alternate_logo_active .logo a > img,
#top.page-id-633 .av_alternate_logo_active .logo a > svg {
    opacity: 0 !important;
}


#top.page-id-633 .logo img.alternate,
#top.page-id-633 .logo .subtext.avia-svg-logo-sub svg {
    opacity: 1 !important;
}

@media (min-width: 990px) {
    .parent-pageid-633 .logo img,
    #top.page-id-633 .logo img {
        margin-top: 0 !important;
    }
}

.parent-pageid-633 #header_meta .menu,
.page-id-633 #header_meta .menu {
    margin-top: 12px;
}

.parent-pageid-633 #header_meta .menu a,
.page-id-633 #header_meta .menu a {
    color: var(--yellow) !important;
}

.parent-pageid-633 a:before,
.page-id-633 .icon-top a:before {
    display: none;
}

.page-id-633 .logo img,
.parent-pageid-633 .logo img {
    display: none;
}

.page-id-633 .logo,
.parent-pageid-633 .logo {
    position: relative;
}

.page-id-633 .logo:before,
.parent-pageid-633 .logo:before {
    content: '';
    position: fixed;
    left: auto;
    top: auto;
    width: 300px;
    height: 67px;
    background-image: url('/wp-content/uploads/2022/11/X-Caliber-Capital-Gold.png');
    z-index: 999;
    background-size: contain;
}

Version 4 CSS - Ends */

/* Tick List CSS - Starts */

.tick-list ul {
    list-style-type: none !important;
    margin-left: 0;
}

.tick-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 26px;
    font-weight: bold;
}

.tick-list ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-size: 22px;
}

.tick-list ul li:nth-child(n+2) {
    margin-top: 5px;
}

/* Tick List CSS - Ends */

.avia-video {
    margin-bottom: 0 !important;
}

.logo-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.logo-list li {
    margin: 0;
    padding: 0;
}

@media (min-width: 990px) {
    #footer .container {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 3fr;
        gap: 30px;
    }
    
    #footer .flex_column {
        width: 100% !important;
        margin: 0;
    }
}

/* Team Wrap CSS - Starts */

.team-wrap .facetwp-template,
.team-wrap .facetwp-template-static {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-wrap .team-card {
    width: 100%;
}

@media (min-width: 481px) {
    .team-wrap .team-card {
        width: calc(50% - 15px);
    }
}

@media (min-width: 990px) {
    .team-wrap .team-card {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 1251px) {
    .team-wrap .team-card {
        width: calc(25% - 22.5px);
    }
}

.team-card {
    text-align: center;
    padding: 25px 25px 40px;
    background-color: #f8f8f8;
    position: relative;
    transition: .5s;
}

.alternate_color .team-card {
    background-color: #fff;
}

.team-card:hover {
    transform: translateY(-5px) !important;
}

.team-featured-image img {
    display: block;
    filter: grayscale(1);
    transition: .5s;
}

.team-card:hover img {
    filter: grayscale(0);
}

.team-card-title {
    font-weight: 500 !important;
    margin: 20px 0 10px !important;
    color: var(--maroon) !important;
    transition: .5s;
}

.team-card:hover .team-card-title {
     color: var(--green) !important;   
}

.job-title {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
}

.company-title {
    font-weight: bold;
}

.info-block {
    position: relative;
    margin-top: 15px;
}

.info-block:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    top: 0;
    left: calc(50% - 60px);
    background-color: var(--yellow);
}

.team-card .title-block:after {
    left: calc(50% - 60px);
}

.team-phone {
    margin-top: 10px;
}

.email-icon:before {
    content: '\e805';
    font-family: 'entypo-fontello';
    font-size: 20px;
    position: relative;
    top: 2px;
}

.linkedin-icon:before {
    content: '\e8fc';
    font-family: 'entypo-fontello';
    font-size: 20px;
}

.team-social-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.team-card .team-location,
.team-card .team-social-wrap {
    padding-top: 15px;
}

a.column-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.team-social-wrap a {
    position: relative;
    z-index: 9;
}

.facetwp-type-pager {
    text-align: center;
}

button.facetwp-load-more {
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    background-color: var(--maroon);
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px !important;
}

button.facetwp-load-more:hover {
    opacity: .9;
    cursor: pointer;
}

/* Team Wrap CSS - Ends */

.error404 .title_container,
.search .title_container,
.archive .title_container,
.single .title_container {
    display: none;
}

.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
    background-color: var(--yellow) !important;    
}

.team-phone {
    display: none;
}

.big-preview {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.tag-podcasts .big-preview {
    display: none;
}

.single .entry-content a {
    color: var(--maroon) !important;
    transition: .5s;
}

.single .post-entry a:hover {
    color: var(--yellow) !important;
}

/* Footer Area Custom Dual

@media (min-width: 768px) {
    #footer .flex_column:last-child {
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 10px;
    }
    
    #footer .flex_column:last-child section {
        margin: 0 !important;
    }
    
    #footer .flex_column:last-child:after,
    #footer .flex_column:last-child:before {
        display: none;
    }
    
    #footer .flex_column:last-child section:first-child {
        grid-column: span 2;
    }
    
    #footer .newsletter-form form {
        margin-bottom: 20px;
    }
}

Footer Area Custom Dual - End */

.feature-post-col {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    background-color: #000;
}

.feature-post-img img {
    object-fit: cover;
    height: 240px;
    background-position: center center;
}

.feature-post-img {
    margin: 0 !important;
    width: 45%;
}

.feature-post-col .av_textblock_section {
    width: 55% !important;
}

.feature-post-text ul {
    list-style-type: none;
    color: var(--yellow) !important;
    margin: 5px 0 15px;
}

.feature-post-text {
    padding: 20px;
    width: 100% !important;
    font-size: 14px;
}

.feature-post-text ul li {
    margin: 0 !important;
    padding: 0;
}

.feature-post-text h2 {
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.2 !important;
}

.feature-post-text p {
    margin: 0;
}

.single-solid-area .template-page {
    padding: 35px 0;
}

@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .single-solid-area .section-title {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

#extra_footer {
    background-color: var(--yellow);
}

#extra_footer .section-title .av-special-heading-tag {
    color: #fff !important;
    font-size: 28px !important;
}

@media (min-width: 768px) {
    #extra_footer .section-title .av-special-heading-tag {
        font-size: 35px !important;
    }
}

@media (max-width: 767px) {
    #extra_footer .section-title {
        margin-bottom: 25px !important;
    }

    #extra_footer .flex_column {
        margin: 0 !important;
    }
}

#menu-item-search a {
    color: var(--yellow) !important;
    font-size: 20px !important;
}

.single-press-releases footer.entry-footer {
    display: flex;
    flex-direction: column;
}

.pr-button {
    display: flex;
    width: 800px;
    max-width: 100%;
    margin: 25px auto;
    justify-content: center;
    order: -1;
}
.simple-button,
.pr-button a {
    border: 1px solid #333;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    letter-spacing: 0.5px;
    transition: .5s;
    position: relative;
    color: #000 !important;
}
.simple-button:hover,
.pr-button a:hover {
    background-color: #222;
    color: #fff;
}
.simple-button:after,
.pr-button a:after {
    content: '\e879';
    font-family: 'entypo-fontello';
    padding-left: 8px;
}

.alternate_color .avia_textblock a,
.main_color .avia_textblock a {
	color: var(--maroon);
}

@media (max-width: 640px) {
    .feature-post-col .feature-post-img,
    .feature-post-col .av_textblock_section {width: 100% !important;}
}

@media (max-width: 767px){
    .extra-padding-column {
    padding: unset !important;
    }
}

.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
}


.inner-submenu ul li a .avia-menu-text {
    font-size: 16px;
    font-weight: 600;
}

.inner-submenu ul li a .avia-menu-text:hover {
    color: var(--yellow);
    transition: .5s;
}

/* Flipbox CSS */

.action-card {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 100%;
}
 
.action-card .card-front,
.action-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.7s;
}
 
.action-card:hover .card-front {
    transform: rotateY(-180deg);
}
 
.action-card:hover .card-back {
    transform: rotateY(0);
}
 
.action-card .card-back {
    overflow: hidden;
    transform: rotateY(-180deg);
}
 
.flip-icon svg {
    width: auto;
    height: 80px;
}
 
.card-back,
.card-front {
    display: flex;
    flex-wrap: wrap !important;
    align-content: center;
    align-items: center;
    justify-content: center;
}
 
.action-content {
    line-height: 1.5;
    text-align: left;
}
 
.action-button {
    margin-top: 30px;
}
 
h2.action-title {
    width: 100%;
    margin-bottom: 0;
}
 
.card-arrow {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}
 
.card-arrow:before {
    content: '\e87d';
    font-family: entypo-fontello;
    left: 6px;
    font-size: 16px;
    line-height: 1.8;
    transition: .6s;
}
 
@media (min-width: 1251px) {
    .action-card {
        padding-bottom: 100%;
    }
}
 
@media (min-width: 768px) and (max-width: 1250px) {
    .action-card {
        padding-bottom: 150%;
    }
}
 
@media (max-width: 989px) {
    .flip-icon svg {
        height: 55px;
    }
}

/* Flipbox End */

.term-sheet-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px !important;
    margin-left: 0 !important;
}

.term-sheet-list li::before {
    content: "\e87d";
    position: absolute;
    font-family: 'entypo-fontello';
    font-size: 16px;
    left: 0;
    top: 4px;
    visibility: visible;
}

.term-sheet-list li a:hover {
    color: var(--yellow) !important;
}

/* Team Search CSS -  Starts */

.search-wrap {
    border: 1px solid var(--yellow) !important;
    padding: 0 !important;
    position: relative;
    display: flex;
    max-width: 500px;
    margin: 0 auto 40px;
    background: #f8f8f8;
}

.alternate_color .search-wrap {
    background: #fff;
}

.search-icon:after {
    content: '\e803';
    font-family: 'entypo-fontello';
    inset: 0;
    visibility: visible;
    overflow: visible;
    font-size: 25px;
    color: #919191;
}

.team-search {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 15px !important;
}

.search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

/* Team Search CSS -  End */

/* Property Wrap CSS - Starts

.properties-post-wrap,
.pro-wrap .facetwp-template {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .properties-post-wrap,
    .pro-wrap .facetwp-template {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1151px) {
    .properties-post-wrap,
    .pro-wrap .facetwp-template {
        grid-template-columns: repeat(3, 1fr);
    }
}
.property-column {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    background-color: #000;
    border: 1px solid #f1f1f1 !important;
}
.property-img {
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.property-image-wrap {
    margin: 0 !important;
    width: 45%;
    height: 100%;
}
.property-column .property-content {
    width: 55% !important;
}
.property-features {
    color: var(--yellow) !important;
    margin: 5px 0 15px;
    line-height: 1.7;
}
.type-property {
    line-height: 1.5;
}
.property-amount {
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2 !important;
    color: #fff !important;
}
.property-state {
    color: #fff;
}
.property-content {
    padding: 20px;
    font-size: 14px;
}
@media (max-width:890px) {
    .property-column {
        display: grid !important;
        grid-template-columns: 1fr;
    }
    .property-content,
    .property-image-wrap {
        width: 100%;
    }
    .property-img {
        height: 200px;
    }
}

Property Wrap CSS - END */

.inner-posts a.slide-image {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.inner-posts .slide-meta {
    display: none;
}

.inner-posts a.more-link {
    text-transform: capitalize;
    margin-top: 15px;
    color: var(--maroon);
}

.inner-posts a.more-link:hover {
    color: var(--yellow);
}

.single-video .big-preview.single-big {
    display: none;
}

.single-video .standard-content span.post-meta-infos {
    display: none;
}

.single-video .standard-content .entry-content-header {
    margin-bottom: 50px;
}

.center-video .flex_column_table {
    width: 900px !important;
    max-width: 100% !important;
    margin-inline: auto;
}

.review-block .avia-testimonial-meta-mini {
    text-align: left !important;
}

.review-block .avia-testimonial-image {
    margin-right: 25px !important;
}

.load-more {
    text-align: center;
    margin-top: 50px;
}

.load-more-button {
    border-radius: 25px;
    padding: 12px 35px;
    background-color: var(--maroon) !important;
}

.load-more-button:hover {
    opacity: .9;
}

.big-preview {
    border: 1px solid #e8e8e8;
    padding: 0 !important;
}

/* CS Area CSS - Starts */

.cs-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 280px;
}

.cs-content {
    padding: 25px 25px 30px;
    background-color: #f8f8f8;
}


.financial-amount {
    color: var(--yellow);
    font-weight: bold;
    line-height: 1.8;
}

.cs-column {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #efefef !important;
}

@media (min-width: 768px) {
    .cs-column {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-content {
        padding: 40px;
    }
}

.alternate_color .cs-content {
    background-color: #fff !important;
}

.cs-wrap .facetwp-template {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}

.cs-details {
    margin-top: 40px;
}

.financial-amount p {
    margin: 0;
}

.cs-name {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

/*.cs-name:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 380px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--yellow);
}

*/

h3.total-amount {
    font-size: 45px;
    font-weight: 500;
}

.amount-label {
    font-weight: bold;
}

.single-cs-column .amount-wrap-financial {
    margin-top: 15px;
}

.single-cs-column .total-amount {
    font-size: 30px;
    display: block;
    padding: 12px 0 10px;
    font-weight: bold;
}

.cs-details ul {
    list-style-type: disc;
}

.cs-details ul li {
    margin-left: 10px;
}

@media(min-width: 768px) {
    .cs-img {
        border-right: 1px solid #efefef !important;
    }
}

@media(max-width: 767px) {
    .cs-img {
        border-bottom: 1px solid #efefef !important;
    }
}


/* CS Area CSS - Ends */

.wp-caption-text {
    font-size: 16px;
    font-style: normal;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 15px 0 0 !important;
}

.wp-caption {
    border: none !important;
}

.wp-caption img {
    padding: 0 !important;
}

.img-border {
    border: 1px solid #e2e2e2 !important;
	padding: 0 !important;
}

.section-title .av-subheading {
    margin-top: 12px;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

.single-case-study .template-blog .content {
    padding: 70px 0;
}

.colorful-stat {
    list-style-type: none !important;
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
}

.colorful-stat li {
    width: calc(33.33% - 15px);
    margin: 0 !important;
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    padding: 50px;
    color: #fff;
}

.colorful-stat li:nth-child(odd) {
    background: var(--maroon);
}

.colorful-stat li:nth-child(even) {
    background: var(--blue);
}

@media (max-width:989px) {
    .colorful-stat {
        flex-wrap: wrap;
    }

    .colorful-stat li {
        width: 100%;
    }
}

.company-title h2 img {
    width: auto;
    height: auto;
    max-width: 150px;
}

.company-title h2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

 .company-title h2 span {    
     padding-left: 20px;
}


@media (max-width: 768px){
    .company-title h2 {
     flex-wrap: wrap;
    }
    
    .company-title h2 span {
        border-top: 5px solid var(--maroon);    
        padding-top: 20px;
        text-align: center;
    }
    
    .company-title h2 img {
    width: auto;
    height: auto;
    max-width: 250px;
    }
}

@media (min-width: 769px) {
    .company-title h2 span{
    border-left: 5px solid var(--maroon);
    }
}

.mobile-logo svg {
    width: auto !important;
    height: auto;
}

@media (min-width: 1201px){
    .avia-menu ul .mobile-visible{
        display: none !important;
    }
}

@media (max-width: 1200px){
	    #header_meta {
    display: none;
	}
}

.nav-button .avia-menu-text {
    font-size: 16px !important;
    padding: 12px 25px;
    border: none !important;
    background-color: #111;
    color: #fff !important;
    border-radius: 50px;
    display: inline-block;
    text-transform: none;
    width: 100%;
    text-align: center;
}

.nav-button:hover {
    opacity: 0.9;
}

@media(min-width: 990px) and (max-width: 1200px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 80px !important;
    }
}

.av-inserted-main-menu.is-active:after {
    content: '';
    position: fixed;
    background-color: #fff;
    z-index: -1;
    width: 350px;
    right: 0 !important;
    height: 80px;
    transition: .5s;
}

#top #menu-item-search {
    z-index: 999;
}

.av-inserted-main-menu.is-active {
    transition: .5s;
}

@media (min-width: 990px) {
    .mobile-cta {
        display: none;
    }
}

@media (max-width: 989px) {
    #socket .container {
        padding-bottom: 60px !important;
    }
    
    body .uwy.userway_p5 .uai {
        bottom: 50px !important;
    }
}

@media (max-width: 1280px) {
    .main_menu .menu-item-top-level > a .avia-menu-text {
        font-size: 1.15em;
    }

    .logo svg {
        height: auto !important;
        width: 250px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .logo svg {
        margin-top: 12px;
    }
}

.mobile-cta a {
    background-color: #111;
    width: 100% !important;
    display: inline-block;
    padding: 12px;
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 0.5px;
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.mobile-cta a:before {
    content: '\e8ac';
    color: #fff !important;
    font-family: 'entypo-fontello';
    padding-right: 8px;
}

/* Single Term Sheet CSS Start */
.single-term_sheet .section-title h1.av-special-heading-tag {
    border-bottom: 2px solid var(--maroon) !important;
}

.single-term_sheet .section-title .av-subheading {
    font-size: 22px !important;
}

.term-sheet-meta-wrap {
    margin-top: 30px !important;
    border-bottom: 2px solid var(--yellow) !important;
}

@media(min-width: 768px) {    
    .term-sheet-meta-wrap {
        display: flex;
        justify-content: space-between;
    }

    .term-sheet-meta-wrap:before, .term-sheet-meta-wrap:after {
        display: none !important;
    }
    
	.term-sheet-meta-title {
        width: 320px !important;
    }
    
    .term-sheet-meta-wrap .av_textblock_section {
        width: calc(100% - 350px) !important;
    }
}

.term-sheet-meta-desc ol, .term-sheet-meta-desc ul {
    margin-left: 0 !important;
}

.single-term_sheet h1 {
	padding-bottom: 20px !important
}

.term-h1 h1 {
    color: var(--yellow) !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
}

.term-h1.term-sub-above h1 {
    padding-bottom: 20px !important;
}

.term-sheet-meta-title .av-special-heading-tag {
    font-weight: 500 !important;
	text-transform: uppercase !important;
}

.term-sheet-meta-desc p:first-child {
    margin-top: 0 !important;
}

.term-sheet-meta-container .entry-content-wrapper .term-sheet-meta-wrap:first-child {
    margin-top: 0 !important;
}

.term-sheet-meta-container .entry-content-wrapper .term-sheet-meta-wrap:last-child {
    border-bottom:  none !important
}

/* Single Term Sheet CSS - End */

/* Inner Submenu - Mobile CSS - Starts */

.inner-submenu {
    left: auto;
    max-width: 1920px;
}

@media (max-width: 768px) {
    .inner-submenu li a {
        border: none !important;
        padding: 0 !important;
    }
    
    .inner-submenu li .avia-menu-text {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        display: inline-block;
        padding: 6px 15px;
    }
    
    .inner-submenu li {
        padding: 0 !important;
    }
    
    .inner-submenu ul {
        margin: 15px 0 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}

/* Inner Submenu - Mobile CSS - End */

.term-sheet-meta-desc table th {
    text-transform: none;
    letter-spacing: 0;
    background-color: var(--yellow);
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
}

.term-sheet-meta-desc table td {
    font-size: 15px;
    min-width: 120px;
    color: #000;
}

#top.single .fullsize .template-blog .post .entry-content {
    text-align: initial !important;
    max-width: initial !important;
}

.single .post-entry a.audio-button {
    background-color: #000;
    color: #fff !important;
    display: block;
    padding: 10px 30px;
    text-align: center;
    margin: 40px auto;
    border-radius: 50px;
    max-width: fit-content;
    transition: .5s !important;
}

.single .post-entry a.audio-button:hover {
    color: #fff !important;
    background-color: var(--maroon) !important;
}

.single .post-entry a.audio-button:before {
    content: '\e85e';
    font-family: 'entypo-fontello';
    padding-right: 8px;
}

#hubspot-messages-iframe-container.widget-align-right {
    bottom: 30px !important;
    right: 30px !important;
}

a#scroll-top-link {
    display: none !important;
}

#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    top: calc(50% - 30px) !important;
}

.single .entry-content .center-custom-btn {
    border: 1px solid var(--maroon) !important;
    display: block;
    width: 270px;
    margin: 0 auto;
    text-align: center !important;
    padding: 8px 25px;
    margin-top: 45px;
    background-color: var(--maroon) !important;
    color: #fff !important;
    border-radius: 50px;
}

.single .entry-content .center-custom-btn:hover {
    color: #fff !important;
    opacity: .9 !important;
}

.inner-dual-col > ul {
    margin: 0;
}

.inner-dual-col {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .inner-dual-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.avia_textblock ul ul {
    list-style-type: circle;
}

.avia_textblock ul ul li {
    margin: 0;
}

@media (min-width: 768px){
    .inner-three-col .flex_column_table {
       gap: 30px;
    }
}

#footer .newsletter-sub {
    margin-bottom: 10px;
}

.single ._df_book {
    margin: 40px 0 50px;
}

.avia_cookie_text a {
    color: #fff !important;
    text-decoration: underline !important;
}

.avia_cookie_text a:hover {
    opacity: .85;
}

.faq-content .toggler {
    font-size: 20px;
    border: 1px solid var(--maroon) !important;
    border-radius: 5px !important;
    font-weight: bold;
    padding: 20px 40px 20px 30px !important;
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--maroon);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content .toggler:focus {
    outline: none;
}

hr {
    margin-block: 30px !important;
}

.radius-column {
    border-top-left-radius: 60px;
}

/* Center Four Col - Center */
.center-two-columns,
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-two-columns .flex_column:before,
.center-two-columns .flex_column:after {
	display: none !important;
}
.center-two-columns .flex_column,
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-two-columns .flex_column,
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

.comment-entry.post-entry {
    display: none !important;
}


.inner-dual-columns ul {
    margin: 0;
}

.inner-dual-columns {
    margin-top: 30px;
}

@media (min-width: 990px) {
    .inner-dual-columns {
        display: flex;
        flex-wrap: wrap;
        column-gap: 60px;
    }
    
    .inner-dual-columns ul {
        width: calc(50% - 30px);
    }
    
    .inner-dual-columns ul li:nth-child(n+2) {
        margin-top: 6px;
    }
}

.center-five-columns,
.center-seven-columns {
    display: flex;
    column-gap: 30px;
    row-gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
 
.center-five-columns .flex_column,
.center-seven-columns .flex_column {
    width: 100% !important;
}
 
@media (min-width: 641px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 800px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
 
@media (min-width: 1251px) {
    .center-seven-columns .flex_column {
        width: calc(14.28% - 25.72px) !important;
    }
 
    .center-five-columns .flex_column {
        width: calc(20% - 24px) !important;
    }
}
 
@media (max-width: 640px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: 380px !important;
    }
}

.inner-wrap-box {
    text-align: center;
    margin: 0 !important;
}

.inner-wrap-col {
    background-color: #fff !important;
    border: 1px solid #d8d8d8;
    transition: .5s;
}

.inner-wrap-col h3.team-member-name {
    font-size: 20px;
    padding: 10px 15px !important;
    transition: .5s;
}

.inner-wrap-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 3px 3px #efefef !important;
}

.inner-wrap-col:hover h3.team-member-name {
    color: var(--yellow) !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
}

.section-title .av-subheading a {color: var(--maroon) !important;}

.section-title .av-subheading a:hover {
    color: var(--yellow) !important;
}

.inline-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.inline-logos img {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 300px;
}

.column-border {
    border: 1px solid #eeeeee !important;
}

.simple-iconbox {
    text-align: center;
}

.simple-iconbox .team-member-name {
    font-weight: normal;
    margin-top: 15px;
}

.single:not(.single-whitepaper) .entry-content-wrapper .entry-content-header {
    margin-bottom: 50px;
}

.single .entry-content h2,
.single .entry-content h3 {
    color: #666;
}

@media (min-width: 768px) {
    .single .entry-content h2 {
        font-size: 24px !important
    }
}

.simple-timeline i.milestone-char,
.simple-timeline .av-milestone-indicator {
    display: none !important;
}

.simple-timeline .entry-content-header {
    margin-bottom: 0 !important;
}

.simple-timeline .av-milestone-icon-wrap,
.simple-timeline .av-milestone-icon-inner,
.simple-timeline .av-milestone-icon {
    width: 30px !important;
    height: 30px !important;
}

.simple-timeline .av-milestone-content-wrap {
    padding-block: 0 !important;
}

.simple-timeline .av-milestone-icon-wrap {
    height: auto !important;
    width: auto !important;
}

@media only screen and (min-width: 990px) {
    .simple-timeline .av-milestone-contentbox {
        transform: translateY(-10px) !important;
    }
}

@media only screen and (max-width: 989px) {
    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after {
        left: 15px;
    }

    .simple-timeline .av-milestone-content-wrap {
        padding-bottom: 15px !important;
    }

    .simple-timeline ul.avia-timeline-vertical li {
        padding-left: 50px;
    }
}

.simple-timeline .av-milestone-date {
    padding: 0 !important;
}

.single-quote {
    background-color: #fff5e0;
    padding: 15px 30px !important;
}

.cs-iconbox {
    text-align: center;
}

.cs-iconbox .team-member-name {
    color: var(--green);
    text-transform: uppercase !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.cs-iconbox .team-member-description strong {
    font-size: 25px;
}

.cs-iconbox .avia_image_team {
    margin-bottom: 15px;
}

.cs-iconbox svg {
    width: auto;
    height: 60px;
    margin-inline: auto;
}

.calc-footer {
    display: none !important;
}

.inner-two-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.inner-two-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
@media (min-width: 768px) {
    .inner-two-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
.simple-iconbox svg {
    width: auto;
    height: 70px;
    margin: 0 auto 15px;
}
.simple-iconbox svg,
.simple-iconbox svg path {
    fill: var(--maroon);
}
.simple-iconbox .wd-hybrid-box-title span {
    font-weight: bold;
}
.inner-ticklist ul {
    list-style-type: none;
    margin: 20px 0;
}
.inner-ticklist ul li {
    margin-left: 0;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
}
.inner-ticklist ul li:not(last-child) {
    margin-bottom: 6px;
}
.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 1.2em;
    color: var(--maroon);
    line-height: 1.5;
}
.avia_textblock blockquote {
    border-color: var(--maroon);
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}
.bottom-margin img {
    margin-bottom: 25px;
}
.dual-margin img {
    margin-block: 25px;
}
/* Proper Card CSS */
.property-card {
    border: 1px solid #d8d8d8 !important;
}
.main_color .property-card {
    background-color: #f8f8f8;
}
.alternate_color .property-card {
    background-color: #fff;
}
.property-card .card-thumbnail {
    aspect-ratio: 5/4;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #d8d8d8;
}
.property-card .content-block {
    padding: 15px 25px 25px;
}
.property-card h3.project-amount {
    font-size: 35px;
    color: var(--maroon);
    margin-bottom: 12px;
}
.property-card .property-details div {
    position: relative;
    padding-left: 25px;
}
.property-card .content-block .avia-font-entypo-fontello {
    position: absolute;
    left: 0;
}
.property-card .properties-listing {
    margin-top: 40px;
}
.property-card .property-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}
/* END of  Proper Card CSS */
.mfp-close-btn-in .mfp-close {
    font-family: 'Open Sans', sans-serif !important;
    opacity: 1 !important;
}
.post-entry span.more-link-arrow:before {
    content: '';
    font-family: 'entypo-fontello';
    padding-left: 6px;
}
.inner-table th {
    font-size: 16px;
    color: var(--maroon);
}
.inner-table td {
    color: #222;
    font-size: 15px;
}
.inner-table.boderless th,
.inner-table.boderless td {
    border-inline: none;
    border-block: 2px solid var(--maroon);
}
.inner-table.boderless th{
    border-block: 2px solid var(--maroon);
}
.inner-table.boderless{
    border-bottom: 2px solid var(--maroon);
}
.inner-table.boderless td {
    border-block: none;
}
.inner-table.boderless,
.inner-table.boderless tr,
.inner-table.boderless tr td,
.inner-table.boderless tr th {
    background: transparent !important;
}
.single-form .flex_column_table {
    width: 950px !important;
    max-width: 100% !important;
    margin-inline: auto !important;
}
.footer-icon-list header.entry-content-header {
    margin: 0 !important;
}
a.logo-item {
    transition: 0.5s;
}
a.logo-item:hover {
    transform: translateY(-4px);
}