/*
    =======================
    Button
    =======================
*/
.btnWhite {
    background-color: #fff;
    clip-path: polygon(0% 0, 93% 0, 100% 28%, 100% 98%, 100% 100%, 0% 100%, 0 78%, 0 21%);
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: var(--ctm-text-dark) !important;
}

.btnWhite i {
    padding-left: 5px;
}

.btnWhite:hover {
    background-color: var(--ctm-secondary) !important
}

.btnSecondary {
    background-color: var(--ctm-secondary);
    clip-path: polygon(0% 0, 93% 0, 100% 28%, 100% 98%, 100% 100%, 0% 100%, 0 78%, 0 21%);
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: var(--ctm-text-dark) !important;
}

.btnSecondary i {
    padding-left: 5px;
}

.btnSecondary:hover {
    background-color: var(--ctm-secondary) !important
}

.btnStyle1 {
    background-color: #EDEDED;
    clip-path: polygon(0% 0, 93% 0, 100% 28%, 100% 98%, 100% 100%, 0% 100%, 0 78%, 0 21%);
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    color: var(--ctm-text-dark) !important;
    font-size: 15px;
}

.btnStyle1 i {
    padding-left: 5px;
}

.btnStyle1:hover {
    background-color: var(--ctm-secondary) !important
}

.btnPrimary {
    background-color: var(--ctm-primary);
    clip-path: polygon(0% 0, 93% 0, 100% 28%, 100% 98%, 100% 100%, 0% 100%, 0 78%, 0 21%);
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: var(--ctm-text-white) !important;
    border: none;
}

.btnPrimary i {
    padding-left: 5px;
}

.btnPrimary:hover {
    background-color: var(--ctm-primary) !important
}


