:root {
    --themecolor: #0e1821;
    --secondcolor: #031f4b;
    --black: #0f0f10;
    --boxcolor: #f4f6f9;
    --text: #555;
    --othercolor: #FDAC00;
    --maincolor: #AA0000;
    --heading: 'Nunito', sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: #222;
    /* user-select: none; */
    overflow-x: hidden !important;
    position: relative;
    font-family: 'Rubik', sans-serif;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.list-group-item {
    position: relative;
    padding: 0px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}


/* footer css  start*/

.upperfooterpart {
    background-color: #f6f3eb;
    padding: 60px 20px;
}

.upperfooterpart h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--maincolor);
    text-transform: uppercase;
}

.upperfooterpart h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 5px 0px;
    color: var(--themecolor);
    text-transform: uppercase;
}

.upperfooterpart button {
    background-color: var(--othercolor);
    color: var(--themecolor);
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 12px;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.upperfooterpart .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footercopyright {
    background-color: var(--othercolor);
    text-align: center;
    padding: 25px 20px;
    font-size: 15px;
    font-weight: 500;
}

.footer {
    background-color: var(--maincolor);
    position: relative;
    color: #fff;
}

.footerMenuSection {
    padding: 60px 0px;
    position: relative;
    /* border-top: 1px solid #DBDBDB;; */
}

.innerfooter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    font-family: var(--heading);
    text-transform: uppercase;
    padding-bottom: 15px;
}

.innerfooter h4:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}

.innerfooter h4:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}

.innerfooter p {
    color: #fff;
}

.innerfooter li {
    margin-bottom: 12px !important;
}

.innerfooter a {
    color: #fff;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    transition: 0.8s all ease-in-out;
}

.innerfooter a:hover {
    color: #fff;
}

.innerfooter h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--othercolor);
    font-family: var(--heading);
    margin-top: 15px;
    margin-bottom: 15px;
}

.footercopyright span {
    font-weight: 600;
    font-size: 14px;
    color: var(--maincolor);
}

.footercopyright img {
    width: 340px;
    margin-top: 15px;
}

.footerMenuSection .row {
    justify-content: space-between;
    z-index: 999999;
}

.tollfreeTop {
    display: flex;
    margin-top: 25px;
    /* justify-content: end;/ */
}

.tollfreeTop li {
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: var(--themecolor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
}

.tollfreeTop li a {
    font-size: 20px;
    color: var(--themecolor);
}

.linkdivi li a i {
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
    margin-top: 5px;
}

.innerfootercontact p {
    margin-bottom: 12px;
}


/* bruad cumb css start */

.braudcumb {
    background: linear-gradient(180deg, #020101 0%, #7c0000 100%);
}

.overlaybrud {
    padding: 40px 20px;
    background: rgb(30 11 11 / 56%)
}

.braudcumb h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    font-family: var(--heading);
}

.braudcumb p {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0px 12px;
    color: #fff;
}

.braudcumb ul {
    background: rgba(11, 18, 30, .6);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    color: var(--othercolor);
}

.middlelistbreaker {
    margin: 0px 15px 0px 15px !important;
}

.overlaybrud .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


/* about css start */

.processSection {
    padding: 40px 20px 0px;
}

.processSection img {
    width: 100%;
}

.mainAboutSection {
    padding: 60px 20px;
}

.mainAboutSection h3 {
    font-size: 18px;
    color: var(--maincolor);
    font-weight: 900;
    font-family: var(--heading);
}

.mainAboutSection h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading);
    color: #3d4144;
    margin-top: 5px;
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.mainAboutSection h1:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: var(--themecolor);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}

.mainAboutSection h1:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: var(--maincolor);
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}

.mainAboutSection p {
    margin-top: 15px;
}

.aboutMainImg img {
    width: 100%;
    height: 100%;
}

