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

:root {
    --primary-color: #129748;
    --highlight-color: #222222;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #6c757d;
    font-family: 'Montserrat', sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: "Nunito", sans-serif;
}

s html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
}

.top_links{
    width: 100%;
    height: auto;
    background: var(--secondary-color);
    padding: 5px 40px;
}
.top_links a{
    float: right;
}
.locate_us{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.locate_us i{
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 11px;
}

.desktop_logo {
    width: 100%;
    height: auto;
    /*background: linear-gradient(135deg, #1a7c3e 0%, #145f30 100%);*/
    background: var(--primary-color);
    padding: 0 40px;
}
.logo_box{
    position: relative;
}
.logo_box a::before{
    content: "";
    position: absolute;
    background-image: url(../../images/logo-bg.svg);
    right: -85px;
    width: 1300px;
    height: 150px;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
}
.logo_box a img{
    z-index: 99;
    position: relative;
}
.dl_logo {
    height: 85px;
    padding: 5px 0;
}

.logo_text_buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 90px !important;
}

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

.clb_btn {
    display: flex;
    gap: 20px;
    align-items: center;
}
.logo_h{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 700;
    text-align: center;
    line-height: inherit;
}
.logo_text{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}
.logo_text span{
    font-size: 14px;
    letter-spacing: 0.65px;
    color: #000000;
    font-weight: 600;
}
.bl_btn {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    padding: 10px 15px;
    background: #e67c04;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    gap: 10px;
    transition: all 0.3s ease-in;
}

.bl_btn i {
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease-in;
}

.bl_btn_c {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    background: transparent;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    gap: 10px;
    transition: all 0.3s ease-in;
}

.bl_btn_c i {
    width: 25px;
    height: 25px;
    background: #168543;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.bl_btn_c:hover {
    background: #e67c04;
    transition: all 0.3s ease-in;
}
.bl_btn_c:hover i{
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease-in;
}

/* header */
.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
    /* background: var(--primary-color); */
    background: #168543;
    /* background: linear-gradient(135deg, #1a7c3e 0%, #145f30 100%); */
    padding: 10px 40px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.v-center {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.header .item-left {
    flex: 0 0 18%;
}

.dvmh {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo a img {
    height: 45px;
    padding: 2.5px 0;
}

#inner_logo {
    width: 250px;
    padding: 5px;
}

.menu-main .nli {
    position: relative;
}

.nli {
    font-size: 12px;
    min-width: 26px;
    min-height: 26px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}

.header .item-center {
    flex: 0 0 80%;
    text-align: left;
}

.header .item-right {
    flex: 0 0 20%;
    display: flex;
    /* justify-content: flex-end; */
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin: 0 10px;
}

.header .menu>ul>li>a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0px;
    letter-spacing: 0.15px;
    color: #ffffff !important;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    /* left: 50%; */
    left: auto;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 70%;
    /* width: 100%; */
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 2.5px;
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0 15px;
    text-align: left;
}

.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1;
    padding: 20px 0 !important;
    text-align: center;
}

