﻿:root {
    --headingcolor: #251B42;
    --whiteColor: #FFFFFF;
    --paraColor: #787E91;
    --offwhiteColor: #B4B6BD;
    --titleColor: #23314C;
    --blueColor: #3D61FF;
    --redicalColor: #FF2772;
    --orangeColor: #FC8600;
    --cyprusColor: #004540;
    --pn-bg: #ffffff;
    --pn-fg: #1f2937;
    --pn-border: #e5e7eb;
    --pn-hover-bg: #f3f4f6;
    --pn-focus: #3b82f6;
    --qp-bg: #ffffff;
    --qp-fg: #1f2937;
    --qp-border: #e5e7eb;
    --qp-bg-hover: #f3f4f6;
    --qp-active-bg: #111827;
    --qp-active-fg: #ffffff;
    --qp-focus: #3b82f6;
    --font-size: 16px;
    --transition: all ease .5s;
    --white-color: #ffffff;
    --primaryFont: "Inter", sans-serif;
    --secondaryFont: "Manrope", sans-serif;
    --headingFont: 'Inter', sans-serif;
    --bodyFont: 'Manrope', sans-serif;
    --paraColorTwo: rgba(35, 49, 76, 0.60);
}

.c-padding {
    padding: 80px 0;
}

body {
    font-size: 16px;
    font-family: var(--primaryFont);
    color: black;
    font-weight: 400;
    line-height: 26px;
}

.breadcrumb-wrap {
    background-color: #6d81fe0a;
    padding: 141px 0 69px 0;
}

.br-menu {
    margin-bottom: 4px;
}

.list-unstyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.br-menu li {
    display: inline-block;
    margin-right: 0px;
    padding-right: 23px;
    color: var(--paraColor);
    position: relative;
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

    .br-menu li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .br-menu li a {
        color: var(--paraColor);
    }

    .br-menu li:after {
        position: absolute;
        top: 6px;
        right: 4px;
        content: ">";
        font-size: 18px;
        line-height: 0.8;
        font-weight: 300;
        font-family: remixicon !important;
        color: var(--offwhiteColor);
        transform: rotate(3deg);
    }

.breadcrumb-wrap .br-title {
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.br-title {
    font-size: 42px;
    line-height: 52px;
}

nav {
    padding: 29px 0;
    padding: 38px 0;
    background-color: transparent;
    transition: var(--transition);
    z-index: 10;
}

.pb-100 {
    padding-bottom: 140px;
}

.footer-wrap.bg-clouds {
    background-color: var(--titleColor);
}

.pt-100 {
    padding-top: 140px;
}

.text-offwhite {
    color: var(--offwhiteColor);
}

.fs-16 {
    font-size: 16px;
}

.footer-wrap .footer-widget .menu {
    padding-left: 0;
}

.footer-wrap.style-one .menu li, .footer-wrap.style-one .contact-info li {
    color: #F6F7FC;
}

.footer-wrap .footer-widget .menu li {
    margin-bottom: 10px;
    list-style-type: none;
}

.footer-wrap.style-one .menu li a, .footer-wrap.style-one .contact-info li a {
    color: #F6F7FC;
}

.footer-wrap .footer-widget .menu li a {
    position: relative;
    font-size: 18px;
}

.footer-wrap.style-one .menu li a:after, .footer-wrap.style-one .contact-info li a:after {
    background-color: var(--redicalColor);
}

.footer-wrap .footer-widget .menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    transition: var(--transition);
}

.footer-wrap .footer-widget .menu li a:hover:after {
    width: 100%;
}

.footer-wrap.style-one .menu li a:hover, .footer-wrap.style-one .contact-info li a:hover {
    color: var(--redicalColor);
}

ul.dropdown-menuu {
    position: absolute;
    padding: 10px 25px;
    list-style: none;
    background: white;
    width: 200px;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    visibility: hidden;
}

li.nav-item.dropdown:hover ul.dropdown-menuu,
li.nav-item.dropdown:hover ul.dropdown-menuu a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

ul.dropdown-menuu a {
    display: block;
    font-size: 15px;
    padding: 13px 0;
    color: var(--titleColor);
    opacity: 0.8;
    position: relative;
    border-bottom: 1px solid rgba(167, 97, 248, 0.16);
    transition: var(--transition);
    width: 100%;
    transition: all 0.2s ease-in-out;
}

ul.dropdown-mennu a:hover {
    color: var(--blueColor);
}

    ul.dropdown-mennu a.active:after, ul.dropdown-mennu a:hover:after {
        visibility: visible;
        opacity: 1;
        height: 25px;
    }

ul.dropdown-mennu a.active:after {
    background-color: var(--blueColor);
}

ul.dropdown-mennu a:after {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    width: 3px;
    height: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

a {
    text-decoration: none;
}

.navbar .nav-item {
    display: inline-block;
    margin-right: 40px;
}

.footer-wrap.bg-clouds {
    background-color: var(--titleColor);
}

.smooth-shadow-sm {
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08) !important;
}

h2 {
    color: black;
}

.py-10 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paraColor);
}

