/*header-page-css*/

.toplink-list li:hover a {
    /* background-color: #e7500f; */
    color: #fff !important;
}

.loan-heading {
    font-size: 13px;
    font-weight: 600;
    color: #121f71;
}

.list-unstyled-other li a {
    font-size: 16px;
    font-weight: 500;
}

.list-unstyled-other li {
    border-bottom: 1px solid rgb(236, 236, 236);
}

@media (max-width: 430px) {
    .cd-dropdown-wrapper {
        margin-top: 15px!important;
    }
} 

@media (max-width: 576px) {
    .shortcode {
        font-size: 24px!important;
        color: #fff;
        margin-bottom: .5rem!important;
    }
}


.quick-links-footer li{
    font-family: "SFPROTEXT-MEDIUM", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.quick-links-footer li a{
    font-family: "SFPROTEXT-MEDIUM", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}


@media (max-width: 540px) {
    .cd-dropdown-wrapper {
        margin-top: 17px!important;
    }
}
/*header-page-css*/


/*home-page-slider-css*/

.growth-image-slider {
    width: 350px;
    height: 450px;
}

.trust-image-slider {
    width: 400px;
    height: 348px;
}

.honoured-image-slider {
    width: 450px;
}

.putting-image-slider {
    width: 400px;
    height: 308px;
}

@media (max-width: 576px) {
    .growth-image-slider {
        height: 297px!important;
        width: 250px!important;
    }
    .trust-image-slider {
        width: 300px!important;
        height: 261px!important;
    }
    .honoured-image-slider {
        width: 250px!important;
        height: 297px!important;
    }
    .putting-image-slider {
    width: 350px;
    height: 269px;
}
}

.slide-div {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    /* Full screen height */
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/banner-bg.jpg');
}

.carousel-item {
    height: 100vh;
}

.carousel-inner,
.carousel,
#demo {
    height: 100vh;
}

.slider-text-home {
    font-family: "Spinnaker-Regular", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 34px;
    color: #FFFFFF;
}

.hoem-page-slider-heading {
    font-family: "Spinnaker-Regular", Sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 50px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .hoem-page-slider-heading {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }
}


/*home-page-slider-css*/


/*home-page-productr-css*/

.service-sction-four h4 {
    font-size: 22px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -.04em;
}

.homebox-col {
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.homebox-col:hover {
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 20px rgb(222, 32, 39, 0.2);
    background: #fff;
    border-radius: 8px;
    background: #e99f9f;
    /* optional */
}

.homebox-col:hover h4 {
    color: #fff;
}


.products-name {
    color: #121f71!important;
    font-family: "SFPROTEXT-MEDIUM", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 12px;
}

.product-list-unstyled li {
    color: #000;
}

.product-list-unstyled li i {
    left: 0;
    top: 4px;
    color: #ad2636;
}

.product-list-unstyled li {
    position: relative;
    padding-left: 25px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    font-family: "SFPROTEXT-MEDIUM", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-box {
    height: 400px;
    box-shadow: 0px 3px 15px 0px rgb(179 173 173 / 13%);
}


/* Wrapper and ticker base */

.ticker-wrapper {
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    /*border: 1px solid #ce2525;*/
    font-size: 14px;
    overflow: hidden;
}


/* Label (left side) */

.ticker-label {
    background-color: #121F71;
    padding: 0 15px;
    white-space: nowrap;
    height: 100%;
}


/* Ticker list container (right side) */

.ticker-news {
    background-color: #641020!important;
    height: 100%;
}


/* List styles */

.ticker-list {
    animation: ticker-scroll 60s linear infinite;
    list-style: none;
    display: flex;
    padding-left: 100%;
}

.ticker-list li {
    padding: 0 30px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-list li a {
    color: #fff;
    text-decoration: none;
}

.ticker-list li a:hover {
    text-decoration: underline;
}


/* Animation */

@keyframes ticker-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 767px) {
    .product-box-home-page {
        padding-top: 2rem;
    }
}


/*.product-box:hover {*/


/*    background-color: #121F71;*/


/*}*/

.product-box:hover img {
    filter: brightness(0) invert(1);
    /* white image effect */
    transition: filter 0.3s ease;
}

.product-box:hover li {
    color: #fff;
}

.product-box:hover {
    background-color: #121F71 !important;
}

.product-box:hover img {
    filter: brightness(0) invert(1);
    /* make image white on hover */
    transition: filter 0.3s ease;
}

.product-box:hover h3 {
    color: #fff!important;
}

@media (max-width: 1024px) {
    .products-name {
        font-size: 19px;
    }
    .product-list-unstyled li {
        font-size: 14px;
    }
    .product-box {
        height: 450px;
    }
    .cd-dropdown-wrapper {
        margin-top: -42px;
    }
}


/*home-page-productr-css*/


/*home-page-Online-Services*/

.custom-bg-section {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 80px 0px 80px 0px;
    background-image: url('../img/pattern1.png');
}

.service-box {
    position: relative;
    padding-bottom: .5rem;
    transition: box-shadow .3s, background .3s;
}

.service-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 94%;
    height: 1px;
    background: rgba(219, 219, 219, 0.5);
}

.service-box:hover {
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    background: #fff;
}

.service-box {
    position: relative;
    padding-bottom: .5rem;
    transition: box-shadow 0.3s, background 0.3s;
}

.service-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 94%;
    height: 1px;
    background: rgba(219, 219, 219, 0.5);
}

.service-box:hover {
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    background: #fff;
}

.online-services {
    font-size: 28px;
    font-weight: 700;
}

.custom-bg-section a h5 {
    font-size: 18px;
    letter-spacing: -.04em;
    line-height: 22px;
    font-weight: 600;
}

.gap-3 {
    gap: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 992px) {
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
}

.p-3 {
    padding: 1rem !important;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.custom-bg-section .col {
    margin-top: 1.5em;
}


/*home-page-Online-Services*/


/*home-page-about*/

.custom-section {
    background-color: #84142a;
    /* fallback if image not shown */
    background-image: url('../img/bg.png');
    background-size: 1921px 915px;
    background-repeat: no-repeat;
    background-position: top;
    padding: 50px 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.custom-img {
    border-radius: 0 0 105px 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    transition: border-radius 0.3s;
}

.custom-heading {
    font-size: 31px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}

.custom-section-section {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    margin-bottom: 0;
}


/*home-page-about*



/*home-page-mobile-banking*/

.mobile-heading {
    font-size: 28px;
    line-height: 32px;
    color: #84142a;
    font-weight: 700;
}

.news-heading {
    font-family: "Spinnaker-Regular", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #84142a;
}

.ticker-item {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}

.news-ticker {
    justify-content: flex-start;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    padding: 10px 0px 10px 15px;
    margin: 5px 0px 5px 0px;
}

.app-decription {
    font-size: 15px;
    font-weight: 600;
}


/*home-page-mobile-banking*/


/*inside page image nav css*/

@media only screen and (max-width: 575px) {
    .in-slide-box {
        padding-top: 146px!important;
    }
    .connected-heading {
        line-height: 45px!important;
    }
}

.shortcode {
    font-size: 36px;
    color: #fff;
}

.page-breadcrumb li a {
    color: #fff;
}

.page-breadcrumb li {
    color: #fff;
}

.about-text {
    font-size: 16px !important;
    font-weight: 400;
}


/*inside page image nav css*/