@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

body {
    font-family: sans-serif;
    color: #000;
}

.barlowFont {
    font-family: sans-serif;
}


/* General  */
.myBTN {
    background-color: #d6302a;
    border: none;
    color: #fff !important;
    padding: 7px 40px;
    min-width: 100px;
    border-radius: 25px;
    font-size: 13px;
    margin: 0 2px;
    text-transform: uppercase;
}

    .myBTN:hover,
    .myBTN:focus,
    .myBTN:active {
        background-color: #db5932f2;
        border-color: #db5932f2;
        color: #fff !important;
        cursor: pointer;
    }

.myBTN1 {
    background-color: #d6302a;
    border: none;
    color: #fff !important;
    padding: 10px 45px;
    min-width: 100px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 2px;
    text-transform: uppercase;
}

.myBTN2 {
    background-color: #d6302a;
    border: none;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 100px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 2px;
    text-transform: uppercase;
}

.myBTN1:hover {
    background-color: #db5932f2;
    border-color: #db5932f2;
    color: #fff !important;
    cursor: pointer;
}

.ttlMN {
    font-size: 40px;
    font-weight: 500;
    color: #d6302a;
}

.myBTNB {
    background-color: #d6302a;
    border: none;
    color: #fff !important;
    padding: 10px 10px;
    border-radius: 25px;
    font-size: 13px;
    margin: 0 2px;
    text-transform: uppercase;
}

    .myBTNB:hover,
    .myBTNB:focus,
    .myBTNB:active {
        background-color: #db5932f2;
        border-color: #db5932f2;
        color: #fff !important;
        cursor: pointer;
    }

.width100 {
    width: 100%;
}

/* Navbar */
.logo_main {
    height: 65px;
}

.mainHeader {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}

    .mainHeader.shadow {
        background-color: #fff;
        padding: 1px 0;
        box-shadow: 0px 2px 5px #ccc;
        margin-bottom: 5px;
    }

    .mainHeader .navbar {
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .mainHeader .navbar.bg-light {
            background-color: transparent;
        }

    .mainHeader .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 14px;
        margin: 0 12px;
        font-weight: 500;
        padding: 8px 7px;
    }

        .mainHeader .navbar-light .navbar-nav .nav-link.active {
            color: #d6302a;
        }

        .mainHeader .navbar-light .navbar-nav .nav-link:hover {
            color: #d6302a
        }

        .mainHeader .navbar-light .navbar-nav .nav-link.myBTN {
            color: #fff;
            padding: 8px 40px;
        }

.profileImg {
    margin-top: -10px;
    height: 38px;
    width: 38px;
    border-radius: 25px;
    box-shadow: 0px 0px 5px #c1c1c1;
}

/* Banner  */

.forsta {
    padding: 65px 0px;
}

.text {
    position: absolute;
    top: 24%;
    right: 26%;
    color: #fff;
}

.heading-text {
    font-size: 75px;
}

.paratext {
    font-size: 32px;
    font-weight: 500;
}



