:root {
    --maincolor: #0c2a4c;
    --secondcolor: #396f94;
    --redcolor: #b00000;
    --blue: #465dff;
    --hover: #2f3a5f;
    --body: #f4f8fc;
    --yellow: #fbb03b;
    --fade: #e5eef9;
    --themecolor: #1a265c;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --othercolor: #1a265c;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mainContainerLogin {
    background-color: var(--maincolor);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainerLogin h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0px !important;
}

.mainContainerLogin p {
    font-size: 14px;
    margin-bottom: 25px !important;
    font-weight: 500;
    color: #333;
}

.mainContainerLogin .innerLoginSec {
    background: #fff;
    padding: 40px 20px;
    height: 100%;
    width: 380px;
    border-top: 5px solid var(--maincolor);
    border-bottom: 5px solid var(--maincolor);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inputSearchSection {
    position: relative;
}

.inputSearchSection i {
    position: absolute;
    top: 16px;
    left: 13px;
    color: #666;
}

.inputSearchSection input {
    padding: 10px 10px 10px 50px;
    font-size: 14px;
    height: 52px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 15px;
}

.mainContainerLogin button {
    text-align: center !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    margin-top: 15px !important;
    background: var(--maincolor) !important;
    /* width: fit-content; */
}

.mainContainerLogin button i {
    margin-left: 10px;
    font-size: 15px;
}

.remeberMeSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px !important;
}

.remeberMeSection a {
    font-size: 12px;
    font-weight: 500;
    color: #2f3a5f;
}

.remeberMeSection .remem input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.remeberMeSection label {
    display: flex;
    align-items: center;
}

.loginlogo {
    width: 200px;
    margin-bottom: 35px;
}





/* ------ */




.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0rem !important;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    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 style css */

.footerMainContentSection {
    padding: 70px 20px 50px;
    color: #fff;
    background-color: var(--othercolor);
    position: relative;
}

.footerMainContentSection p {
    line-height: 26px;
}

.footerMainContentSection img {
    width: 255px;
}

.footerbgleft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.footerbgright {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.innerFooterDiv h5 {
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}

.innerFooterDiv li a {
    color: #fff;
    transition: 0.7s;
    line-height: 23px;
    font-size: 15px;
}

.innerFooterDiv li a i {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.innerFooterDiv li a:hover {
    color: #fff;
}

.innerFooterDiv li {
    margin-bottom: 18px;
}

.innerFooterDiv h6 {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 16px;
}

.footerUpSection {
    background-image: url('../images/footerupbg.jpg');
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    background-position: center;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footerUpSection h4 {
    font-size: 16px;
    font-weight: 400;
}

.footerUpSection h2 {
    font-size: 20px;
    font-weight: 1000;
    margin: 10px 0px;
}

.footerUpSection p {
    margin-bottom: 25px;
}

.footerUpSection button {
    border: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: var(--secondcolor);
}


/* copyright css */

.copyrightDiv {
    color: #222;
    background-color: #f2f2f2;
    padding: 25px 20px;
    border: 1px solid #ddd;
}

.copyrightDiv .container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.socialIconFooter {
    margin-top: 25px;
}

.socialIconFooter ul {
    display: flex;
}

.socialIconFooter li {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-top: 4px;
    background-color: #fff;
    margin-right: 10px !important;
    transition: all 0.5s ease-in-out;
}

.socialIconFooter li a {
    color: var(--othercolor) !important;
}

.socialIconFooter li a i {
    color: var(--othercolor) !important;
    margin-right: 0px !important;
    font-size: 20px;
}

.copyrightFooter p span {
    font-weight: 500;
}

.copyrightFooter a {
    color: var(--secondcolor);
    font-weight: 600;
}


/* copyright css end */


/* header css */

.logoHeaderMain img {
    width: 100%;
}

.upperHeader {
    padding: 10px 20px;
    background-color: var(--boxcolor);
}

.upperHeader a {
    color: #525271;
    font-size: 13px;
    font-weight: 500;
}

.upperHeader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upperHeader li {
    margin-right: 25px !important;
}

.upperHeader li:last-child {
    margin-right: 0px !important;
}

.navigationMenu {
    background-color: var(--themecolor);
    padding: 18px;
}

.navigationMenu .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigationMenu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.navigationMenu .list-inline-item:last-child {
    margin-right: 0px !important;
}

.navigationMenu .list-inline-item {
    margin-right: 30px !important;
}

.navigationMenu .dropdown button {
    color: #fff;
    font-size: 14px;
    border: 0px;
    background-color: transparent;
    font-weight: 500;
}

.navigationMenu .dropdown-menu {
    border-top: 3px solid var(--secondcolor);
    border-radius: 0px;
    width: 250px;
    margin-top: 25px !important;
}

.dropdown-menu a {
    color: #222 !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0px;
}

.dropdown-menu li {
    margin-bottom: 10px;
}


/* index page  */

.hero_section .carousel-inner img {
    width: 100%;
    height: 480px;
}

.indexAboutSec {
    padding: 60px 0px;
}

.indexAboutSec h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 35px;
    color: var(--othercolor);
}

.indexAboutSec p {
    margin-bottom: 20px !important;
}

.indexAboutSec img {
    width: 100%;
}

.aboutText li {
    display: flex;
    margin-bottom: 10px;
}

.aboutText li i {
    margin-right: 10px;
    font-size: 14px;
}

.inner_extra_stuff {
    display: flex;
    padding: 18px 10px;
    background: #fff;
    margin: 20px 0px;
    border-radius: 8px;
}

.extra_stuff h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--maincolor);
}