.aboutMainImg {
    background-image: url('../images/about1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px 20px;
    border-radius: 8px;
}

.staticSection {
    padding: 0px 20px;
}

.innerStateDiv {
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed var(--maincolor);
    text-align: center;
    margin-bottom: 20px;
}

.innerStateDiv h3 {
    font-size: 22px;
    font-weight: 800;
}

.innerStateDiv p {
    font-size: 13px;
    color: #3d4144;
    font-weight: 500;
    text-transform: uppercase;
}

.innerStateDiv img {
    width: 80px;
    margin-bottom: 15px;
}

.statebox1 {
    background-color: #ac1e1c0b;
}

.statebox2 {
    background-color: #00800014;
}

.statebox3 {
    background-color: #0000ff0b;
}

.statebox4 {
    background-color: #ffa6000e;
}

.whychooseusSection {
    margin-top: 35px;
    padding: 60px 20px 40px;
    background-color: var(--boxcolor);
}

.SectionHeaderDiv h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--heading);
    text-align: center;
    color: var(--maincolor);
}

.SectionHeaderDiv p {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.SectionHeaderDiv {
    text-align: center;
    margin-bottom: 25px;
}

.SectionHeaderDiv img {
    width: 80px;
}

.innerwhyDivChoose img {
    width: 100%;
}

.innerwhyDivChoose {
    margin-bottom: 20px;
}

.innerTextDivChoose {
    background-color: #fff;
    padding: 15px 10px;
    border-top: 3px solid var(--maincolor);
}

.innerTextDivChoose h2 {
    font-size: 14px;
    font-weight: 700;
    color: var(--themecolor);
    font-family: var(--heading);
    text-transform: uppercase;
}

.missionimg img {
    width: 100%;
    border-radius: 8px;
}

.missiontextDiv p {
    margin-top: 5px !important;
}

.missionvisionSectionMain {
    padding: 60px 20px 40px;
}

.missiontextDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.missionvisionSectionMain .row {
    justify-content: center;
}


/* facility page css start */

.facilitesSection {
    margin-top: 0px !important;
}

.facilitesSection h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0px;
    color: var(--maincolor);
}

.facilitesSection .innerTextDivChoose {
    background-color: transparent;
}


/* center zone css start */

.innerCenterZoneDiv {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px dashed #ddd;
}

.centerzoneContainer {
    padding: 60px 10px 40px;
}

.innerCenterZoneDiv h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--themecolor);
}

.innerCenterZoneDiv h4 {
    background-color: var(--themecolor);
    padding: 10px;
    color: #fff;
    font-size: 15px;
    margin: 10px 0px 15px;
    font-weight: 500;
}

.innerCenterZoneDiv p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    margin-bottom: 10px;
}

.innerCenterZoneDiv p:last-child {
    margin-bottom: 0px;
}

.innerCenterZoneDiv i {
    font-size: 12px;
    margin-right: 8px;
}


/* course page css start */

.ourCourseContainer {
    padding: 60px 20px 40px;
}

.innerSubCourseDiv {
    margin-bottom: 20px;
}

.innerSubCourseDiv img {
    width: 100%;
    height: 230px;
}

.innerSubTextdiv {
    background-color: #f7f5f2;
    padding: 20px;
    border-top: 5px solid var(--maincolor);
}

.innerSubTextdiv h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.innerSubTextdiv h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}

.innerSubTextdiv h6 i {
    color: var(--maincolor);
    margin-right: 8px;
}

.innerSubTextdiv p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.innerSubCourseDiv button {
    background-color: var(--themecolor);
    color: #fff;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.courseDetailsupperSection {
    background-color: #f5f9fa;
    padding: 50px 20px;
    position: relative;
}

.courseDetailsupperSection li {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px !important;
}

.courseDetailsupperSection li:last-child {
    color: var(--maincolor);
}

.courseDetailsupperSection h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    text-transform: uppercase;
}

.courseDetailsupperSection h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0px;
    color: var(--maincolor);
}

.courseDetailsupperSection p i {
    color: var(--othercolor);
}

.courseDetailsMainSection {
    padding: 60px 20px;
}

.courseDetailsDivText {
    padding: 0px 20px;
}

.courseDetailsDivText h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--maincolor);
}

.courseDetailsDivText p {
    font-size: 15px;
    font-weight: 400;
}

