:root {
    --hoh-cream: #F1EDE7;
    --hoh-black: #0F0F0F;
    --hoh-white: #fff;
    --hoh-offwhite: #F4F1E3;
    --hoh-lightactive: #E7DCCB;
    --hoh-red: #FF3333;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: calc(100% - 48px);
    }
}

li.nav-item.aos-init.aos-animate:hover {
    background: #ffffff;
    color: #000;
}

.lvl-1 {
    padding-top: 10px;
    font-size: 50px;
}

.lvl-2 {
    font-size: 34px;
}

.fs-14 {
    font-size: 14px;
}

.fs-32 {
    font-size: 32px;
}

.fs-24 {
    font-size: 20px;
}

.fs-20 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.mb-48 {
    margin-bottom: 48px;
}

.bg-white {
    background-color: var(--hoh-white);
}

.dark-bg {
    background-color: var(--hoh-black);
}

.bg-cream {
    background-color: var(--hoh-cream);
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 600;
}

.text-medium {
    font-weight: 500;
}

.text-white {
    color: var(--hoh-white);
}

.text-dark {
    color: var(--hoh-black);
}

.text-gray {
    color: #6D6D6D;
}

.btn-round {
    padding: 15px 36px;
    border-radius: 50px;
    border: 2px solid rgb(15 15 15);
    color: #fff;
    transition: 0.3s all ease-out;
}

    .btn-round:hover {
        background-color: #fff;
        color: #0F0F0F;
    }

    .btn-round.dark-bg:hover {
        background-color: #fff;
        color: #0F0F0F;
        border-color: #0F0F0F;
    }

.btn-icn {
    display: inline-flex;
    align-items: center;
}

    .btn-icn img,
    .btn-icn i {
        margin-left: 12px;
    }

.btn-mirror {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.btn-view {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 25%);
    border-radius: 0;
}

.btn-icn.btn-view i {
    color: #B08D57;
    margin-left: 12px;
}

.btn-brown {
    background-color: #B08D57;
    border-color: #B08D57;
    color: var(--hoh-white);
}

    .btn-brown:hover {
        border-color: #B08D57;
        background-color: var(--hoh-white);
    }

.btn-brown,
.btn-google {
    padding: 10px 16px;
    font-weight: 500;
    font-size: 16px;
}

.btn-google {
    border: 1px solid #D5D7DA;
    background-color: var(--hoh-white);
    color: #414651;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-google img {
        margin-right: 12px;
    }

.pagewrapper {
    padding-top: 100px;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* .header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    transition: all .2s ease-in-out;
} */

.inner-header::after {
    display: none;
}

.header.sticky::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    filter: blur(0);
    -webkit-filter: blur(0);
    background-color: #2a2a2a;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.inner-header.sticky {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar {
    position: relative;
    z-index: 9;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 4%);
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

    .navbar.bg-light {
        /* background-color: var(--hoh-white) !important */
        background-color: transparent !important
    }

.header.sticky .navbar.bg-light {
    background-color: var(--hoh-white) !important
}

.header .btn {
    color: #0F0F0F;
    display: flex;
    gap: 15px;
    padding: 12px 15px;
    font-size: 12px;
    background-color: #fff;
    font-weight: 600;
}

    .header .btn img {
        margin-left: 9px;
    }

.header .search-input input {
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    max-width: 250px;
    color: #fff;
    &::placeholder

{
    color: #fff;
}

}

.header.inner-header .search-input input {
    color: inherit;
    &::placeholder

{
    color: inherit;
}

}

.header .search-input button {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #fff;
    padding: 12.2px;
    padding-right: 15px;
}

.header.inner-header .search-input button {
    color: inherit;
}