.extra_stuff p {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.extra_stuff .stuff_icon i {
    font-size: 18px;
    padding: 5px;
    background-color: var(--othercolor);
    color: #fff;
    border-radius: 4px;
}

.stuff_text {
    padding-left: 15px;
}

.missionvisionaccount {
    padding: 60px 20px;
    background-color: #ebecff8c;
}

.missionvisionaccount h2 {
    font-size: 20px;
    font-weight: 600;
}

.missionvisionaccount p {
    font-size: 16px;
    margin: 10px 0px 30px !important;
    font-weight: 400;
}

.missionvisionaccount .card {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}

.missionvisionaccount .card-header {
    border-radius: 0px;
    border: 0px;
    background-color: var(--othercolor);
}

.missionvisionaccount .card-header a {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.missionvisionaccount .card-header a:hover {
    color: #fff;
}

.missionvisionaccount .card-body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.missionvisionimgSide img {
    width: 90%;
}

.afteraboutSec {
    padding: 60px 0px;
}

.afteraboutSec .container {
    display: flex;
}

.middleab {
    display: flex;
    width: 75%;
    background-color: #f5f5f5;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 50px 40px;
}

.middleab h3 {
    font-size: 20px;
    font-weight: 800;
}

.middleab p {
    font-size: 16px;
    font-weight: 500;
}

.leftbackAb {
    width: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/afteraboutstateback.jpg');
}

.leftbackAb h2 {
    font-size: 20px;
    font-weight: 700;
}

.leftbackAb p {
    font-size: 15px;
    font-weight: 600;
}

.overlayLeftab {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    color: #fff;
    height: 100%;
    padding: 20px;
    align-items: end;
}

.aboutNewRight h3 {
    font-size: 18px;
    margin: 8px 0px;
    font-weight: 800;
}

.aboutNewRight p {
    font-size: 15px;
}

.aboutNewRight img {
    width: 60px;
}

.aboutNewRight {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.aboutNew h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.aboutNew p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px 25px !important;
}

.aboutNew button {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 12px 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.aboutSectionNew {
    padding: 60px 20px 0px;
}

.aboutNew {
    padding-right: 20px;
}

.aboutNew h4 {
    color: var(--maincolor);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.aboutNew h4:after {
    content: "";
    height: 4px;
    width: 70px;
    background-color: var(--maincolor);
    position: absolute;
    bottom: -3px;
    left: 0px;
    border-radius: 10px;
    border: none;
}

.courseCate {
    padding: 0px 20px 40px;
}

.courseCate .courseHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courseHead h6 {
    font-size: 15px;
    font-weight: 400;
    color: var(--maincolor);
    text-transform: uppercase;
}

.courseHead h2 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 5px;
}

.courseHead button {
    background-color: var(--othercolor);
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}

.courseHead {
    margin-bottom: 50px;
}

.courseSubDiv {
    display: flex;
}

.imgDivCourse {
    width: 20%;
    height: 80px;
}

.subTextDiv {
    width: 80%;
}

.imgDivCourse img {
    width: 80%;
}

.courseSubDiv h4 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.courseSubDiv p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 5px 0px 10px !important;
}

.courseSubDiv button {
    color: #222;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ddd;
    font-weight: 600;
    transition: 0.8s;
}

.courseSubDiv {
    background: #dddddd1f;
    border-radius: 8px;
    border: 2px solid #dddddd57;
    padding: 15px 8px;
    margin-bottom: 20px;
}


/* about us page css */

.aboutMainSec {
    padding: 60px 20px 0px;
}

.cultureImages {
    display: flex;
}

.cultureImages div {
    width: 50%;
}

.cultureImages img {
    width: 100%;
}

.ennopadimg img {
    width: 90%;
}

.enrolltext h2 {
    font-size: 22px;
    font-weight: 700;
}

.enrolltext p {
    margin: 10px 0px 25px !important;
}

.enrolltext a i {
    font-size: 14px;
    margin-right: 10px;
}

.enrolltext a {
    font-size: 15px;
    font-weight: 500;
}

.enrolltext {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enrollSec {
    padding: 60px 20px 0px;
}

.aboutlastdiv {
    background-color: #f5f5f5;
    padding: 60px 20px;
}

.aboutlastdiv .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutlastdiv h3 {
    font-size: 22px;
    font-weight: 700;
}

.aboutlastdiv p {
    margin: 10px 0px 20px !important;
}

.aboutlastdiv button {
    background-color: var(--othercolor);
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}


/* braud section css */

.braudcumb {
    background-image: url(../images/braud.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.braudoverlay {
    padding: 40px 20px;
    color: #fff;
    background-color: #010a44c2;
}

.braudcumb h2 {
    font-size: 20px;
    font-weight: 1000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.braudoverlay li:nth-child(2) {
    font-size: 12px;
    margin: 0px 10px;
}


/* braud section end */


/* course page css */

.coursepagecate {
    padding: 60px 20px 20px;
}

.courseDetailsMainSection {
    padding: 60px 20px;
}

.innerOtherCourseInfo {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px;
    background: #dddddd1f;
    border: 2px solid #dddddd57;
}

.innerOtherCourseInfo img {
    width: 100%;
    border-radius: 5px;
}

.innerOtherCourseInfo h2 {
    font-size: 16px;
    font-weight: 800;
    margin: 18px 0px 10px;
    color: var(--themecolor);
    text-transform: uppercase;
}

.mainInfoCourse p {
    display: flex;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

.mainInfoCourse p span:first-child {
    width: 30%;
}

.mainInfoCourse p span:last-child {
    width: 70%;
    font-weight: 500;
}

.mainInfoCourse p:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.courseDetailsDivText h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--themecolor);
}


/*  */

.mainContainerDiv {
    padding: 80px 20px 40px;
    /* background-color: #f5f9fa; */
}

.mainContainerDiv .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainerDiv .innerFormDivCheck label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.innerFormDivCheck input,
.innerFormDivCheck select {
    margin-bottom: 15px;
    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 .alertdiv {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.submitdeatilsverification {
    border: 0px;
    color: #fff !important;
    width: 100%;
    background-color: var(--black) !important;
}


/* contact page css */

.upperContSec {
    padding: 60px 20px;
}

.inerUpContText h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 800;
}

.inerUpContinfoSection {
    display: flex;
}

.inerUpContinfoSection h3 {
    font-size: 16px;
    font-weight: 700;
}

.inerUpContinfoSection p {
    width: 80%;
    margin: 12px 0px !important;
    line-height: 24px !important;
}

.upperContSec .row {
    justify-content: space-between;
}

.inerUpContinfoSection a {
    font-size: 15px;
    font-weight: 700;
    color: var(--maincolor);
}

.inerUpContinfoSection img {
    width: 42px;
    margin-bottom: 15px;
    height: auto;
}

.contactContainerMain {
    padding: 0px 20px 40px;
}

.contactContainerMain input,
.contactContainerMain textarea {
    height: 55px;
    border-radius: 15px;
    padding-left: 20px;
    border: 2px solid #eee;
    background: #eee;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.contactContainerMain textarea {
    height: 140px;
}

.contactContainerMain button {
    background-color: var(--othercolor);
    color: #fff;
    border-radius: 15px;
    width: 200px;
    padding: 12px 20px;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
}

.contactContainerMain .row {
    justify-content: space-between;
}

.locationimg {
    height: 100%;
}

.locationimg {
    border-radius: 15px;
    overflow: hidden;
}


/* news page css start */

.newsSectionMain {
    padding: 60px 20px 40px;
}

.newsSideBar h2 {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.newsSectionMain ul {
    background: #dddddd1f;
    border-radius: 0px;
    border: 2px solid #dddddd57;
    padding: 15px 20px !important;
}

.newsSideBar li:last-child {
    margin-bottom: 0px;
}

.newsSideBar li {
    display: flex;
    color: #222;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.newsSideBar li i {
    margin-right: 10px;
    font-size: 12px;
}

.newsSideBar li a {
    color: #222;
}

.newsDivMain {
    background: #dddddd1f;
    border-radius: 0px;
    height: 100%;
    border: 2px solid #dddddd57;
}

.newsDivMain h2 {
    font-size: 15px;
    font-weight: 800;
    padding: 15px;
    background-color: #dddddd7a;
}

.newsMarqureSection ul {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.newsMarqureSection li {
    padding: 20px 15px;
}

.newsMarqureSection a {
    color: #000;
}

.newsMarqureSection li:nth-child(even) {
    background-color: #dddddd36 !important;
}

.newsMarqureSection h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.newsMarqureSection span {
    font-size: 14px;
}

.newsMarqureSection i {
    font-size: 12px;
}

.newsMarqureSection p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.marquee-container {
    overflow: hidden;
    height: 100%;
}

.newsMarqureSection {
    height: 100%;
}

.marquee-content {
    display: block;
    animation: marquee 20s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(-100%);
    }
}


/* admin page css */

.innerFormDivCheck h2 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.centerlogindiv input {
    margin: 0px 5px 5px 0px;
    width: auto !important;
}

.innerFormDivCheck button {
    background-color: #000;
    color: #fff;
    padding: 14px 25px;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.loginpage button {
    margin-bottom: 10px;
}

.loginpage a {
    font-size: 12px;
    font-weight: 500;
    color: var(--maincolor);
}

.loginpage p {
    font-size: 14px;
    font-weight: 500;
    color: var(--maincolor);
}

.centerlogindiv {
    display: flex;
}


/* mobile header css */

.mobileHead,
.mobileMenuSection {
    display: none;
}

.mobileMenuSection {
    background-color: var(--othercolor);
    padding: 10px 20px;
}

.mobileMenuSection .container {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.mobileMenuSection button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
}

.mobileMenuSection button i {
    margin-left: 15px;
}


/* side menu css */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: var(--othercolor);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff !important;
}

.sidenav li a {
    color: #fff !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 14px;
    margin-left: 50px;
}

.sidenav .list-group {
    margin-top: 20px;
}

.list_mem ul li a {
    color: var(--red) !important;
}

.sidenav li a {
    display: flex;
    align-items: center;
}

.sidenav li a i {
    font-size: 12px;
    margin-right: 10px;
}


/* side menu css end */

.leftonesec {
    padding-right: 25px;
}

#errorspan,
.errormessgepara {
    font-size: 12px;
    font-weight: 500;
    color: var(--maincolor);
}

.studentimgSec img {
    width: 150px;
    margin-bottom: 20px;
    height: 180px;
    margin-right: 20px;
    border: 3px solid #fff;
}

.studentimgSec h2 {
    background-color: var(--maincolor);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
}

.innerStudentInfoVeri {
    background: #dddddd1f;
    border-radius: 8px;
    border: 2px solid #dddddd57;
    padding: 20px;
    display: flex;
    text-transform: uppercase;
}

.studentDetails li:last-child {
    margin-bottom: 0px;
}

.studentDetails li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.viewresultSection {
    text-transform: uppercase;
    background: #dddddd1f;
    border-radius: 8px;
    border: 2px solid #dddddd57;
    padding: 20px;
}

.viewresultSectionMain {
    display: flex;
    justify-content: center;
}

.imgResulInfoSection {
    display: flex;
}

.imgResulInfoSection img {
    width: 150px;
    height: 180px;
    border: 3px solid #fff;
    margin-right: 20px;
}

.newsdetailsection h1 {
    font-size: 22px;
    font-weight: 800;
}

.coursedetailsection ul li {
    margin-bottom: 10px;
}

.coursedetailsection ul {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin-top: 10px !important;
}

.coursedetailsection table {
    width: 100%;
}

.coursedetailsection table,
.coursedetailsection tr,
.coursedetailsection th,
.coursedetailsection td {
    border: 1px solid #000;
}

.coursedetailsection th,
.coursedetailsection td {
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
}

.coursedetailsection {
    padding: 0px 20px;
}

.coursedetailsection h2 {
    font-size: 18px;
    font-weight: 800;
}

.diplomalist li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.diplomalist li span {
    margin-right: 10px;
    font-size: 12px;
}