.list-item ul li a {
    line-height: 24px;
    padding: 5px 15px !important;
    margin: 2.5px 0;
    transition: all 0.3s ease-in;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover {
    background: transparent;
    color: var(--primary-color) !important;
    transition: all 0.3s ease-in;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/


@media(max-width: 1199px) {


    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .dvmh {
        display: block;
    }

    .logo {
        justify-content: space-between;
        padding-left: 0;
    }

    .nli {
        display: none;
    }

    .logo a img {
        padding: 0 !important;
    }

    .header .item-left,
    .header .item-right {
        flex: auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 45px;
        width: 45px;
        margin-right: 10px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 4px;
        background-color: #333333;
        width: 32px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -10px;
    }

    .header .mobile-menu-trigger span:after {
        top: 10px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
        text-align: left;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        font-weight: 500;
        font-size: 15px;
        display: block;
        color: #000000 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 0 !important;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

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

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

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

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        display: grid;
    }

}


.menu-main{
    padding: 0;
}
.menu{
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_form {
    display: inline-block;
    margin: 0;
    width: 100%;
    z-index: 999;
}

.pseudo-search {
    display: inline;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    padding: 10px 15px;
    padding-right: 5px;
    transition: background-color 0.5 ease-in-out;
}

.pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 200px;
}
.pseudo-search input::placeholder{
    color: rgba(255, 255, 255, 0.35);
}

.pseudo-search input:focus {
    outline: none;
}

.pseudo-search button {
    border: none;
    background: var(--secondary-color);
    cursor: pointer;
    color: var(--primary-color);
    width: 28px;
    height: 28px;
    border-radius: 100px;
}

.pseudo-search select {
    border: none;
}


/* navbar end  */


/* banner section  */

.banner {
    width: 100%;
    height: auto;
    padding: 100px 0;
    /* background: linear-gradient(rgba(240, 244, 248, 0.78), rgba(240, 244, 248, 0.78)),
        url('../../images/logo_banner.jpg'); */
    background: linear-gradient(rgba(240, 244, 248, 0.78), rgba(240, 244, 248, 0.78));
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

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

.banner_left_box {
    max-width: 600px;
}

.banner_sh {
    display: inline;
    background: var(--primary-color);
    padding: 10px 20px !important;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
}

.banner_h {
    padding-top: 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
}

.banner_p {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px !important;
    line-height: 30px;
}

.banner_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    letter-spacing: 0px;
    border-radius: 5px;
}

.brb_box {
    width: 100%;
    height: auto;
    padding: 25px;
    background: var(--primary-color);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(21, 161, 222, 0.35);
    max-width: 420px;
}

.brb_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: 0.15px;
    padding-bottom: 20px !important;
}

.brb_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.brbi_box {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}

.brbi_box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease-in;
}

.brbi_box img {
    width: 30px;
}

.brbi_h {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.15px;
    color: var(--text-color);
    padding-top: 15px !important;
}

.brb_sh {
    display: inline-block;
    background: var(--secondary-color);
    padding: 8px 15px !important;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    margin-top: 30px !important;
}

.brb_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    padding-top: 10px !important;
}

/* banner section  */

/* marquee section  */

.Marquee {
    background: var(--text-color);
    width: 95%;
    margin: auto;
    border-radius: 10px;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.Marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 30px;
    -webkit-animation: marquee 35s linear infinite running;
    -moz-animation: marquee 35s linear infinite running;
    -o-animation: marquee 35s linear infinite running;
    -ms-animation: marquee 35s linear infinite running;
    animation: marquee 35s linear infinite running;
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Marquee-tag span {
    font-family: "Mulish", sans-serif;
}

.Marquee-tag span strong {
    font-family: "Mulish", sans-serif;
}

.Marquee-tag:hover {
    /* -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); */
    cursor: pointer;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

/* marquee section  */

/* deposits section  */

.deposits {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(21, 161, 222, 0.08);
}

.heading_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
    padding-bottom: 10px !important;
}

.heading_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    line-height: inherit;
}

.heading_p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: var(--p-color);
    letter-spacing: 0.35px;
    font-weight: 400;
    padding-top: 10px !important;
}

.deposit_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: var(--secondary-color);
    border-radius: 10px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}

.deposit_box:hover {
    transform: translateY(-10px);
    background: rgba(21, 161, 222, 0.08);
    transition: all 0.3s ease-in;
}

.deposit_box img {
    width: 50px;
    height: 50px;
    background: rgba(21, 161, 222, 0.15);
    padding: 10px;
    border-radius: 12px;
}

.db_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 30px;
    font-size: 19px;
    padding-top: 15px !important;
}

.db_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.35px;
    padding-top: 6px !important;
}

.db_hp {
    display: inline-flex;
    background: rgba(21, 161, 222, 0.25);
    padding: 5px 15px !important;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: bold;
    align-items: center;
    gap: 5px;
    margin-top: 15px !important;
}

.db_hp i {
    font-size: 8px;
}

/* deposits section  */


.loans {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.loan_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: var(--secondary-color);
    border-radius: 10px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
    display: flex;
    gap: 10px;
}

.loan_box:hover {
    transform: translateY(-10px);
    background: rgba(21, 161, 222, 0.08);
    transition: all 0.3s ease-in;
}

.loan_box img {
    width: 55px;
    height: 55px;
    background: rgba(21, 161, 222, 0.15);
    padding: 5px;
    border-radius: 12px;
}

.lb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 30px;
    font-size: 19px;
}