.loan .icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
}

.owl-carousel h3 {
    font-size: 1.25re
}

    .owl-carousel h3 a {
        font-size: 1.25rem;
        color: black !important;
        text-decoration: none;
    }

.border-primary {
    border-color: #624bff !important;
}

.btn-link {
    color: #624bff;
    text-decoration: none !important;
}

.mb-8 {
    margin-bottom: 3.5rem !important;
}

button.owl-prev, button.owl-next {
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 10px #beafaf;
    border-radius: 50% !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
}

.btn {
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 1;
    font-weight: 400;
    padding: 20px 30px 20px;
    border-radius: 7px;
    z-index: 1;
    border: none;
    overflow: hidden;
    transition: var(--transition);
}

.login-btn button:before {
    background-color: var(--titleColor);
}

.btn:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    transition: var(--transition);
}

.btn:hover:before {
    height: 100%;
    color: white !important;
}

.btn.style-two {
    background-color: #6D81FE;
    color: var(--whiteColor);
}

    .btn.style-two:before {
        background-color: var(--titleColor);
    }

.btn:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    transition: var(--transition);
}

.btn:hover::before {
    height: 100%;
}

.loan .card:hover {
    border: 1px solid #624bff !important;
}

.loan .card {
    transition: 2s.5s;
}

.job .card {
    background: #6d81fe1f;
}

.job a {
    color: rgb(0 0 0);
    text-decoration: none;
}

.ctrd-icons i {
    color: #6d81fe;
}

.login-btn button {
    background-color: #6D81FE;
    color: var(--whiteColor) !important;
}

div#pills-tabContent {
    text-align: center;
}

ul#pills-tab {
    justify-content: center;
    margin-bottom: 50px;
}
.banking button:hover {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
p.text-main {
    color: black;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #6d81fe;
    border-radius: 0;
}

.nav-pills .nav-link {
    color: #6d81fe;
}

    .nav-pills .nav-link:last-child {
        border: none !important;
    }

.footer-widget.widget_nav_menu {
    text-align: center;
}

.navbar.fixed-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 15px 0 !important;
}

li.loan-box {
    background: #c3cbff;
    padding: 20px;
    border-radius: 8px;
    margin: 5px;
    align-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin-bottom: 20px;
}

    li.loan-box p {
        margin-bottom: 0;
        color: #000000;
        text-shadow: 0 0 2px black;
        font-size: 18px;
    }

.loan ul {
    margin-top: 30px;
}

li.loan-box:after {
    position: absolute;
    content: '';
    height: 112px;
    width: 100%;
    left: 0;
    top: 0;
    background: #6d81fe;
    z-index: -1;
    border-radius: 14px;
}
/* login  */
.sign-in {
    background: url(Images/Login-Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-content: center;
}

    .sign-in .form {
        background: url(Images/login-form-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        padding: 30px;
    }

    .sign-in .right-panel {
        background: #ffffff;
        border-radius: 10px;
        padding: 40px;
        width: fit-content;
    }

    .sign-in label {
        font-size: 12px;
        font-weight: 600;
    }

    .sign-in input {
        font-size: 12px;
        font-weight: 600;
        border-radius: 10px;
        border: 1px solid #12111136;
        padding: 5px 0 5px 10px;
    }

    .sign-in .login-btn, .sign-in .login-btn:hover {
        background: #121111;
        color: white;
        padding: 10px;
        width: 100% !important;
    }

    .sign-in form h2 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .sign-in form p, .sign-in form a {
        font-size: 12px;
        line-height: 26px;
        color: #000000;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
    }

    .sign-in form a {
        color: #7182f0;
        font-weight: 800;
    }
.btn-secondary, .bg-primary {
    background: #6d81fe !important;
}

.btn-primary {
    background: #6d81fe;
}

.banking .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #0a58ca;
    border-color: #0a58ca;
}
li.loan-box img {
    width: 40px;
    margin-bottom: 10px;
    filter: invert(49%) sepia(126%) saturate(1167%) hue-rotate(208deg) brightness(76%) contrast(94%);
}
img.icon-svg-1x {
    width: 50px;
    filter: invert(51%) sepia(92%) saturate(1167%) hue-rotate(202deg) brightness(101%) contrast(98%);
}
@media (min-width: 992px) {
    .border-start-lg {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .py-lg-16 {
        padding-bottom: 1.5rem !important;
        padding-top: 7.5rem !important;
    }
}

@media (min-width: 768px) {
    .px-md-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}
form {
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px #dac9c9;
    border-radius: 10px;
}
    form .btn {
        background-color: #6D81FE !important;
        color: var(--whiteColor) !important;
    
        }
    input::placeholder , textarea::placeholder{
        text-transform: capitalize;
    }
.single-contact-info {
    box-shadow: 0 0 10px #dbd0d0;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 20px;
    padding: 10px;
}
.info-icon img{
    width: 50px;
}
.body-content {
    min-height: 100vh;
}
html , body{
     min-height: 100vh;
}