@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Garnet Capitals';
    src: url('../font/GarnetCapitals-Regular.woff2') format('woff2'),
        url('../font/GarnetCapitals-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

a {
    font-family: 'Garnet Capitals';
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Garnet Capitals';
}

h2 {
    font-size: 35px;
}

h2 span {
    color: var(--lightGreen);
}

.owl-carousel .owl-item img {
    width: inherit;
}

:root {
    --primary: #4F93C0;
    --secondary: #0E2F64;
    --footer-copyrights: #122046;
    --white: #ffffff;
    --black: #000000;
}

.header-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
    padding: 0;
}

.header-menu ul li {
    font-size: 14px;
    letter-spacing: 1px;
}

.header-menu ul a {
    color: var(--white);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.header-menu ul a:hover {
    color: var(--primary);
    text-decoration: none;
}

header .logo img {
    max-width: 350px;
    height: 100%;
    object-fit: cover;
}

header .logo img {
    width: auto;
    max-height: 100px;
    object-fit: cover;
}

header .logo a {
    background: rgb(255 255 255 / 85%);
    background: rgb(255 255 255 / 100%);
    /* border-radius: 2px; */
    display: inline-block;
    padding: 12px;
}

footer .footer-logo-wrapper {
    background-color: #fff;
    padding: 12px;
    /* border-radius: 2px; */
    display: inline-block;
    margin: 0;
}

footer .footer-logo {
    max-width: 350px;
    height: 100%;
    object-fit: cover;
}


footer .copyright {
    padding: 2rem 5rem;
    background-color: var(--secondary);
}

body.mega-menu-max_mega_menu_3-mobile-open {
    overflow: hidden;
}

.bg-banner {
    /* background-image: url(../images/banner-demo-img.png); */
    background-size: cover;
    z-index: 10;
    height: 100vh;
}

.bg-banner-inner {
    background-image: url(../images/banner-inner.png);
    background-size: cover;
    z-index: 10;
    /* height: 50vh; */
}

.member-detail-banner .member-info {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    padding: 25px;
}

.bg-banner-inner .banner-content {
    padding: 9rem 0;
}

.bg-banner-inner:after {
    content: '';
    background: linear-gradient(180deg, rgba(18, 32, 70, 1) 5%, rgba(18, 32, 70, 0.7203256302521008) 38%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    animation: zoom 5s infinite;
}

.bg-banner:after {
    content: '';
    background: linear-gradient(180deg, rgba(18, 32, 70, 1) 5%, rgba(18, 32, 70, 0.7203256302521008) 38%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-banner:after {
    content: '';
    background: linear-gradient(180deg, rgb(18 32 70 / 29%) 5%, rgb(18 32 70 / 50%) 38%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: -1;
}

header {
    z-index: 10;
    padding: 0 7rem;
    position: relative;
}

header {
    background-color: rgb(1 45 96 / 50%);
}

.banner-content {
    padding: 22rem 0;
}

.banner-content h1 {
    font-size: 35px;
    width: calc(100% - 20%);
    margin: auto;
}

.banner-btns a {
    border: 3px solid var(--white);
    padding: 8px 20px;
    border-radius: 60px;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}

.banner-btns a:hover {
    border: 3px solid var(--primary);
    color: var(--primary);
}

.home-apply-btn a {
    background: #fff;
    border: 3px solid #fff;
    transition: all ease-in 300ms;
}

.home-apply-btn a:hover {
    background: var(--secondary);
    color: #fff;
    border: 3px solid var(--secondary);
}

.btn-secondary-main {
    border: 3px solid var(--primary);
    padding: 8px 30px;
    border-radius: 60px;
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s ease-in-out;
    display: inline-block;
}

.home-cta-subtitle {
    max-width: 85%;
    margin: 0 auto 25px;
}

.btn-secondary-main:hover {
    color: var(--secondary);
    border: 3px solid var(--secondary);
}

.btn-primary-main {
    border: 3px solid var(--white);
    padding: 8px 20px;
    border-radius: 60px;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}

.btn-primary-main:hover {
    color: var(--primary);
    border: 3px solid var(--primary);
}

main {
    background: url(https://bpi.rfw.mybluehost.me/insight_new/wp-content/uploads/2022/12/block-bg.png);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

/* .bg-inner-wh {
    object-position: top;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: -3;
} */
/* ****************************neo********************* */
.neo-experience {
    background: url(../images/neo-demo-background.png);
    background-size: cover;
    padding: 5rem 0;
    z-index: 10;
    overflow: hidden;
}

.neo-experience video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    animation: zoom 5s infinite;
}

.neo-experience:after {
    content: '';
    background: linear-gradient(0deg, rgba(18, 32, 70, 1) 0%, rgba(18, 32, 70, 1) 0%, rgba(0, 0, 0, 0) 100%);
    ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.neo-experience p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.neo-experience .btn-secondary-main:hover {
    border: 3px solid var(--white);
    color: var(--white);
}

/* @keyframes zoom{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
} */

.left-gif-wrapper img {
    height: 540px;
}

/* ***********************about team******************************** */
.about-team {
    background: var(--secondary);
    padding: 8rem 0;
    overflow: hidden;
    z-index: +1;
}

.about-team:after {
    content: url('../images/dots-v.png');
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-team:before {
    content: url('../images/dots-v.png');
    position: absolute;
    left: 10px;
    top: 50px;
    z-index: -1;
}

.about-team:after {
    content: url('../images/dots-v.png');
    position: absolute;
    right: 10px;
    bottom: 35px;
    z-index: -1;
    transform: rotate(180deg);
}

.inner-about-main {
    border-radius: 20px;
    overflow: hidden;
    margin: 25px;
}

.our-team .member-details a {
    color: #fff;
    text-decoration: none;
}

.inner-about-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.inner-about-content h3 {
    font-size: 22px;
    color: var(--primary);
}

.inner-about-content p {
    font-size: 16px;
    min-height: 100px;
}

.about-team .row .about-main-box:nth-child(2) {
    position: relative;
    top: -70px;
}

.break-text {
    display: none;
}

/* *********************client review****************************** */
.client-review {
    padding: 20rem 0 0;
    background: url(../images/beack-background.png);
    background-size: cover;
}

.client-review h2 {
    color: var(--secondary);
}

.review-content-box {
    padding: 45px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    margin-top: 40px;
    position: relative;
    left: -4rem;
    margin-bottom: 10rem;
}

.review-content-box img {
    position: absolute;
    right: 25px;
    bottom: -35px;
    width: 100px;
}

.review-image-section:before {
    content: url('../images/blue-dots.png');
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translate(26px, -120%);
}

.review-img-2 {
    position: relative;
    top: -9rem;
    border: 10px solid #fff;
}

.review-img-1 {
    max-width: 520px;
    max-height: 456px;
    object-fit: cover;
}

.review-img-2 {
    max-width: 437px;
    max-height: 453px;
    object-fit: cover;
}

.client-review a {
    position: absolute;
    left: -110px;
}

/* ******************************rating******************************** */
.rating-section {
    /* background: url(../images/rating-background.png); */
    background-size: cover;
    padding: 8rem 0;
    z-index: 10;
    overflow: hidden;
}

.rating-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    animation: zoom 5s infinite;
}

.rating-section:after {
    content: '';
    background: var(--secondary);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.rating-section h2 {
    text-shadow: 0px 5px 4px rgb(0 0 0 / 47%);
}

/* ******************************resources******************************** */
.resources-section {
    color: var(--secondary);
    padding: 8rem 0;
    background: url(../images/resources-back.png);
    background-size: cover;
}

.resources-section p {
    padding: 0 10rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.resources-main-box h4 {
    font-size: 22px;
}

.resources-main-box video,
.resources-main-box img {
    height: 254px;
    border-radius: 10px;
}

.resources-section .row {
    margin-top: 5rem;
}

/* ******************************team******************************** */
.team-section {
    height: 60vh;
    background: var(--secondary);
    padding: 8rem 0;
}

#team-slider {
    z-index: 9999 !important;
}

.team-section .container {
    z-index: 99999;
}

.team-section:before {
    content: url(../images/dots-v.png);
    position: absolute;
    left: 0;
    top: 15px;
    overflow: hidden;
    transform: rotate(180deg);
}

.team-section:after {
    content: url(../images/dots-v.png);
    position: absolute;
    right: 3px;
    bottom: 15px;
    overflow: hidden;
}

.team-main-box:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7231267507002801) 0%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* .team-main-box{
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
    border: 4px solid transparent;
    transition: 0.2s ease-in-out;
} */
.team-main-box {
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
    border: 4px solid transparent;
    transition: 0.2s ease-in-out;
    max-height: 390px;
}

/* .team-main-box img{
    filter: grayscale();
    transition: 0.5s ease-in-out;
} */

.team-main-box img {
    filter: grayscale();
    transition: 0.5s ease-in-out;
    background: #fff;
}

.team-main-box:hover {
    border: 4px solid var(--primary);
}

.team-main-box:hover img {
    filter: none;
    transform: scale(1.04);
}

.team-box-content {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.team-box-content p {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.team-section .owl-theme .owl-nav.disabled+.owl-dots {
    padding-top: 20px;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
}

/* ****************************partner*************************************** */
.partner-section {
    background: var(--secondary);
    padding: 10rem 0 10rem;
    background: url(../images/partner-back.png);
    background-size: cover;
}

.partner-section h2 {
    margin: 0 7.5rem;
    background: var(--secondary);
    display: inline-block;
    padding: 8px;
    color: var(--white);
    font-size: 30px;
}

.as-seen-on {
    margin: 0 20px;
    padding: 25px;
    z-index: 10;
}

.as-seen-on h4 {
    color: var(--white);
    background: var(--secondary);
    padding: 6px 10px;
}

.as-seen-on:before {
    content: '';
    border: 2px solid var(--primary);
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.team-section .btn-primary-main {
    position: absolute;
    top: 5px;
    right: 0;
}

footer {
    background-color: var(--primary);
    padding: 3rem;
}

.footer-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.footer-content p a {
    color: var(--white);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: all ease-in-out .3s;
}

.footer-content p a:hover {
    text-decoration: underline;
}

footer .copyright p {
    font-size: 12px;
}

footer img~p {
    font-family: 'Garnet Capitals';
    font-size: 18px;
}

footer .social-likns ul li a {
    transition: all ease-in-out 300ms;
}

footer .social-likns ul li a:hover {
    text-decoration: underline;
}

footer .social-likns ul li {
    list-style: none;
}

footer .social-likns ul a iconify-icon {
    font-size: 20px;
    color: #fff;
    background: #0e2f64;
    padding: 10px;
    border-radius: 50%;
    transition: all ease-in-out 300ms;
}

footer .social-likns ul a iconify-icon:hover {
    color: #0e2f64;
    background: #fff;
}

footer .social-likns ul {
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
}

footer .footer-content a {
    text-decoration: none;
    transition: all ease-in-out 300ms;
}

footer .footer-content a:hover {
    text-decoration: underline;
}

/* **************************************************Team Page******************************************************************** */
.team-info {
    background: url(../images/team-info-back.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
}

.team-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.find-your-loan {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 5rem 0;
}

.find-your-loan p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 1rem 0;
}

.find-your-loan .btn-secondary-main:hover {
    border: 3px solid var(--white);
    color: var(--white);
}

/* **************************** Team Page Inner Sections *************************************** */
/* **************************** Lending Benefits Content Section *************************************** */
.lending-benefits-content {
    background: url(../images/benefits-left-bg.png);
    background-size: cover;
    padding: 4rem 0;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lending-benefits-content::before {
    content: url(../images/benefits-shape-top.png);
    position: absolute;
    left: 0;
    top: -27.125rem;
    overflow: hidden;
}

.lending-benefits-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary);
    padding: 1rem 0;
}

/* **************************** Lending Benefits Content Section *************************************** */
/* **************************** About Image Content Section *************************************** */
.about-image-content {
    background: url(../images/about-bg.png);
    background-size: cover;
    padding: 5rem 0;
    z-index: 10;
    overflow: hidden;
}

.about-image-content::before {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

.about-image-content:after {
    content: '';
    background: linear-gradient(0deg, rgba(18, 32, 70, 1) 0%, rgba(18, 32, 70, 1) 0%, rgba(0, 0, 0, 0) 100%);
    ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-text-left h2 {
    font-family: 'Garnet Capitals';
}

.about-text-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 1rem 0;
}

.about-image-content .about-img-right {
    position: relative;
}

/* **************************** About Image Content Section *************************************** */
.our-team {
    background: var(--secondary);
    padding: 8rem 0 8rem 0;
}

.our-team .row {
    row-gap: 40px;
}

.our-team::before {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    top: 15%;
    left: 0;
    display: block;
    transform: rotate(180deg);
}

/* .our-team::after {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
} */
.our-team::after {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    z-index: -1;
}

.our-team h2 {
    margin-bottom: 3.5rem;
}

.our-team .member-details span {
    display: block;
    margin-bottom: 2px;
}

.our-team .member-details {
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.our-team .team-member {
    margin: 0 2rem;
    z-index: 1;
}

.our-team .team-member:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ad, #0000002b, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* .our-team .team-member img {
    width: 100%;
} */
.our-team .team-member img {
    width: 100%;
    max-height: 352px;
    object-fit: cover;
    object-position: top;
}

.our-team span.name {
    font-family: 'Garnet Capitals';
    font-size: 22px;
    background-color: #69cada;
    display: inline-block;
    padding: 0 10px;
}

.our-team span.dept-name,
.our-team span.emp-code {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #69cada;
    padding-left: 10px;
    text-transform: uppercase;
}

.our-team span.email-address,
.our-team span.contact-number {
    font-family: 'Garnet Capitals';
    font-size: 14px;
    padding-left: 10px;
}

.bottomBanner {
    background-image: url('../images/sec-banner-img1.jpg');
    background-size: cover;
    padding: 8rem 0;
    z-index: 0;
}

.bottomBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #122046d1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bottomBanner p {
    padding: 1rem 8rem;
    font-weight: 500;
}

.bottomBanner .btn-secondary-main:hover {
    border: 3px solid var(--white);
    color: var(--white);
}

/* **************************** Team Page Inner Sections *************************************** */
/* **************************** Testimonial Page Start *************************************** */
.review-sec {
    padding: 12rem 0;
    background: url(../images/sec-banner-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.review-sec:after {
    content: '';
    background: linear-gradient(0deg, rgba(18, 32, 70, 1) 0%, rgba(18, 32, 70, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.review-sec .inner-sec {
    border: 2px solid var(--primary);
    margin: 0 12rem;
    padding: 25px;
    z-index: 1;
}

.review-sec .inner-sec h3 {
    font-size: 55px;
}

.review-sec .inner-sec h4 {
    background: var(--secondary);
    padding: 8px 40px;
    position: absolute;
    left: -100px;
}

/* **************************** Testimonial Page End *************************************** */
.video-testi-sec {
    background-color: var(--secondary);
    padding: 4rem 0;
}

.video-testi-sec::before {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    top: -20%;
    left: 0;
}

.video-testi-sec::after {
    content: url(../images/side-dots-shape.png);
    position: absolute;
    bottom: -100px;
    right: 0;
}

.video-testi-sec .yt-vdo iframe {
    width: 100%;
    border-radius: 20px;
}

.video-testi-sec .item {
    padding: 15px;
    margin: 20px;
    transition: 1.5s ease-in-out;
}

.video-testi-sec .owl-item>div {
    cursor: pointer;
    transform: scale(0.8);
    transition: margin 0.4s ease;
    transition: 1.5s ease-in-out;
}

.video-testi-sec .owl-item.center>div {
    cursor: auto;
    margin: 0;
    transform: scale(1.1);
    transition: 1.5s ease-in-out;
}

.video-testi-sec .owl-item:not(.center)>div {
    opacity: .7;
}

.video-testi-sec .owl-theme .owl-dots .owl-dot.active span,
.video-testi-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #69cada;
}

.video-testi-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2rem;
}

.review-content-sec {
    padding: 8rem 0;
    background: url(../images/sec-banner-img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.review-content-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(253 253 253 / 92%);
    position: absolute;
    top: 0;
    z-index: -1;
}

.review-content-sec .btn-secondary-main {
    background-color: var(--white);
}

.review-content-sec .sec-btn {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    z-index: 1;
}

.review-content-sec .logo-img img {
    height: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.review-content-sec .review-box {
    margin-bottom: 8rem;
    border: 2px solid var(--primary);
    border-radius: 10px;
    padding: 30px;
}

.review-content-sec .review-box:last-child {
    margin-bottom: 0;
}

.review-content-sec h6 {
    font-size: 25px;
    content: var(--primary);
}

.blog-sec {
    background-image: url('../images/sec-banner-img4.jpg');
    background-size: cover;
    padding: 5rem 0;
    z-index: 0;
}

.blog-sec .row {
    row-gap: 50px;
}

.blog-sec .blog-box {
    margin: 0 20px;
}

.blog-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffffdb;
    position: absolute;
    top: 0;
    z-index: -1;
}

.blog-sec .content h6 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-sec .content p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .blog-sec .blog-box img {
    width: 100%;
    border-radius: 15px;
}
 */
.blog-sec .blog-box img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 28rem;
}

.blog-sec .content {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    padding: 20px;
}

.blog-sec .blog-box:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0, #122046, transparent);*/
    background: linear-gradient(12deg, #122046, #12204669, transparent);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.blog-sec a.btn-secondary-main {
    background: transparent;
    font-size: 14px;
    padding: 6px 20px;
    border-color: #fff;
    color: #fff;
}

.blog-sec a.btn-secondary-main:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.conventional-sec,
.purchasing-loan-sec,
.refinancing-loan-sec,
.fthb-sec {
    padding: 5rem 0;
}

.loanPageContent h2,
.purchasing-loan-sec h2,
.refinancing-loan-sec h2,
.fthb-sec h2 {
    font-size: 1.75rem;
    color: var(--secondary);
    text-shadow: 0px 3px 9px rgb(0 0 0 / 15%);
}

.loanPageContent p,
.purchasing-loan-sec p,
.refinancing-loan-sec p,
.fthb-sec p {
    font-weight: 500;
}

.loanPageContent li,
.purchasing-loan-sec li,
.refinancing-loan-sec li,
.fthb-sec li {
    font-weight: 500;
    margin-bottom: 10px;
}

.loanPageContent a,
.purchasing-loan-sec a,
.refinancing-loan-sec a,
.fthb-sec a {
    font-family: inherit;
    color: var(--secondary);
    font-weight: 700;
}

.secDots:before {
    content: url('../images/blue-dots.png');
    position: absolute;
    left: 0;
    bottom: -45%;
    z-index: -1;
}

.secDots:after {
    content: url('../images/blue-dots.png');
    position: absolute;
    right: 0;
    top: -38%;
    z-index: -1;
    transform: rotateZ(180deg);
}

.insightTeam.secDots:before,
.partnerPageContent.secDots:before,
.divorce-lending-sec.secDots:before,
.highlights-sec.secDots:before,
.calc-sec.secDots:before {
    bottom: 0;
}

.insightTeam.secDots:after,
.partnerPageContent.secDots:after,
.divorce-lending-sec.secDots:after,
.highlights-sec.secDots:after,
.calc-sec.secDots:after {
    top: 0;
}

.partner-sec.secDots:before {
    content: url('../images/blue-dots.png');
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.partner-sec.secDots:after {
    content: url('../images/blue-dots.png');
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.companyLogos-sec {
    padding: 0rem 0 7rem;
    color: white;
}

.companyLogos-sec .inner-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 3rem 3rem;
    margin: 0 10rem;
    box-shadow: 0px 15px 124.95px 22.05px rgba(18, 32, 70, 0.12);
}

.contact-sec {
    background: url(../images/team-info-back.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
}

/*.contact-sec:after {
    content: url(../images/dotss.png);
    position: absolute;
    top: -28%;
    right: -17%;
    z-index: 0;
}*/
.contact-sec:after {
    content: url(../images/dotss.png);
    position: absolute;
    top: -28%;
    right: 0;
    z-index: 0;
}

.contact-sec .contact-info {
    background-color: var(--secondary);
    padding: 2rem 1rem;
    border-radius: 10px;
    z-index: 1;
    max-width: 360px;
}

.contact-sec .inner-sec {
    padding: 0;
    justify-content: center;
    gap: 50px;
}

.contact-sec .sec-heading p {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
}

.contact-sec .info h6 {
    font-size: 20px;
    padding: 20px 0px 5px;
}

.contact-sec .info p {
    margin-bottom: 0px;
}

.contact-sec .info a {
    color: #fff;
    white-space: break-spaces;
    overflow-wrap: break-word;
}

.contactForm-sec {
    background-image: url(../images/sec-banner-img5.jpg);
    background-size: cover;
    padding: 5rem 0;
    z-index: 0;
}

.form-control-contact p:empty {
    display: none;
}

.contactForm-sec:before {
    content: url(../images/dotss.png);
    position: absolute;
    top: -25%;
    left: -12%;
    z-index: -1;
}

.contactForm-sec:after {
    content: '';
    background: linear-gradient(0deg, rgba(18, 32, 70, 1) 0%, rgba(18, 32, 70, 1) 35%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contactForm-sec .contact-box {
    background-color: #fff;
    padding: 3rem 4rem;
    margin: 0 8rem;
}

.contactForm-sec .form-btn {
    text-align: center;
    margin-top: 2rem;
}

.contactForm-sec .form-control-btn {
    background-color: #fff;
    border: 2px solid var(--secondary);
    border-radius: 25px;
    padding: 6px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
}

.contactForm-sec .form-control-btn:hover {
    background-color: var(--secondary);
    color: #fff;
    transition: .5s;
}

.contactForm-sec .form-control {
    padding: 10px 10px;
    font-size: 1rem;
    border-radius: 4px;
    background-color: #eeeef2;
    border: none;
}

.contactForm-sec label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
    padding-bottom: 6px;
}

.contactForm-sec .form-control:focus {
    box-shadow: none;
    box-shadow: 0px 3px 5px #00000033;
}

.contactForm-sec .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    border: none;
}

.contactForm-sec .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.map-sec {
    padding: 5rem 0;
}

.map-sec .map {
    margin: 0 12rem;
}

.map-sec iframe {
    width: 100%;
}

.gtw-gallery {
    padding: 5rem 0;
}

.gtw-gallery .owl-carousel .owl-item img {
    width: 100%;
}

.gtw-gallery .owl-theme .owl-dots .owl-dot.active span,
.gtw-gallery .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

.gtw-banner {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 3rem 0;
    background-attachment: fixed;
}

.faq-sec {
    padding: 5rem 0;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #fff;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #122046;
}

.faq-sec h2 {
    font-family: 'Montserrat', sans-serif;
}

.faq-sec a {
    font-family: inherit;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-sec button.accordion-button.collapsed {
    font-weight: 600;
}

.officeLocation-sec {
    padding: 5rem 0;
}

.officeLocation-sec.secDots:before,
.officeLocation-sec.secDots:after {
    display: none;
}

.officeLocation-sec .sec-heading h2 {
    color: var(--secondary);
}

.officeLocation-sec .location {
    background-color: var(--secondary);
    color: #fff;
    padding: 5px;
}

.officeLocation-sec .info {
    padding: 10px 20px;
}

.officeLocation-sec .location img {
    transition: .5s;
}

.officeLocation-sec .location:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.insightTeam {
    padding: 6rem 0;
}

.insightTeam h2 {
    color: var(--secondary);
}

.insightTeam .teamImg img {
    border-radius: 50%;
    height: 150px;
}

.insightTeam .teamImg h6 {
    color: var(--primary);
    font-size: 20px;
    padding-top: 20px;
}

.insightTeam .teamBox {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px #00000026;
    border-radius: 10px 10px 0 0;
    height: 100%;
}

.insightTeam .teamImg {
    background-color: var(--secondary);
    padding: 1rem 0;
    border-radius: 10px 10px 0 0;
}

.insightTeam .teamPara {
    padding: 15px 15px 25px;
}

.insightTeam .teamPara p {
    text-align: left;
    font-size: 15px;
    /*    overflow: hidden;
    height: 245px;*/
}

.fha-loan-sec,
.va-loan-sec {
    padding: 5rem 0;
}

.fha-loan-sec .sec-content ul,
.fha-loan-sec .sec-content li:last-child {
    margin-bottom: 0;
}

.fha-loan-sec .sec-content:last-child p {
    margin-bottom: 0;
}

.conventional-sec a,
.fha-loan-sec a {
    color: var(--secondary);
    font-weight: 600;
}

.partner-sec {
    padding: 5rem 0;
}

.partner-sec .row {
    row-gap: 50px;
}

.partner-sec .partner-box {
    box-shadow: 0 0 5px #0000001f;
    height: 100%;
    padding: 25px 20px;
    background: #122046;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.partner-sec .partner-box p {
    font-size: 15px;
}

.partner-sec .sec-btn {
    margin-top: 2rem;
}

.partner-sec .btn-secondary-main:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.partnerPageContent {
    padding: 5rem 0;
}

.partnerPageContent p {
    font-size: 15px;
    font-weight: 500;
}

.key-areas h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.ahoFeature-sec {
    padding: 7rem 0 5rem;
}

.ahoFeature-sec .row {
    row-gap: 70px;
}

.ahoFeature-sec .feature-box,
.feature-block .feature-box {
    background-color: #69cbdb;
    height: 100%;
    border-radius: 10px;
    padding: 6rem 1rem 1rem 1rem;
    margin: 0 10px;
}

.ahoFeature-sec .feature-box i,
.feature-block .feature-box i {
    font-size: 40px;
    color: #fff;
    background: var(--secondary);
    border: 3px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 30px 0;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ahoFeature-sec .feature-box h4,
.feature-block .feature-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #122046;
}

.ahoFeature-sec .feature-box p,
.feature-block .feature-box p {
    color: #fff;
}

.artHome-sec {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 5rem 0;
}

.artHome-sec h2 {
    font-size: 28px;
}

.artHome-sec p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 1rem 0;
}

.success-story-sec {
    padding: 5rem 0;
}

.success-story-sec .slider-outer {
    background-color: #f5f5f5;
    padding: 2rem;
}

/*.success-story-sec .slider-outer:before{
    content: url(..images/dotss.png);
    position: absolute;
    top: 0;
}*/
.success-story-sec .item img {
    margin: 0 auto;
    padding-bottom: 25px;
}

.success-story-sec .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    font-size: 50px;
}

.success-story-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
}

.success-story-sec button.owl-prev {
    position: absolute;
    left: 0;
}

.success-story-sec button.owl-next {
    position: absolute;
    right: 0;
}

.success-story-sec .item p {
    padding: 1rem 5rem 0;
}

.master-art-sec {
    background-image: url('../images/sec-banner-img1.jpg');
    background-size: cover;
    padding: 5rem 0;
    z-index: 0;
}

.master-art-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #122046d1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.master-art-sec .main-box {
    background-color: #ffffff17;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
}

.master-art-sec .main-box p {
    font-weight: 500;
}

.master-art-sec .btn-secondary-main:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.mortage-process-sec,
.divorce-lending-sec {
    padding: 5rem 0;
}

.mortage-process-sec .row,
.divorce-lending-sec .row {
    margin: 0 0 2rem;
    /*    row-gap: 50px;*/
}

.mortage-process-sec .row:last-child,
.divorce-lending-sec .row:last-child {
    margin: 0;
}

.mortage-process-sec .process-img img,
.divorce-lending-sec .process-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.mortage-process-sec .process-content h2,
.divorce-lending-sec .process-content h2 {
    font-size: 26px;
}

.mortage-process-sec .process-content h2 span,
.divorce-lending-sec .process-content h2 span {
    font-size: 40px;
    font-weight: 900;
    color: var(--primary);
}

.booklet-sec {
    padding-bottom: 5rem;
}

.booklet-sec .sec-heading span {
    font-size: 30px;
}

.booklet-sec .sec-form {
    height: 485px;
    background: var(--secondary);
    padding: 10px 15px;
    border-radius: 10px;
}

.booklet-sec .sec-form input {
    padding: 10px 10px;
    font-size: 1rem;
    border-radius: 4px;
    background-color: #eeeef2;
    border: none;
    width: 100%;
}

.booklet-sec .sec-form input:focus-visible {
    outline: none;
}

.booklet-sec .sec-form .wpcf7 form .wpcf7-response-output {
    margin: 15px;
    border: none;
    color: #ff0000;
    text-align: center;
    font-weight: 500;
}

.booklet-sec .sec-form label {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding-bottom: 6px;
}

.booklet-sec .form-btn {
    text-align: center;
    position: relative;
}

.booklet-sec .wpcf7-spinner {
    background-color: #939393;
    position: absolute;
    top: 0;
}

.booklet-sec .wpcf7-response-output {
    color: white;
}

.booklet-sec .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #69cbdb;
}

.booklet-sec .sec-img img {
    width: 90%;
}

.booklet-sec .sec-form p:first-child {
    font-weight: 500;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
}

.booklet-sec .sec-form input.wpcf7-submit {
    background-color: var(--primary);
    color: var(--secondary);
    font-weight: 600;
}

.mortgage-financing {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 5rem 0;
}

.mortgage-financing h2 {
    font-size: 22px;
}

.cwSeries-sec {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 5rem 0;
    color: #fff;
}

.cwSeries-sec .sec-right p {
    font-size: 18px;
    font-weight: 600;
}

.cwSeries-sec .sec-right h3 {
    color: var(--primary);
}

.highlights-sec {
    padding: 5rem 0;
}

.highlights-sec li {
    font-size: 18px;
    margin-bottom: 10px;
}

.calc-sec {
    padding: 5rem 0;
    z-index: 0;
}

.calc-sec .sec-heading p {
    margin: 0 12rem;
}

/*.calc-sec .sec-content {
    margin-left: 18rem;
}*/
.calc-sec .sec-content {
    box-shadow: -1px -1px 12px 0px #ededed;
    padding: 2rem;
    border-radius: 5px;
    margin: 0;
    width: 80%;
    margin: auto;
}

.ultimateHB-sec {
    padding: 5rem 0;
}

.ultimateHB-sec .icon-box span {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background-color: var(--primary);
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ultimateHB-sec .icon-box i {
    color: #fff;
    font-size: 50px;
}

.ultimateHB-sec .sec-heading p {
    font-size: 15px;
    padding-top: 10px;
    margin: 0 9rem;
}
#team-slider {
    width: 800px;
    margin: 0 auto;
}
.uhb-checklist {
    /*     background: linear-gradient(0deg, transparent, #69cbdb61, #ffffff05); */
    padding: 3rem 0;
}

.uhb-checklist:last-child {
    padding-bottom: 5rem;
}

/* .uhb-checklist:nth-child(even) {
    background: #fff;
} */
.uhb-checklist .checklist {
    background-color: #122046;
    padding: 20px;
    box-shadow: 0 4px 5px #0000008a;
    height: 100%;
    color: #fff;
    border-radius: 10px;
}

.uhb-checklist .checklist h4 {
    padding: 15px 0;
    color: var(--primary);
}

.uhb-checklist .checklist ul {
    text-align: left;
}

.uhb-checklist .checklist li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.uhb-checklist .checklist i {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--primary);
}

/* **************************************************Relators Page******************************************************************** */
.relators-top-sec,
.client-experience-top,
.blog-single-page {
    padding: 5rem 0;
}

.relators-top-content h2,
.inner-content-top h2 {
    text-align: center;
    color: var(--secondary);
    text-shadow: 0px 3px 9px rgb(0 0 0 / 15%);
}

.relators-top-content p,
.inner-content-top p {
    font-weight: 500;
    margin-bottom: 0;
    padding: 1rem 0 0 0;
}

/* -------- Relators Testimonials -------- */
.relators-testimonials {
    background: url(../images/find-your-loan.png);
    background-size: cover;
    padding: 5rem 0;
}

.relators-testimonials-inner {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.relators-testimonials-inner p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.relators-testimonials-inner span {
    font-weight: 600;
    color: var(--white);
}

.video-box-right {
    display: flex;
}

.video-box-right video {
    max-width: 636px;
    height: 365px;
    object-fit: cover;
}

.key-areas a {
    color: var(--secondary);
}

/* -------- Relators Testimonials -------- */
/* -------- Steps and Process Section -------- */
.steps-and-process,
.client-experience-top,
.offers-and-buyers {
    padding: 5rem 0;
}

.steps-and-process.secDots:after {
    bottom: 32px;
    z-index: -1;
}

.steps-left {
    margin-bottom: 2rem;
}

.process-steps ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.process-steps li {
    margin-bottom: 16px;
    font-family: 'Garnet Capitals';
    font-weight: 500;
    font-size: 16px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    flex-direction: column;
    /* box-shadow: -1px 1px 6px 4px #4441411f; */
    border-radius: 5px;
    padding: 0;
    transition: all .2s ease-in;
}

.process-steps li span {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background-color: rgb(18 32 70);
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-steps li span img {
    filter: grayscale(1) invert(1);
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.video-right video {
    width: 500px;
    height: 500px;
    object-fit: contain;
    box-shadow: -1px 1px 6px 4px #4441411f;
    margin: 0 auto;
    border-radius: 5px;
}

.video-right {
    position: relative;
    text-align: center;
}

.video-right video {
    width: 900px;
    height: 500px;
    object-fit: contain;
    box-shadow: -1px 1px 6px 4px #4441411f;
    margin: 0 auto;
    border-radius: 5px;
    background: #142045;
}

.video-right:after,
.video-right:before {
    content: "";
    display: block;
    width: 80px;
    height: 160px;
    background-image: url('../images/side-dots-shape.png');
    position: absolute;
    right: 17%;
    bottom: 7%;
    z-index: +1;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-right:before {
    left: 18%;
    top: 26px;
    bottom: 8%;
    right: unset;
}

/* -------- Steps and Process Section -------- */
/* **************************************************Relators Page******************************************************************** */
/* ************************************************** Client Experience Page******************************************************************** */
/* -------- Client Experience Top Section -------- */
.client-experience-top.secDots::after {
    display: none;
}

.client-experience-top.secDots::before {
    bottom: 0;
    z-index: +1;
}

.client-experience-top .steps-left {
    margin-bottom: 0;
}

.client-experience-top .process-steps ul {
    align-items: flex-start;
    max-width: 100%;
}

.client-experience-top .process-steps ul li {
    width: 350px;
    margin-bottom: 0;
}

.client-experience-top .process-steps li p {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin-bottom: 0;
}

.client-experience-top h2 {
    margin-bottom: 1rem;
}

.client-experience-top p {
    font-weight: 500;
}

/* -------- Client Experience Top Section Ends -------- */
/* -------- offers and buyers Stats Section -------- */
.offers-and-buyers p {
    font-weight: 500;
}

.stats-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    gap: 20px;
}

.stat-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 350px;
}

.stat-box .stat-number {
    font-size: 3.5rem;
    font-weight: 600;
    color: #000;
    padding-bottom: .5rem;
}

.stat-box .stat-details {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary);
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
}

/* ----- Features Block ----- */
.feature-block {
    padding: 5rem 4rem 0;
}

/* ----- Features Block ----- */
/* -------- offers and buyers Stats Section Ends -------- */
/* ************************************************** Client Experience Page******************************************************************** */
/* ************************************************** Blog Page******************************************************************** */
.blog-single-page h2 {
    font-size: 28px;
    color: var(--secondary);
    text-shadow: 0px 3px 9px rgb(0 0 0 / 15%);
    text-align: left;
    padding: 0;
}

.blog-single-page .blog-main-img {
    max-width: 900px;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 1px 9px 1px rgb(18 32 70 / 39%);
    margin: 1.5rem auto;
}

.blog-single-page em {
    padding: 1rem 0;
    text-align: center;
    font-weight: 500;
}

.blog-single-page p {
    font-weight: 500;
    text-align: left;
}

.blog-single-page p a {
    color: var(--secondary);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.graph-stat-img {
    display: block;
    text-align: center;
}

/* ----- Inner Blog Page CSS -----  */
.banner-blog {
    text-align: center;
}

.blog-inner h1 {
    font-size: 36px;
}

.blog-inner h2 {
    font-size: 28px;
    color: var(--secondary);
    text-shadow: 0px 3px 9px rgb(0 0 0 / 15%);
    text-align: left;
    padding: 0;
}

.blog-inner em {
    padding: 1rem 0;
    text-align: center;
    font-weight: 500;
}

.blog-single-page p {
    font-weight: 500;
    text-align: left;
}

.blog-inner p a {
    color: var(--secondary);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.blog-inner .graph-stat-img {
    display: block;
    text-align: center;
}

.blog-inner {
    padding: 5rem 0;
}

.blog-inner .blog-banner {
    text-align: center;
}

.blog-inner .banner-blog img {
    max-width: 900px;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 1px 9px 1px rgb(18 32 70 / 39%);
    margin-bottom: 2.5rem;
}

.blog-content .wp-block-image,
.blog-inner figure {
    text-align: center;
}

.blog-inner figure img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Pagintation CSS */
.blog-sec span.page-numbers.current {
    color: #fff;
    background-color: var(--secondary);
    border: none;
    border-radius: 50%;
    line-height: 1.3;
    padding: 6px 0;
    width: 30px;
    height: 30px;
    text-align: center;
}

.blog-sec a.page-numbers {
    padding: 0 20px;
}

.blog-sec ul.pagination {
    align-items: center;
}

.blog-sec .page-numbers {
    position: relative;
    display: block;
    color: var(--secondary);
    text-decoration: none;
    background-color: transparent;
    border: none;
    transition: none;
}

/* Pagintation CSS */
/* ----- Inner Blog Page CSS -----  */
/* ************************************************** Blog Page******************************************************************** */
/* ***************************************************home popup*********************************************************************** */
#popmake-10562 {
    background: #ddd;
}

.home-popup-f input {
    margin: 8px 0;
    padding: 14px;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
}

.home-popup-f textarea {
    width: 100%;
    border: none;
    margin: 8px 0;
    padding: 12px;
}

.home-popup-f .wpcf7-response-output {
    color: #dc3232;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

#popmake-10562 h3 {
    font-size: 26px;
    color: #122046;
    font-family: 'Montserrat';
    font-weight: 600;
}

#popmake-10562 h4 {
    font-size: 17px;
    color: #777;
    font-family: 'Montserrat';
    font-weight: 500 !important;
}

#popmake-10562 p {
    font-size: 14px;
    color: #777;
    font-weight: 300;
}

.home-popup-f .wpcf7-form-control.wpcf7-submit {
    width: 22%;
    border: 3px solid var(--primary);
    padding: 8px 30px;
    border-radius: 60px;
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s ease-in-out;
    margin: 0px auto;
    display: block;
    background: transparent;
    font-weight: 600;
}

.home-popup-f .wpcf7-form-control.wpcf7-submit:hover {
    color: var(--secondary);
    border: 3px solid var(--secondary);
}

#popmake-10562 {
    background: #ddd;
}

.page-template-template-neo-experience .bg-banner-inner {
    background-image: url(https://ithomeloans.com/wp-content/uploads/2023/01/d.png);
}

.page-template-template-neo-experience .find-your-loan {
    background-image: url(https://ithomeloans.com/wp-content/uploads/2023/01/neo-back-main.jpg);
}

.home-bought-main,
.neo-benifits {
    padding: 5rem 0;
}

section.neo-benifits h2 {
    font-size: 25px;
}

/*.neo-benifits ul {
    list-style: decimal;
    padding-top: 1rem;
    padding-bottom: 1rem;
}*/
.neo-benifits ul {
    list-style: decimal;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

section.neo-benifits ul li:last-child p {
    margin-bottom: 0;
}

section.neo-benifits ul h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

section.neo-benifits ul p {
    font-weight: 500;
}

section.neo-benifits ul li::marker {
    font-size: 20px;
    font-weight: 600;
}

section.neo-benifits ul h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: lowercase;
}

.neo-benifits-form .form-control-btn {
    background-color: #fff;
    border: 2px solid var(--secondary);
    border-radius: 25px;
    padding: 6px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    margin: 0px auto;
}

.neo-benifits-form .form-btn {
    margin: 0px auto 15px;
    text-align: center;
}

.neo-benifits-form .form-control-btn:hover {
    background-color: var(--secondary);
    color: #fff;
    transition: .5s;
}

.neo-benifits-form .form-control-contact {
    background: #fff;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 17%);
    padding: 3rem;
    border-radius: 20px;
}

.neo-benifits-form .form-control-contact p {
    font-size: 13px;
    padding: 20px 0 0;
    color: #000;
    margin: 0;
}

.neo-benifits-form .form-control {
    padding: 10px 10px;
    font-size: 1rem;
    border-radius: 4px;
    background-color: #eeeef2;
    border: none;
}

.neo-benifits-form label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
    padding-bottom: 6px;
}

.neo-benifits-form .form-control:focus {
    box-shadow: none;
    box-shadow: 0px 3px 5px #00000033;
}

.neo-benifits-form .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    border: none;
}

.neo-benifits-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.neo-benifits-form {
    /* background: #000; */
    padding: 5rem 0;
    background: url(https://ithomeloans.com/wp-content/uploads/2023/01/benifits-form-back.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.neo-benifits-form h2 {
    color: #fff;
}

.neo-benifits-form p {
    color: #fff;
    margin-bottom: 4rem;
}


/* ==============new partner sec start here============== */

.stats-sec {
    background: var(--secondary);
    padding: 6rem 0 6rem;
    background: url(../images/partner-back.png);
    background-size: cover;
    z-index: 0;
}

/* .stats-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: -1;
} */

/* Counter */

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    width: 100%;
}

#counter .item {
    width: 300px;
    padding: 20px;
    text-align: center;
}

#counter .item h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 400;
}

#counter .item h4 {
    color: #000;
    font-weight: 400;
    font-family: var(--font-gothik);
    margin-bottom: 18px;
    font-size: 20px;
}

.stats-sec .item img {
    /* filter: invert(1); */
    width: 80px;
    max-width: 80px;
}

.stats-sec div#counter .item:nth-child(1),
.stats-sec div#counter .item:nth-child(2),
.stats-sec div#counter .item:nth-child(3) {
    border-right: 1px solid #000000a6;
}

.stats-sec div#counter .item:last-child {
    border: none;
}

/* =================dream sec start here================= */

.dreams-sec {
    background: #4f93c02b;
    /* box-shadow: 0px 0px 5px; */
    padding: 80px 0px;
    margin: 50px 0px 100px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; */
}

.steps-wrapper .icon-left img {
    object-fit: cover;
    width: 42px;
    max-width: 100px;
}

.dream-apply-btn {
    text-align: center;
    margin-top: 25px;
}

/* ================jimmy testimonial page start here================ */
.jimmy-testimonial_page {
    padding: 5rem 0px;
}

.jimmy-testimonial_page .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
    justify-content: center;
}

.jimmy-testimonial_page .content {
    background: rgb(255 255 255 / 88%);
    padding: 35px 20px 35px 20px;
    border-radius: 10px;
    box-shadow: -2px 2px 2px 2px #4f93c0;
    height: 350px;
    overflow-y: auto;
}

.jimmy-testimonial_page .star iconify-icon {
    font-size: 22px;
    color: goldenrod;
}

.jimmy-testimonial_page .content h4 {
    font-size: 22px;
    line-height: normal;
    margin: 15px 0px 0px;
}

.jimmy-testimonial_page .content span {
    font-size: 14px;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}


.scroll::-webkit-scrollbar {
    width: 5px;
    /* width of the entire scrollbar */
}

/* .scroll::-webkit-scrollbar-track {
    background: orange;
} */

.scroll::-webkit-scrollbar-thumb {
    background-color: #4f93c0;
    border-radius: 20px;
}

.jimmy-testimonial_page .testimonial_paginations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.jimmy-testimonial_page .testimonial_paginations .page-numbers.current {
    background: #4f93c0;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.jimmy-testimonial_page .testimonial_paginations .page-numbers {
    border: 1px solid #4f93c0;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4f93c0;
    text-decoration: none;
    transition: all ease-in-out 300ms;
}

.jimmy-testimonial_page .testimonial_paginations .page-numbers:hover {
    background: #4f93c0;
    color: #fff;
}

/* =================jimmy testimonial page end here================= */

/* ================= 404 Error Page ================= */

#PageNotfound {
    position: relative;
    padding-bottom: 4.5rem;
    height: auto;
}

/* 
#PageNotfound .PageNotfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
} */

.PageNotfound {
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center
}

.PageNotfound .PageNotfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
    margin-bottom: 1rem;
}