.lb_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.loans_btn {
    background: none;
    padding: 0;
    border: none;
    color: var(--primary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    margin-top: 12px;
}

.loans_btn i {
    font-size: 12px;
    position: relative;
    top: 1.5px;
}

/* services section  */

.services {
    width: 100%;
    height: auto;
    padding: 80px 0;
    /*background: var(--primary-color);*/
    background: #111827;
}

.c_w {
    color: var(--secondary-color) !important;
}

.services_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #1c2a3a;
    border-radius: 10px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}

.services_box:hover {
    transform: translateY(-10px);
    /*background: rgba(255, 255, 255, 0.9);*/
    transition: all 0.3s ease-in;
}

.services_box img {
    width: 50px;
    height: 50px;
    /*background: rgba(255, 255, 255, 0.15);*/
    padding: 6px;
    border-radius: 12px;
}

.sb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 30px;
    letter-spacing: -0.35px;
    font-size: 18px;
    padding-top: 15px !important;
}

.sb_p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.15px;
    padding-top: 6px !important;
}

/* services section  */


/* why_us section  */

.why_choose_us {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.why_us_box {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.why_us_box:hover {
    background: rgba(21, 161, 222, 0.06);
}

.wub_nh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 21px;
}

.wub_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 19px;
}

.wub_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.15px;
    padding-top: 5px !important;
}

.why_c_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    /* background: var(--primary-color); */
    background: var(--primary-color);
}

.wcb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
}

.wcb_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 19px;
    padding-top: 10px !important;
}

.wcb_hp {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: bold;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

.wcb_cd {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 15px;
}

.wcb_cd i {
    color: var(--secondary-color);
}

.wcb_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: bold;
    letter-spacing: 0.15px;
}

/* why_us section  */

.chairman_message {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.cm_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: var(--secondary-color);
    margin-top: 40px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.cmb_h {
    display: flex;
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
    background: var(--primary-color);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.cmb_p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.35px;
    padding-top: 10px !important;
}

.cmb_sh {
    padding-top: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
    line-height: inherit;
}

.cmb_sp {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--p-color);
    font-weight: bold;
    letter-spacing: 0.15px;
    padding-top: 2.5px !important;
}

.cmb_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    letter-spacing: 0px;
    border-radius: 5px;
}

.join {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.join_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.join_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 40px;
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    letter-spacing: 0px;
    border-radius: 5px;
    border: 2px solid transparent;
}

.join_btn_c {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 40px;
    padding: 12px 25px;
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    letter-spacing: 0px;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

.join_btn_c:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

/* branches section  */

.branches {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.gallery {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.braches_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    border-radius: 10px;
    transform: translateY(0);
    transition: all 0.3s ease-in;
}

.braches_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in;
}

.bb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 19px;
}

.bb_p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--p-color);
    font-weight: bold;
    letter-spacing: 0.15px;
    padding-top: 2.5px !important;
}

.bb_btn {
    background: none;
    padding: 0;
    border: none;
    color: var(--primary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    margin-top: 12px;
}

.bb_btn i {
    font-size: 12px;
    position: relative;
    top: 1.5px;
}


/* branches section  */

/* footer section  */


.footer {
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-bottom: 40px;
    /* background: var(--primary-color); */
    background: #145f30;
    /*background: linear-gradient(135deg, #1a7c3e 0%, #145f30 100%);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.footer_p {
    font-family: 'Poppins', sans-serif;
    line-height: 29px;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: -0.1px;
    padding-top: 10px !important;
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15px;
    font-size: 21px;
    color: var(--secondary-color);
    padding-top: 25px !important;
}

.footer_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15px;
    font-size: 19px;
    color: var(--secondary-color);
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.footer_links {
    padding: 0;
    margin: 0;
}

.footer_links li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    padding-top: 10px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.footer_links li i {
    font-size: 12px;
}

.footer_c_p {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_c_p i {
    min-width: 25px;
    min-height: 25px;
    border-radius: 5px;
    background: var(--secondary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social {
    padding: 0;
    margin: 0;
}

.footer_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 12px;
    font-size: 18px;
    margin-top: 20px;
    transition: all 0.3s ease-in;
}

.footer_social li :hover {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.footer_copyrights {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    height: auto;
    margin-top: 25px;
}

.fc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    text-align: center;
    padding-top: 40px !important;
    letter-spacing: 0.35px;
}

.dgic_img {
    background: var(--secondary-color);
    padding: 5px;
    max-width: 9cqb;
    margin-top: 15px;
}


/* footer section  */


/* contact page  */

.contact_box {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.contact_d_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 25px 10px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: center;
}

.contact_box i {
    color: var(--primary-color);
    font-size: 26px;
}

.cdb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--text-color);
    font-size: 19px;
    padding-top: 12px !important;
}