/* Cardbox  */
.cardboxmain {
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .cardboxmain .cardboxbg {
        background-color: #cda12c;
        padding: 35px 10px;
        margin-bottom: 35px;
        box-shadow: 4px 5px 10px #d3d3d3;
        border-radius: 8px;
    }

    .cardboxmain .cardboxbg1 {
        background-color: #5b86bd;
        padding: 35px 10px;
        margin-bottom: 35px;
        box-shadow: 4px 5px 10px #d3d3d3;
        border-radius: 8px;
    }

    .cardboxmain .card-icon {
        height: 30px;
        margin-bottom: 15px;
    }

    .cardboxmain .cardtxt {
        font-size: 24px;
        color: #ffffff;
    }

.latestnews {
    background: #d6302a;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0px 0;
}

.newscontent {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0px 0px 4px 4px;
}

/* Aboutus */
.aboutus {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .aboutus .ttlMN {
        font-size: 40px;
        font-weight: 500;
        color: #d6302a;
        text-align: center;
    }

    .aboutus.paraTxt {
        font-size: 18px;
        font-weight: 600;
        color: #2c2c2c;
    }

/* Whywe  */
.whywemain {
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ourprogram  */
.ourprogram {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ourheader {
    font-size: 40px;
    font-weight: 500;
    color: #d6302a;
}

.cardbg {
    box-shadow: 4px 5px 10px #d3d3d3;
}

.card-img-top {
    height: 240px;
}

/* ACHEIVEMENTS  */
.acheivementmain {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 20px;
}

    .acheivementmain .achehead {
        font-size: 34px;
        font-weight: 500;
        color: #d6302a;
    }

    .acheivementmain .achepara {
        font-size: 20px;
        font-weight: 400;
        color: #000;
    }

    .acheivementmain .achivecard {
        background-color: #cda12c;
        padding: 35px 10px;
        margin-bottom: 35px;
        box-shadow: 4px 5px 10px #d3d3d3;
        border-radius: 8px;
    }

    .acheivementmain .number-counter {
        color: #fff;
    }

    .acheivementmain .numberText {
        border-bottom: 1px solid #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .acheivementmain .titleBtm {
        color: #fff;
    }

    .acheivementmain .achivecard1 {
        background-color: #5b86bd;
        padding: 35px 10px;
        margin-bottom: 35px;
        box-shadow: 4px 5px 10px #d3d3d3;
        border-radius: 8px;
    }

.contactWrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .contactWrap .form-control {
        border-radius: 5px;
        border: 1px solid #c5c5c5;
        border-bottom: 1px solid #aba4a4;
        margin-bottom: 30px;
    }

    .contactWrap input.form-control {
        height: 60px;
    }

    .contactWrap .form-group {
        position: relative;
    }

    .contactWrap .help-block.text-danger {
        position: absolute;
        top: 100%;
        font-size: 12px;
        font-weight: 500;
    }

.heading {
    font-size: 34px;
    font-weight: 500;
    color: #d6302a;
}


.footerwrap {
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #f7f7f79c;
}

    .footerwrap .mainlogo {
        margin-bottom: 30px;
    }

    .footerwrap h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .footerwrap ul {
        list-style-type: none;
        padding: 0;
    }

        .footerwrap ul li {
            padding-top: 10px;
        }

        .footerwrap ul a {
            color: #000;
        }

.socialicons {
    margin-top: 25px;
}

    .socialicons a {
        margin-right: 10px;
        font-size: 16px;
        color: #000;
        border: 1px solid #000;
        border-radius: 30px;
        padding: 6px 9px;
    }

        .socialicons a.fb {
            padding: 6px 11px;
        }

        .socialicons a:hover {
            background-color: #d6302a;
            color: white;
            border-color: #d6302a;
        }

        .socialicons a i {
            transition: all linear .2s;
        }

        .socialicons a:hover i {
            transform: rotate(360deg);
        }


/* Login Page  */
.mainpart {
    background: linear-gradient(to right, rgba(0 0 0 / 60%), rgba(96 96 96 / 60%)), url("./image/bgH.jpg") no-repeat;
    width: 100%;
    height: 100vh;
    font-weight: 500;
}

.adminlogin {
    border-right: 2px solid #ffffff;
}

.admnhead {
    margin-top: 20px;
    margin-bottom: 20px;
}

.admnhead {
    font-size: 14px;
    color: #fff;
}

.adminbg {
    height: 180px;
    margin-right: 20px;
}


.mainbox {
    /* background: #8f8989;
    box-shadow: 0px 5px 20px #3e3e3e54;*/
    margin-top: 180px;
    padding: 50px 80px;
}

.baner-img {
    height: 100vh;
    width: 100%;
}

.main-form {
    margin: auto;
}

.pss {
    position: relative;
}

.pw-icon {
    position: absolute;
    right: 16px;
    bottom: 14%;
}

.forgotpass {
    float: right;
}

.formfield {
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}

.signinbtn {
    background-color: #d6302a;
    border: none;
    color: #fff;
    padding: 7px 40px;
    width: 100%;
    border-radius: 35px;
    font-size: 14px;
    margin: 7px 2px;
}

    .signinbtn:hover {
        background-color: #db5932f2;
        border-color: #db5932f2;
    }

/* Contact*/
.fphon {
    margin-right: 40px;
}

.contacthead {
    color: #005499;
}

.num1 {
    margin-top: 90px;
}

.nump {
    padding: 30px 15px;
    border: 1px solid #f5f5f5f5;
    box-shadow: 1px 2px 5px #ccc;
}

    .nump:hover {
        background-color: #db5932f2;
    }

    .nump a:hover {
        color: #fff;
    }

.btnbg {
    float: right;
}

.userprofile {
    margin-top: 50px;
}

.shadow-sm {
    box-shadow: none !important;
}