/*
    =======================
    Header
    =======================
*/
.headerBg {
    background-image: url('../../images/header-bg-pattern.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    height: 100%;

    ul {
        display: flex;
        flex-direction: row;
        gap: 40px;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;

        li {
            list-style: none;
            font-size: 1rem;

            a {
                text-decoration: none;
                color: var(--ctm-text-white);
                text-transform: uppercase;
                font-size: 15px;
            }

            a.active,
            a:hover {
                color: var(--ctm-text-secondary);

            }
        }

        li.white-header-btn {
            a {
                background: var(--ctm-bg-white);
                color: #000;
                padding: 8px 20px;
                border-radius: 20px;
            }
        }
    }
}

/* ================= */
.pattern2 {
    background-image: url('../../images/pattern-2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* ================= */
.pattern3 {
    background-image: url('../../images/pattern3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


/* ================= */
.pattern4 {
    background-image: url('../../images/pattern3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
}

/* ================= */
.howItWorkBox {
    background: #234842;
    padding: 2.3rem;
    border-radius: 1.5rem;
    color: #fff;
}

/* ================= */
.benefitBox {
    border: 2px solid #B7D1CD;
    padding: 5rem 2.3rem;
    height: 100%;
}

.benefitImpBox {
    background: #F8FBED;
}

/* ================= */
.clientStoryBox {
    padding: 2rem 5rem;
}

.clientStoryBox h2 {
    padding-bottom: 3rem;
}

.clientStoryBox p {
    padding-left: 1rem;
}

/* ================= */
.benifitsConceptsWrapper {
    padding: 10% 0px 50px 0px;
}

.benifitsConceptsBox {
    background: #fff;
    border: 1px solid #B7D1CD;
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

/* ================= */
.letsConnect {
    margin-top: 150px;
    margin-bottom: -100px;
    z-index: 1;
    background-color: #F5F2F0;
}

.letsConnectForm {
    padding: 50px 50px 10px 50px;
    flex-grow: 1;
}

.letsConnectForm input[type="text"],
.letsConnectForm textarea {
    border: 1px solid #C8C8C8;
    background-color: #F5F2F0;
    border-radius: 0;
    padding: 11px 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

/* ================= */
.footer {
    padding-top: 200px;
}

.copyrightText {
    color: #6E9892;
}



/* io */

.cup-img-postion {
    width: 100% !important;
    object-fit: contain;
    object-position: bottom;
}

.quote-icon {
    position: relative;
}

.quote-icon span {
    z-index: 10;
    position: relative;
}

.quote-icon::before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../../images/quote.svg);
    position: absolute;
    z-index: 0;
    left: -34px;
    top: -30px;
    background-repeat: no-repeat;
}



#pageBanner {
    padding: 7rem 0 6rem 0;


    h1 {
        padding-top: 2rem;
    }
}


#atp {
    display: block;
    position: relative;
    z-index: 10;


    h2 {
        color: var(--ctm-text-primary);
    }


    .row {
        padding: 30px 15px 0 15px;


        .col-lg-3 {
            padding: 0;
        }
    }


    .atp-col {
        display: flex;
        flex-direction: column;
        font-family: "Manrope", serif;
        gap: 20px;
        min-height: 450px;
        height: auto;
        justify-content: center;
        box-sizing: border-box;
        padding: 1.75rem;


        h3 {
            font-family: "Manrope", serif;
            min-height: 63px;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

        p {
            margin: 0;
            padding: 0;
        }


    }

}



#feature {
    display: block;
    position: relative;
    background: #F5F9F9;
    padding-top: 380px;
    z-index: 1;

    h2 {
        color: var(--ctm-text-primary);
    }


    .row {
        padding-top: 70px;
    }


    .feature-col {
        min-height: 480px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 1px solid #B7D1CD;
        background: var(--ctm-bg-white);
        height: auto;
        justify-content: center;
        padding: 2.5rem;
        box-sizing: border-box;
        margin-bottom: 2rem;


        img {
            width: 100px;
            height: 100px;
        }



        h3 {
            font-family: "Manrope", serif;
            line-height: 30px;
            margin: 0;
            padding: 0;
            font-size: 22px;
            color: var(--ctm-text-primary);
            margin: 0;
            padding: 0;
        }


        p {
            color: #455452;
            margin: 0;
            padding: 0;
        }



    }


}


#pct {
    display: block;
    position: relative;
    z-index: 10;
    padding: 100px 0 20px 0;


    h2 {
        color: var(--ctm-text-primary);
    }


    small{
        letter-spacing: 0.75px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 0 2px;
    }


    .row {
        padding: 30px 15px 0 15px;


        .col-lg-3 {
            padding: 0;
        }
    }


    .pct-col {
        display: flex;
        flex-direction: column;
        font-family: "Manrope", serif;
        gap: 20px;
        min-height: 450px;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 8rem 1.5rem;
        max-height: 450px;


        h3 {
            font-family: "Manrope", serif;
            min-height: 45px;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

        p {
            margin: 0;
            padding: 0;
        }


    }

}


#testiominals{

    .row {
        padding: 0 15px;


        .col-lg-4, .col-lg-8 {
            padding: 0;
        }
    }


    h6{
        padding-bottom: 3.5rem;
    }

}


#stic {
    display: block;
    position: relative;
    z-index: 10;
    padding: 100px 0 20px 0;


    h2 {
        color: var(--ctm-text-primary);
    }


    small{
        letter-spacing: 0.75px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 0 2px;
    }


    .row {
        padding: 30px 15px 0 15px;


        .col-lg-3 {
            padding: 0;
        }
    }


    .stic-col {
        display: flex;
        flex-direction: column;
        font-family: "Manrope", serif;
        gap: 20px;
        min-height: 450px;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 8rem 1.5rem;
        max-height: 450px;


        h3 {
            font-family: "Manrope", serif;
            min-height: 45px;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

        p {
            margin: 0;
            padding: 0;
        }


    }

}


#keym {
    display: block;
    position: relative;

    h2 {
        color: var(--ctm-text-primary);
    }


    h6{
        font-family: "Manrope", serif;
        line-height: 44px;
        padding: 2rem 0 0 0;
    }


    .row {
        padding-top: 70px;
    }


    .keym-col {
        min-height: 480px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 1px solid #B7D1CD;
        background: var(--ctm-bg-white);
        height: auto;
        justify-content: center;
        padding: 2.5rem;
        box-sizing: border-box;
        margin-bottom: 2rem;


        img {
            width: 100px;
            height: 100px;
        }



        h3 {
            font-family: "Manrope", serif;
            line-height: 30px;
            margin: 0;
            padding: 0;
            font-size: 22px;
            color: var(--ctm-text-primary);
            margin: 0;
            padding: 0;
        }


        p {
            color: #455452;
            margin: 0;
            padding: 0;
        }






    }


}


.mobile-navigation{
    display: none;
}


#staticBackdrop{


    .modal-content{
        background: #F5F2F0;
        border-radius: 0;
    }


    .modal-body{
        padding: 0;
        position: relative;
        border-radius: 0;


        .close-btn{
            display: flex;
            width: 40px;
            height: 40px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border:none;
            background: transparent;
            position: absolute;
            right: 30px;
            top:10px;
            z-index: 99;
        }
    }


    .modal-dialog{
        max-width: 1300px;
        border-radius: 0;
    }
}



.fixheader {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #1c3f3a;
    padding: 16px 0px !important;
}
.fixheader img {
  height: 38px;
}
body.bnormal {
  overflow: visible !important;
  padding: 0px;
}#cash-sec-1 {
    display: block;
    position: relative;
    z-index: 10;
    padding: 100px 0 20px 0;


    h2 {
        color: var(--ctm-text-primary);
    }


    small{
        letter-spacing: 0.75px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 0 2px;
    }


    .row {
        padding: 30px 15px 0 15px;


        .col-lg-3 {
            padding: 0;
        }
    }


    .cash-sec-1-col {
        display: flex;
        flex-direction: column;
        font-family: "Manrope", serif;
        gap: 20px;
        min-height: 450px;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 8rem 1.5rem;
        max-height: 450px;


        h3 {
            font-family: "Manrope", serif;
            min-height: 45px;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

        p {
            margin: 0;
            padding: 0;
        }


    }

}


#cash-sec-2 {
    display: block;
    position: relative;
    padding-top: 100px;

    h2 {
        color: var(--ctm-text-primary);
    }


    small{
        letter-spacing: 0.75px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 15px 0px;
    }


    h6{
        font-family: "Manrope", serif;
        line-height: 44px;
        padding: 2rem 0 0 0;
    }


    .row {
        padding-top: 70px;
    }


    .cash-sec-2-col {
        min-height: 480px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 1px solid #B7D1CD;
        background: var(--ctm-bg-white);
        height: auto;
        justify-content: center;
        padding: 2.5rem;
        box-sizing: border-box;
        margin-bottom: 2rem;


        img {
            width: 100px;
            height: 100px;
        }



        h3 {
            font-family: "Manrope", serif;
            line-height: 30px;
            margin: 0;
            padding: 0;
            font-size: 22px;
            color: var(--ctm-text-primary);
            margin: 0;
            padding: 0;
        }


        p {
            color: #455452;
            margin: 0;
            padding: 0;
        }






    }


}


#disbursement-sec-1 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 100px 0 0 0;

    h2 {
        color: var(--ctm-text-primary);
    }


    small{
        letter-spacing: 0.75px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px 0 15px 0px;
        display: flex;
    }


    .row{
        padding-top: 20px;
    }



    .disbursement-sec-1-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: var(--ctm-bg-white);
        height: auto;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 2rem;


        h3 {
            font-family: "Manrope", serif;
            line-height: 30px;
            margin: 0;
            padding: 0;
            font-size: 22px;
            color: var(--ctm-text-primary);
            margin: 0;
            padding: 0;
        }


        p {
            color: #455452;
            margin: 0;
            padding: 0;
        }






    }


}


 