.cdn_sp {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    text-align: center;
    padding-top: 10px !important;
}

.cdn_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.cdn_hp {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    background: rgba(21, 161, 222, 0.65);
    text-align: center;
    font-size: 15px;
    padding: 12px 0;
    letter-spacing: 0.35px;
    border-radius: 50px;
    margin-top: 10px !important;
}


.cf_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 25px 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.cfb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 23px;
    padding-bottom: 12px !important;
}

.form-group label {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--text-color);
}

.c_input {
    padding: 10px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--text-color);
}

.c_input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.cf_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px 30px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    letter-spacing: 0px;
    border-radius: 5px;
}

.ic_box {
    width: 100%;
    height: auto;
    padding: 15px;
    border-bottom: 1px solid rgba(21, 161, 222, 0.35);
}

.icb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
    padding-bottom: 2.5px !important;
}

.icb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--p-color);
}

.icb_sp {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0.35px;
    padding-top: 5px !important;
}

.icb_sp i {
    font-size: 15px;
}

.bb_none {
    border-bottom: none;
}

/* contact page  */


/* innerpages  */


.bredcum {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: url(../../images/bredcum.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 9 !important;
}

.bredcum_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
}

.bredcum_li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    margin: 0;
    gap: 6px;
    margin-top: 10px !important;
}

.bredcum_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0;
    font-size: 18px;
}

.bredcum_li li i {
    font-size: 15px;
}

.inner_pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.inner_images {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.quick_menu_box {
    border: 1px solid rgba(20, 95, 48, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.qmb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    background: var(--primary-color);
    padding: 20px !important;
    font-size: 19px;
    letter-spacing: 0.35px;
}

.quick_menu_li {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick_menu_li li {
    display: flex;
    align-items: center;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: var(--primary-color);
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 30px;
}

.quick_menu_li li a i {
    font-size: 14px;
}

.quick_menu_li li a {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.inner_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525960;
    font-size: 16px;
    letter-spacing: 0.35px;
    padding-top: 15px !important;
    display: flex;
    gap: 8px;
    line-height: 30px;
    align-items: baseline;
}

.inner_p i {
    display: flex;
    min-width: 15px;
    max-width: 15px;
}

.inner_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 19px;
    letter-spacing: 0.35px;
}

.inner_sp {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525960;
    font-size: 16px;
    letter-spacing: 0.35px;
    padding-top: 15px !important;
}

.inner_pages table tr td p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525960;
    font-size: 16px;
    line-height: 29px;
}

.inner_pages table tr td {
    padding: 10px;
}

.abt_heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.35px;
    font-size: 32px;
    line-height: inherit;
}
.abt_heading span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.35px;
    font-size: 32px;
}
.abt_p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525960;
    font-size: 16px;
    line-height: 29px;
    padding-top: 10px !important;
}

.years{
    width: 150px;
    height: auto;
    border: 5px solid var(--primary-color);
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 15px 5px;
    background: var(--secondary-color);
    right: 30px;
}
.years i{
    color: var(--primary-color);
    font-size: 30px;
}
.y_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.35px;
}
.y_p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #525960;
    font-size: 15px;
}



#search {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    padding: 5px;
}

.js-quick-search-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 100px;
    padding: 10px 15px;
    padding-right: 5px;
    background: transparent;
}


.js-quick-search-container input[type=text]#js-quick-search {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

.js-quick-search-container input[type=text]#js-quick-search:focus {
    outline: none;
}

.js-quick-search-container .js-quick-search-results {
    background: white;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    max-height: 375px;
    overflow-y: scroll;
}

.js-quick-search-results li {
    padding: 10px;
    font-size: 15px;
    text-align: left;
    list-style: none;
}

.js-quick-search-results li a {
    display: block;
    font-size: 15px !important;
}

#js-quick-search::-webkit-input-placeholder {
    display: inline-block;
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
    padding-right: .15em;
    white-space: nowrap;
}

#js-quick-search:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-160%);
    opacity: 0;
}

#js-quick-search.imitatefocus::-webkit-input-placeholder {
    -webkit-transform: translateY(-160%);
    opacity: 0;
}
#js-quick-search::placeholder{
    color: rgba(255, 255, 255, 0.7);
}