.courseDetailsDivText .syllabuslist {
    margin-bottom: 10px;
    font-size: 15px;
}

.courseDetailsDivText .syllabuslist li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.courseDetailsDivText .syllabuslist li i {
    font-size: 12px;
    color: var(--maincolor);
    margin-right: 5px;
}

.courseDetailsDivText img {
    width: 100%;
}

.courseDetailsDivText .tollfreeTop li {
    background-color: var(--themecolor);
}

.courseDetailsDivText .tollfreeTop li a {
    color: #fff;
    font-size: 15px;
}

.courseDetailsDivText .tollfreeTop {
    margin-top: 15px;
}

.innerOtherCourseInfo {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    margin-bottom: 30px;
    padding: 15px;
}

.innerOtherCourseInfo img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.innerOtherCourseInfo h2 {
    font-size: 14px;
    font-weight: 800;
    margin: 10px;
    color: var(--maincolor);
    text-transform: uppercase;
}

.mainInfoCourse p {
    display: flex;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

.mainInfoCourse p:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.mainInfoCourse p span:first-child {
    width: 30%;
}

.mainInfoCourse p span:last-child {
    width: 70%;
    font-weight: 500;
}

.relatedCourseHead {
    margin-bottom: 35px;
}

.relatedCourseHead h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}


/* check result page css */

.mainContainerDiv {
    padding: 80px 20px;
    /* background-color: #f5f9fa; */
}

.mainContainerDiv .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainerDiv .innerFormDivCheck label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.innerFormDivCheck input,
.innerFormDivCheck select {
    margin-bottom: 20px;
    background-color: #f8f7fa;
    border: 1px solid rgba(241, 238, 246, .5);
    color: #686a6f;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    padding: 14px 20px;
    border: 1px solid #ddd;
}

.innerFormDivCheck button {
    background-color: var(--themecolor);
    color: #fff;
    padding: 14px 25px;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.innerFormDivCheck h2 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerFormDivCheck p {
    font-size: 14px;
    color: var(--maincolor);
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 20px;
}


/* index page css */

.courseOfferSectioncontainer {
    background-image: url('../images/banner-img.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.innercourseofferDiv {
    color: #fff;
    padding: 80px 20px;
    background-color: #110e19de;
}

.innercourseofferDiv .container {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.innercourseofferDiv h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--othercolor);
    text-transform: uppercase;
}

.innercourseofferDiv h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0px 15px;
    line-height: 38px;
}

.innercourseofferDiv button {
    background-color: var(--othercolor);
    color: var(--themecolor);
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 12px;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.homestaticsSection {
    padding: 50px 20px 30px;
}

.homecourseSection .relatedCourseHead {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutHomeContainer {
    padding: 40px 20px;
}

.innerAboutHomeimg img {
    width: 100%;
    border: 5px solid #fff;
}

.innerAboutHometext h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading);
    color: #3d4144;
    position: relative;
}

.innerAboutHometext h2 {
    font-size: 18px;
    color: var(--maincolor);
    font-weight: 900;
    margin: 5px 0px 10px;
    font-family: var(--heading);
}

.innerAboutHometext button {
    background-color: var(--secondcolor);
    color: #fff;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.dflexdiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutHomeContainer .row {
    justify-content: space-around;
}

.innerwhyimg img {
    width: 100%;
}

.innerwhytext h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading);
    color: var(--maincolor);
    text-transform: uppercase;
}

.innerwhytext h2 {
    font-size: 22px;
    margin: 5px 0px;
    font-weight: 800;
}

.innerwhytext p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
}

.innerwhytext li {
    font-size: 15px;
    display: flex;
    margin-bottom: 10px;
}

.innerwhytext li i {
    font-size: 12px;
    margin-right: 5px;
}

.whychooseusSectionHome .row {
    justify-content: space-evenly;
}

.whychooseusSectionHome {
    padding: 0px 20px 60px;
}

.buttonOptionHeader button {
    background: transparent;
    border: 2px solid #222;
    padding: 10px 15px;
    border-radius: 50px;
}


