/* ----------------------------------------------
/ 00.  Utility Classes
------------------------------------------------*/


/*-------- heading and Other Text Styles  */
.sec-en-heading {
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0px;
}
.sec-en-heading-white {

    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 15px;
}

.desc-text-2 {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

.script-en-heading {
    font-family: var(--script-font);
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media screen and (max-width:440px) {

      .sec-en-heading {
        font-size: 15px;
        margin-bottom: 6px;
        margin-top: 10px;
    }
    .sec-en-heading-white {
        font-size: 15px;
        margin-bottom: 10px;

    }
    .desc-text-2{
        font-size: 14px;
    }
    .script-en-heading {
        font-size: 35px;
    }
}



/*-------- Custom List Style 1 (Simple with checkicon)  */

/* .cst-list {
    margin: 0px;
    padding: 0px;
} */

.cst-list li {
    list-style: none;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.cst-list li i {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}

@media screen and (max-width:440px) {
    .cst-list li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
    }

}



/* ----------------------------------------------
/ 00.  All Cards Styles
------------------------------------------------*/


/*-------- Card Style 2 */

.card-2 h4 {
    font-size: 16px;
    font-weight: 600;
}

.card-2 .sm-tag {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    margin-top: 1px;
}


/*-------- Card Style 4 */
.card-4 h3 {
    font-size: 18px;
}


/*-------- Testimonial Card Style 1 */

.tst-card h4 {
    font-size: 16px;
    font-style: normal;
}

.tst-card p {
    font-size: 13px;
}


/* ----------------------------------------------
/ 00.  Full Width Banner Styles
------------------------------------------------*/

.fw-clr-3 h4 {
    color: #713600;
    position: relative;
    font-family: "razhaone-regular";
    font-size: 33px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 6px;
    margin-top: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #713600;
}

@media screen and (max-width:440px) {
    .fw-clr-3 h4 {
        font-size: 16px;
        line-height: normal;
    }

    /* .fw-clr-3 h3 {
        font-size: 22px;
        margin-top: 0px;
    } */

    
}







/* ----------------------------------------------
/ 00.  Contact us Section Style
------------------------------------------------*/

.contactUs h4 {
    font-size: 22px;
    margin-bottom: 18px;
    font-family: var(--primary-font);
}


@media screen and (max-width:440px) {
    .contactUs {
        padding-top: 1rem;
    }

    .contactUs h4 {
        font-size: 15px;
    }
    
}