.PageNotfound .PageNotfound-404 h1 {
    font-family: montserrat, sans-serif;
    font-size: 230px;
    margin: 0;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/404-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}


.PageNotfound h2 {
    font-family: 'Garnet Capitals';
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.PageNotfound p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}


.PageNotfound a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0e2f64;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 4px 15px -5px #0e2f64;
    transition: all linear .3s;
}

.PageNotfound a:hover {
    background: #fff;
    color: #0e2f64;
}

/* ================= 404 Error Page ================= */


/* ===========loan officer slider start here=========== */
.our-team .owl-dots .owl-dot {
    background: transparent !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff !important;
}

.our-team .owl-dots .owl-dot.active {
    background: #4f93c0 !important;
    border: 2px solid #4f93c0 !important;
}

.our-team .owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

/* ===========loan officer slider end here=========== */
.team-section .team-main .team-main-box img {
    width: 100% !important;
}

.member-detail-banner .lo-off-img-section {
    background: #4f93c0;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
}

.member-detail-banner .right-profile-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.member-detail-banner .right-profile-social a {
    font-size: 32px;
    color: #fff;
}

.member-detail-banner .detail-m h3 {
    font-size: 24px;
}

.member-detail-banner .detail-m h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.member-detail-banner .detail-m p {
    font-size: 18px;
    margin-bottom: 30px;
}
.member-detail-banner .detail-btn-fiuld {
    display: flex;
    align-items: center;
    gap: 15px;
}
.member-detail-banner .detail-btn-fiuld .btn {
    background: #0e2f64;
    color: #fff;
    padding: 10px 30px;
}
.member-detail-banner .detail-btn-fiuld .btn:hover {
    background: #0e2f64;
}
.member-detail-banner .profile-info {
    padding-top: 20px;
}
.member-detail-banner .profile-info h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}
.member-detail-banner .profile-info h3 {
    font-size: 20px;
    color: #fff;
}
.member-detail-banner .click-d-contect li {
    list-style: none;
    text-align: left;
}
.member-detail-banner .click-d-contect li a {
    color: #fff;
    font-size: 16px;
}
.member-detail-banner .click-d-contect li a:hover {
    color: #fff;
}
.member-detail-banner .profile-content {
    margin-top: 30px;
}
.member-detail-banner .profile-content p {
    font-size: 16px;
}
/* .member-detail-banner .profile-content p br {
    display: none;
} */
.member-detail-banner .profile-content p a {
    color: #000 !important;
}
.member-detail-banner .lo-off-img-section img {
    width: 100%;
    height: 100%;
}

ul li {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
}

.license-text {
    font-size: 15px;
}