/* contact page css */

.contactContainerMain {
    padding: 50px 0px;
    background-image: url(../images/half.png);
    background-repeat: no-repeat;
    background-position: left;
}

.formSectionContact,
.contactSection {
    padding: 20px;
}

.contactContainerMain h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--maincolor);
}

.formSectionContact h1 {
    font-size: 22px;
    margin: 5px 0px 25px;
    font-weight: 800;
}

.formSectionContact input,
.formSectionContact textarea {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #333;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 20px;
}

.formSectionContact button {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    padding: 17px 26px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 7px;
    text-transform: uppercase;
}

.contactSection p {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 25px;
}

.contactContainerMain h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--maincolor);
}

.contactSection h2 {
    font-size: 38px;
    font-weight: 800;
    margin: 10px 0px;
}

.contactSection ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contactSection ul li i {
    color: #fff;
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-color: var(--maincolor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactSection ul h6 {
    font-size: 14px;
    font-weight: 500;
    width:80%;
    color: #222;
}

.contactSection ul h6 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.formSectionContact textarea {
    height: 100px;
}


/* login page  */

.thankuUpContainer {
    background-image: url('../images/braud.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.overlaythanku {
    height: 100%;
    background-color: #222222db;
}

.overlaythanku .container {
    display: flex;
    height: 100%;
    align-items: center;
    /* justify-content: center; */
}

.inneroverlayDiv {
    /* background-color: rgba(255, 255, 255, 0.2); */
    padding: 40px 20px;
    background-color: #fff;
    /* border: 2px solid #fff; */
    /* backdrop-filter: blur(15px); */
}

.inneroverlayDiv h1 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
    color: var(--secondcolor);
    text-transform: uppercase;
}

.inneroverlayDiv h4 {
    font-size: 16px;
    margin-top: 25px;
    color: var(--secondcolor);
    font-weight: 800;
}

.inneroverlayDiv p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
}

.inneroverlayDiv img {
    width: 110px;
    margin-bottom: 25px;
}

.thankuUpContainer button {
    border: 2px solid var(--themecolor);
    color: #fff;
    background-color: var(--themecolor);
    padding: 8px 20px;
    font-size: 12px;
    width: 120px;
    font-weight: 600;
    text-transform: uppercase;
}

.thankuUpContainer button i {
    margin-right: 5px;
}

.inneroverlayDiv label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.inneroverlayDiv input {
    padding: 14px 30px;
    border-radius: 0px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #ddd;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 20px;
}

.inneroverlayDiv a {
    font-size: 14px;
    color: var(--maincolor);
    font-weight: 500;
}

#errorspan,
.errormessgepara {
    color: var(--maincolor);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.centerlogindiv {
    display: flex;
    align-items: center;
}

.centerlogindiv input {
    margin: 0px 5px 5px 0px;
    width: auto !important;
}

.submitdeatilsverification {
    border: 0px;
    color: #fff !important;
    width: 100%;
    background-color: var(--black) !important;
}

.verificationdiv .container {
    display: block;
}

.verificationdiv .row {
    justify-content: center !important;
}

.studentimgSec img {
    width: 100%;
}

.studentDetails ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.studentDetails ul li span {
    font-weight: 600;
}

.studentDetails {
    margin-left: 25px;
}

.marks_status .row {
    justify-content: space-between !important;
}


/* news css start */

.newsSectionPage {
    padding: 40px 20px;
    background-color: var(--boxcolor);
}


/* .innerNewsection {
    padding: 20px 0px;
} */

.innerNewsOtherSection {
    padding: 20px;
}

.innerNewsOtherSection h2 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    color: var(--maincolor);
    margin: 0 0 20px;
    padding-bottom: 8px;
    position: relative;
}

.innerNewsOtherSection h2:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 60px;
    left: 0;
    bottom: 0;
    background-color: var(--secondcolor);
}

.callSectionNews {
    background: #f6f3eb !important;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 0px;
    color: #222;
    border: 1px solid rgba(18, 19, 27, 0.619) !important;
}

.mailsectionNews {
    background-color: #0fb2741c;
}

