html,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: transparent;
    font-family: 'Roboto', sans-serif !important;
}

/* Top Bar CSS Start */
.h-44 {
    height: 44px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-item-center {
    display: flex;
    align-items: center;
}

.ml-8 {
    margin-left: 8px;
}

.ml-28 {
    margin-left: 28px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.social-icon i {
    margin: 8px;
    font-size: 15px;
}

.caption1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.bg-dark {
    box-shadow: 5px 3px 8px #646464;
}

/* Top Bar CSS End */


/* Navbar CSS Start */

.bg-image {
    background-image: url('../image/credefine-banner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-padding {
    padding-top: 40px !important;
}

.mobile-logo {
    display: none;
}

.nav-width {
    width: 30%;
}

.nav-item {
    padding: 0px 20px;
}

.navbar-nav .nav-item a {
    font-size: 22px;
    color: black;
    font-weight: 500;
}

.content {
    position: absolute;
    /* Position the content relative to the section */
    left: 38%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.content h1 {
    font-size: 35px;
}

.content p {
    font-size: 25px;
}

.custom-btn {
    border-radius: 20px !important;
}

/* Navbar CSS End */

/* Overview Section CSS Start */

.overview {
    padding-top: 100px;
    padding-bottom: 210px;
    position: relative;
}

.overview h2 {
    font-size: 40px;
}

.overview-thumb {
    position: relative;
}

.overview-thumb .main {
    position: relative;
    overflow: hidden;
    animation: tptranslateX2 4s forwards infinite alternate;
}

.overview-thumb .main img {
    border-radius: 15px;
}


.overview-thumb .shape-1 {
    position: absolute;
    bottom: -30%;
    right: 32px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.overview-thumb .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -90px;
    z-index: -1;
}

.overview-thumb .shape-3 {
    position: absolute;
    right: 30px;
    top: -10%;
    z-index: -1;
    border-radius: 0;
}

/* Define your keyframes animation */
@keyframes tptranslateX2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Overview Section CSS End */

/* Process Section CSS Start  */

.bg-gray {
    background-color: #f6f6ff;
    padding: 50px 0px;
    margin-top: 80px;
    position: relative;
}

.gray-header-wave {
    top: -112px;
    height: 112px;
    width: 100%;
    position: absolute;
    background: url('../image/top-wave-bg.png') top left;
    background-size: cover;
    z-index: 1;
}

.process .feature-card {
    border-radius: 12px;
    background: transparent;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-align: left;
    padding: 40px 32px;
    transition: all 0.3s ease;
}

.process .feature-card .number {
    color: #0d6efd;
    font-size: 36px;
}

.process .feature-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.process .feature-card:hover,
.process .feature-card:active {
    background: white;
    box-shadow: 0px 16px 60px 0px rgba(63, 74, 101, 0.2);
}

.process .bg-img {
    position: relative;
    z-index: 1;
    width: 100%;
    animation: tptranslateX2 6s forwards infinite alternate;
}

.heading1 {
    background: -webkit-linear-gradient(315deg, #06bcfb 0%, #4884ee 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading2 {
    background: -webkit-linear-gradient(315deg, #ffa600 0%, #ed008c 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process h2 {
    font-size: 40px;
    font-weight: 700;
}

.process .content-box {
    text-align: center;
    position: relative;
}

.process .content-box h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.process .content-box p {
    font-size: 16px;
    font-weight: 400;
}

.process .content-box .line-shape {
    position: absolute;
    left: 0%;
    top: 20%;
    transform: translate(-50%, -50%);
}

/* Process Section CSS End  */

/* Service Section CSS Start */

.service {
    padding-top: 125px;
    padding-bottom: 120px;
    position: relative;
    background-image: url('../image/bg-pattern.png');
}

.service h2 {
    font-size: 40px;
    font-weight: 700;
}

.desktop-service-cart {
    background-color: #fde7f9;
background-image: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);

    /* background: linear-gradient(to right, #7da4d1,#C1E3FF, #7da4d1 ); */
    /* background: linear-gradient(133deg, #dde4eb 0%, #b3c5e5 100%); */
    box-shadow: 0px 16px 60px 0px rgba(63, 74, 101, 0.2);
    backdrop-filter: blur(17px);
    position: relative;
    padding: 40px 36px;
    height: 100%;
    transition: background ease 0.5s;
    display: block;
    border-radius: 10px;
    animation: pulse 2s linear infinite;
}

.service .service-list .main-item {
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    height: 300px;
}

.service .service-list .main-item img {
    font-size: 48px;
    padding: 26px;
}

.service-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.body-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 12px;
}

.service a {
    text-decoration: none;
    color: black;
}

.service a:hover {
    text-decoration: none;
    color: black;
}

/* Service Section CSS End */

/* Loan Section CSS Start */

.loan-calculator {
    background: url('../image/calculator-bg.png'), #0e1520;
    padding: 50px 0;
    overflow: hidden;
}

.loan-calculator h2 {
    font-size: 50px;
    font-weight: 500;
    margin: 50px 0px;
}

.calculator-widget-2 {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 50px;
    border: 1px solid rgba(63, 74, 101, 0.2);
    box-shadow: 0px 16px 60px 0px rgba(63, 74, 101, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
}

.calculator-widget-2 .single-calculator-widget {
    padding: 40px 68px;
    padding-right: 10px;
}

.calculator-widget-2 .single-calculator-widget h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: white;
}

.calculator-widget-2 .single-calculator-widget .single-range {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
}

.calculator-widget-2 .single-calculator-widget .single-range .tab-content {
    width: calc(100% - 225px);
}

.calculator-widget-2 .single-calculator-widget .single-range .tab-content .noUi-horizontal {
    width: 100%;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal {
    width: calc(100% - 225px);
    height: 9px;
    background-color: #edeff3;
    border-radius: 5px;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -11px;
    border-radius: 50%;
    background-color: #fff;
    top: -7px;
    box-shadow: 0px 8px 10px 0px rgba(189, 197, 214, 0.8);
    cursor: pointer;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-pips {
    display: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-connects {
    border-radius: 5px;
}

.calculator-widget-2 .single-calculator-widget .single-range h6 {
    font-size: 16px;
    font-weight: 500;
    color: #171d24;
}

.calculator-widget-2 .single-calculator-widget .single-range .input-group {
    border-radius: 6px;
    flex: 1;
    overflow: hidden;
}

.calculator-widget-2 .single-calculator-widget .single-range .input-group .input-group-text {
    width: 48px;
    background-color: #f8f9fe;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #a3aec2;
    padding: 0;
    border: none;
    border-radius: 6px;
    justify-content: center;
    text-transform: capitalize;
}

.calculator-widget-2 .single-calculator-widget .single-range input[type=text] {
    height: 47px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #18181b;
    width: 130px;
    text-align: start;
    padding-left: 14px;
    border: none;
}

.calculator-widget-2 .single-calculator-widget .single-range input[type=text]:focus {
    box-shadow: none;
    outline: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs {
    background-color: rgba(0, 80, 178, 0.1);
    border-radius: 15px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar {
    position: absolute;
    height: 29px;
    left: 95px;
    width: 81px;
    border-radius: 15px;
    background-color: #0050b2;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar.left {
    width: 95px;
    left: 0;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item {
    border: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    padding: 0 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #4c5267;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 1;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}

.calculator-widget-2 .single-calculator-widget .range-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #788694;
    margin-bottom: 5px;
    margin-top: 40px;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 50px;
    margin-top: 10px;
    border-bottom: none;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select button {
    border: 1px solid #cccccc;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6a737c;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select button.active {
    box-shadow: 0px 8px 20px 0px rgba(0, 80, 178, 0.3019607843);
    background-color: #0050b2;
    border-color: #0050b2;
    color: #fff;
}

.calculator-widget-2 .calculator-result-widget {
    padding: 40px;
}

.calculator-widget-2 .pie-wrapper {
    height: 1em;
    width: 1em;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    font-size: 16em;
}

.calculator-widget-2 .pie-wrapper .label {
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    color: #6a737c;
    cursor: default;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calculator-widget-2 .pie-wrapper .label h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    color: #ebebeb;
    margin-bottom: 0;
    margin-top: 14px;
}

.calculator-widget-2 .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
}

.calculator-widget-2 .pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.09em solid #f97857;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
}

.calculator-widget-2 .pie-wrapper .circle-border {
    height: 100%;
    width: 100%;
    border: 0.09em solid #0065ef;
    border-radius: 50%;
}

.calculator-widget-2 .graph-indicator {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #788694;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.calculator-widget-2 .graph-indicator span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0050b2;
    margin-right: 8px;
}

.calculator-widget-2 .graph-indicator span.orange-dot {
    background-color: #f97857;
}

.calculator-widget-2 .loan-calculation {
    margin-top: 45px;
}

.calculator-widget-2 .loan-calculation li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.calculator-widget-2 .loan-calculation li:last-child {
    border-top: 1px solid #d9dbe5;
    padding-top: 18px;
}

.calculator-widget-2 .loan-calculation li .label {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #6a737c;
    display: inline-block;
}

.calculator-widget-2 .loan-calculation li .amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: white;
    display: inline-block;
    text-transform: capitalize;
}

.calculator-widget-2 .theme-btn {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    background-color: #0050b2;
    text-decoration: none;
}

.calculator-widget-2 .theme-btn:hover {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    background-color: #0050b2;
    text-decoration: none;
    box-shadow: 0 12px 16px 0 rgb(153 155 156 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);

}


/* Loan Section CSS End */

/* FAQ Section CSS Start */

.faq {
    padding: 120px 0;
    overflow: hidden;
    background-color: #f6f6ff;
    background-image: url('../image/faq-bg.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq h2 {
    font-size: 30px;
    font-weight: 700;
}

.faq-widget .single-faq-widget {
    padding: 30px;
    box-shadow: 0px 1.6px 3.6px 0 rgb(86 104 130 / 15%);
    border-radius: 6px;
    margin-top: 30px;
    background-color: rgb(255, 255, 255, 0.2);
    cursor: pointer;
}

.faq .card-holder {
    position: relative;
    z-index: 1;
    transform: translateX(-60px);
}

.faq .card-holder .shape-1 {
    height: 440px;
    width: 222px;
    background: rgb(8 160 252 / 70%);
    position: absolute;
    top: 46px;
    left: 100px;
    border-radius: 50%;
    transform: rotate(27deg);
    filter: blur(80px);
    z-index: -1;
}

.faq .card-holder .shape-2 {
    height: 588px;
    width: 334px;
    background: rgba(255, 176, 83, 0.6980392157);
    position: absolute;
    top: 120px;
    right: 50px;
    border-radius: 50%;
    transform: rotate(28deg);
    filter: blur(110px);
    z-index: -1;
}

.faq .card-holder img {
    animation: updown-two 2.6s linear 0s infinite alternate;
}

.theme-btn.theme-btn-rounded {
    border-radius: 25px;
}

.theme-btn.theme-btn-primary_alt {
    color: #0050b2;
    background-color: rgba(0, 80, 178, 0.05);
}

.theme-btn.theme-btn-primary_alt:hover {
    color: #0050b2;
    background-color: rgba(0, 80, 178, 0.05);
    box-shadow: 0px 16px 74px 0px rgba(95, 122, 148, 0.3490196078);

}

.theme-btn {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
}

.theme-btn-primary_alt i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.faq a {
    outline: none;
    border: none;
    text-decoration: none;
}

.faq h2 {
    font-size: 40px;
    text-align: center;
}

@keyframes updown-two {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}

/* Vendor prefixes for compatibility */
@-webkit-keyframes updown-two {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px);
    }
}

/* FAQ Section CSS End */


/* Testimonial Section CSS Start */

.testimonial {
    padding: 110px 0;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: url('../image/client-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

.client-slider-2 .slick-list {
    margin: 0 -20px;
    padding: 0 10px;
}

.client-slider-2 .slick-arrow {
    font-size: 22px;
    height: 70px;
    width: 70px;
    border: 1px solid #6a737c;
    border-radius: 50%;
    color: #6a737c;
    line-height: 70px;
    background-color: transparent;
    z-index: 1;
    top: 43%;
    transition: all 0.3s ease;
}

.client-slider-2 .slick-arrow::before {
    display: none;
}


.client-slider-2 .slick-arrow:hover {
    border-color: #93c2fc;
    background-color: #93c2fc;
    color: #fff;
}

.client-slider-2 .slick-arrow:hover i {
    color: #fff;
}

.client-slider-2 .slick-prev {
    left: -56px;
}

.client-slider-2 .slick-next {
    right: -56px;
}

.client-slider-2 .slick-dots {
    bottom: inherit;
}

.client-slider-2 .slick-dots li {
    margin: 0 15px;
}

.client-slider-2 .slick-dots li.slick-active button {
    background-color: transparent;
}

.client-slider-2 .slick-dots li.slick-active button::after {
    transform: scale(1);
}

.client-slider-2 .slick-dots li button {
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 1;
}

.client-slider-2 .slick-dots li button::after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #93c2fc;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease-out;
}

.client-slider-2 .single-client {
    padding: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 55px 10px;
    margin-bottom: 70px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
}

.client-slider-2 .single-client:hover {
    box-shadow: 0px 16px 74px 0px rgba(95, 122, 148, 0.3490196078);
}

.client-slider-2 .single-client .quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: black;
    margin: 20px 0 30px 0;
}

.client-slider-2 .single-client .rating a i {
    color: #f8af41;
    font-size: 16px;
}

.client-slider-2 .single-client .client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-slider-2 .single-client .client-info p {
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    line-height: 20px;
}

/* Testimonial Section CSS End */


/* Footer Section CSS Start */

.footer {
    background-position: center;
    background-size: cover;
    background-color: #0f1123;
    background-image: url('../image/footer-bg-2.png');
    padding: 120px 0px 60px 0px;
}

.footer .footer-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer .footer-widget h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.footer .footer-widget {
    margin-bottom: 30px;
}

.footer .f-widget-title {
    margin-bottom: 12px;
}

.footer .f-widget-title h5 {
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 36px;
    color: white;
    font-size: 18px;
    text-transform: capitalize;
}

.footer-link li {
    margin-bottom: 14px;
    list-style-type: none;
}

.footer .footer-link ul {
    margin: 0;
    padding: 0;
}

.footer .footer-link ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #d8dce0;
    border-bottom: 1px solid transparent;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    border: none;
}

.footer .copyright {
    color: #fff;
    padding-top: 45px;
}

.footer .copyright a:first-child {
    margin-left: -100px;
}

.footer .copyright a {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    outline: none;
    border: none;
}

.footer .copyright .line {
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.footer .copyright .social-button a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.footer .copyright .copyright-text p {
    font-size: 16px;
    font-weight: 400;
    color: #9199a1;
}

.footer .copyright .social-button a:hover {
    background-color: #fff;
    color: #56a0fa;
}

/* Footer Section CSS End */

#back-to-top {
    display: inline-block;
    background-color: #d1d1d1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

a {
    text-decoration: none;
}

.fa-angle-up:before {
    color: #000;
}

#back-to-top::after {
    content: "";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #aad0fd;
}

#back-to-top:hover::after {
    color: #fff;
}

#back-to-top:active {
    background-color: #aad0fd;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}


/* About Section CSS Start */

.about-image {
    background-image: url('../image/about-banner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-image{
    background-image: url('../image/service-banner.webp') !important;
    background-size: cover;
    background-position: right;
    position: relative;
}

.about {
    padding-top: 130px;
    padding-bottom: 210px;
    position: relative;
    background-image: url('../image/bg-pattern.png');
}

.about .overview-thumb .main {
    animation: none;
}

.about h2 {
    font-size: 40px;
    font-weight: 700;
}

.about-tab-area {
    padding-top: 0px !important;
    padding-bottom: 125px;
}

.about-tab-area .nav-tabs {
    margin: 0 0 70px;
    border: none;
    justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid transparent;
}

.about-tab-area .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 5px 10px;
    color: #a2a7ad;
    margin: 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.about-tab-area .nav-tabs .nav-item .nav-link.active {
    color: black;
    border-color: #0050b2;
    background: transparent;
}

.about-tab-area .tab-content .section-title h1 {
    margin-bottom: 16px;
}

.about .single-client {
    padding: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 40px 10px;
    border-radius: 8px;
    background: #F7F9FF;
    text-align: center;
    border: 1px solid #cfdfff;
    height: 195px;
}

.about .single-client:hover {
    box-shadow: 0px 16px 74px 0px rgba(95, 122, 148, 0.3490196078);
}

.about .single-client .quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: black;
    margin: 20px 0 30px 0;
}


.about .single-client .client-info h4 {
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    line-height: 20px;
}

.widget-navigation a img{
    margin-right: 6px;
}



/* About Section CSS End */


/* Team Section CSS Start */

.team h2 {
    font-size: 40px;
    font-weight: 700;
}

.team .team-card {
    padding-top: 65px;
}

.single-leadership-widget {
    text-align: center;
}

.single-leadership-widget a {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.single-leadership-widget a:hover .leader-info {
    visibility: visible;
    opacity: 1;
}

.single-leadership-widget a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.single-leadership-widget a .leader-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 30px 40px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(51, 62, 72, 0), rgba(27, 34, 45, 0.8));
}

.single-leadership-widget a .leader-info h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.single-leadership-widget a .leader-info p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

/* Team Section CSS End */


/* CTA Section CSS Start */

.cta{
    position: relative;
    background-image: url('../image/cta-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0px;
}

.cta::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.cta .heading{
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    text-transform: capitalize;
    color: white !important;
}

.cta .caption1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    color: white;
}

.cta .form-block{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    width: 78%;
    border-radius: 16px;
    padding: 28px;
    gap: 20px;
}

.cta .heading6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    color: white;
    padding: 20px 0px;
}

.cta .row-gap-20 {
    row-gap: 20px;
}

.cta .form-block input{
    outline: none;
    border: 2px solid transparent;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: white;
}

.cta .form-block select{
    outline: none;
    border: 2px solid transparent;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: white;
}

.cta .form-block textarea{
    outline: none;
    border: 2px solid transparent;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: white;
}

.cta .form-block .button-block button{
    background-color: #2868d8;
    border: none !important;
    border-radius: 48px;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    color: white;
    margin: 20px 0px;
}


/* CTA Section CSS End */

/* Contact Section CSS Start */
.contact-image {
    background-image: url('../image/contact-banner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.mob-nav-contact .content{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.contact-form{
    position: relative;
    background-image: url('../image/contact-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 120px 0px;
    background-color: #f6f6ff;
}

.contact-form .info .c-heading .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2868d8;
}

.contact-form .info .c-heading .heading3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin-top: 12px;
}

.contact-form .info .c-heading .body3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0px;
}

.list-more-infor .gap-12{
    gap: 15px;
}

.list-more-infor i{
    border-radius: 50%;
    padding: 8px;
    background-color: black;
    color: white;
}

.list-more-infor .body2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.list-more-infor .body2 a {
    text-decoration: none;
    color: black;
}

.list-more-infor .mt-20 {
    margin-top: 20px;
}

.info .gap-10{
    gap: 10px;
    margin: 20px 0px;
}

.contact-form .list-social a{
    border-radius: 50%;
    height: 48px;
    width: 48px;
    box-shadow: 0px 1.6px 3.6px 0 rgb(86 104 130 / 15%);
    background-color: rgb(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.left-block a{
    text-decoration: none;
    color: white;
}

.left-block a:hover{
    text-decoration: none;
    color: white;
}

.contact-form .form-block{
    box-shadow: 0px 1.6px 3.6px 0 rgb(86 104 130 / 15%);
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    width: 78%;
    border-radius: 16px;
    padding: 28px;
    gap: 20px;
}

.contact-form .heading6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    padding: 20px 0px;
}

.contact-form .row-gap-20 {
    row-gap: 20px;
}

.contact-form .form-block input{
    outline: none;
    border: 1px solid #1773b9;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: transparent;
}

.contact-form .form-block textarea{
    outline: none;
    border: 1px solid #1773b9;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: transparent;
}

.contact-form .form-block .button-block button{
    background-color: #2868d8;
    border: none !important;
    border-radius: 48px;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    color: white;
    margin: 20px 0px;
}

/* Contact Section CSS End */


/* Service-Main Section CSS Start */
.service-section{
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f7f9fa;
}

.service-section .section-title-main{
    text-align: center;
}

.service-section h6{
    font-size: 18px;
}

.service-section .section-title-main h2{
    font-size: 36px;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-section .main-img {
    border-radius: 10px;
}

.service-section .offers {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
    position: relative;
    display: inline-block;
    transform: translate(-50px, -65px);
    z-index: 1;
}

.service-section .offers ul {
    border-radius: 8px;
    padding: 33px 40px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.service-section .offers ul li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #4c5267;
    margin: 8px 0;
    list-style-type: none;
}

.service-section .offers ul li span {
    height: 25px;
    width: 25px;
    background-color: rgb(115 174 246 / 25%);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.service-section .offers ul li span i {
    font-size: 14px;
    vertical-align: middle;
}

.service-section .offers .shape {
    position: absolute;
    left: 97%;
    bottom: 0px;
    z-index: -1;
}

.service-section p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6a737c;
}

.recognition-widget .widget-navigation ul {
    flex-direction: column;
    background-color: transparent;
    border-bottom: none !important;
}

.recognition-widget .widget-navigation ul li:first-child {
    padding-top: 0;
}

.recognition-widget .widget-navigation ul li {
    border-bottom: 1px solid #a0a0a0;
    background-color: transparent;
    text-align: left;
    padding: 14px 0 11px 0;
    width: 80%;
}

.recognition-widget .nav-tabs .nav-item .nav-link.active {
    color: #0050b2;
    border: none !important; 
    border-color: transparent !important;
    background: transparent;
}

.recognition-widget .widget-navigation ul li a {
    border: none;
    background-color: transparent;
    font-size: 20px !important;
    color: #6a737c;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    line-height: 30px;
}

.recognition-widget .tab-content h3 {
    font-size: 30px;
    color: #0050b2;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
}

.recognition-widget .tab-content p {
    font-size: 16px;
    color: #787880;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    margin-top: 30px;
}

.recognition-widget .tab-content P::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 7px;
    height: 2px;
    width: 20px;
    background-color: #0050b2;
}

/* Service-Main Section CSS End */



@media screen and (max-width:767px) {

    .mob-nav {
        background-image: url('../image/credefine-banner.webp');
        background-size: cover;
        background-position: center;
        height: 55vh;
        position: relative;
    }

    .mob-nav-about {
        background-image: url('../image/about-banner.webp');
        background-size: cover;
        background-position: center;
        height: 55vh;
        position: relative;
    }

    .mob-nav-service{
        background-image: url('../image/service-banner.webp') !important;
        background-size: cover;
        background-position: center;
        height: 55vh;
        position: relative;
    }

    .mob-nav-contact {
        background-image: url('../image/contact-banner.webp');
        background-size: cover;
        background-position: center;
        height: 55vh;
        position: relative;
    }

    .mob-nav-contact .content {
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    .navbar-dark {
        display: none !important;
    }

    .section-padding {
        padding-top: 0.5rem !important;
    }

    .bg-image {
        background-image: none;
        background-color: rgb(26, 26, 26);
    }

    .about-image {
        background-image: none;
        background-color: rgb(26, 26, 26);
    }

    .service-image{
        background-image: none !important;
        background-color: rgb(26, 26, 26) !important;
    }

    .service-section {
        padding-bottom: 50px;
        padding-top: 80px;
        background-color: #f7f9fa;
    }

    .content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .service-section .section-title-main h2 {
        font-size: 24px;
        color: black;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .service-section .offers {
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
        position: relative;
        display: inline-block;
        transform: translate(7px, 13px);
        z-index: 1;
    }

    .service-section .offers .shape {
        display: none;
    }
    .service-section h6 {
        font-size: 14px;
    }

    .process h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .process .content-box .line-shape {
     display: none;
    }

    .widget-navigation a img{
        width: 20%;
        margin-right: 6px;
    }

    .service h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .recognition-widget .widget-navigation ul li {
        border-bottom: 1px solid #a0a0a0;
        background-color: transparent;
        text-align: center;
        padding: 0px;
        width: 90%;
    }

    .recognition-widget .widget-navigation ul li a {
        border: none;
        background-color: transparent;
        font-size: 18px !important;
        color: #6a737c;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        display: inline-block;
        padding: 0;
        line-height: 5px !important;
    }

    .recognition-widget .tab-content h3 {
        font-size: 25px;
        color: #0050b2;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 0;
        text-align: center;
    }

    .main img{
        width: 100%;
    }

    .nav-width {
        width: 70%;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        width: 70%;
    }

    .content h1 {
        font-size: 19px;
        font-weight: 700;
    }

    .about-tab-area .nav-tabs {
        margin: 0px;
        border: none;
        justify-content: center;
        -webkit-justify-content: center;
        border-bottom: 1px solid transparent;
    }

    .mob-nav-about .content h1 {
        font-size: 30px;
        font-weight: 700;
        color: rgb(0, 0, 0);
    }

    .mob-nav-contact .content h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .content p {
        font-size: 14px;
        font-weight: 500;
    }

    .mob-nav-about .content p {
        font-size: 14px;
        font-weight: 500;
        color: rgb(0, 0, 0);
    }

    .mob-nav-contact .content p {
        font-size: 14px;
        font-weight: 500;
    }

    .navbar-nav .nav-item a {
        font-size: 15px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }

    #navbarSupportedContent {
        background-color: transparent;
        border-radius: 10px;
        -webkit-box-shadow: 3px 3px 10px 3px #525252;
        -moz-box-shadow: 3px 3px 10px 3px #525252;
        box-shadow: 3px 3px 10px 3px #525252;
        margin: 0px !important;
    }

    .about h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .team h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .navbar-toggler {
        color: white;
    }

    .overview {
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .overview-thumb .main {
        animation: none;
    }

    .overview h2 {
        font-size: 30px;
    }

    .overview-thumb .shape-1 {
        display: none;
    }

    .overview-thumb .shape-2 {
        display: none;
    }

    .overview-thumb .shape-3 {
        display: none;
    }

    .overview-thumb .main img {
        border-radius: 15px;
    }

    .bg-gray {
        padding: 0px;
    }

    .process .mob-margin {
        margin: 0px !important;
    }

    .bg-img {
        display: none;
    }

    .service {
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
    }

    .service-cart {
        margin-bottom: 50px;
    }

    .loan-calculator h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 20px 0px;
    }

    .testimonial h2 {
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }

    .footer p{
        font-size: 15px;
    }

    .footer .copyright a img{
        width: 60%;
    }

    .service .service-list .main-item {
        background: rgba(255, 255, 255, 0);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px;
        height: 360px;
    }

    .faq-widget h4{
        font-size: 16px !important;
    }

    .loan h2 {
        font-size: 36px;
        font-weight: 500;
        margin: 25px 0px;
    }

    .mobile-faq {
        display: block !important;
    }

    .desktop-faq {
        display: none;
    }

    .contact-form .info .c-heading .heading3 {
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
        text-transform: capitalize;
        margin-top: 12px;
    }

    .faq {
        padding: 88px 0;
        overflow: hidden;
        background-color: #f6f6ff;
    }

    .faq h2 {
        text-align: center;
        font-size: 30px;
    }

    .faq .card-holder {
        position: relative;
        z-index: 1;
        transform: translateX(-44px);
    }

    .faq-cta {
        margin-bottom: 22px !important;
    }

    .testimonial {
        padding: 60px 0;
        overflow: hidden;
        background-color: #f4f5f6;
    }


    .client-slider-2 .slick-next {
        right: 0px;
    }

    .client-slider-2 .slick-prev {
        left: 0px;
    }

    .client-slider-2 .slick-arrow {
        font-size: 22px;
        height: 50px;
        width: 50px;
        border: 1px solid #6a737c;
        border-radius: 50%;
        color: #6a737c;
        line-height: 50px;
        background-color: transparent;
        z-index: 1;
        top: 43%;
        transition: all 0.3s ease;
    }

    .single-client {
        text-align: center;
    }

    .client-slider-2 .single-client .client-info {
        display: block;

    }

    .footer .copyright a:first-child {
        margin-left: 0px;
    }

    .footer .social-button {
        margin-bottom: 20px;
    }

    .footer {
        padding: 70px 0px 60px 0px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        background-image: url(../image/bg-pattern.webp);
    }

    .about img {
        width: 100%;
    }

    .nav-item {
        padding: 0px 20px;
        margin: 10px;
    }

    .about .single-client {
        margin: 20px 10px;
    }

    .cta{
        padding: 56px 0px;
    }

    .cta .heading {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .cta .caption1 {
        font-size: 14px;
        line-height: 16px;
        margin: 15px 0px;
        text-align: center;
    }

    .cta .form-block {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        width: 100%;
        border-radius: 16px;
        padding: 15px 28px;
        gap: 20px;
    }

    .contact-form {
        padding: 30px 0px;
    }

    .contact-form .form-block {
        width: 100%;
    }


}

@media screen and (min-width:768px) {
    .bg-image {
        height: 90vh;
    }

    .about-image{
        height: 85vh;
    }

    .service-image{
        height: 90vh;
    }

    .contact-image{
        height: 90vh;
    }
}