.header.inner-header .btn-outline-white {
    border-color: #000;
    color: #000;
}

    .header.inner-header .btn-outline-white img {
        filter: brightness(0);
    }

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50px;
    margin-right: 20px;
}

    .navbar-expand-lg .navbar-nav .nav-item.active {
        background-color: #fff;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: inherit;
    font-size: 12px;
    padding: 0;
    position: relative;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover:before {
        width: 100%;
    }

.navbar.bg-light .navbar-nav .nav-item {
    border-color: #0f0f0f;
}

    .navbar.bg-light .navbar-nav .nav-item.active {
        background-color: #0f0f0f;
    }

        .navbar.bg-light .navbar-nav .nav-item.active img {
            filter: invert(1);
        }

.navbar.bg-light .navbar-nav .nav-link {
    color: #0f0f0f;
}

.header .navbar.bg-light .btn {
    color: #fff;
    background-color: #0f0f0f;
}

    .header .navbar.bg-light .btn img {
        filter: invert(1);
    }

section {
    padding: 100px 0;
}

.home-banner {
    position: relative;
}

    .home-banner img {
        width: 100%;
    }

.hm-banner-cont {
    position: absolute;
    top: 76px;
    left: 50%;
    width: calc(100% - 48px);
    height: calc(100% - 76px);
    transform: translateX(-50%);
    padding: 48px 12px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

    .hm-banner-cont .btn {
        position: absolute;
        right: 12px;
        bottom: 48px;
        font-weight: 600;
        font-size: 17px;
        overflow: hidden;
    }

    .hm-banner-cont h1 {
        background: linear-gradient(to bottom, #E7DCCB 0%, #EEE7DB 50%, #F7F4EE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .hm-banner-cont h1 span {
            display: block;
            text-transform: uppercase;
            line-height: 100%;
        }

            .hm-banner-cont h1 span:first-child {
                margin-left: -2px;
            }

            .hm-banner-cont h1 span:nth-child(2) {
                margin-left: 25px;
            }

            .hm-banner-cont h1 span:nth-child(3) {
                margin-left: 158px;
            }

    .hm-banner-cont .small-caption {
        font-size: 12px;
    }

    .hm-banner-cont .banner-text {
        background: linear-gradient(to bottom, #E7DCCB 0%, #F7F4EE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        max-width: 376px;
        line-height: 125%;
    }

.clientele-sec {
    background-color: var(--hoh-offwhite);
    padding: 32px 0;
}

    .clientele-sec .clientele-list {
        list-style: none;
        padding: 0;
        justify-content: center;
        margin-bottom: 0;
    }

        .clientele-sec .clientele-list li:not(:last-child) {
            margin-right: 155px;
        }

.stats-section {
    background-image: linear-gradient(134deg, #0F0F0F, #201B14, #312719);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--hoh-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .stats-section .row {
        align-items: stretch;
    }

    .stats-section .stats-cont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        align-items: flex-start;
    }

    .stats-section p {
        font-size: 16px;
    }

    .stats-section .hoh-badge {
        margin: 25px 0;
    }

.stats,
.stats-img {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-left: 10%;
}

.stat-item {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

    .stat-item .stats-count {
        font-size: 40px;
        font-family: "Space Mono", monospace;
        line-height: 52px;
        margin-bottom: 0;
        color: var(--hoh-lightactive);
    }

    .stat-item .stats-cnt {
        font-size: 17px;
        font-weight: 400;
    }

.sec-title {
    font-weight: 500;
    font-size: 14px;
}

    .sec-title span:first-child {
        position: relative;
        padding-right: 35px;
        margin-right: 35px;
    }

        .sec-title span:first-child:after {
            position: absolute;
            content: '';
            width: 2px;
            height: calc(100% + 15px);
            background-color: #fff;
            transform: translateY(-50%) rotateZ(45deg);
            transform-origin: 50%;
            top: 50%;
            left: 100%;
        }

    .sec-title.red span:first-child:after {
        background-color: #ff3333;
    }

.mini-card-list {
    margin-top: 80px;
}

.mini-card {
    align-items: stretch;
}

    .mini-card .mini-card-cont {
        color: #FEFEFC;
        display: flex;
        flex-direction: column;
        padding: 0 16px;
        justify-content: space-between;
    }

        .mini-card .mini-card-cont h3 {
            font-size: 14px;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: 500;
        }

        .mini-card .mini-card-cont p {
            font-size: 12px;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            font-weight: 200
        }

        .mini-card .mini-card-cont a {
            color: #FEFEFC;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
        }

            .mini-card .mini-card-cont a i {
                color: #B08D57;
                transition: all .2s ease-in-out;
                margin-left: 10px;
            }

            .mini-card .mini-card-cont a:hover i {
                transform: translateX(10px);
            }

.mortages-sec {
    background: linear-gradient(#312719, #685335);
    color: var(--hoh-white);
}

    .mortages-sec .row {
        padding: 48px 0;
    }

.offering-cont p {
    font-size: 17px;
    font-weight: 300;
}

.mini-stats-list {
    height: 100%;
}

    .mini-stats-list li {
        font-weight: 400;
        font-size: 14px;
        padding: 0 24px;
        border-left: 1px solid rgba(255, 255, 255, 0.10);
        flex: 1 0 0%;
    }

        .mini-stats-list li img {
            width: 20px;
            margin-bottom: 10px;
        }

        .mini-stats-list li span {
            display: block;
        }

.mortages-sec .card-wrp {
    align-items: stretch;
}

.maincard {
    transition: all 0.3s ease-out;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .maincard:not(:last-child) {
        margin-right: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .maincard:hover {
        /* transform: translateY(-20px); */
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

.swiper-pagination-bullet-active {
    background: #b49d7c;
}

.maincard .maincard-img img {
    width: 100%;
}

.maincard-cont {
    background-color: #fff;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .maincard-cont .maincard-title {
        color: #262626;
        margin-bottom: 24px;
        /* display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 46px; */
        font-size: 17px;
        font-weight: 600;
    }

    .maincard-cont p {
        color: #6D6D6D;
        margin-bottom: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 65px;
        font-size: 14px;
    }

    .maincard-cont .btn {
        font-weight: 500;
        font-size: 13px;
        color: #262626;
        border-color: #BDBDBD;
        padding: 10px 18px;
    }

        .maincard-cont .btn:hover {
            background-color: #B08D57;
            border-color: #B08D57;
            color: var(--hoh-white);
        }

    .maincard-cont .btn-icn i {
        margin-left: 9px;
    }

    .maincard-cont .d-flex {
        margin-top: auto;
    }

.maincard-badges {
    position: absolute;
    top: 21px;
    left: 19px;
}

    .maincard-badges span {
        font-family: "JetBrains Mono", monospace;
        color: #3E311E;
        background-color: #FCFBF6;
        padding: 5px 12.5px;
        border-radius: 100px;
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 5px;
    }

        .maincard-badges span.w-icn {
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        }

.private-mortage-sec {
    background-color: var(--hoh-cream);
    position: relative;
    background: url(../images/private-mortage-sec.png) center / contain no-repeat var(--hoh-cream);
}

    .private-mortage-sec .sec-title {
        color: #55544F;
    }

    .private-mortage-sec .lvl-2 {
        color: #3E311E;
        max-width: 408px;
        margin: 48px 0;
    }

    .private-mortage-sec .star {
        width: 88px;
        height: 88px;
    }

.private-mortage-cont .right-cont {
    max-width: 451px;
    margin-left: auto;
}

    .private-mortage-cont .right-cont p {
        margin-bottom: 58px;
        font-size: 17px;
        line-height: 125%;
    }

.comm-mortage-sec {
    background: linear-gradient(#0F0F0F, #53432B);
}

    .comm-mortage-sec .sec-title + p {
        max-width: 712px;
    }

    .comm-mortage-sec .sec-title .mini-stats-list {
        max-width: 645px;
    }

.find-agent-cont {
    padding: 0 96px;
    max-width: 792px;
}

    .find-agent-cont .lvl-2 {
        color: #010101;
    }

    .find-agent-cont .p {
        color: #3E311E;
    }

.comm-mortage-sec.const-mortage-sec {
    background: linear-gradient(#0F0F0F, #414141);
}

.blog-sec {
    background-color: var(--hoh-cream);
}

    .blog-sec .sec-title + h2,
    .blog-sec .sec-title + div h2 {
        max-width: 353px;
    }

    .blog-sec .blog-slider {
        overflow: hidden;
        position: relative;
        margin-bottom: 96px;
    }

.card-pub {
    border-radius: 10px;
    overflow: hidden;
}

    .card-pub .pub-cont {
        background-color: var(--hoh-white);
        padding: 24px;
    }

        .card-pub .pub-cont .pub-name {
            font-family: "JetBrains Mono", monospace;
            color: #575757;
            margin-bottom: 24px;
        }

        .card-pub .pub-cont .card-title a,
        .card-pub .pub-cont .card-title {
            font-size: 14px;
            color: #0f0f0f;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            height: 36px;
            -webkit-box-orient: vertical;
            text-decoration: none;
        }

        .card-pub .pub-cont .blog-cat {
            font-size: 13px;
            color: #8B6F47;
            font-weight: 500;
        }

.blog-slider .arrows-container {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

    .blog-slider .arrows-container [class^="slider-"] {
        background-color: #0F0F0F;
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
    }

.blog-sec .faq-title {
    font-size: 32px;
    max-width: 512px;
}

.blog-sec .accordion-item {
    border-color: #131313;
}

    .blog-sec .accordion-item,
    .blog-sec .accordion-item .accordion-button,
    .accordion-item .accordion-button {
        background-color: transparent;
        color: #000;
    }

        .blog-sec .accordion-item .accordion-button {
            padding: 24px 0;
            font-weight: 600;
            font-size: 16px;
            color: #000;
        }

.accordion-flush > .accordion-item:first-child {
    border-top: 1px solid #dee2e6;
}

footer {
    padding: 96px 0 48px 0;
    background-color: #131313;
}

.footer-logo-wrp img {
    width: 250px;
}

.footer-address-wrp {
    margin: 64px 0;
}

    .footer-address-wrp,
    .footer-address-wrp a {
        color: #fff;
        font-size: 16px;
    }

        .footer-address-wrp * {
            display: block;
        }

.footer-link-wrp {
    max-width: 187px;
}

    .footer-link-wrp .footer-link-title {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding-bottom: 24px;
        margin-bottom: 17px;
        text-transform: uppercase;
    }

.footer-link-list .footer-link {
    border-bottom: 1px solid #272727;
}

    .footer-link-list .footer-link a {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 12px 0;
        text-decoration: none;
        display: inline-block;
    }

.footer-address-wrp.aos-init.aos-animate {
    font-size: 13px;
    font-weight: 300;
}


    .footer-address-wrp.aos-init.aos-animate a {
        font-size: 13px;
        font-weight: 300;
    }

.brd-crm-wrp {
    margin-bottom: 50px;
}

    .brd-crm-wrp li {
        position: relative;
    }

        .brd-crm-wrp li:not(:last-child) {
            padding-right: 17px;
            margin-right: 22px;
        }

            .brd-crm-wrp li:not(:last-child):after {
                position: absolute;
                content: '';
                top: 50%;
                left: 100%;
                transform: translateY(-50%);
                height: 5.2px;
                width: 5.2px;
                background-color: #575757;
                border-radius: 50%;
            }

        .brd-crm-wrp li a,
        .brd-crm-wrp li {
            color: #fff;
            text-decoration: none;
        }

.inner-banner {
    position: relative;
}

    .inner-banner .hm-banner-cont .lvl-2 {
        max-width: 443px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .inner-banner .hm-banner-cont .banner-text {
        color: #6D6D6D;
        background: none;
        -webkit-text-fill-color: #6D6D6D;
        max-width: 304px;
    }

.about-banner.inner-banner .hm-banner-cont .banner-text {
    max-width: 443px;
    color: var(--hoh-white);
    -webkit-text-fill-color: #fff;
}

.search-wrp input {
    padding: 12px 14px;
    border-radius: 5px;
    font-size: 16px;
    color: #6D6D6D;
}

.search-wrp select {
    color: #2b2b2b;
    padding: 12px 14px;
    min-width: 320px;
    border-radius: 5px;
}

.filter-pills .nav-pills .nav-item {
    margin-bottom: 12px;
}

    .filter-pills .nav-pills .nav-item:not(:last-child) {
        margin-right: 12px;
    }

.filter-pills .nav-pills .nav-link {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #FCFBF6;
    border: 1px solid #D2D2D2;
    font-size: 14px;
    color: #6D6D6D;
    transition: all 0.3s ease-out;
}

.form-select {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.form-check {
    padding-left: 1.7em;
}

.filter-pills .nav-pills .nav-link.active, .filter-pills .nav-pills .nav-link:hover {
    background-color: #2B2B2B;
    color: #fff;
}

.blog-listing-sec {
    background-color: #F3EEE6;
}

    .blog-listing-sec .row .col-lg {
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }

.pagination .page-link {
    color: #2B2B2B;
    padding: 8px 16px;
    border-color: #DCD9CC;
}

.pagination-wrp {
    padding: 12px 0 16px 0;
    border-top: 1px solid #DCD9CC;
}

.blog-details-sec {
    background-color: #fcfbf6;
    padding-top: 172px;
}

.brd-crm-wrp.blog-detail {
    justify-content: center;
    margin-bottom: 16px;
}

    .brd-crm-wrp.blog-detail .date {
        font-family: "JetBrains Mono", monospace;
        color: #575757;
    }

    .brd-crm-wrp.blog-detail li {
        color: #8B6F47;
        font-size: 12px;
        font-weight: 500;
    }

.blog-detail-banner {
    margin-bottom: 96px;
}

.blog-details-sec .blog-det-title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    max-width: 768px;
    margin: auto;
    margin-bottom: 24px;
}


    .blog-details-sec .blog-det-title + p {
        margin-bottom: 64px;
    }

.blog-details-main {
    color: #535862;
}

    .blog-details-main p,
    .blog-details-main li {
        font-size: 14px;
        line-height: 28px;
    }

.blog-intro-title {
    font-size: 30px;
    font-weight: 600;
    color: #181D27;
    margin-bottom: 20px;
}

.blog-details-main .stepswrp h3 {
    color: #434447;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 25px !important;
}

.blog-details-main .stepswrp ul {
    padding-left: 20px;
}

.blog-details-main-img caption {
    font-size: 14px;
}

.quotewrp {
    border-left: 2px solid #931A2C;
}

    .quotewrp p {
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        line-height: 32px;
        color: #181D27;
        padding-left: 20px;
        margin-bottom: 0;
    }

.blog-sec .sec-title + div .btn {
    align-self: self-end;
}

.subscribe-wrp {
    padding: 32px 32px 40px 32px;
    background-color: #F4F1E3;
    border-radius: 10px;
}

.subs-icn {
    background-color: #8B6F47;
    width: 56px;
    height: 56px;
    border-radius: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.subscribe-wrp h4 {
    font-size: 24px;
    font-weight: 700;
    color: #202020;
}

.subscribe-wrp p,
.subscribe-wrp p a {
    color: #575757;
    font-size: 14px;
    line-height: 24px;
}

.subscribe-wrp #subs-email {
    padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
}

.login-page-sec {
    background-color: #FCFBF6;
}

.form-container {
    max-width: 360px;
    margin: auto;
}

.form-cont {
    text-align: center;
}

.form-container .nav-pills {
    border: 1px solid #F4F1E3;
    background-color: #FEFEFC;
    border-radius: 8px;
}

    .form-container .nav-pills .nav-item {
        flex: 1 0 auto;
    }

    .form-container .nav-pills .nav-link {
        width: 100%;
        color: #6D6D6D;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 12px;
    }

        .form-container .nav-pills .nav-link.active,
        .form-container .nav-pills .show > .nav-link {
            border: 1px solid #D2D2D2;
            background-color: #fff;
            border-radius: 8px;
            color: #202020;
        }

form label {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
}

form .form-group {
    margin-bottom: 20px;
}

    form .form-group .errormsg {
        font-size: 12px;
        color: var(--hoh-red);
        display: none;
    }

    form .form-group.error .errormsg {
        display: inline-block;
    }

form input[type='text'],
form textarea {
    border: 1px solid #D2D2D2;
    padding: 10px 14px;
    color: #6D6D6D;
    border-radius: 8px;
}

.validator {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .validator .check-icn {
        margin-right: 8px;
    }

    .validator.validated .check-icn rect {
        fill: #B08D57;
    }

.already-acc {
    display: block;
    text-align: center;
    margin-top: 34px;
}

a.link {
    color: #B08D57;
}

#remeber-check {
    color: #2B2B2B;
    font-size: 14px;
}

.isSignup {
    display: none;
}

.b2login a {
    color: #2B2B2B;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .b2login a img {
        margin-right: 6px;
    }

.who-we-sec .col:not(:last-child) {
    padding-right: 150px;
}

.msg-team-sec {
    background-color: #F1EDE7;
}

.px-96 {
    padding: 0 96px;
}

.values-sec {
    background: linear-gradient(137deg, #0F0F0F, #312719);
}

.values-wrp li {
    padding: 24px 17px !important;
}

    .values-wrp li:not(:last-child) {
        border-right: 1px solid #3F3220;
    }

.value-cont {
    max-width: 394px;
}

.reach-out-sec {
    background-color: #F7F4EE;
}

.contact-form {
    padding: 76px 0 0 0;
    background-color: #FCFBF6;
}

.asterick {
    color: #8B6F47;
}

.contact-form .form-container {
    max-width: 100%;
    padding: 96px 120px;
}

.tel-int-select.input-group > select.form-select {
    flex: 0 0 82px;
    color: #6D6D6D;
}

.form-check-input:checked {
    background-color: #B08D57;
    border-color: #B08D57;
}

.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    border-color: #B08D57;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(176, 141, 87, .25);
}

.const-banner {
    padding: 76px 0;
    background-image: url('../images/construction-bg.png');
    background-size: cover;
    background-position: center;
}

.brd-crm-wrp.style-2 {
    padding: 20px 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 10%);
    justify-content: flex-start;
}

    .brd-crm-wrp.style-2 li a img {
        filter: invert(1);
        margin-top: -5px;
    }

    .brd-crm-wrp.style-2 li a {
        color: var(--hoh-white);
    }

    .brd-crm-wrp.style-2 li:not(:last-child):after {
        content: none;
    }

    .brd-crm-wrp.style-2 li:not(:last-child):before {
        content: "\f0da";
        display: inline-block;
        font: normal normal normal 8px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--hoh-white);
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        left: 100%;
    }

.const-banner .container p {
    color: #6D6D6D;
}

.const-banner .container .btn-brown {
    font-size: 20px;
}

.use-case-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 64px;
}

    .use-case-title img {
        margin-right: 12px;
    }

.use-case-list li:first-child {
    border-top: 1px solid #D2D2D2;
}

.use-case-list li {
    font-size: 15px;
    padding: 16px 0;
    border-bottom: 1px solid #D2D2D2;
    font-weight: 500;
}

.timelin-wrp li {
    position: relative;
    height: 103px;
    padding-left: 14px;
    z-index: 1;
}

    .timelin-wrp li:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #B08D57;
        border-radius: 50%;
        left: -5px;
        top: 6px
    }

    .timelin-wrp li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 20px);
        background-color: #414141;
        left: 0px;
        top: 22px;
        z-index: -1;
    }

.client-card .client-feedback {
    max-width: 1024px;
    margin-bottom: 32px;
}

.client-slider {
    padding-bottom: 40px;
}

    .client-slider .swiper-pagination-bullet-active {
        background-color: #2B2B2B;
    }

.motage-bg {
    background-image: url(../images/private-mortage.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.mini-card-img {
    flex: 0 0 100px;
    max-width: 100%;
}

.blog-list-banner,
.about-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.blog-list-banner {
    background-image: url(../images/blog-listing-banner.png);
}

.about-banner {
    background-image: url(../images/about-banner.png);
}

    .blog-list-banner .hm-banner-cont,
    .about-banner .hm-banner-cont {
        position: static;
        transform: none;
        width: 100%;
        height: 100%;
        padding: calc(76px + 48px) 38px 48px;
    }

.form-container .sec-title {
    font-size: 16px;
    color: #55544F;
}

.form-container h2 {
    color: #2b2b2b;
}

.darker {
    color: #3E311E
}

.linear-brown-bg {
    background: linear-gradient(137deg, #0F0F0F, #312719);
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .navbar-brand {
        max-width: 180px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 8px 12px;
    }

    header ul {
        padding-left: 0;
    }

    .header .btn img {
        margin-left: 0;
    }

    .maincard-cont .maincard-title {
        font-size: 18px;
        height: 50px;
        margin-bottom: 10px;
    }

    .footer-logo-wrp img {
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        padding: 0 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 10px 0;
        border: 0;
    }

        .navbar-expand-lg .navbar-nav .nav-item:not(:nth-child(2)) {
            padding: 0 0 10px 0;
        }

    .navbar-toggler,
    .offcanvas-close {
        border: 0;
    }

    .navbar:not(.inner-header) .navbar-toggler-icon,
    .navbar:not(.inner-header) .offcanvas-close {
        -webkit-filter: brightness(1) invert(1);
        filter: brightness(1) invert(1);
    }

    footer {
        padding: 60px 0 50px;
    }

    .footer-link-wrp {
        max-width: 100%;
    }

        .footer-link-wrp .footer-link-title {
            padding-bottom: 0;
            margin-top: 25px;
        }

    .footer-logo-wrp img {
        width: 135px;
    }

    .brd-crm-wrp.blog-detail {
        display: block !important;
    }

        .brd-crm-wrp.blog-detail li {
            display: inline-block;
        }

    .sec-title {
        line-height: 2;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .px-96 {
        padding: 25px 0;
    }

    .home-banner img {
        height: 500px;
        object-fit: cover;
    }

    .hm-banner-cont h1,
    .stat-item .stats-count,
    .lvl-2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .hm-banner-cont {
        justify-content: flex-start;
    }

        .hm-banner-cont .banner-text {
            margin-top: 35px;
        }

        .hm-banner-cont h1 span:nth-child(3) {
            margin-left: 0;
        }

        .fs-24,
        .hm-banner-cont .btn,
        .fs-20,
        .const-banner .container .btn-brown {
            font-size: 16px;
            padding-bottom: 10px;
        }

    .clientele-sec .clientele-list li {
        margin-right: 35px !important;
        flex: 0 0 calc(50% - 35px);
        max-width: calc(50% - 35px);
    }

    .btn-round {
        padding: 8px 24px;
    }

    section {
        padding: 60px 0;
    }

    .fs-32 {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .stats-section p {
        margin-bottom: 25px !important;
    }

    .mini-card-list {
        margin-top: 25px;
    }

        .mini-card-list > li {
            margin-bottom: 25px;
        }

    .mini-stats-list li {
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 0 0 15px;
        margin-bottom: 15px;
    }

    .private-mortage-sec {
        background-position: top;
        padding-top: 70%;
    }

    .find-agent-cont {
        padding: 15px;
    }

    .blog-sec .blog-slider {
        margin-bottom: 0;
    }

    .value-cont {
        max-width: 100%;
    }

    .values-wrp li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #3F3220;
    }

    .contact-form .form-container {
        padding: 25px 0;
    }

    .blog-listing-sec .row .col-lg {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