.callSectionNews h4 {
    font-size: 15px;
    font-weight: 600;
}

.callSectionNews p {
    font-size: 14px;
    margin-top: 5px;
}

.innerNewsection h1 {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--maincolor);
    font-weight: 700;
}

.innerNewsection li h6 {
    font-size: 15px;
    font-weight: 600;
}

.innerNewsection p {
    font-size: 15px;
    margin-bottom: 8px !important;
}

.innerNewsection li h5 {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondcolor);
    margin: 10px 0px;
}

.innerNewsection li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--themecolor);
}

.innerNewsection li a:last-child {
    color: var(--secondcolor);
    margin-left: 15px;
}

.innerNewsection ul {
    border-radius: 0px;
}

.innerNewsection li {
    padding: 20px !important;
}

.innerNewsection li:nth-child(odd) {
    background-color: #dddddd36 !important;
}

.innerNewsection li:nth-child(even) {
    background-color: #eeecec !important;
}

.doanateSectionNewspage p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px !important;
}

.doanateSectionNewspage button {
    background-color: var(--secondcolor);
    color: #fff;
    border: 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
}

.innerNewsection .marquee-container {
    overflow: hidden;
    width: 100% !important;
    padding: 0px !important;
    height: 470px;
    background: rgba(221, 221, 221, 0.077);
    border: 3px solid #000;
}

.innerNewsection .marquee-content {
    display: block;
    animation: marqueetop 15s linear infinite;
}

.innerNewsection .marquee-content:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marqueetop {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-100%);
    }
}


/* news css end */


/* blog css start */

.blogContainer {
    padding: 50px 20px 20px;
}

.innerBlogSubDiv {
    overflow: hidden;
    margin-bottom: 25px;
}

.innerBlogSubDiv img {
    width: 100%;
}

.innerBlogSubDiv .subintext h2 {
    font-size: 18px;
    font-weight: 700 !important;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    margin: 10px 0px;
}

.subintext {
    padding: 20px;
    border: 1px solid #ddd;
}

.subintext p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.subintext i {
    color: var(--secondcolor);
    margin-right: 8px;
}

.innerBlogSubDiv a {
    color: var(--themecolor);
}

.innerblogDetailSection h1 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0px 20px;
}

.innerblogDetailSection li:last-child {
    margin-left: 20px;
}

.innerblogDetailSection li i {
    color: var(--secondcolor);
    margin-right: 5px;
}

.innerblogDetailSection span {
    background-color: rgb(15 178 116 / 30%);
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.innerblogDetailSection img {
    width: 100%;
}

.innerblogDetailSection p {
    margin-bottom: 20px;
}

.blogTags {
    margin: 30px 0px 20px;
}

.blogTags span {
    margin-right: 12px;
    margin-bottom: 6px;
}

.blogDetailsSection {
    /* background-color: var(--boxcolor); */
    padding: 60px 20px;
}

.blogDetailsSection .container .row {
    justify-content: center;
}

.backimg img {
    width: 100%;
}

.marqueSection {
    background-color: #aa0000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 20px 8px;
    margin-bottom: 0px;
}

.aboutHomeContainer .innerNewsection .marquee-container {
    height: 280px;
    background-color: #fff;
}

.aboutHomeContainer .innerNewsection h2 {
    background-color: var(--maincolor);
    padding: 15px 20px;
    color: #fff;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
    font-size: 14px;
    font-weight: 600;
}

.stuffone {
    background-color: var(--maincolor);
}

.inner_after_hero {
    padding: 50px 40px;
    color: #fff;
    text-align: center;
}

.stufftwo {
    background-color: var(--secondcolor);
}

.stuffthree {
    background-color: var(--maincolor);
}

.extra_stuff {
    width: 100%;
    overflow: hidden;
}

.inner_after_hero h3 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.inner_after_hero p {
    color: #fff;
    line-height: 27px;
    margin-top: 20px !important;
}


/* header css start */

.header {
    background-color: #fff;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.logosideHead {
    width: 25%;
    padding: 15px 0px;
}

.logosideHead img {
    width: 210px;
}

.upheadNavSec {
    width: 75%;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.mainNavigation {
    border-top: 1px solid #000;
}

.socialHead {
    border-left: 1px solid #000;
}

.upheaderInNav,
.upheadLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upheadLink {
    width: 80%;
    padding: 10px;
    color: #000;
    font-size: 14px;
}

.socialHead {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.socialHead li:last-child {
    margin-right: 0px;
}

.socialHead li {
    margin-right: 6px !important;
}

.socialHead li img {
    width: 25px;
}

.upheadLink a {
    color: #000;
    font-size: 14px;
}

.upheadLink span {
    font-weight: 500;
}

.mainNavigation {
    padding: 10px;
}

.mainNavigation ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.mainNavigation li {
    font-size: 15px;
    font-weight: 500;
}

.mainNavigation li a {
    color: #000;
    text-transform: uppercase;
}

.afterHeroNfsm {
    background-image: url('../images/banner1.png');
    background-size: cover;
    background-position: center;
}

.innerAfterNFSM {
    color: #fff;
    padding: 60px 20px;
    background: linear-gradient(180deg, #aa0000c2 0%, #fdac00de 100%);
}

.innerAfterNFSM {
    display: flex;
    justify-content: center;
    text-align: center;
}

.innerAfterNFSM h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.innerAfterNFSM p {
    margin-bottom: 6px;
}

.innerAfterNFSM h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.innerAfterNFSM .row p {
    margin-bottom: 0px;
}

.innerAfterNFSM .row {
    margin-top: 40px;
}

.innernfsmHomeColo {
    background-color: var(--maincolor);
    padding: 10px 20px;
    border: 2px solid #fff;
    width: fit-content;
}

.innernfsmHomeColo a {
    color: var(--othercolor);
    text-decoration: underline;
}

.innerAfterNFSM h4 {
    font-size: 20px;
    font-weight: 700;
}

.aboutSecHom {
    padding: 0px 20px 35px;
}

.headerAdmis {
    background-color: var(--othercolor);
    padding: 15px;
    text-align: center;
}

.footerAdmiscall {
    background-color: var(--othercolor);
    padding: 12px;
    text-align: center;
}

.footerAdmiscall h4,
.headerAdmis h4 {
    font-size: 20px;
    font-weight: 700;
}

.mainLInkAdmission {
    background-color: var(--maincolor);
}

.mainLInkAdmission li:last-child {
    padding-bottom: 20px;
}

.mainLInkAdmission li {
    padding: 20px 15px 0px;
    color: #fff;
}

.mainLInkAdmission li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.whatlearnlist li {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    margin-bottom: 10px;
}

.whatlearnlist ul {
    list-style-type: none;
}

.whatlearnlist li i {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    color: var(--maincolor);
    margin-right: 8px;
}

.upperHeaderSec {
    padding: 15px 20px;
    background-color: var(--maincolor);
}

.upperHeaderSec .container {
    display: flex;
    justify-content: end;
}

.upperHeaderSec li:first-child {
    margin-left: 0px !important;
}

.upperHeaderSec li {
    margin-left: 20px;
}

.upperHeaderSec li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


.heroSEc img {
    width: 100%;
}

.mobileHeaderSection {
    display: none;
}

.mobileHeaderSection .container {
    padding: 12px 15px;
}

.mobileHeaderSection .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSideSection img {
    width: 200px;
}

.otherlogoSideSection .ashokstbmhimg {
    width: 75px;
    margin-left: 15px;
}

.otherlogoSideSection .g20 {
    width: 160px;
    margin-top: 8px;
}

.mobileHeaderSection .buttonOptionHeader button {
    background-color: transparent;
    border: none !important;
    color: #fff;
    padding: 15px 20px;
}

.mobileHeaderSection .buttonOptionHeader button i {
    margin-right: 8px;
}

.mobileHeaderSection .navbar {
    padding: 0px;
}

.mobileHeaderSection .buttonOptionHeader {
    background-color: #000;
    color: #fff;
    width: 100%;
}











