@import "header.css";
@import "inner-header.css";
@import "mriirs-common.css";

.innerPageTitle_sec {
    padding-top: 174px;
    padding-bottom: 70px;
}

.sitemaps .custom-bullets li>a {
    font-weight: 400;
}

.mritab_menu {
    background-color: #FFFFFF;
    padding: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    height:100%;
}

.mritab_menu>h5 {
    margin-bottom: 22px;
}

.mritab_menu>.nav {
    border: none;
    padding: 0;
}

.mritab_menu>.nav>.nav-item {
    margin-bottom: 22px;
}

.mritab_menu>.nav>.nav-item:last-child {
    margin-bottom: 0;
}

.mritab_menu>.nav>.nav-item>.nav-link {
    padding: 0 !important;
    font-size: 15px !important;
    color: #363636 !important;
    font-weight: 500 !important;
    border: none;
    text-align:left;
}

.mritab_menu>.nav>.nav-item>.nav-link.active {
    color: var(--primary-color3);
}

.mritab_menu>.nav>.nav-item>.nav-link:is(:hover, :focus) {
    color: var(--primary-color3);
}

.stats {
    position: relative;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}

.stats.statics {
    max-width: 9rem;
}

.count_num {
    margin-top: calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320));
    position: relative;
}

.count_num::before {
    content: '';
    position: absolute;
    width: 3rem;
    border-top: 1px solid;
    top: -23px;
}

.count_num p {
    display: inline-block;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.count_num span {
    display: inline-block;
    font-size: 54px;
    font-weight: 400;
    line-height: 72px;
    margin: 0;
}

.counting {
    display: inline-block;
    position: relative;
    padding-right: 0;
    font-weight: 700;
    line-height: 70px;
    font-size: 54px;
}

.aboutBanner {
    margin-bottom: -50px;
}

.mri_aboutVmbox {
    background-color: var(--primary-color6);
    padding-top: calc(80px + (135 - 80) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (117 - 30) * (100vw - 320px) / (1920 - 320));
}

.mri_about_secTwo {
    background-color: #F8F8F8;
    padding-top: calc(30px + (120 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (173 - 30) * (100vw - 320px) / (1920 - 320));
}

.mri_about_secThree {
    background-image: -o-linear-gradient(top, #F8F8F8 152px, #BC2027 0%);
    background-image: linear-gradient(to bottom, #F8F8F8 152px, #BC2027 0%);
    padding-bottom: calc(30px + (116 - 30) * (100vw - 320px) / (1920 - 320));
}

.mriabtThree_left,
.mriabtThree_right {
    background-color: var(--bs-white);
    padding: 40px;
    border-bottom: 3px solid #FCD200;
    height: 100%;
}

.mriabtThree_right {
    display: -ms-grid;
    display: grid;
    grid-gap: 33px;
    grid-auto-rows: calc(100px + (150 - 100) * (100vw - 320px) / (1920 - 320));
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.mriabtThree_right figure {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}

.mriabtThree_right .simpleText_wraper {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

.mriabtThree_right ul {
    padding: 0;
    margin: 0;
}

.mriabtThree_right ul>li {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-right: 30px;
}

.mriabtThree_right ul>li>a {
    color: #363636 !important;
}

.mri_about_secFour {
    background-color: #F8F8F8;
    padding-top: calc(30px + (108 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (61 - 30) * (100vw - 320px) / (1920 - 320));
}

.report_box {
    position: relative;
}

.report_figure {
    position: relative;
    overflow: hidden;
}

.report_box * {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.report_box:hover .report_figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.report_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(0 0 0 / 64%);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.report_btn:hover {
    color: #fff;
}

.report_box:hover .report_btn {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.report_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.report_title>img {
    width: 15px;
    margin-right: 15px;
}

.report_title>h6 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 24px;
}

.mri_about_secFive {
    background-color: #F8F8F8;
    padding-top: calc(30px + (61 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (150 - 30) * (100vw - 320px) / (1920 - 320));
}

.mriabtFive_left>.report_title>img {
    width: 24px
}

.mriirs_impact_sec {
    background-image: -o-linear-gradient(bottom, var(--bs-white) 50px, transparent 0);
    background-image: linear-gradient(to top, var(--bs-white) 50px, transparent 0);
}

.mri_impact_left {
    background-color: #FD5E53;
    padding: calc(20px + (44 - 20) * (100vw - 320px) / (1920 - 320));
    width: 65%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
}

.mri_impact_left .count_num::before {
    display: none;
}

.mri_impact_right {
    padding: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320)) 0 calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
}

.mri_impact_secTwo {
    background-color: var(--bs-white);
    padding-top: calc(30px + (104 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (120 - 30) * (100vw - 320px) / (1920 - 320));
}

.mri_impact_secThree {
    padding-top: calc(30px + (124 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (150 - 30) * (100vw - 320px) / (1920 - 320));
}

.impactThree_right .report_title {
    border-bottom: 4px solid #E9C41C;
    padding-bottom: 23px;
    display: inline-flex;
}

.impactThree_right .report_title>img {
    width: 23px
}

.impactThree_right .report_title>h6 {
    font-weight: 400;
}

.mriirs_asc_sec {
    padding-bottom: calc(30px + (120 - 30) * (100vw - 320px) / (1920 - 320));
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.sheet_box {
    position: relative;
    padding: 27px;
    background-color: var(--bs-white);
    border-bottom: 3px solid var(--primary-color4);
    height: 100%;
}

.sheet_box>img {
    width: 23px;
    margin-bottom: 15px;
}

.sheet_box>a {
    color: #363636;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    display: block;
}

.sheet_box>a:is(:hover, :focus) {
    color: var(--primary-color3);
}

.sheet_box>a>span {
    display: block;
}

.sheet_boxTwo>ul {
    padding: 0;
    margin: 0;
}

.sheet_boxTwo>ul>li {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
    list-style: none;
}

.sheet_boxTwo>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sheet_boxTwo>ul>li>a>span {
    color: #363636;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    width: 75%;
}

.sheet_boxTwo>ul>li>a>img {
    width: 15px;
    margin-left: 15px;
}

.sheet_boxTwo>ul>li>a:is(:hover, :focus)>span {
    color: var(--primary-color3);
}

.mriDean_secOne {
    position: relative;
}

.mriDean_figure {
    position: relative;
    z-index: 1;
}

.quote-icon {
    position: absolute;
    top: -50px;
    right: -50px;
}

.dean_caption_dark {
    background-color: var(--primary-color1);
    position: relative;
    padding-top: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (95 - 30) * (100vw - 320px) / (1920 - 320));
    margin-top: -20px;
}

.dean_caption_light {
    position: relative;
    padding-top: calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(30px + (135 - 30) * (100vw - 320px) / (1920 - 320));
}

.dean_name_box {
    margin-top: calc(30px + (65 - 30) * (100vw - 320px) / (1920 - 320));
    padding: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)) 0;
    border-left: 6px solid #E9C41C;
    padding-left: 41px;
}

.mriacademic_sec {
    padding-bottom: calc(30px + (150 - 30) * (100vw - 320px) / (1920 - 320));
}

.mribs_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.mribs_box .mribsFigcaption {
    background-color: #b22b2e;
    padding: 30px 10px;
    height: 100%;
    display: block;
}

.pm-faculty-coordinators-mriirs .mribs_box .mribsFigcaption {
    height: auto;
}

.mribs_box .mribsFigcaption h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.mribs_box .mribsFigcaption p {
    color: #fff;
    margin-bottom: 0;
}

.mribs_box .mribsFigcaption span {
    padding: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    top: -15px;
    position: absolute;
    display: inline-block;
}

.mribs_box * {
    transition: all .5s ease-in;
}

.mribs_box figure {
    overflow: hidden;
}

.mribs_box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.faculty-list .placements-tab figure {
    overflow: hidden;
}

.faculty-list .placements-tab figure * {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.faculty-list .placements-tab div[class*="col-lg-3"]:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.mri_accordian .accordion-item {
    margin-bottom: 25px;
}

.mri_accordian .accordion-item:last-child {
    margin-bottom: 0;
}

.mri_accordian .accordion-item button.accordion-button {
    background: #0DACE5;
    border: 0;
    color: #fff;
    font-weight: 400;
    box-shadow: inherit;
    outline: 0;
    border-radius: 0 !important;
    font-size: 15px;
    line-height: 21px;
}

.mriAcc_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bs-white);
    padding: 15px;
    height: 100%;
}

.mriAcc_box>figure {
    width: 101px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.mriAcc_caption {
    margin-left: 15px;
}

.mriAcc_caption>h6 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.mriAcc_caption>p {
    line-height: normal;
    margin-bottom: 3px;
}

.mripdf_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    height: 100%;
}

.mripdf_box a {
    position: relative;
    font-size: 13px;
    line-height: 17px;
    color: #363636;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    padding-left: 0;
}

.mripdf_box a::before {
    position: relative;
    margin-right: 15px;
    content: '';
    display: inline-block;
    width: 19px;
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.adm_notices {}

.adm_not_boxOne {
    background-color: #FD5E53;
    padding: 36px;
}

.adm_offer {
    font-weight: 800;
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1920 - 320));
}

.adm_not_boxTwo {
    background-color: #FFFFFF;
    padding: 36px;
}

.adm_not_boxTwo p {
    margin-bottom: 20px;
}

.adm_not_boxTwo p:nth-last-child(1) {
    margin-bottom: 0px;
}

.red_list li::marker {
    color: #b42b2d;
    font-size: 21px;
}

li {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 8px;
}

ul.yellow_list li {
    position: relative;
    padding-left: 20px;
}

ul.yellow_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #f5da38;
    position: absolute;
    top: 9px;
    left: 0;
}

ul.yellow_list {
    list-style: none;
    padding: 0;
}

.sec_hed h3 {
    margin: 0;
}

.table_wrapper thead tr th {
    background: #BC2027;
    padding: 20px 18px;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #ecececb0;
}

.table_wrapper tbody tr td {
    padding: 22px 15px 25px;
    border-right: 1px solid #ecececb0;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    line-height: 20px;
    color: #363636;
    font-weight: 400;
}

.table_wrapper tbody tr td a {
    color: #363636;
}

.table_wrapper tbody tr:nth-child(even) {
    background: #F8F8F8;
}

.awards_achivement.mriirs .stdnt-achv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    padding: 5rem 0;
}

.awards_achivement.mriirs .stdnt-achv:first-child {
    padding-top: 0;
}

.awards_achivement .stdnt-achv {
    position: relative;
}

.awards_achivement .stdnt-achv:not(:last-child):before {
    background: url(../images/lines.svg) no-repeat;
    width: 100%;
    height: 3px;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
}

.mriirs_award_achivement ul {
    padding-left: 1.4rem;
    margin-bottom: 25px;
}

.mriirs_award_achivement li {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px;
}

.two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0;
}

.two_column li {
    flex-basis: 50%;
}

.mriirs_award_achivement .font-18 {
    margin-bottom: 20px;
}

.supervisors_box figcaption {
    position: relative;
    padding: 25px 25px 45px 25px;
    margin-left: 25px;
}

.supervisors_box figcaption:before {
    content: "";
    width: 3px;
    height: 125px;
    background: #fad925;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.supervisors_box figcaption p {
    margin-bottom: 0;
}

.supervisors_sec {
    padding-bottom: 90px;
}

.news_activity_sec {
    padding-bottom: 150px;
}

.news_activity_top {
    display: flex;
    flex-wrap: wrap;
}

.news_activity_top figure {
    margin: 0;
    flex-basis: 51%;
}

.news_activity_top .news_activity_cont {
    flex-basis: 49%;
    background: #BC2027;
    padding: 48px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_activity_hed span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 20px;
}

.news_activity_hed h4 {
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.news_activity_hed p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.news_activity_sotd p {
    color: #fff;
    margin-bottom: 40px;
}

.plus_icon a {
    font-size: 26px;
    color: #fff;
    background: #BC2027;
    padding: 3px 11px;
    box-shadow: 0px 5px 8px #00000033;
}

.plus_icon a:hover {
    font-size: 26px;
    color: #363636;
    background: #E9C41C;
}

.news_activity_top {
    margin-bottom: 15px;
}

.news_activity_sec .row {
    --bs-gutter-x: 0.9rem;
}

.news_activity_dis_con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px 40px 30px;
}

.news_activity_dis span {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
}

.news_activity_dis h5 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}

.news_activity_details_sec {
    padding: 160px 0px;
}

.news_activity_details_top h1 {
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 800;
    text-transform: capitalize;
    color: var(--primary-color3);
    margin-bottom: 15px;
}

.news_activity_details_top p {
    font-style: italic;
    margin: 0;
}

.news_activity_details_top p span {
    font-style: normal;
    display: block;
    margin-bottom: 15px;
}

.news_activity_details_top {
    padding-bottom: 60px;
}

.news_activity_details_banner {
    margin-bottom: 50px;
}

.news_activity_details_row {
    margin-top: 50px;
}

.session_began {
    padding-right: 60px;
}

.learning_development_sec {
    padding-bottom: 90px;
}

.development_centre_con {
    padding-right: 50px;
}

.development_centre_con h2 {
    margin-bottom: 30px;
}

.development_centre_box {
    position: relative;
}

.development_centre_box:after {
    content: "";
    width: 100%;
    height: 5rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.development_centre_img {
    position: relative;
    z-index: 1;
}

.team_cdc {
    padding: 70px 85px 80px;
    background: #fff;
    text-align: center;
}

.team_cdc_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0;
}

.team_cdc_box li {
    list-style: none;
    text-align: center;
    position: relative;
}

.team_cdc_box li img {
    width: 48px;
    height: 45px;
}

.team_cdc_box li:after {
    content: "";
    width: 60px;
    max-width: 60%;
    margin: 0 auto;
    height: 2px;
    background: #f7d730;
    position: absolute;
    left: 0;
    right: 0;
}

.team_cdc_box li p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin: 22px 0px 35px;
    color: #363636de;
}

.learning_development_sec2 {
    padding: 90px 0px 100px;
    background: #0DACE5;
}

.sec_hed {
    padding-bottom: 50px;
}

.sec_hed .font-24 {
    color: #fff;
    font-weight: 700;
}

.learning_development_sec2 .sec_hed {
    max-width: 70%;
}

.curriculum_designed {
    padding-left: 40px;
}

.curriculum_designed p {
    margin-bottom: 30px;
    color: #fff;
}

.learning_development_sec3 {
    padding: 90px 0px;
    background: #BC2027;
}

.learning_development_sec3 .sec_hed {
    text-align: center;
}

.usp_box {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.usp_box li {
    background: #fff;
    padding: 32px;
    height: 280px;
}

.usp_box.usp-box-about li {
    height: 100%;
}

.usp_box li h4 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 25px;
}

.learning_development_sec4 {
    padding: 90px 0px 100px;
    background: #fff;
}

.these_initiatives {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.these_initiatives:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #BC2027;
    position: absolute;
    left: 0;
    top: 13px;
}

.these_initiatives p {
    display: inline-flex;
    background: #ffffff;
    padding: 0px 40px;
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.learning_development_sec4 .sec_hed {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.learning_development_sec4 .sec_hed h3 {
    color: #363636;
    font-weight: 400;
}

.cdc_accordion .accordion-item button.accordion-button {
    background: #0DACE5;
    border: 0;
    color: #fff;
    font-weight: 400;
    box-shadow: inherit;
    outline: 0;
    border-radius: 0 !important;
}

.cdc_accordion .accordion-item .accordion-body {
    background-color: #fff;
    padding: 30px;
}

.cdc_accordion .accordion-item {
    margin-bottom: 10px;
}

.cdc_content p a {
    color: #BC2027;
}

.learning_development_sec5 {
    padding: 90px 0px 100px;
}

.learning_development_sec5 .sec_hed {
    text-align: center;
}

.scholarly_strengths_sec1 {
    padding-bottom: 90px;
}

.scholarly_program {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0;
}

.scholarly_program li {
    background: #fff;
    padding: 40px 32px 30px;
    text-align: center;
}

.scholarly_program li h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 40px;
}

.scholarly_program li:nth-child(1) {
    border-bottom: 3px solid #5023A1;
}

.scholarly_program li:nth-child(2) {
    border-bottom: 3px solid #03C9B7;
}

.scholarly_program li:nth-child(3) {
    border-bottom: 3px solid #FD5E53;
}

.scholarly_program li:nth-child(4) {
    border-bottom: 3px solid #FD5E53;
}

.scholarly_program li:nth-child(5) {
    border-bottom: 3px solid #0DACE5;
}

.scholarly_program li:nth-child(6) {
    border-bottom: 3px solid #FCD200;
}

.scholarly_program li:nth-child(7) {
    border-bottom: 3px solid #FD5E53;
}

.scholarly_program li:nth-child(8) {
    border-bottom: 3px solid #03C9B7;
}

.scholarly_program li:nth-child(9) {
    border-bottom: 3px solid #0DACE5;
}

.scholarly_program li:nth-child(10) {
    border-bottom: 3px solid #5023A1;
}

.scholarly_strengths_sec2 {
    background: #CC014A;
    padding-bottom: 115px;
}

figure.s_img {
    max-width: 50%;
    margin-left: auto;
    margin-top: 20px;
}

.scholarly_strengths_sec2 .row {
    align-items: center;
}

.scholarly_strength {
    padding-left: 30px;
    color: #fff;
}

.scholarly_strength h5 {
    margin-bottom: 40px;
}

.scholarly_strength p {
    margin-bottom: 30px;
}

.scholarly_strength_img {
    margin-top: -50px;
}

.international_collaborations_sec1 {
    padding-bottom: 80px;
}

.international_collaborations_box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.international_collaborations_box li {
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.international_collaborations_box li p {
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

.load_more {
    margin: 70px 0px 50px;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

.load_more:after {
    content: "";
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #70707036;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.load_more a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #000000;
    padding: 10px;
}

.load_more img {
    display: inline-block;
    margin-left: 10px;
}

.international_collaborations_box li:hover p {
    color: #b42b2d;
}

@media(max-width:768px) {
    .international_collaborations_box li {
        padding: 10px;
    }

    .international_collaborations_box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:592px) {
    .international_collaborations_box {
        grid-template-columns: repeat(2, 1fr);
    }
}

.int_colla_modal .modal-dialog {
    margin: 0px 0px 0px auto;
    border-radius: 0;
    max-width: 610px;
}

.int_colla_modal .modal-header {
    border-bottom: none;
    border-radius: 0;
}

.int_colla_modal .btn-close {
    background: url(../images/modal-close-icon.png) center/1em auto no-repeat;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
}

.int_colla_modal .modal-content {
    border-radius: 0;
}

.int_colla_modal .modal-body {
    padding: 0;
}

.int_colla_modal .btn-close:focus {
    box-shadow: none;
}

.int_colla_details_top {
    padding: 60px 60px 20px 60px;
}

.int_colla_details_top2 {
    padding: 0px 60px 60px 60px;
}

.int_colla_details_top img {
    width: 260px;
}

.place_sec1 {
    padding-bottom: 100px;
}

.name_des {
    position: relative;
}

.name {
    background: #b22b2e;
    padding: 30px 35px 40px;
    margin-top: -4rem;
    max-width: 290px;
    color: #fff;
}

.leadership_inner p,
.name label {
    margin-bottom: 0.9rem;
}

.name span {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.name_des_child p {
    font-weight: 600;
    color: #BC2027;
    margin-bottom: 10px;
}

.name_des_child:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #363636;
    position: absolute;
    left: 0;
    bottom: -22px;
    margin: 20px 0;
    opacity: 0.3;
}

.name_des_child {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.name_des_child:last-child::after {
    display: none;
}

.name_des_child span a {
    display: block;
    color: #363636;
    line-height: 20px;
}

.name_des_child span a:hover {
    color: #c41c4d;
}

.leadership_inner {
    padding-left: 40px;
    padding-right: 50px;
    position: relative;
}

.leadership_inner_top p {
    font-size: 18px;
    line-height: 26px;
    color: #363636;
    font-weight: 400;
    font-style: italic;
}

.leadership_inner_top {
    margin-bottom: 40px;
}

.name_description {
    padding: 25px 42px 10px 30px;
    background: #fff;
    margin-top: 20px;
}

.name_des_child span a {
    display: block;
    color: #363636;
    line-height: 20px;
}

.name_des_child span {
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
}

.place-slider button.owl-prev span:after {
    width: 28px;
    height: 28px;
    content: "";
    background: url(../images/left-arrow.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    box-shadow: 0px 5px 8px #00000033;
}

.place_slider_box button.owl-next span:after {
    left: -15px;
}

.place-slider button.owl-next span:after {
    width: 28px;
    height: 28px;
    content: "";
    background: url(../images/right-arrow.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    box-shadow: 0px 5px 8px #00000033;
}

.leadership_inner.mr0 {
    margin-right: 0;
}

.place_sec2 {
    padding-top: 95px;
    background: url(../images/place-fact-box-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.place_fact_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    list-style: none;
    gap: 20px;
}

.place_fact_box li span {
    font-size: 54px;
    font-weight: 600;
    line-height: 72px;
    display: block;
}

.place_fact_box li p {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    padding-right: 0;
    margin: 0;
}

.place_fact_box li {
    position: relative;
    padding: 30px 0px 0px;
}

.place_fact_box li:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 0;
    background: #363636;
    margin-top: 0px;
}

.place_slider {
    position: relative;
    margin-bottom: -50px;
}

.place_slider .place_slider_box {
    position: absolute;
    top: 35px;
    left: 30px;
    max-width: 290px;
    padding: 40px 55px 100px 40px;
    background: #FCD200;
}

.place_slider_box h4 {
    font-size: 54px;
    font-weight: 700;
    line-height: 72px;
}

.place_slider_box .owl-nav {
    position: absolute;
    bottom: -36px;
    right: 142px;
}

.place_slider_box button.owl-next span:after {
    left: -15px;
}

.place_fact_box {
    padding-bottom: 80px;
}

.place_slider_box p {
    line-height: 21px;
}

.place_sec3 {
    padding: 120px 0px 80px;
    background: #BC2027;
}

.general_guidelines_box .font-21 {
    color: #F8F8F8;
    margin-bottom: 40px;
}

.general_guidelines_box ul li {
    color: #F8F8F8;
    padding-bottom: 15px;
}

.general_guidelines_box ul.yellow_list {
    padding: 0;
    margin: 0;
}

.general_guidelines_box ul.yellow_list li {
    list-style: none;
    padding-left: 25px;
}

.rakhi-arora_pruthi p strong {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.rakhi-arora_pruthi p {
    color: #fff;
    margin: 0;
}

.rakhi-arora_pruthi p+p {
    opacity: 0.8;
}

.rakhi-arora_pruthi {
    padding-top: 30px;
    margin-top: 50px;
    position: relative;
}

.rakhi-arora_pruthi:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #FCD200;
    position: absolute;
    top: 0;
    left: 0;
}

.place_sec4 {
    padding: 90px 0px 100px;
}

.place_batch {
    padding-right: 60px;
}

figure.place_batch_box {
    padding: 30px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    position: relative;
}

figure.place_batch_box:first-child {
    border-top: 1px solid #D5D5D5;
}

figure.place_batch_box img {
    display: inline-block;
    margin-right: 15px;
}

figure.place_batch_box figcaption {
    font-size: 18px;
    line-height: 30px;
    color: #363636;
    font-weight: 600;
}

.place_sec4 .row {
    align-items: center;
}

a.click_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999999px;
}

figure.place_batch_box:hover figcaption {
    color: #b42b2d;
}

.place_sec5 .international_collaborations_box {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.place_sec5 {
    padding: 80px 0px 50px;
    background: #F1F1F1;
}

.place_sec5 .sec_hed h3 {
    margin-bottom: 40px;
}

.place_sec5 .sec_hed {
    text-align: center;
    padding-bottom: 60px;
    max-width: 730px;
    margin: 0 auto;
}

.place_sec6 {
    padding: 90px 0px 100px;
}

.rec_textimonial .row {
    --bs-gutter-x: 4.5rem;
}

.rec_textimonial_box figcaption {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}

.rec_textimonial_box {
    position: relative;
}

.rec_textimonial_box:before {
    content: url(../images/video-icon.png);
    position: absolute;
    top: 45%;
    left: 45%;
    padding: 12px 10px 10px 15px;
    background: #fff;
    border-radius: 100%;
    font-size: 10px;
    line-height: 10px;
}

.rec_textimonial_box:hover::before {
    background: #ffffffc2;
}

.place_sec7 {
    padding: 80px 0px 140px;
    background: #0DACE5;
}

.place_sec7 .sec_hed h3 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.placement_records {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.placement_records_item {
    background: #fff;
    padding: 32px 35px 45px;
    border-bottom: 3px solid #FCD200;
    max-width: 300px;
    position: relative;
}

.placement_records_item figcaption {
    font-size: 15px;
    line-height: 21px;
    color: #363636;
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
}

.aid_scholarships_sec1 h2 {
    margin-bottom: 40px;
}

.aid_scholarships_sec2 {
    padding: 50px 0px 95px;
}

.aid_scholarships_sec2 .accordion-item .accordion-body {
    padding: 50px 40px;
}

.cdc_content p strong {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.table_wrapper {
    margin-bottom: 45px;
}

.scheme p {
    font-size: 11px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-style: italic;
}

.scheme p span {
    font-weight: bold;
    color: #BC2027;
}

.min_height {
    height: 650px;
}

.objectives.mriirs_qp .container {
    position: relative;
    z-index: 1;
}

.objectives.mriirs_qp:after {
    content: "";
    background: #b22b2e;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.objectives.mriirs_qp {
    padding-bottom: 10rem;
    isolation: isolate;
}

.objectives.mriirs_qp.mriirs_quality-policy {
    padding-top: 5rem;
    isolation: isolate;
}

.objectives.mriirs_qp.mriirs_quality-policy .qp {
    padding-bottom: 2rem;
}

.mriirs_qp .objectives_inner {
    max-width: 85%;
    margin-left: 2.8rem;
    padding-top: 40px;
}

.cont_img {
    margin-bottom: 25px;
}

.supervisors_box figcaption {
    position: relative;
}

.lab_facilities_main .facility_name {
    background-color: #fff;
    padding: 25px 17px 30px 20px;
}

.lab_facilities_main .facility_name:hover p {
    color: #BC2027;
}

.lab_facilities_main {
    padding-bottom: 70px;
}

.retired_personnel p strong {
    margin-bottom: 0;
}

.lab_facilities_main .mru_lab {
    cursor: pointer;
}

.physical_counselling_main .box {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
    border-bottom: 1px solid #D5D5D5;
}

.physical_counselling_main .box:last-child {
    border-bottom: none;
}

.physical_counselling_main .box h4 {
    font-weight: 700;
    font-size: 24px;
    color: #BC2027;
    line-height: 30px;
    width: 70px;
}

.physical_counselling_main .box p {
    width: calc(100% - 100px);
    margin-bottom: 0px;
}

.physical_mid_content {
    margin-top: 50px;
}

.objectives_inner.secondary {
    max-width: 94%;
    margin-left: 0.8rem;
}

.physical_counselling_main {
    padding-bottom: 90px;
}

.award-achievements .box_wrapper h5 {
    font-weight: 700;
    font-size: 15px;
    color: #BC2027;
    margin-bottom: 8px;
    line-height: 21px;
}

.dcse-tp-mr.scholarly_strengths::after {
    z-index: 0;
    height: 100%;
}

.dcse-tp-mr.scholarly_strengths .container {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.about_overview.students-achievement .box:last-child::after {
    display: none;
}

.about_overview.students-achievement .box:last-child {
    border-bottom: none;
}

.inner-container {
    padding: 100px 0 0;
    background: #F8F8F8;
}

.artlab_title {
    padding-top: 60px;
}

.artlab.btn-custom-1 {
    background-color: #E1DFE4;
    border-radius: 0;
    color: #BC2027;
    height: 37px;
    width: 94px;
}

.h-14 {
    height: 14px;
}

.artlab_content-right.nav-ul-1 .nav-item {
    background-color: #0DACE5;
    margin-bottom: 13px;
    padding: 0;
}

.artlab_problem-heading {
    background-color: #fff;
    padding: 21px 16px 22px 16px;
    /* margin-top: 51px; */
}
.state-of-the-art-labs-mriirs .pt-51{padding-top: 0;}
.artlab_content-right.nav-ul-1 .nav-item .nav-link {
    color: #ffffff;
    font-weight: 400;
}

.artlab_content-right.nav-ul .nav-item .nav-link {
    font-size: 15px;
}

.a-link-color {
    color: #000000;
}

.pe-20 {
    padding-right: 20px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pt-51 {
    padding-top: 51px;
}

.artlab_message_content.nav-ul .nav-item .nav-link {
    font-size: 15px;
    color: #363636;
    font-weight: 700;
}

.artlab-content-box.comment-tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 21px 16px 22px 16px;
}

.artlab-content-box.comment-tab input {
    width: 714px;
    border-radius: 0;
    font-size: 13px;
    height: 41px;
}

.img-online {
    bottom: 5px;
    right: 1px;
}

.inner-container .title-head {
    padding: 75px 0 65px;
}

.accordion-button:focus {
    box-shadow: none;
}

.v-mri_accordian .accordion-button::after {
    background: url(../images/plus.png) no-repeat;
    width: 30px;
    height: 30px;
}

.v-mri_accordian .accordion-button:not(.collapsed)::after {
    background: url(../images/cross.png) no-repeat;
    width: 30px;
    height: 30px;
}

.chairperson-label {
    background: #FCD200 !important;
    color: #000 !important;
}

.name-label-span {
    background: #0DACE5;
    padding: 5px 6px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: -15px;
    font-weight: 600;
    left: 22px;
}

.aca-academic_offering .program_des {
    border: 0;
}

.bt-acad-offerings .program_des {
    padding-left: 35px;
}

.program_des ul {
    padding: 0;
    list-style: none;
}

.aca-academic_offering.mrriirs_academic_offering.bt-acad-offerings .program_des ul li a {
    color: #BC2027;
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.bt-acad-offerings .program_des ul li p {
    font-weight: 400;
}

.program_des ul li img {
    position: absolute;
    right: 0;
    top: 7px;
}

.aca-academic_offering .program_des ul li {
    position: relative;
    padding: 6px 0;
}

.program_des {
    border-top: 2px solid #BC2027;
}

.mriirs_academic_offering_second.bt-acad-offerings1 .objectives_inner_tips {
    margin-top: 0;
    padding-right: 35px;
}

.v-mriirs_academic_para {
    padding-top: 30px;
}

.vp-mriirs_academic_para {
    margin-top: 40px;
    margin-bottom: 90px;
}

.v-collaboration {
    margin-top: -60px;
}

.v-table-format {
    margin-top: 40px;
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0 !important;
}

.table_ac_sch_syllabus {
    padding: 60px 0px;
}

.m-a-a .w-bx {
    background: #fff;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.m-a-a .w-bx h5 {
    padding: 10px 20px 15px;
    margin-bottom: 0;
}

.placement-gud,
.stp {
    position: relative;
    z-index: 1;
}

.placement-gud:before {
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background: #BC2027;
}

.stp span {
    position: absolute;
    left: 0;
    top: 0;
}

.hdrs {
    text-transform: uppercase;
}

.text-red {
    color: #BC2027 !important;
}

.text-yellow {
    color: #E9C41C !important;
}

.bg-red {
    background: #bb2026;
}

.bg-teal {
    background: #00ccb8
}

.padding-50 {
    padding: 50px 0;
}

.padding-80 {
    padding: 80px 0;
}

.margin-t-60 {
    margin-top: -60px;
}

.margin-t-40 {
    margin-top: -40px;
}

.pd-t-100 {
    padding-top: 100px;
}

.bg-peach {
    background: #fc5e53;
}

.bg-blue {
    background: #0dace4;
}

.a-in-p-three .mn-prt {
    display: grid;
    grid-template-columns: 50% 50%;
}

.a-in-p-three .mn-prt .bxss {
    padding: 40px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.c-i-t-u .miiris-award-bio .box {
    display: flex;
}

.c-i-t-u .miiris-award-bio .box .txts {
    width: 70%;
}

.c-i-t-u .miiris-award-bio .box .b-x {
    width: 30%;
}

.dcse-top-mr ul {
    grid-gap: 2rem !important;
    margin-bottom: 0 !important;
}

.dcse-top-mr ul li {
    flex-direction: column;
    height: 220px !important;
    padding: 28px 45px !important;
}

.dcse-top-mr ul li h6 {
    margin-top: 20px;
    font-weight: 600;
}

.dcse-top-mr::after {
    height: 28% !important;
}

.dcse-top-mr-2::after {
    height: 35% !important;
}

.dcse-top-mr-3::after {
    height: 50% !important;
}

.mech-a-c:after {
    display: none;
}

.m-a-a .w-bx figcaption {
    padding: 10px 20px 15px;
    margin-bottom: 0;
}

.newsletter-mains .news-letter-link {
    background: #fff;
    padding: 40px 70px 80px;
}

.newsletter-mains .news-letter-link .program_pan_structure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #e3e3e3;
    justify-content: space-between;
    padding: 30px 12px 30px 0px;
}

.newsletter-mains .news-letter-link .program_pan_structure h5 {
    margin-bottom: 0;
}

.figs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.figs figure {
    background: #fff;
    padding: 20px;
    margin-bottom: 0;
}

.figs figure img {
    height: 100px;
    object-fit: contain;
}

.ece-colb-webi .webinar-img-box img {
    height: 300px;
}

.ece-life-tc-pr {
    position: relative;
}

.ece-life-tc-pr:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: #BC2027;
}

.zz {
    position: relative;
    z-index: 11;
}

.ece-clans-life-pr .bxes {
    margin-bottom: 40px;
}

.ece-clans-life-pr .bxes .program_pan_structure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #e3e3e3;
    justify-content: space-between;
    padding: 15px 12px 24px 0px;
}

.ece-place-news-pr .nws-pr {
    display: flex;
}

.ece-place-news-pr .nws-pr figure {
    width: 50%;
}

.ece-place-news-pr .nws-pr .bbx {
    width: 50%;
    padding: 40px 50px;
}

.ece-place-news-pr .nws-pr .bbx a {
    display: block;
}

.ece-place-news-pr .ece-nws-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 30px;
}

.bio-top-itu ul li {
    height: 260px !important;
}

.bio-itu-pr .img-box {
    position: relative;
}

.bio-itu-pr .img-box .clg-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
}

.doc_learning_deve_sec {
    padding-bottom: 11rem;
}

.msug_our-impact .container {
    position: relative;
    z-index: 1;
}

.msug_our-impact {
    position: relative;
}

.msug_our-impact:before {
    content: "";
    width: 100%;
    height: 5rem;
    background: #b32b2c;
    position: absolute;
    bottom: 0;
}

@media (min-width:1400px) {

    ul.yellow_list li,
    p,
    .small-p-txt,
    .dojmc_thrist_area_item figcaption {
        font-size: 15px;
        line-height: 26px;
    }

    .yellow_box_fact p {
        font-size: 15px;
        line-height: 24px;
    }

    .quote-box::before {
        left: 90%;
    }

    .SoMSH-dean-message-section .dean-message-box {
        padding: 0px 50px 0px 60px;
    }

    .SoMSH-dean-message-section:before {
        height: 62%;
    }

    .ach .dtl .stdnt-achv .small-p-txt {
        line-height: 26px;
    }

    .ach .dtl .stdnt-achv .mid-text {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 20px;
    }

    .ach .dtl .stdnt-achv .name-ach p {
        font-size: 18px;
        line-height: 28px;
    }

    .individual_studies .white-box {
        width: 480px;
    }

    .placement_opportunities+.yellow-bx {
        padding: 70px 60px;
        max-width: 380px;
    }

    .electronic_media .placement_opportunities {
        padding-top: 30px;
    }

    .top_place_sec2:before {
        height: 45%;
    }
}

@media (min-width:1650px) {}

.cdc_accordion ul.yellow_list li a {
    color: #000;
}

.manovriti-about {
    padding-top: 0;
    padding-bottom: 0;
}

.manovriti-about-right {
    margin-top: 2rem;
}

.manovriti-mission {
    background-color: #BC2029;
    margin-top: -50px;
    padding-bottom: 70px;
}

.manovriti-mission-title {
    margin-bottom: 50px;
    padding-top: 50px;
}

.manovriti-mission ul li {
    position: relative;
    color: #fff;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

.manovriti-mission ul li::before {
    color: #fff;
    position: absolute;
    content: "";
    background-color: #E9C41C;
    height: 50px;
    width: 2px;
    left: -25px;
}

.manovriti-faculty {
    padding-top: 112px;
}

.manovriti-faculty h3 {
    margin-bottom: 41px;
}

.manovriti-contact-right {
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 48px;
    padding-left: 33px !important;
    padding-right: 33px;
    margin-left: -6rem;
    margin-right: 1rem;
    border-bottom: 5px solid #E9C41C;
}

@media (min-width: 1921px) {
    .manovriti-mission-title {
        padding-top: 0;
    }
}

.initiatives-list ul {
    padding-left: 0rem;
}

.initiatives-list ul li {
    position: relative;
    padding-left: 20px;
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1365 - 320));
    margin-bottom: 20px;
    line-height: 26px;
}

.initiatives-list ul li:after {
    width: 7px;
    height: 7px;
    content: "";
    background: #E9C41C;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.student-grievances {
    padding-top: 0;
    padding-bottom: 73px;
}

.student-grievances-title1 {
    margin-bottom: 75px;
    padding-top: 70px;
}

.steps-to-raise {
    border-bottom: 1px solid #E9C41C;
    height: 100%;
    padding-block: 1.5rem;
}

.steps-to-raise h4 {
    font-size: 30px;
    font-weight: bold;
}

.it-cell {
    background-color: #BC2029;
    padding-bottom: 103px;
}

.it-cell-left2 {
    padding-left: 55px;
}

.steps-to-raise p a {
    color: #0DACE5;
}

.steps-to-raise p {
    margin-bottom: 0;
}

.it-cell-left-inner {
    padding-top: 60px;
}

.it-cell-left2 p {
    padding-top: 56px;
}

.student-grievances-title {
    padding-top: 40px;
}

.student-welfare-list {
    padding: 0px 0px 90px !important;
}

.cdc-professor {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.capacity-development {
    background-color: #BC2029;
    padding: 50px 0px 80px;
    margin-top: 100px;
}

.capacity-development-left {
    margin-top: -7rem;
    padding-right: 80px;
}

.cd-development {
    padding: 0px 0px 0px !important;
}

.cdc-reports-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.cdc_reports_box a>img {
    width: 23px;
    margin-bottom: 15px;
}

.cdc_reports_box a>img>p {
    margin-bottom: 15px;
}

.cdc_reports_box>a p {
    color: #363636;
    font-size: 13px;
    line-height: 17px;
    display: block;
}

.cdc_reports_box {
    border-right: 1px solid #E1E1E1;
}

.cdc_reports_box:last-child {
    border-right: 0px solid #E1E1E1;
}

.professor-of-practice-left {
    padding-right: 33px;
}

.professor-of-practice-right h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #363636;
}

.professor-of-practice-left2 {
    padding-top: 50px;
    padding-right: 84px;
}

.cdc-title {
    padding-bottom: 50px;
}

.cdc-professor ul li {
    margin-bottom: 10px !important;
    font-size: 13px !important;
}

.education-initiatives-right2 {
    padding-top: 22px;
}

.education-initiatives2 {
    background-color: #BC2027;
    color: #ffff;
    padding-top: 80px;
    margin-top: -2rem;
}

.community-csr-main {
    margin: 108px 0px 0px;
}

.community-csr-title {
    padding-bottom: 62px;
}

.faridabad-navchetna {
    background-color: #E1DFE4;
}

.faridabad-navchetna-left {
    margin-top: -3rem;
}

.faridabad-navchetna-right {
    padding-left: 56px;
}

.institutional-social-responsibilities {
    background-color: #BC2027;
    padding-top: 100px !important;
}

.isr p {
    margin-top: 30px !important;
}

.isr-thumb {
    padding-top: 48px;
}

.bhalla-foundation-right {
    padding-right: 33px;
}

.recruiters-testimonials-right h4 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
}

.recruiters-testimonials-right h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 38px;
}

.recruiters-testimonials-bg {
    background-color: #fff;
    padding: 41px;
    position: relative;
    margin-bottom: 50px;
}

.quotation-iocn img {
    position: absolute;
    top: -35px;
    right: 25px;
}

.key-areas-right {
    padding-left: 30px;
}

.ic-thumb-inner {
    background-color: #BC2027;
    padding: 0rem 2rem 2rem;
    margin-top: 50px;
    margin-bottom: 2rem;
}

.ic-thumb img {
    mix-blend-mode: multiply;
}

.ic-thumb figure {
    margin-bottom: 3rem;
}

.key-areas-professor {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.key-areas-professor ul li {
    margin-bottom: 1rem !important;
}

ul.board_faculty {
    padding: 0;
}

.mriirs_board_of_faculty ul {
    padding: 0;
}

.mriirs_board_of_faculty {
    padding: 50px 35px 90px;
}

.mriirs_board_of_faculty ul li:after {
    width: 7px;
    height: 7px;
    content: "";
    background: #E9C41C;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.mriirs_board_of_faculty ul li {
    position: relative;
    padding-left: 20px;
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1365 - 320));
    margin-bottom: 20px;
    line-height: 26px;
}

.mriirs_board_of_faculty ul.board_faculty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.mriirs_board_of_faculty ul.board_faculty li {
    width: 45%;
    display: flex;
    margin-bottom: 14px;
}

.mriirs_board_of_faculty ul.board_faculty li a {
    font-size: 16px;
    color: #363636;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mriirs_board_of_faculty h5 {
    margin-bottom: 35px;
    margin-top: 35px;
    font-weight: 600;
}

ul.board_faculty li p {
    width: 90%;
    margin: 0;
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1365 - 320));
}

ul.board_faculty li img {
    float: right;
}

.mriirs_board_of_faculty li a {
    color: #000;
}

section.Orgnisation-Chart {
    margin-bottom: 80px;
}

.impactThree_right .report_title>h6 a {
    color: #000;
}

.impactThree_right .report_title>h6 a:hover {
    color: #bc2027;
}

section.mriirs_asc_sec.mriis_tab_content.pt-0 p a {
    color: #000;
    font-weight: 600;
}

section.mriirs_asc_sec.mriis_tab_content.pt-0 p a:hover {
    color: #bc2027;
}

section.mriirs_asc_sec.mriis_tab_content .accordion {
    padding-top: 0;
}

section.mriirs_asc_sec.mriis_tab_content li a {
    color: #363636;
    font-size: 15px;
}

.ac-mriiis .mribs_box>.mribsFigcaption {
    padding: 30px
}

.accordion.space-0 {
    padding-top: 0;
}

.space-0 .accordion {
    padding-top: 0;
}

.authBg_2 {
    background-color: #0DACE5;
}

.authBg_1 {
    background-color: #FCD200;
    color: #000;
}

.visit-site a {
    display: inline-block;
    background: #F8F8F8;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 25px;
    box-shadow: 0px 5px 8px #00000014;
    position: relative;
    z-index: 2;
}

.mriirs_notices .adm_not_boxOne {
    background-color: #FD5E53;
    padding: 36px 36px 0;
    position: relative;
    left: -25px;
}

.mriirs_notices .adm_not_boxTwo {
    background-color: #FFFFFF;
    padding: 50px 36px;
    position: relative;
    left: -25px;
}

section.partnership_with {
    background: #E1DFE4;
    padding: 200px 50px 120px;
    text-align: center;
    margin-top: -100px;
}

.adm_notices .visit-site a {
    top: 15px;
}

.mriirs_notices .aboutBanner {
    margin: 0;
}

section.partnership_with h2 {
    margin-bottom: 30px;
}

section.partnership_with p {
    font-size: 18px;
    color: #363636;
    padding: 0 50px;
    line-height: 26px;
}

section.partnership_with .visit-site {
    margin-top: 25px;
}

.visit-site a:hover {
    background: #BC2027;
    color: #fff;
}

section.Educational-Loan {
    padding: 100px 0;
}

section.partnership_with .visit-site a {
    margin-top: 25px;
}

.el-block2 {
    margin-top: 70px;
    background: #CC014A;
    padding: 50px 0;
    position: relative;
}

section.Educational-Loan figure {
    width: 680px;
    position: relative;
}

section.Educational-Loan {
    overflow: hidden;
}

.el-block2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #CC014A;
    position: absolute;
    left: -100%;
    top: 0;
}

.el-block2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #CC014A;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 0;
}

.el-block2 blockquote {
    font-size: 18px;
    color: #fff;
}

.el-block1 .visit-site {
    margin-top: 15px;
    display: inline-block;
}

figure.comn_soon img {
    width: 100%;
}

section.Guidelines-Policies {
    padding-bottom: 150px;
}

section.Guidelines-Policies .sheet_box {
    padding: 40px;
}

.mehod-aontent1 {
    padding-left: 40px;
}

.mehod-aontent1 h2 {
    margin-bottom: 25px;
}

.method-content2 {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-content2 blockquote {
    font-size: 18px;
    width: 59%;
}

.method-content2 ul {
    width: 50%;
    display: flex;
    position: relative;
}

.method-content2 ul li {
    margin-left: 25px;
    padding: 15px;
    background: #fff;
}

.method-content2 ul:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 15px;
}

section.mooc_courses {
    background: #CC014A;
    margin-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.medhod-content3 {
    padding: 90px 35px 35px 0;
}

.medhod-content3 p {
    color: #fff;
}

section.mooc_courses figure {
    margin-top: -60px;
}

.List-MOOC .sheet_box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid var(--primary-color4);
}

.List-MOOC .sheet_box br {
    display: none;
}

.List-MOOC .sheet_box img {
    margin: 0 25px 0 0px;
}

.List-MOOC .sheet_box a {
    font-size: 13px;
}

section.List-MOOC .row {
    padding: 25px 0;
}

.md-content4 p {
    margin: 0;
}

.md-content4 {
    padding: 20px;
}

.medhod-content4 {
    padding-left: 45px;
}

.medhod-content4 ul {
    display: flex;
    padding: 60px 0 0;
}

.medhod-content4 ul .sheet_box {
    background: none;
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #e3e3e3;
}

.medhod-content4 ul .sheet_box a {
    font-size: 13px;
}

.medhod-content4 ul .sheet_box img {
    margin: 0 15px 0 0;
}

.medhod-content4 li {
    margin-right: 29px;
}

.medhod-content4 li:last-child {
    margin: 0;
}

.medhod-content4 .visit-site {
    display: inline-block;
    margin-top: 25px;
}

section.Short_Term_Technical {
    padding-bottom: 150px;
    padding-top: 50px;
}

.Short_Term_Technical-box {
    border-top: 1px solid #ddd;
    padding-top: 70px;
}

.mriirs_about_admission .about_admission_main_content h5 {
    margin-top: 40px;
}

.mriirs_about_admission .about_admission_main_content .apply-now {
    display: inline-block;
    margin-top: 30px;
}

.read-icon-common a {
    background: var(--primary-color3);
    padding: 1px 8px;
    color: #fff !important;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
    bottom: 25px;
    box-shadow: 0px 2px 7px #00000069;
    display: inline-block;
    width: max-content;
    transition: 0.5s ease all;
}

.other_admission_list .read-icon-common {
    background: var(--primary-color3);
    padding: 1px 8px;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
    bottom: 25px;
    box-shadow: 0px 2px 7px #00000069;
    display: inline-block;
    width: max-content;
    transition: 0.5s ease all;
}

section.admissionoverview_second.mriirs_about_admission2 ul.admissionchild_ul li {
    padding: 8px 0;
    border-bottom: 1px solid #70707061;
}

section.admissionoverview_second.mriirs_about_admission2 .admission_second_overview_two .bg-white-apply {
    margin-top: 15px;
}

section.admissionoverview_second.mriirs_about_admission2 .admission_second_overview_two .bg-white-apply a:hover {
    background: #bc2027;
    color: #fff !important;
}

section.other_admission_list h3 {
    color: #BC2027;
    font-size: 18px;
    margin: 25px 0;
}

.global_partnership_content.faq_content_mid p a,
.innovation_main_body .accordion .accordion-item .accordion-body p a {
    color: #000;
}

a.streched_link {
    display: inline-block;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

section.other_admission_list .admission_list_block {
    position: relative;
}

section.other_admission_list {
    padding-bottom: 75px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 75px;
}

.admission_list_block:hover .read-icon-common {
    background: #E9C41C;
    color: #000;
}

section.procedure-for-change {
    text-align: center;
    padding: 90px;
}

section.procedure-for-change p {
    margin: 0;
}

.mriiirs_admission_faq .program-faq .innovation_main_body accordion-body p {
    font-size: 13px;
    font-weight: normal;
}

section.admission_faq.mriiirs_admission_faq .tab-content.accordion.program-faq p {
    font-weight: 400;
    line-height: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
    font-size: calc(13px + (19 - 18) * (100vw - 320px) / (1920 - 320));
    padding: 0 0 20px;
    margin: 0;
}

.mriiirs_admission_faq .innovation_main_body .accordion .accordion-item .accordion-body {
    padding: 35px 25px;
    background: #F8F8F8;
    margin-top: 10px;
    margin-bottom: 5px;
}

section.admission_faq.mriiirs_admission_faq {
    padding-bottom: 150px;
}

section.admission_faq.mriiirs_admission_faq h6:after {
    content: "";
    width: 90%;
    position: absolute;
    right: 0;
    height: 1px;
    background: #ddd;
    top: 17px;
}

section.admission_faq.mriiirs_admission_faq h6 {
    position: relative;
}

section.mriirsmrnat p {
    padding-right: 50px;
}

section.mriirsmrnat blockquote {
    font-size: 18px;
    line-height: 26px;
    margin: 35px 0;
    padding-right: 50px;
}

.mrnat-block {
    background: #CC014A;
    text-align: center;
    padding: 80px 80px;
    margin: 70px 0;
}

.mrnat-block h3.inner_title {
    color: #fff;
    margin-bottom: 40px;
}

.mrnat-block p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

section.Courses-Under-MRNAT h2 {
    text-align: center;
    margin-bottom: 50px;
}

section.Courses-Under-MRNAT {
    padding-top: 50px;
}

.courses-mriirs-list .d-lg-flex {
    justify-content: center;
}

.courses-mriirs-list .nav-item .nav-link {
    padding: 15px 25px;
    font-weight: 600;
}

.courses-mriirs-list .innovation_center .accordion-body {
    background: none;
}

.courses-mriirs-list .innovation_center .accordion-body .innovation_main_body ul {
    background: #fff;
    padding: 30px 30px 50px;
    display: flex;
    flex-wrap: wrap;
}

.courses-mriirs-list .innovation_center .accordion-body .innovation_main_body ul li {
    border-bottom: 1px solid #70707069;
    padding: 10px 0;
    width: 31%;
    margin-right: 23px;
}

.courses-mriirs-list .innovation_center .accordion-body .innovation_main_body ul li a {
    color: #363636;
}

.courses-mriirs-list .innovation_center .accordion-body .innovation_main_body ul li a:hover {
    color: #BC2027;
}

.courses-mriirs-list {
    padding-bottom: 150px;
}

.courses-mriirs-list .d-lg-flex li.nav-item {
    padding-bottom: 0;
}

.mriirs_syllabus_mnt {
    padding-left: 50px;
}

.mriirs_syllabus_mnt p b {
    font-size: 16px;
    display: block;
    margin-top: 45px;
}

section.mrant-faq {
    padding: 90px 0;
    background: #fff;
    margin-top: 90px;
}

section.mrant-faq .tab-content.accordion.program-faq .accordion-body {
    padding: 35px 15px 45px;
}

section.mrant-faq .tab-content.accordion.program-faq .accordion-body p {
    font-size: 13px;
    margin-bottom: 15px;
}

section.mrant-faq .tab-content.accordion.program-faq .accordion-body p a {
    color: #BC2027;
    font-weight: bold;
}

section.mrant-faq .sheet_box {
    width: auto;
    display: inline-block;
}

.admission_accordian .col-lg-8,
.admission_accordian .col-lg-4 {
    padding: 0;
    margin: 0;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .admission_objectives_inner_one p {
    margin-bottom: 30px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .admission_objectives_inner_two {
    padding: 45px;
    background: #CCD20D;
    height: 100%;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .admission_objectives_inner_two p {
    margin-bottom: 30px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process p a {
    color: #000;
    font-weight: 600;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process p a:hover {
    color: #BC2027;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .accordion-body .faq_content_mid p {
    margin-bottom: 0;
    padding: 0px 0 20px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process p b {
    margin-bottom: 0px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .accordion-body .faq_content_mid ul {
    margin-bottom: 30px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .accordion-body .faq_content_mid ul ul {
    padding: 20px 0px 0;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .accordion-body .faq_content_mid ul li a {
    color: #000;
    font-weight: 600;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process {
    padding-bottom: 150px;
}

body .font-12 em {
    font-size: 12px;
}

section.learning_development_sec5.aid_scholarships_sec2.mriirs_aid_scholarships_sec2 .accordion {
    padding-top: 0;
}

section.International-Admissions h2 {
    margin-bottom: 50px;
}

.foreign-students {
    padding-right: 50px;
}

section.international-admission2 {
    background: #BC2027;
    padding: 170px 0;
    margin-top: -70px;
}

section.international-admission2 h3 {
    font-size: 16px;
    color: #fff;
}

section.international-admission2 p {
    color: #fff;
    padding-right: 50px;
    line-height: 24px;
}

section.mriirs_admission_procedure h3 {
    color: #fff;
    font-size: 16px;
}

section.mriirs_admission_procedure {
    margin-top: -90px;
}

section.mriirs_admission_procedure .main_box_process {
    background: #fff;
    padding: 35px;
}

section.mriirs_Mandatory {
    background: #0DACE5;
    padding: 100px 0 120px;
}

section.mriirs_Mandatory h2.inner_title {
    color: #fff;
    margin-bottom: 35px;
}

section.mriirs_Mandatory p {
    color: #fff;
}

section.mriirs_Mandatory ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 50px;
}

section.mriirs_Mandatory ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    padding-bottom: 0;
}

section.mriirs_Mandatory ul li:after {
    content: "";
    width: 1px;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.place_slider_box_new {
    padding: 70px 55px 100px 40px !important;
}

.place_slider_box_new .owl-nav {
    position: absolute;
    left: 50px;
    bottom: -23px;
    right: 0 !important;
}

.global_partnerships_dsc {
    padding: 50px 0px 0px;
}

.global_partnerships_right {
    padding-left: 45px;
    padding-right: 0px !important;
}

.global_partnerships_bg {
    background-color: #fff;
}

.global_partnerships_bg {
    background-color: #fff;
    padding: 64px 60px 64px;
}

.global_partnerships_bottom {
    position: relative;
    margin-top: 5rem;
}

.global_partnerships_bottom::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #D5D5D5;
    content: "";
    top: -25px;
}

.global_partnerships_bottom p {
    margin-bottom: 5px;
}

.global_partnerships_bottom h3 {
    margin-bottom: 20px;
}

.global_partnerships_sec2 {
    margin-bottom: 100px;
}

.international-faculty h3 {
    margin-bottom: 50px;
}

.international-faculty {
    margin-bottom: 100px;
}

.dceaip_secOne {
    position: relative;
}

.dceaip_secTwo {
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #0DACE5;
}

.dceaipTwo_left {
    padding-top: 105px;
}

.dceaipTwo_right {
    margin-top: -60px;
    position: relative;
}

.dceaipTwo_bottom {
    margin-top: -40px;
}

.dceaipTwo_bottom .custom-bullets {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.dceaipTwo_bottom .custom-bullets>li {
    color: #fff;
    font-weight: 700;
    flex: 0 0 32.33%;
    margin: 0;
}

.dceaip_secThree {
    padding-top: 100px;
    padding-bottom: 50px;
}

.dceaipThree_right ul>li>ul>li {
    margin-bottom: 10px;
    list-style: circle;
    padding-left: 0;
}

.dceaipThree_right ul>li>ul>li::before {
    display: none;
}

.dceaip_secfour {
    padding-top: 100px;
    padding-bottom: 150px;
}

.dceaip_assessm {
    position: relative;
    padding: 80px 0;
    padding-right: 55px;
    background-color: #E1DFE4;
    z-index: 1;
}

.dceaip_assessm::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
}

.dceaipassessme_right>p {
    font-weight: 600;
}

.dceLNtr_wraper {
    padding-bottom: 25px;
}

.dceLNtr_wraper_two {
    position: relative;
    padding-top: 25px;
    background-color: #BC2027;
    padding-bottom: 80px;
    z-index: 1;
}

.dceLNtr_wraper_two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #F8F8F8;
    z-index: -1;
}

.dceLNtr_caption {
    padding-top: 15px;
}

.dceLNtr_wraper_two .dceLNtr_caption>p {
    color: #fff;
}

.btn_wraper {
    display: inline-block;
}

.btn_wraper>a {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(12px + (14 - 12) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(21px + (23 - 21) * (100vw - 1366px) / (1920 - 1366));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    border-top: 2px solid rgb(255 255 255 / 16%);
}

.btn_wraper>a>img {
    width: auto;
}

.dceLNtr_sec_two {
    padding-top: calc(30px + (100 - 30) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(60px + (100 - 60) * (100vw - 320px) / (1920 - 320));
}

.dceLNtr_sec_two .studentsAchievement_box:last-child {
    border-bottom: 2px solid #d9d8d8;
}

.dceTC_sec_one {
    position: relative;
}

.tc_vision_figure {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-bottom: 11px solid #FCD200;
    height: 100%;
}

.tc_vision_figure img {
    width: 129px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.tc_vision_wraper {
    background-color: #0DACE5;
    padding: 40px;
    height: 100%;
}

.tc_vision_wraper p {
    color: #fff;
    font-weight: 400;
}

.dceTC_sec_two {
    padding-top: 145px;
    background-color: #E1DFE4;
    padding-bottom: 100px;
    margin-top: -50px;
}

.dceTC_two_wraper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.dceTC_two_wraper figure>img {
    height: 237px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dceTC_two_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
    padding: 15px 0;
    border-bottom: 2px solid #d4d4d4;
    height: 100%;
}

.dceTC_two_caption>span {
    color: #BC2027;
    font-size: 32px;
    font-weight: 800;
}

.dceTC_two_caption>p {
    font-weight: 400;
}

.dceTC_sec_two .btn_wraper>a {
    border-color: #d4d4d4;
}

.dceTC_sec_two .btn_wraper>a>img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.dcecep_sec {
    position: relative;
    padding-bottom: 60px;
}

.dcecep_figure {
    position: relative;
    z-index: 11;
}

.dcecep_figure .logobox {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: 6px solid #E9C41C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dcecep_figure .logobox>img {
    max-width: 94px;
}

.dcecepCareer {
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-left: -60px;
    margin-right: -60px;
    margin-top: -60px;
    padding-top: 80px;
    text-align: center;
}

.dcecepCareer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #BC2027;
    width: 80%;
    height: 2px;
}

.dcecepCareer .custom-bullets {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0;
}

.cep_webinar_sec {
    position: relative;
    margin: 0;
    background-color: #BC2027;
    padding-top: 60px;
    z-index: 1;
}

.cep_webinar_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #F8F8F8;
    z-index: -1;
}

.cep_webinar_sec .dceTC_two_caption>span {
    color: #E9C41C;
}

.cep_webinar_sec .dceTC_two_caption>p {
    font-weight: 400;
    color: #fff;
}

.cep_webinar_sec .dceTC_two_caption {
    border-bottom: 2px solid rgb(212 212 212 / 26%);
}

.cep_webinar_sec .dceTC_two_wraper figure>img {
    height: auto;
}

.ituLogo_sec {
    position: relative;
    margin: 0;
    background-color: #BC2027;
    padding-top: 60px;
    padding-bottom: 120px;
    z-index: 1;
}

.ituLogo_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-color: #F8F8F8;
    z-index: -1;
}

.itulogo_logo {
    background-color: #fff;
    position: relative;
    padding: 30px;
    height: 100%;
    text-align: center;
}

.itulogo_logo img {
    max-height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

.itulogo_logo p {
    margin-top: 10px;
    margin-bottom: 0;
}

.dceitups_sec {
    padding-bottom: 60px;
}

.dceitups_secOne {
    background-color: #0DACE5;
    padding: 90px 0;
}

.ituLogo_box_wraper {
    border-bottom: 2px solid rgb(255 255 255 / 23%);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ituLogo_box_wraper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ituLogo_box_wraper figure {
    background-color: #fff;
    padding: 20px;
}

.ituLogo_box_wraper .ituLogo_box_caption {
    padding-left: 50px;
}

.ituLogo_box_wraper .ituLogo_box_caption h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.ituLogo_box_wraper .ituLogo_box_caption ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.ituLogo_box_wraper .ituLogo_box_caption ul>li {
    color: #fff;
    flex: 0 0 50%;
}

.dceitups_secTwo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dceitupsTwo_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.dceitupsTwo_box .dceitupsTwo_box_cap {
    border-bottom: 3px solid #358D41;
    padding-bottom: 15px;
    height: 100%;
}

.dceitupsTwo_box .dceitupsTwo_box_cap h5 {
    font-weight: 700;
}

.dceitups_secThree {
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff;
}

.dcernrt_sec {
    position: relative;
    padding-bottom: 100px;
    background-color: #E1DFE4;
    z-index: 1;
}

.dcernrt_sec::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 25%;
    left: 0;
    background-color: #F8F8F8;
    z-index: -1;
}

.dcernrt_sec table thead tr>th {
    width: 50%;
}

.dcernrt_sec table tbody tr:nth-child(even) {
    background: #fff;
}

.dcernrt_sec table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

.nrt_text_box {
    padding: 20px;
    border-left: 3px solid #CC014A;
}

.nrt_text_box>p {
    margin-bottom: 0;
}

.dcedr_sec {
    position: relative;
    padding-bottom: 90px;
}

.dcedr_wraper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-bottom: 2px solid #BC2027;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.dcedr_wraper .dcedr_title {
    position: relative;
    margin-bottom: 44px;
}

.dcedr_wraper .dcedr_title::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #a6a6a6;
    right: 0;
}

.dcedr_wraper h5 {
    font-weight: 800;
    color: #363636;
    background-color: #F8F8F8;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 70%;
    margin-bottom: 0;
}

.dcedr_wraper ul {
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

.dcedr_wraper ul>li {
    color: #BC2027;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    font-weight: 600;
    margin-bottom: 50px;
}

.dcedr_wraper ul>li:last-child {
    margin-bottom: 0;
}

.dcedr_secTwo {
    padding: 40px 0 70px;
}

.dcedr_secTwo {
    background-color: #FD5E53;
    padding: 40px 0 70px;
}

.dcedr_secTwo p {
    color: #fff;
    font-weight: 400;
}

.dceaacLogo_secOne {
    padding-top: 60px;
    padding-bottom: 80px;
}

.dceaacLogo_secOne::before {
    height: 40%;
}

.dceaacLogo_secTwo {
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}

.dceaacLogo_secTwo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #BC2027;
    z-index: -1;
}

.dceaacLogo_secTwo .btn_wraper>a {
    color: #000;
    font-weight: 400;
    border-color: #eee;
}

.dceaacLogo_secTwo .btn_wraper>a>img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.dceassSec_two {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #00C2A2;
}

.dceassSec_three {
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}

.dceassSec_three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #00C2A2;
    z-index: -1;
}

.stats {
    position: relative;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}

.stats.statics {
    max-width: 9rem;
}

.count_num {
    margin-top: calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320));
    position: relative;
}

.count_num::before {
    content: '';
    position: absolute;
    width: 3rem;
    border-top: 1px solid;
    top: -23px;
}

.count_num p {
    display: inline-block;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.count_num span {
    display: inline-block;
    font-size: 54px;
    font-weight: 400;
    line-height: 72px;
    margin: 0;
}

.counting {
    display: inline-block;
    position: relative;
    padding-right: 0;
    font-weight: 700;
    line-height: 70px;
    font-size: 54px;
}

.dceass_counter {
    border-left: 10px solid #FCD200;
    background-color: #fff;
    padding: 25px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -80px;
    position: relative;
    z-index: 1;
}

.dceass_counter>p {
    max-width: 260px;
    font-weight: 700;
    margin-bottom: 0;
}

.dceass_counter .count_num {
    margin-top: 0;
}

.dceass_counter .count_num::before {
    display: none;
}

.dceass_caption>ul>li::before {
    background-color: #BC2027;
}

.dcercSec_one {
    padding-bottom: 65px;
}

.dcercSec_two .dcercSec_box {
    position: relative;
    background-color: #0DACE5;
    margin: 0 -50px;
    padding: 50px 50px;
    z-index: 1;
}

@media (min-width: 1367px) {
    .dcercSec_two .dcercSec_box {
        margin: 0 -100px;
        padding: 50px 100px;
    }

    .name label {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 1300px) {
    .dcercSec_two .dcercSec_box {
        margin: 0;
        padding: 50px 50px;
    }
}

.dcercSec_two .dcercSec_box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    background-color: #F8F8F8;
    z-index: -1;
}

.dcercSec_three {
    padding-top: 50px;
    padding-bottom: 100px;
}

.rgm_sec {
    position: relative;
    background-color: #E1DFE4;
    padding-top: 74px;
    padding-bottom: 95px;
}

.dcercSec_four {
    position: relative;
    padding: 80px 0 130px;
}

.mriirs_rpg_sec {
    padding-bottom: 67px;
}

.mriirs_rpg_secOne {
    padding-top: 0;
    padding-bottom: 95px;
    background-color: #BC2027;
}

.list_roman {
    padding-left: 15px;
}

.list_roman>li {
    list-style: lower-roman;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(24px + (26 - 24) * (100vw - 1366px) / (1920 - 1366));
    margin-bottom: calc(15px + (24 - 15) * (100vw - 1366px) / (1920 - 1366));
    color: #363636;
}

.list_roman.text-white>li {
    color: #fff;
}

@media only screen and (max-width: 1365px) {
    .list_roman>li {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1365 - 320));
        line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1365 - 320));
        margin-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1365 - 320));
    }
}

.btn_wraper_white {
    display: inline-block;
}

.btn_wraper_white>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    border-top: 2px solid rgb(255 255 255 / 22%);
    color: #fff;
    font-size: calc(12px + (14 - 12) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(23px + (26 - 23) * (100vw - 1366px) / (1920 - 1366));
}

.btn_wraper_white>a>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.mriirs_rpg_secTwo {
    padding-top: 100px;
    padding-bottom: 50px;
}

.mriirs_rpg_secThree {
    padding-top: 50px;
    padding-bottom: 140px;
}

.mriirs_rpg_secThree.secttion {
    padding-top: 50px;
    padding-bottom: 108px;
}

.rrrm_wraper {
    padding: 60px;
    background-color: #E1DFE4;
}

@media (min-width:1200px) {
    .rrrm_left {
        margin-left: calc(-100px + (-150 + 100) * (100vw - 1250px) / (1920 - 1250));
    }
}

.rrrm_right {
    padding-right: calc(0px + (100 - 0) * (100vw - 1366px) / (1920 - 320));
}

.mriirs_secOne {
    padding-bottom: 100px;
}

section.mriirs_secOne.secttion {
    padding-bottom: 24px;
}

.mriirs_secThree {
    background-color: #BC2027;
    padding-bottom: 100px;
}

.mriirsThree_left {
    margin-top: -60px;
}

.mriirs_secFour {
    padding: 85px 0;
    position: relative;
    background: url(../images/creative-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mriirs_secFour .stats>p {
    max-width: 192px;
}

.mriirs_secFive {
    padding: 60px 0 100px;
}

.mriirs_logo_box {
    background-color: #fff;
    padding: 20px;
    border-bottom: 3px solid #358D41;
}

.mriirs_logo_box>img {
    max-height: 95px;
    margin: 0 auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.mriirs_secSix {
    background-color: #E1DFE4;
    padding: 90px 0 130px;
}

.custom-bullets.text-white>li {
    color: #fff;
}

.doeDR_oneLeft {
    margin-bottom: -30px;
}

.doeDR_sec_two {
    background-color: #BC2027;
    padding: 80px 0 100px;
}

.doeDR_two>p {
    color: #fff;
}

.doeDR_two>ul>li {
    color: #fff;
}

.doeDR_twoLeft {
    background-color: #E9C41C;
    padding: 40px;
}

.doeDR_twoLeft>p {
    font-weight: 800;
    max-width: 320px
}

.doeDR_twoLeft h2 {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgb(139 139 139 / 52%);
}

.doeDR_sec_three {
    padding: 90px 0 130px;
}

.border-left-yellow {
    border-left: 4px solid #E9C41C;
    padding-left: 16px;
    height: 100%;
    display: block;
}

.dod_aoOne_left {
    position: relative;
    margin-bottom: -35px;
}

.dod_aoOne_box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 288px;
}

.dod_aoOne_light {
    background-color: #fff;
    padding: 30px;
}

.dod_aoOne_dark {
    background-color: rgb(188 32 39 / 92%);
    padding: 30px;
}

.dod_aoOne_dark>ul {
    padding-left: 20px;
}

.dod_aoOne_dark>ul>li {
    list-style: decimal;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    color: #fff;
    line-height: calc(24px + (27 - 24) * (100vw - 1366px) / (1920 - 1366));
    margin-bottom: calc(10px + (15 - 10) * (100vw - 1366px) / (1920 - 1366));
}

.dod_aoOne_dark>ul>li::marker {
    color: #E9C41C;
    font-size: 21px;
    font-weight: 700;
}

.dod_ao_sec_two {
    background-color: #E1DFE4;
    padding-top: 120px;
}

.dod_aotwo_right {
    margin-bottom: -50px;
}

.dod_ao_sec_three {
    padding: 140px 0;
}

.mritab_menu {
    background-color: #FFFFFF;
    padding: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.mritab_menu>h5 {
    margin-bottom: 22px;
}

.mritab_menu>.nav {
    border: none;
    padding: 0;
}

.mritab_menu>.nav>.nav-item {
    margin-bottom: 22px;
}

.mritab_menu>.nav>.nav-item:last-child {
    margin-bottom: 0;
}

.mritab_menu>.nav>.nav-item>.nav-link {
    padding: 0;
    font-size: 15px;
    color: #363636;
    font-weight: 400;
    border: none;
}

.mritab_menu>.nav>.nav-item>.nav-link.active {
    color: var(--primary-color3);
    font-weight: 600;
}

.mritab_menu>.nav>.nav-item>.nav-link:is(:hover, :focus) {
    color: var(--primary-color3);
}

.doeAi_sec_one {
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}

.doeAi_sec_one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #0DACE5;
    z-index: -1;
}

.doeAi_sec_two {
    padding: 40px 0 70px;
    background-color: #0DACE5;
}

.border_title {
    position: relative;
}

.border_title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: rgb(255 255 255 / 20%);
}

.border_title>h5 {
    position: relative;
    background-color: #0DACE5;
    padding: 0 30px;
    display: inline-block;
}

.doeAi_two_box {
    padding-right: 50px;
}

.doeaibox_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.doeaibox_title>span {
    color: #FCD200;
    font-size: calc(30px + (32 - 30) * (100vw - 1366px) / (1920 - 1366));
    font-weight: 700;
    border-right: 1px solid rgb(255 255 255 / 19%);
    padding-right: 15px;
    margin-right: 15px;
}

.doeaibox_title>h6 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.doeAi_two_box>p {
    color: #fff;
}

.doeAi_sec_three {
    padding: 68px 0 145px;
}

.doeitu_sec_one {
    padding-bottom: 75px;
}

.doeitu_sec_two {
    position: relative;
    background-color: #BC2027;
    z-index: 1;
}

.doeitu_sec_two::before,
.doeitu_sec_two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #f8f8f8;
    z-index: -1;
}

.doeitu_sec_two::after {
    bottom: 0;
    top: auto;
    left: 0;
    height: 50px;
    background-color: #f8f8f8;
}

.doeitu_two_box {
    background-color: #fff;
    padding: 50px;
    border-bottom: 5px solid #E9C41C;
    height: 100%;
}

.doeitu_two_box h6 {
    font-weight: 800;
    margin-bottom: 15px;
}

.doeitu_sec_three {
    padding: 60px 0 130px;
}

.border_box {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #dedede;
}

.border_box h3 {
    color: #BC2027;
    font-weight: 800;
}

.doeitu_logoBox figure {
    height: 155px;
    background-color: #fff;
    display: flex;
}

.doeitu_logoBox img {
    height: 40px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.doeAo_sec_one {
    padding-bottom: 112px;
}

.doeAo_box {
    border-bottom: 2px solid #E9C41C;
    padding-bottom: 30px;
    height: 100%;
    width: 95%;
}

.doeAo_box h6 {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: calc(14px + (16 - 14) * (100vw - 1366px) / (1920 - 1366));
}

.doeAo_box .read_btn {
    display: inline-block;
    position: relative;
    width: calc(28px + (40 - 28) * (100vw - 1366px) / (1920 - 1366));
    box-shadow: 0px 5px 8px rgb(0 0 0 / 8%);
}

.doeAo_sec_two {
    position: relative;
}

.doeAo_secinner {
    background-color: #0DACE5;
    margin: 0 -100px;
    padding: 75px 100px 89px;
}

.doeAo_two_box {
    padding-right: 80px;
}

.doeAobox_title span {
    font-weight: 800;
    color: #F8F8F8;
    opacity: 0.42;
    margin-bottom: 7px;
    display: block;
}

.doeAobox_title h6 {
    margin-bottom: 5px;
    font-weight: 700;
}

.doeAo_two_box p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}

.doeAo_sec_three {
    padding: 83px 0 150px;
}

.doeAo_cp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.doeAo_cp_caption {
    background-color: #BC2027;
    padding: 11px;
    height: 100%;
}

.doeAo_cp_caption p {
    color: #fff;
    margin-bottom: 0;
}

.doeAdr_sec {
    position: relative;
    overflow: hidden;
}

.doeAdr_tab_contentOne {
    padding-bottom: 67px;
}

.custom-bullets.bullet-red::before {
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #BC2027;
}

.custom-bullets.bullet-red li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bc2027;
}

.custom-bullets.bullet-red>li {
    margin-bottom: 0;
}

.doeAdr_tab_contentTwo {
    padding-bottom: 100px;
    background-color: #BC2027;
}

.bdr_right_title {
    position: relative;
}

.bdr_right_title::after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    content: '';
    background-color: rgb(255 255 255 / 21%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bdr_right_title>h6 {
    font-weight: 800;
    position: relative;
    background-color: #BC2027;
    padding-right: 30px;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

.doeAdr_tab_contentTwo {
    position: relative;
    padding-top: 67px;
}

.doeAdr_tab_contentTwo::before {
    content: '';
    position: absolute;
    left: -2500px;
    bottom: 0;
    width: 50000px;
    height: 100%;
    background-color: #BC2027;
    z-index: -1;
}

.sitemaps .custom-bullets {
    padding-left: 0;
}

.doeAdr_tab_contentTwo .custom-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.doeAdr_tab_contentTwo .custom-bullets li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.33%;
    flex: 0 0 31.33%;
    color: #fff;
}

.mriires_sec_one {
    background-color: var(--primary-color3);
    position: relative;
    isolation: isolate;
    padding-bottom: 119px;
}

.mriires_sec_one::before {
    content: '';
    background-color: #F8F8F8;
    height: 300px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.mriirsFo_sec_one {
    padding-bottom: 120px;
}

.spacer {
    margin: 45px 0;
    width: 100%;
    height: 1px;
    background-color: #E1DFE4;
}

.mriirsFo_sec_two {
    position: relative;
    isolation: isolate;
    background-color: #BC2027;
}

.mriirsFo_sec_two::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    background-color: #F8F8F8;
    z-index: -1;
}

.mriirsFo_sec_two {
    padding-bottom: 100px;
}

.mriirsFo_two_box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mriirsFo_two_caption {
    position: relative;
    max-width: 70%;
    margin: auto;
    padding-bottom: 39px;
    height: 100%;
}

.mriirsFo_two_caption::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 34%;
    height: 1px;
    background-color: #E9C41C;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.mriirsFo_two_box p {
    margin-bottom: 0;
    color: #fff;
}

.mriirsFo_two_box h4 {
    min-height: 65px;
}

.mriirsFo_sec_three {
    position: relative;
    padding: 100px 0 70px;
}

.mriirsFoBox_three {
    height: 100%;
    padding: 50px;
}

.mriirsFoBox_three p {
    color: #fff;
    margin-bottom: 0;
}

div:nth-child(1)>.mriirsFoBox_three {
    background-color: #FD5E53;
}

div:nth-child(2)>.mriirsFoBox_three {
    background-color: #0DACE5;
}

div:nth-child(3)>.mriirsFoBox_three {
    background-color: #00C2A2;
}

div:nth-child(4)>.mriirsFoBox_three {
    background-color: #5023A1;
}

.mriirsInov_sec_one {
    padding-bottom: 70px;
}

.innov_count {
    padding: 50px;
    background-color: #CC014A;
    border-bottom: 6px solid #FCD200;
}

.mriirsInov_sec_two {
    padding-top: 100px;
    background-color: #E1DFE4;
}

.mriirsInov_two_right {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.mriirsInov_sec_three {
    padding: 150px 0 100px;
}

.mriirsInov_sec_four {
    padding: 90px 0 144px;
    background-color: #BC2027;
}

.mriirsInov_four_box {
    position: relative;
}

.mriirsInov_four_box::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 54%)), to(transparent));
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 54%), transparent);
    background: linear-gradient(to top, rgb(0 0 0 / 54%), transparent);
}

.mriirsInov_four_caption {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    z-index: 1;
}

.mriirsInov_four_caption>span {
    padding: 10px;
    background-color: #0DACE5;
    font-weight: 700;
    color: #fff;
}

.mriirsInov_four_caption>h6 {
    margin: 0;
}

.mriirs_dean_research {
    padding-bottom: 100px;
}

.mriirsIncubator_sec_four {
    padding-bottom: 100px;
}

.mriirsIncub_sec_five {
    padding: 100px 0 160px;
}

.mriirsIncubator_sec_four .mriirsInov_four_caption>span {
    background-color: #FCD200;
    color: #000;
}

.mriirsIncub_sec_five .mriirsInov_four_caption {
    bottom: 30px;
    padding: 0 20px;
    text-align: center;
}

.mriirsIncub_sec_five .mriirsInov_four_box::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 36%)), to(transparent));
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 36%), transparent);
    background: linear-gradient(to top, rgb(0 0 0 / 36%), transparent);
}

.mriirs_sec_one {
    padding-bottom: 120px;
}

.mriirs_SfrOne_right {
    margin-bottom: -30px;
}

.mriirs_Sfr_sec_two {
    background-color: #E1DFE4;
    padding: 100px 0 100px;
}

.mri_sfr_box,
.sfr_box_inner {
    padding: 50px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sfr_box_inner {
    border-bottom: 2px solid #FCD200;
}

.mri_sfr_boxOne>a.font-18 {
    color: #0193C8;
    font-weight: 700;
    margin-bottom: 17px;
    display: inline-block;
}

.mri_sfr_box h6,
.sfr_box_inner h6 {
    margin: 0;
    color: #363636;
}

.sfr_box_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
}

.sfr_box_inner a>img {
    width: 27px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mri_sfr_box a>h6,
.sfr_box_inner>a>h6 {
    font-weight: 700;
}

.mriirs_Sfr_sec_three {
    padding: 90px 0 125px;
}

.mriirsRp_card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.mriirsRp_card::after {
    content: '';
    width: 3px;
    height: 126px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background-color: #FCD200;
}

.mriirsRp_caption {
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mriirsRp_caption a {
    color: #BC2027;
    font-weight: 600;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
}

.mriirsRp_cardd img {
    width: 80px;
    height: 80px;
}

.mriirsRp_cardd {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    min-height: 435px;
    justify-content: center;
    box-shadow: 0px 5px 15px #0000001A;
    border-radius: 10px;
}

.mriirsRp_cardd ul.custom-bullets li>a {
    color: #000000c2;
    font-weight: 400;
    text-decoration: none;
}

.mriirsRp_cardd .mriirsRp_caption {
    padding: 0;
}

.mriirsRp_cardd .mriirsRp_caption ul {
    padding-left: 0;
}

.mriirsRp_cardd .mriirsRp_caption ul>li {
    margin-bottom: 8px;
}

.mriiIpr_sec_one {
    padding-bottom: 158px;
}

.mriiIpr_sec_two {
    background-color: #BC2027;
    padding-bottom: 100px;
}

.mriiIprTwo_right {
    margin-top: -50px;
}

.mriiIpr_sec_three {
    padding-top: 100px;
    margin-bottom: -100px;
}

.mriiIpr_sec_three .custom-bullets.bullet-red>li {
    margin-bottom: calc(12px + (20 - 12) * (100vw - 1366px) / (1920 - 1366));
}

.mriiIpr_sec_three .custom-bullets.bullet-red>li:last-child {
    margin-bottom: 0;
}

.mriiIpr_threeBox {
    background-color: #fff;
    padding: 38px;
    height: 100%;
    position: relative;
    z-index: 11;
}

.mriiIpr_sec_four {
    position: relative;
}

.mriiIpr_four_wraper {
    margin: 0 -100px;
    padding: 187px 100px 80px;
    background-color: rgb(225 223 228 / 30%);
}

.mriiIpr_four_wraper .spacer {
    margin: 25px 0;
}

.mriiIpr_sec_five {
    padding: 80px 0 80px;
}

.borderLrft_box {
    height: 100%;
    max-width: 72%;
    padding: 15px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 3px solid #FCD200;
}

.borderLrft_box h6 {
    font-weight: 700;
    color: #363636;
}

.mriiIpr_sec_six {
    padding: 90px 0 100px;
    background-color: #fff;
}

.mriiIpr_faq .accordion-item button.accordion-button {
    position: relative;
    background: #0DACE5;
    border: 0;
    color: #fff;
    font-weight: 400;
    box-shadow: inherit;
    outline: 0;
    border-radius: 0 !important;
    padding-right: 50px;
}

.mriiIpr_faq .accordion-item button.accordion-button:not(.collapsed)::after {
    background: url(../images/cross.png) no-repeat;
    width: 30px;
    height: 30px;
}

.mriiIpr_faq .accordion-item button.accordion-button::after {
    right: 15px;
    position: absolute;
    background: url(../images/plus.png) no-repeat;
    width: 30px;
    height: 30px;
}

.mriiIpr_faq .accordion-item {
    margin-bottom: 10px;
}

.mriiIpr_faq .accordion-item:last-child {
    margin-bottom: 0;
}

.mriiIpr_faq .accordion-body {
    background: #F8F8F8;
}

.mriiIpr_sec_seven {
    padding: 82px 0 140px;
}

.mriiIpr_seven_inner {
    padding: 0 50px;
}

.mriiIprseven_box {
    background-color: #fff;
    padding: 31px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
}

.mriiIprseven_box a {
    display: inline-block;
    padding: 3px 14px;
    background: #E9C41C;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.mriirsCoe_sec_one {
    padding-bottom: 100px;
}

.mriirs_Gri_sec {
    padding-bottom: 100px;
}

.mriirs_cose_secOne {}

.yellow28 {
    padding: 32px;
    background-color: #FCD200;
    border-right: 42px solid #BC2027;
    margin-top: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.yellow28>h2 {
    margin: 0;
    font-weight: 800;
    color: #000;
}

.yellow28>p {
    margin: 0;
    font-weight: 800;
    color: #000;
}

.coseShooting_left {
    margin-bottom: -35px;
}

.mriirs_cose_secTwo {
    background-color: #BC2027;
    padding: 114px 0 100px;
}

.mriirs_cose_secTwo .borderLrft_box {
    max-width: 100%;
}

.mriirs_cose_secThree {
    padding: 90px 0 145px;
}

.mriirs_cose_secThree .custom-bullets>li {
    margin-bottom: 20px;
}

.mriirs_cose_secThree .custom-bullets>li:last-child {
    margin-bottom: 0;
}

.refund_policy_mrirs .box {
    justify-content: space-between;
}

.refund_policy_mrirs .report_title {
    background: #fff;
    padding: 5px 20px;
}

section.physical_counselling_main.refund_policy_mrirs .box {
    display: flex;
    flex-wrap: inherit;
}

.uni_gauge_mris .uni_red_box {
    background: #BC2027;
}

.uni_gauge_mris .uni_red_box {
    height: 100%;
    color: #fff;
    padding: 84px 42px;
}

.uni_gauge_mris .uni_red_box .right_border {
    position: relative;
    display: flex;
    align-items: center;
}

.uni_gauge_mris .uni_red_box .right_border:after {
    position: absolute;
    content: '';
    width: 146px;
    height: 1px;
    background: #D5D5D5;
    right: 0;
    opacity: 1;
}

.uni_gauge_mris .assistance_box {
    padding: 80px 40px;
    background: #fff !important;
}

.uni_gauge_mris .assistance_box h6 {
    color: #BC2027;
    font-weight: 600;
}

.uni_gauge_mris .assistance_box a {
    color: #0DACE5;
    font-weight: 600;
}

.admission_center_main.student_fac_mris {
    background: linear-gradient(to top, #fff 110px, transparent 0%);
}

.addition_special_mris {
    background: #ffff;
    padding-top: 5rem;
}

.connect_experts_mris.our_team_mris {
    background: #fff;
    padding-top: 5rem;
}

.connect_experts_mris.our_team_mris h3 {
    color: #BC2027;
}

.physical_counselling_main.academic_concerns_mris .admissionobjectives_inner ul {
    padding: 12px 0;
}

.admission_center_main.academic_facilities_mriirs {
    background: linear-gradient(to top, #fff 50px, transparent 0%);
}

.gbps_mriirs {
    background: #EEEEEE;
    margin-top: -3.2rem;
    padding-top: 7rem;
}

.gbps_mriirs .gbps_mriirs_numbers h6 {
    font-size: 54px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #000000;
    width: 20%;
    padding: 2rem 0;
}

.gbps_mriirs .gbps_mriirs_numbers p {
    font-weight: 600;
    color: #000;
    margin-top: -2rem;
}

.gbps_mriirs .gbps_yellow_line {
    border-bottom: 6px solid #E9C41C;
}

.gbps_mriirs .small_img {
    background: #fff;
    text-align: center;
    padding: 3rem 0px;
    margin-bottom: 2rem;
}

.gbps_mriirs .small_img:nth-of-type(2) {
    background: #fff;
    text-align: center;
    padding: 3.8rem 0px;
}

.gbps_mriirs .long_img {
    background: #fff;
    text-align: center;
    padding: 4rem 0px;
    margin-bottom: 2rem;
}

.gbps_mriirs .second_rox {
    padding-top: 5rem;
    align-items: center;
}

.academic_fac_erp_mris {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.academic_fac_erp_mris .infrastructure_left {
    padding: 0 2rem;
}

.academic_fac_labs_mriirs {
    background: #b22b2e;
}

.academic_fac_labs_mriirs .font-21 {
    color: #fff;
}

.academic_fac_labs_mriirs p {
    padding-top: 3rem;
}

.it_infrastructure {
    padding-top: 100px;
}

.it_infrastructure_mriirs p {
    padding: 1rem 5rem 8rem 0;
}

.campus_facilities_mriis {
    padding-bottom: 5rem;
}

.campus_facilities_mriis .campus_banner_text {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    color: #fff;
    gap: 60px;
}

.campus_facilities_mriis .campus_banner_text p {
    color: #fff;
    font-weight: 600;
}

.campus_facilities_mriis .campus_banner_text h6 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}

.campus_facilities_mriis figure {
    position: relative;
}

.campus_facilities_mriis figure::after {
    position: absolute;
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    height: 50%;
    width: 100%;
    left: 0;
    opacity: 0.77;
    bottom: 0;
}

.campus_facilities_sec2 {
    align-items: center;
}

.campus_facilities_sec2 .red_box {
    background: #BC2027;
    padding: 4rem;
    margin-left: -5rem;
}

.healthcare_fac_section .green-bg h3 {
    margin-bottom: 0;
    color: #000;
}

.healthcare_fac_section .green-bg h6 {
    color: #000;
}

.healthcare_fac_section .numbers {
    justify-content: space-around;
}

.healthcare_fac_section .healthcare_text {
    padding-right: 2.5rem;
}

.healthcare_fac_section .custom_line {
    border-left: 1px solid #363636;
    padding-left: 4rem;
}

.canteen_cafeteria {
    padding-top: 120px;
}

.yellow_box {
    background: #FCD200;
    padding: 3rem 0 2rem 3rem;
    max-width: 232px;
    margin-top: -6rem;
    margin-left: 1rem;
}

.canteen_cafeteria .yellow_box span {
    border-top: 1px solid black;
}

.canteen_cafeteria .yellow_box h3,
h6 {
    color: #000;
    font-weight: 600
}

.canteen_cafeteria .yellow_box h3 {
    margin-bottom: 0;
}

.canteen_cafeteria .canteen_cafeteria_img {
    padding: 2rem 0;
}

.canteen_cafeteria h5 {
    padding-bottom: 2rem;
}

.hostel_mriirs .yellow_border {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffff;
    border-bottom: 6px solid #FCD200;
    position: relative;
    margin-right: -6rem;
    padding: 1rem 0 3rem 0;
}

.hostel_mriirs .yellow_border h3 {
    margin-bottom: 0;
}

.hostel_mriirs {
    padding-bottom: 10rem;
}

.hostel_mriirs p:nth-of-type(1) {
    padding-bottom: 3rem;
}

.pb-heading {
    padding-bottom: 2rem;
}

.pdt-3 {
    padding-top: 3rem;
}

.campus_camera_section .yellow_box {
    background: #FCD200;
    padding: 2rem 0 1rem 3rem;
    max-width: 232px;
    margin-bottom: -5rem;
    margin-left: 0;
    margin-top: 1rem;
}

.campus_camera_section {
    position: relative;
    background: url(../images/other-facilities-img3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.campus_camera_section .campus_text {
    padding: 5rem 0 1rem 0;
}

.campus_camera_section .campus_text h2 {
    padding-bottom: 2.5rem;
}

.campus_camera_section .yellow_box h3 span {
    border-top: 1px solid black;
    padding-top: 1rem;
}

.campus_camera_section .yellow_box h3 {
    margin-bottom: 0;
    color: #000;
}

.campus_camera_section .yellow_box h6 {
    color: #000;
    font-weight: 600;
}

.women_safety_mriirs .healthcare_text {
    padding-right: 2rem;
}

.women_safety_mriirs .healthcare_text h3 {
    color: #000;
    margin-bottom: 0;
}

.women_safety_mriirs .healthcare_text .green-bg h6 {
    max-width: 200px;
    color: #000;
    line-height: 18px;
}

.green_solar .campus_banner_text h3 span {
    color: #fff;
    font-size: 54px;
}

.green_solar {
    padding: 7rem 0 0 0;
}

.green_solar .solar_bgimg {
    position: relative;
    background: url(../images/other-facilities-img4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 3rem;
}

.green_solar .solar_bgimg .campus_banner_text {
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.green_solar .solar_bgimg .campus_banner_text .green-bg h5 {
    color: #fff;
    font-weight: 600;
}

.green_solar .solar_bgimg .campus_banner_text .green-bg h3 {
    margin-bottom: 0;
}

.green_solar .solar_bgimg .campus_banner_text .green-bg h3::before {
    display: none;
}

.solar_text {
    padding: 2rem 3rem;
}

.pt-4.solar_bgimg:before {
    position: absolute;
    content: '';
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.75;
    width: 100%;
    bottom: 0;
}

.alumni_relation {
    background: #CC014A;
    padding: 7rem 0 2rem;
    margin-top: 6rem;
}

.alumni_relation .alumni_img {
    margin-top: -10rem;
}

.utkrisht {
    padding-top: 8rem;
}

.icons_text {
    padding: 1rem 5rem;
}

.news_letter_heading {
    text-align: center;
    padding: 8rem 0;
}

.newsletter_pdf_section {
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 7rem;
}

.newsletter_pdf_section .pdf_img {
    margin-top: -4rem;
}

.newsletter_pdf_section .pdf_img p {
    margin-bottom: 0;
    padding-left: 1rem;
    max-width: 200px;
}

.newsletter_pdf_section .pdf_img .d-flex {
    align-items: center;
    padding-top: 1rem;
}

.newsletter_pdf_section .pdf_img .d-flex a {
    display: flex;
    align-items: center;
}

.awards_re.sports_text .font-15 {
    margin: 10px 0;
    font-weight: 600;
}

.sports_overview .director_text {
    background: #BC2027;
    color: #fff;
    padding: 16px 0 2px 46px;
    position: relative;
}

.sports_overview .director_text p:nth-of-type(1) {
    margin-bottom: 0;
}

.sports_overview .director_text::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background: yellow;
    right: 3rem;
    top: -3rem;
}

.pdt-4 {
    padding-top: 4rem;
}

.sports_overview .major_events .row {
    background: #BC2027;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.RUSH.Programs-contnet1 {
    padding-left: 15px;
}

.RUSH.Programs-contnet1 h2.inner_title {
    margin-bottom: 25px;
}

.RUSH.Programs-contnet1 .visit-site {
    margin-top: 50px;
}

section.mriirs-personal-interview {
    background: #e1dfe48f;
    margin-top: -60px;
    padding-top: 140px;
    text-align: center;
    padding-bottom: 230px;
}

section.mriirs-personal-interview h2.inner_title {
    margin-bottom: 35px;
}

section.mriirs-personal-interview ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

section.mriirs-personal-interview ul li {
    width: 32.55%;
    background: #ffffff8c;
    padding: 30px;
    margin-bottom: 8px;
    margin-right: 8px;
}

section.mriirs-personal-interview ul li:nth-child(3n) {
    margin-right: 0;
}

section.mriirs-personal-interview ul li:nth-child(4) {
    margin-bottom: 0;
}

section.mriirs-personal-interview ul li:nth-child(5) {
    margin-bottom: 0;
}

section.mriirs-personal-interview ul li:nth-child(6) {
    margin-bottom: 0;
}

section.mriirs-personal-interview ul li p {
    margin: 0;
    line-height: 18px;
    font-weight: 600;
}

.mriirs-personal-interview-content2 {
    text-align: left;
    background: #FFFFFF;
    padding: 35px;
    height: 100%;
}

.mriirs-personal-interview-content2 h3 {
    color: #363636;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 17px;
}

section.mriirs-personal-interview .row {
    padding-top: 50px;
}

section.mriirs-personal-interview .col-md-8 {
    padding-right: 4px;
}

section.mriirs-personal-interview .col-md-4 {
    padding-left: 4px;
}

section.other-expert-panel {
    margin-top: -150px;
}

section.other-expert-panel h2 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.mriirs-board-exam {
    padding: 150px 0 50px;
}

.mbe-text h3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.mbe-text ul {
    text-align: center;
    display: flex;
    padding: 35px 0;
    flex-wrap: wrap;
}

.mbe-text ul li {
    position: relative;
    margin: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 0;
    width: 30.33%;
}

.mbe-text p {
    margin: 0;
}

.mbe-text ul li:last-child {
    margin-right: 0;
}

.mbe-text ul li p {
    padding: 0 5px;
    line-height: 16px;
}

.Connect-with-Our-Experts {
    padding-left: 60px;
}

.mbe-text {
    padding-left: 25px;
}

.Connect-with-Our-Experts h4.inner_title {
    margin-bottom: 34px;
}

.mriirs-mock-test {
    background: #00C2A2;
    padding: 50px 80px;
    margin: 80px 0;
    position: relative;
}

.mriirs-mock-test h5 {
    color: #fff;
    margin-bottom: 25px;
}

.mriirs-mock-test p {
    color: #fff;
    padding-right: 270px;
}

.mriirs-mock-test .visit-site {
    position: absolute;
    right: 70px;
    bottom: 77px;
}

.mriirs-Leadership-Service {
    text-align: center;
    padding-bottom: 90px;
}

.box_hover_element {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.career-cn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 35px 35px;
}

.box_hover_element figure {
    margin: 0;
}

.career-cn p {
    display: none;
}

.career-cn h6 {
    color: #fff;
    position: relative;
    padding: 15px 0;
    margin: 0;
    z-index: 2;
}

.career-cn h6:after {
    content: "";
    width: 73px;
    height: 1px;
    background: #E9C41C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box_hover_element:hover p {
    display: block;
}

.mriirs-Leadership-Service .col-md-4 {
    margin-bottom: 24px;
}

.box_hover_element:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #358d41e6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.career-cn p {
    color: #fff;
}

.mriirs-Leadership-Service .col-md-4 {
    display: none;
}

.mriirs-Leadership-Service .load-more {
    color: #000;
    padding: 5px 0px;
    border-radius: 0;
    margin: 50px 0 0;
    display: inline-block;
    font-size: 13px;
    border-top: 1px solid #4747476b;
    cursor: pointer;
}

.mriirs-Leadership-Service .load-more:hover {
    text-decoration: none;
}

.career-cn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 90%;
}

.box_hover_element:hover .career-cn:after {
    display: none;
}

.mriirs-Leadership-Service .load-more img {
    mix-blend-mode: difference;
}

.mriirs_academic_list_pdf {
    background: #fff;
    padding: 35px 45px;
}

.mriirs_academic_list_pdf ul {
    display: flex;
    justify-content: space-around;
}

.mriirs_academic_list_pdf ul li a {
    color: #363636;
}

.mriirs-Leadership-Service .load-more img {
    mix-blend-mode: difference;
}

.mriirs_academic_list_pdf {
    background: #fff;
    padding: 35px 45px;
    margin-bottom: 150px;
}

.mriirs_academic_list_pdf ul {
    display: flex;
    padding: 30px 0px 30px 80px;
}

.mriirs_academic_list_pdf ul li a {
    color: #363636;
}

.mriirs_academic_list_pdf li {
    border-bottom: 2px solid #E9C41C;
    padding-bottom: 15px;
    margin-right: 70px;
}

.mriirs_academic_list_pdf img {
    margin-right: 15px;
    width: 20px;
}

.mrirrs-Clans-contnet blockquote {
    font-size: 18px;
    margin: 0px 0 50px;
}

.mrirrs-Clans-contnet h2 {
    margin-bottom: 30px;
}

section.mrirrs-Clans .row {
    padding: 50px 0 0;
}

.mrirrs-Clans-contnet figure {
    margin-bottom: 35px;
}

.life-clan-content blockquote {
    margin-bottom: 30px;
}

section.role-of-clans {
    background: #CC014A;
    margin-top: 200px;
}

.clan2-box {
    top: -150px;
    position: relative;
}

.main-clan-content {
    padding-left: 25px;
}

.role-of-clans .col-md-4 .main-clan-content ul {
    padding: 44px 0 0;
}

.main-clan-content ul li {
    color: #fff;
}

.main-clan-content ul li b,
.role-of-clans .col-md-4 ul li b {
    width: 5%;
    font-size: 24px;
    color: #FCD200;
    margin-right: 25px;
    display: inline-block;
}

.main-clan-content ul li p,
.role-of-clans .col-md-4 ul li p {
    width: 82%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.role-of-clans .col-md-4 ul li b {
    width: 5%;
    font-size: 24px;
    color: #FCD200;
    margin-right: 25px;
    display: inline-block;
}

.role-of-clans .col-md-4 ul {
    padding: 0px;
}

section.MRLSP-Structure {
    padding: 100px 0;
    text-align: center;
}

section.MRLSP-Structure ul li {
    background: #fff;
    padding: 15px;
    margin-bottom: 108px;
    position: relative;
}

section.MRLSP-Structure li p {
    margin: 0;
}

section.MRLSP-Structure li b {
    display: inline-block;
    background: #E9C41C;
    padding: 2px 27px;
    margin-top: -31px;
    vertical-align: top;
}

section.MRLSP-Structure ul {
    padding: 70px 70px 0;
    margin: 0px;
}

.ad-arrow {
    position: absolute;
    left: 0;
    bottom: -63px;
    right: 0;
    margin: auto;
}

section.MRLSP-Structure li:nth-child(2) b {
    background: #E1DFE4;
}

section.MRLSP-Structure li:nth-child(3) b {
    background: #AFE4F8;
}

section.MRLSP-Structure li:nth-child(4) b {
    background: #FFC9C5;
}

.struc-content2 {
    background: #fff;
    padding: 35px 45px;
    position: relative;
}

.row.MRLSP-Structure2 {
    margin-top: -70px;
}

section.MRLSP-Structure-other-expert-panel.other-expert-panel {
    margin-bottom: 150px;
}

.row.MRLSP-Structure2 .col-md-3 {
    position: relative;
}

.col-md-12.Faculty-Coordinators li b {
    background: #E1DFE4;
}

section.MRLSP-Structure-other-expert-panel.other-expert-panel .col-md-4:nth-child(3) .authBg_1 {
    background: #0DACE5;
    color: #fff !important;
}

section.MRLSP-Structure-other-expert-panel.other-expert-panel .col-md-4:nth-child(4) .authBg_1 {
    background: #FD5E53;
    color: #fff !important;
}

section.MRLSP-Structure-other-expert-panel.other-expert-panel .col-md-4:nth-child(5) .authBg_1 {
    background: #03C9B7;
    color: #fff !important;
}

section.MRLSP-Structure-other-expert-panel.other-expert-panel .col-md-4:nth-child(6) .authBg_1 {
    background: #5023A1;
    color: #fff !important;
}

.mrirrs-Sports-Infrastructure-contnet blockquote {
    font-size: 18px;
    margin-bottom: 50px;
}

.mrirrs-Sports-Infrastructure-content2 {
    padding-left: 25px;
}

.mrirrs-Sports-Infrastructure-content2 h2 {
    margin-bottom: 25px;
}

.number-listn h6 {
    font-size: 54px;
    line-height: 54px;
    position: relative;
    padding-top: 30px;
}

.number-listn {
    border-bottom: 5px solid #E9C41C;
    margin-top: 50px;
}

.number-listn h6:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
}

.Shooting-Range-block {
    background: #E1DFE4;
    padding: 90px 60px;
    margin-top: 70px;
}

.Shooting-Range-block h2 {
    margin-bottom: 25px;
}

.Shooting-Range-content ul {
    display: flex;
    background: #fff;
    padding: 25px 60px;
    border-bottom: 8px solid #E9C41C;
    margin-right: 0;
    margin-top: 78px;
    justify-content: space-between;
}

.Shooting-Range-content ul .number-listn {
    border: 0;
    margin: 0;
}

.Shooting-Range-content ul li {
    margin-right: 22px;
    width: 50%;
}

.Shooting-Range-content ul .number-listn p {
    margin: 0;
    line-height: 18px;
}

.mrirrs-Sports-Infrastructure2 figure img {
    width: 600px;
    position: relative;
}

.mrirrs-Sports-Infrastructure2 figure {
    width: 600px;
    margin-bottom: 40px;
}

.Shooting-Range-content {
    padding-right: 40px;
}

section.mriirs-court .box_hover_element:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #BC2027;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: hard-light;
}

section.mriirs-court {
    padding-top: 90px;
}

section.mriirs-ground h2 {
    text-align: center;
    margin-bottom: 45px;
}

section.mriirs-ground .box_hover_element-img h2.inner_title {
    text-align: left;
    margin-bottom: 15px;
}

.Ground-cn {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
}

.Ground-cn:before {
    content: "";
    width: 4px;
    height: 250px;
    background: #E9C41C;
    position: absolute;
    left: 20px;
    top: -81px;
}

section.mriirs-ground {
    padding-bottom: 90px;
    background: #fff;
    padding-top: 70px;
}

section.Open-Gym {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

section.Open-Gym h2 {
    margin-bottom: 30px;
}

p.pd-brd {
    padding: 0 50px 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
}

section.Open-Gym .row {
    margin-top: 50px;
}

.as-group-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.as-group-content ul li {
    padding: 15px;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30%;
}

.as-group-content {
    background: #E1DFE4;
    padding: 70px 35px 30px;
    margin-bottom: 150px;
}

.as-group-content ul li img {
    width: 100%;
}

.ar-content2 {
    padding: 0 25px;
}

.ar-content2 h2 {
    margin-bottom: 50px;
}

section.mri_impact_secTwo.mriirs_our_impact2 h4 {
    margin-bottom: 60px;
}

section.Publications_main.mriirs_annual_rp {
    padding-bottom: 100px;
}

section.financial_scholarship.program-faq.admission-process.mriirs_admission_process figure {
    margin: 0;
}

section.physical_counselling_main.UNI-Gauge1 ul.list-unstyled.custom-bullets.yellow_list {
    padding-left: 35px;
}

section.physical_counselling_main.uni_gauge_mris.UNI-Gauge2.pb-4 img {
    height: 100%;
}

.brd-top-bg {
    background: #ddd;
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-bottom: 90px;
}

.mrnat-pdf img {
    width: auto !important;
}

.approval-statutory-bodies {
    padding-bottom: 6rem;
}

.sawas-details .title-head {
    margin-left: 20px;
    padding: 0 !important;
    margin-bottom: 70px;
}

.sawas-details .title-head1 {
    margin-bottom: 20px;
}

.sawas-details .title-head p {
    padding-top: 30px;
    margin-top: 0rem;
}

.sawas-details .title-head h5 {
    margin-top: 15px;
}

.sawas-main {
    padding-bottom: 4rem;
}

.table_collsWraper.table_wraper table>tbody>tr {
    background-color: #fff;
}

.table_collsWraper.table_wraper table>tbody>tr:nth-child(odd) {
    background-color: #ededed;
}

.scholarly_strengths_sec2 {
    margin-top: 90px;
}

@media (max-width: 1200px) {
    .other_facilities .pdt-3 {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .campus_camera_section .yellow_box {
        margin-bottom: -3rem;
    }
}

@media (max-width: 767px) {
    .green_solar .solar_bgimg .campus_banner_text .green-bg h3 {
        font-size: 30px;
    }

    .campus_camera_section .campus_text {
        padding: 0;
    }

    .campus_camera_section .yellow_box {
        margin-bottom: -3rem;
        margin-left: 0;
    }

    .newsletter_pdf_section {
        flex-direction: column;
    }

    .newsletter_pdf_section .pdf_img {
        margin-top: 4rem;
    }

    .alumni_relation {
        padding: 4rem 0;
    }

    .alumni_relation .alumni_img {
        margin-top: 0;
    }

    .news_letter_heading {
        padding: 4rem 0;
    }
}

@media (max-width: 575px) {
    .major_events .large_img {
        margin-left: 0;
    }

    .sports_cricket .yellow28 {
        padding: 25px;
    }
}

@media (max-width: 375px) {
    .campus_facilities_mriis .campus_banner_text h6 {
        font-size: 36px;
    }

    .campus_facilities_mriis figure::after {
        height: 100%;
    }

    .campus_facilities_mriis .campus_banner_text {
        left: 3rem;
    }

    .green_solar .solar_bgimg .campus_banner_text .green-bg h3 {
        font-size: 26px;
    }

    .solar_text {
        padding: 2rem 1rem;
    }

    .campus_camera_section .yellow_box {
        margin-bottom: -3rem;
    }
}

.highlights_sec1.impact_sec1.high-img-conten {
    padding: 60px 0px 160px;
}

.highlights_sec1.impact_sec1.high-img-conten .department_through_img img {
    width: 100%;
}

.duration-grey.technical-clubs.bio-tech-induud ul.custom-bullets li:before {
    left: 0;
}

.approvals {
    padding-bottom: 10rem;
}

.approvals .pdf_grid,
.iqcmember_wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
    grid-gap: 2rem;
}

.approvals .pdf_grid li {
    padding-bottom: 0;
}

.approvals .pdf_grid li a {
    padding: 2rem;
    display: flex;
    align-items: center;
    border: 0.1rem solid #e5e5e5;
    font-size: 1rem;
    background: #fff;
    color: #000;
}

.approvals .pdf_grid li a img {
    margin-right: 1.5rem;
}

.circular {
    padding-bottom: 4rem;
}

.circular .pdf_grid,
.iqcmember_wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.circular .pdf_grid li {
    padding-bottom: 0;
}

.circular .pdf_grid li a {
    padding: 2rem;
    display: flex;
    align-items: center;
    border: 0.1rem solid #e5e5e5;
    font-size: 1rem;
    background: #fff;
    color: #000;
}

.circular .pdf_grid li a img {
    margin-right: 1.5rem;
}

figure.i-and-ip-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.innovative_practices_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innovative_practices_box .innovative_practices {
    flex-basis: 58%;
    background: #fff;
    padding: 50px;
}

.mris .innovative_practices_box .innovative_practices_img {
    flex-basis: 40%;
    margin-bottom: 0;
}

.tlm_sec1.i_and_ip_sec1 {
    padding-bottom: 80px;
}

.i_and_ip_sec2 {
    padding-bottom: 125px;
    position: relative;
}

.i_and_ip_sec2:after {
    content: "";
    width: 100%;
    height: 80%;
    background: #BC2027;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.i_and_ip_sec2 .container {
    position: relative;
    z-index: 1;
}

.i_and_ip_sec1 .student_third_para_one {
    margin-right: 0px;
}

.procedure-change {
    padding-bottom: 5rem;
}

.manovriti {
    padding-top: 0;
}

.Statistics {
    padding-bottom: 8rem;
}

.Statistics .pdf_grid,
.iqcmember_wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.Statistics .pdf_grid li {
    padding-bottom: 0;
    background: #fff;
    padding: 2rem;
}

.Statistics .pdf_grid li {
    font-size: 1.2rem;
}

.Statistics .pdf_grid li span {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.Statistics .pdf_grid li a {
    padding: 2rem;
    display: flex;
    align-items: center;
    border: 0.1rem solid #e5e5e5;
    font-size: 1rem;
    background: #fff;
    color: #000;
}

.Statistics .pdf_grid li a img {
    margin-right: 1.5rem;
}

.dolColitups_secOne {
    background: -o-linear-gradient(bottom, #CC014A 381px, transparent 0);
    background: linear-gradient(to top, #CC014A 381px, transparent 0);
    padding-bottom: calc(30px + (150 - 40) * (100vw - 320px) / (1920 - 320));
}

.dolprt_secOne {
    padding-bottom: calc(60px + (117 - 60) * (100vw - 320px) / (1920 - 320));
}

.doltestimonial_box {
    position: relative;
    margin-bottom: calc(30px + (74 - 30) * (100vw - 1366px) / (1920 - 1366));
    padding: 40px;
    background-color: var(--bs-white);
}

.doltestimonial_box::after {
    content: '';
    position: absolute;
    top: -30px;
    right: 25px;
    width: calc(80px + (124 - 80) * (100vw - 320px) / (1920 - 320));
    height: calc(44px + (88 - 44) * (100vw - 320px) / (1920 - 320));
    background: url(../images/quote-red.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.doltestimonial_box:nth-child(odd):after {
    background: url(../images/quote-yellow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.doltestimonial_box:last-child {
    margin-bottom: 0;
}

.doltestimonial_caprtion>h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.doltestimonial_caprtion>h6 {
    font-weight: 400;
    margin-bottom: calc(15px + (38 - 15) * (100vw - 320px) / (1920 - 320));
}

.dolai_secOne {
    padding-bottom: calc(30px + (99 - 40) * (100vw - 320px) / (1920 - 320));
}

.mriirs-supervisore-tbl {
    margin-bottom: 50px;
}

.moa-and-ordinances .moa-thumb h5 a {
    color: #363636;
}

.moa-and-ordinances .moa-thumb {
    margin-bottom: 35px;
}

.international-panel {
    margin-top: 80px;
}

.international_collaborations_box.estmd-rcrt-list {
    margin-top: 35px;
    grid-template-columns: repeat(6, 1fr);
}

.international_collaborations_box.estmd-rcrt-list li {
    padding: 5px;
    text-align: left;
    font-size: 15px;
    cursor: auto;
}

.estmd-rcrt-list-hed {
    margin-top: 90px;
}

.table_wrapper .partnership-network-tbl tbody tr td {
    font-size: 15px;
}

.home_enquiry {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.home_enquiry.footer-fix-enquiry {
    position: fixed;
    bottom: 0;
}

.enquiry-panel {
    display: flex;
    align-items: center;
}

.home_enquiry.footer-fix-enquiry .fix-enquiry-form {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
    padding-top: 0;
}

.home_enquiry.footer-fix-enquiry .fix-enquiry-form h1 {
    color: #9f9f9f;
    font-size: 30px;
}

.home_enquiry.footer-fix-enquiry .enquire-now {
    cursor: pointer;
}

.home_enquiry.footer-fix-enquiry .close-form {
    width: 22px;
    position: absolute;
    right: -4px;
    top: -8px;
    font-size: 11px;
    background: #363636;
    display: block;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #d3d3d3;
    line-height: 22px;
    cursor: pointer;
}

.home_enquiry .btn {
    padding: 0;
    border: 0;
    outline: 0;
}

.mriirs-fee-table {
    padding-bottom: 100px;
}

.mriirs-fee-table .tbl-note {
    font-size: 13px;
    margin-bottom: 5px;
}

.mriirs-fee-table .tbl-note .red-astrick {
    color: #BC2027;
}

.about-inner.about-inner-mriirs-pm {
    margin-bottom: 60px;
}

.about-inner.about-inner-mriirs-pm .container {
    padding-top: 30px;
}

.about-banner.about-banner-mriirs-pm,
.about-inner.about-inner-mriirs-pm {
    height: 300px;
}

.mriirs_our_impact2.mriirs_our_impact0-pm,
.mriirs_our_impact3.mriirs_our_impact0-pm {
    padding: 40px 0;
}

.mriirs_our_impact2.mriirs_our_impact0-pm h4,
.mriirs_our_impact3.mriirs_our_impact0-pm h4 {
    margin-bottom: 20px;
}

.mri_impact_secTwo.mriirs_our_impact2.mriirs_our_impact0-pm h4 {
    margin-bottom: 0px;
}

.pt-0.mriirs_our_impact1 {
    padding-bottom: 35px;
}

.pt-0.mriirs_our_impact1 .simple_text_wraper {
    padding-bottom: 30px;
}

.mri_impact_secTwo.mriirs_our_impact2.mriirs_our_impact0-pm .inner_title.inner_title-mb {
    margin-bottom: 70px;
}

section.mriirs_our_impact0-pm:last-child {
    padding-bottom: 90px;
}

.ac-mriiis.academic-council-mriirs-pm .mribs_box .mribsFigcaption {
    height: 100px;
}

.nearby-metro-sec .custom-bullets li::before {
    background-color: #bc2027;
}

.More-Technical-Clubs-row {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}

.More-Technical-Clubs-row h5 {
    font-size: 15px;
}

.More-Technical-Clubs-row h5 a {
    color: #363636;
    margin-left: 10px;
}

.More-Technical-Clubs-row h5 a span {
    margin-right: 10px;
    text-decoration: underline;
    font-weight: 400;
}

.enquiry-panel {
    display: flex;
    align-items: center;
}

.enquiry-panel h2 {
    font-size: 12px;
    background: #0DACE5 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000001F;
    padding: 8px 21px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.home_enquiry .btn {
    padding: 0;
    border: 0;
    outline: 0;
}

.enquiry-panel h2:after {
    width: 8px;
    height: 10px;
    content: "";
    position: absolute;
    bottom: -12px;
    right: -1px;
    transform: rotate(-90deg);
    border-bottom: solid 5px #0DACE5;
    border-right: solid 7px #0DACE4;
    border-left: solid 7px transparent;
    border-top: solid 7px transparent;
    box-shadow: 0px 5px 10px #0000001F;
}

.state-of-the-art-labs-cse .students-achievement p {
    margin-top: 0;
    font-weight: 400;
}

.state-of-the-art-labs-cse .nav-link span.fw-bold,
.state-of-the-art-labs-mriirs .nav-link span.fw-bold {
    margin-right: 8px;
}

.state-of-the-art-labs-cse .artlab_problem-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-inline-list {
    display: flex;
}

.state-of-the-art-labs-mriirs,
.state-of-the-art-labs-cse {
    padding-bottom: 50px;
}

.custom-inline-list li {
    margin-right: 15px;
}

.state-of-the-art-labs-mriirs .artlab_content-right.nav-ul .nav-item .nav-link {
    display: flex;
}

.state-of-the-art-labs-mriirs .artlab_content-right.nav-ul-1 .nav-item .nav-link,
.state-of-the-art-labs-cse .artlab_content-right.nav-ul-1 .nav-item .nav-link {
    font-weight: 400;
}

.state-of-the-art-labs-mriirs .students-achievement p.font-13,
.students-achievement.state-of-art-labs p {
    font-weight: 400;
}

.state-of-art-labs.state-of-the-art-labs-mriirs .artlab_problem-heading {
    padding-top: 30px;
}

.state-of-art-labs.state-of-the-art-labs-mriirs.students-achievement .box {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.about-inner {
    position: relative;
}

.about-inner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
}

.about-inner h1 {
    color: #BC2027;
    font-size: calc(36px + (38 - 36) * (100vw - 1366px) / (1920 - 1366));
    font-weight: bold;
}

.about-inner ul {
    padding: 70px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.about-inner h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 72px;
    position: relative;
}

.about-inner h2:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 0;
    background: #363636;
    margin-top: -15px;
}

.about-inner li p {
    padding-right: 106px;
    font-weight: 600;
    color: #363636;
}

.about-banner img {
    width: 100%;
}

.about-inner.about-inner1 {
    height: auto;
}

.about-inner {
    position: relative;
    height: 525px;
    overflow: hidden;
}

.about-inner li p {
    padding-right: 54px;
    font-weight: 400;
    font-size: 14px;
}

section.mrant-faq .mrnat_pdf_area .mrnat-pdf {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mrnat_pdf_area .mrnat-pdf img {
    margin: 0;
}

.mrgroup_faqs_sec {
    background-color: #F8F8F8;
    padding-bottom: 10rem;
}

.mrgroup_faqs_sec .inner_title {
    border-bottom: 1px solid #d6d5d5;
    padding-bottom: 1rem;
}

.faq_box {
    height: 100%;
    width: 100%;
}

.faq_box>a {
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.faq_box>a:hover {
    background-color: #CC014A;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mrgroup_faqWraper p a {
    color: #CC014A;
}

.admission_second_overview_one {
    height: 100%;
}

.admission_second_overview_one figure {
    height: 100%;
}

.admission_second_overview_one figure img {
    height: 100%;
}

.foundation_bg_sec {
    position: relative;
    background: url(../images/foundation_bg.jpg);
    padding: 150px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.foundation_bg_sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35 35 35 / 74%);
    z-index: -1;
}

.foundation_bg_sec h2 {
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    margin-bottom: 30px;
}

.foundation_bg_sec a {
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    color: #fff;
}

.box .submit.btnn {
    width: 73px;
    height: 74px;
    bottom: -9px;
    right: -27px;
}

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #b9b0b0ed, #bbb4b4);
    transition: all 0.4s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.overlay1:target {
    visibility: visible;
    opacity: 1;
    z-index: 99999999;
}

.popup2 {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    transition: all 5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.popup2 h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup2 .close {
    position: absolute;
    top: -60px;
    right: 61px;
    transition: all 200ms;
    font-size: 52px;
    font-weight: 100;
    text-decoration: none;
    color: #fff;
}

.popup2 .close:hover {
    color: #b22b2e;
    background: transparent;
    font-weight: 300;
}

.popup1 .content {
    max-height: 30%;
    overflow: auto;
    width: 30rem;
    border-radius: 0;
}

@media screen and (max-width: 700px) {
    .box {
        width: 100%;
    }

    .popup {
        width: 70%;
    }
}

.find-program.fee_model {
    position: relative;
    bottom: 0;
    z-index: 2;
    height: 500px;
    overflow: overlay;
    background: transparent;
    padding: 20px 25px;
    left: 0;
    width: 80%;
    margin: 0 auto;
}

.popup2 .close {
    position: absolute;
    top: -60px;
    right: 61px;
    transition: all 200ms;
    font-size: 52px;
    font-weight: 100;
    text-decoration: none;
    color: #000;
    background: transparent;
}

.moretext {
    display: none;
}

.moreless_button::before {
    content: "View More";
}

.moreless_button.active::before {
    content: "View Less";
}

.load_moree {
    margin: 54px 0px 65px;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

.load_moree a {
    background: #fff;
    padding: 10px 47px;
    color: #0dace5;
    border-radius: 10px;
    font-weight: 700;
}

p.font-13.new-bio {
    margin-top: 0;

}



.inner-header {
    display: block;
    padding: 0;
    background: #F0EFEF;
    position: sticky;
    top: 100px;
    z-index: 3;
    margin-bottom: 5rem;
}

.inner-header.sticky {
    position: fixed;
    top: 6.6rem;
    left: 0;
    right: 0;
    z-index: 10;
    isolation: isolate;
}

.inner-header_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.inner-header_inner .title {
    font-weight: 700;
    color: #b22b2e;
    line-height: 1;
    padding-right: 1rem;
    display: block;
    border-right: 1px solid #b22b2e;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: -8px;
}

.inner-header_inner ul:not(.submenu) {
    display: flex;
}

.inner-header_inner li {
    position: relative;
}

.inner-header_inner li>a:hover {
    color: #fcd200;
}

.inner-header_inner li>a {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    line-height: 1;
    position: relative;
    font-weight: 700;
    color: #b22b2e;
    font-size: 16px;
}

.inner-header_inner li.has-submenu>a {
    color: #b22b2e;
}

.inner-header_inner li.has-submenu>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    translate: 0 -50%;
    background-image: url('../images/icon-angle-down-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inner-header_inner .submenu li.has-submenu>a::after {
    rotate: -90deg;
    right: .5rem
}

.inner-header_inner .submenu li.has-submenu>a {
    padding-right: 2rem
}

.inner-header_inner .submenu li>a {
    color: #313131
}

.inner-header_inner .submenu {
    position: absolute;
    left: 0;
    background: #fff;
    padding: .5rem 0rem;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .2s all;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, .15))
}

.inner-header_inner .submenu .submenu {
    left: 100%;
    top: 0
}

.inner-header_inner .submenu a {
    display: block;
    position: relative;
    white-space: nowrap;
    color: #000;
    padding: .5rem 1rem;
    font-weight: 500;
    font-size: .89rem;
    line-height: 1.4;
}

.inner-header_inner .submenu a:hover {
    background: rgba(153, 35, 97, .05)
}

.inner-header_inner .submenu a:hover {
    color: var(--color-prime)
}

.inner-header_inner li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
}

.inner-header_inner .submenu li.has-submenu:hover>a {
    background: rgba(153, 35, 97, .05)
}

.inner-header_inner>ul>li:last-child .submenu {
    left: auto;
    right: 0%
}

.sticky .inner-header_inner li>a {
    padding-block: 1rem;
}

.sticky .inner-header_inner .submenu li>a {
    padding-block: .5rem;
}

.sticky .inner-header_inner .submenu li a {
    color: #313131
}

.inner-header::after {
    content: '';
    display: none;
    position: fixed;
    top: 13rem;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 13rem);
    background: rgba(0, 0, 0, .85);
    z-index: -1;
}

.inner-header.sticky::after {
    top: 10.5rem;
    height: calc(100vh - 10.5rem);
}

.inner-header.dropmenu-open::after {
    display: block;
    opacity: .5;
    animation: fadeIn .3s ease-in both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.inner-header_inner li.has-submenu>a.btn-square::after {
    left: 50%;
    right: auto;
    top: 50%;
    translate: -50% -50%;
    background-image: url('../images/three-dot-vertical.png');
    width: 1.17rem;
    height: 1.17rem;
}

.inner-header_inner li.has-submenu>a.btn-square {
    margin-left: 0.5rem;
    height: 100%;
    background: #fff;
}

.page-header {
    padding-top: 3.33rem;
    padding-bottom: 0;
}

.page-header .d-flex {
    flex-direction: column;
    text-align: center;
    row-gap: 1rem;
}

.page-title {
    margin-bottom: 0;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    ;
}

.breadcrumb {
    margin-bottom: 0;
    background: #fff;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding-left: 2rem;
    color: #787878;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/right-arrow.svg') no-repeat center;
    position: absolute;
    left: .7rem;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-item a {
    color: #313131;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: var(--color-prime);
}

/* 22-02-2024 */
.teaching_faculty_detailbox .faculty_name_detail .program_level.faculty_level ul li .a2a_kit a.a2a_dd img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(36deg) brightness(114%) contrast(110%);
}
.teaching_faculty_detailbox .faculty_name_detail .program_level.faculty_level ul li .a2a_kit a.a2a_dd:hover img{
    filter: invert(0%) sepia(86%) saturate(4380%) hue-rotate(83deg) brightness(90%) contrast(107%);
}

.mriirsInov_four_box figure img{
    filter: brightness(0.5);
}

/* global - faq */
.mritab_wraper.mriirs_rpg_tab_weraper .accordion-button::after{
    filter: brightness(0) invert(1);
}
.mritab_wraper.mriirs_rpg_tab_weraper .accordion-button:not(.collapsed)::after{
    filter: none;
}
.v-p-issue{padding-bottom: 90px;}
a.info_box:hover span {color: #fff;}


/* center-of-excelene-v */
.center-of-excelene-v{padding-bottom: 60px;}


.abrf_form_sec {
    background: #f8f8f8;
}

.abrf_form_sec .form_wraper {
    position: relative;
    background-color: #fff;
    padding: 40px;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 12%);
    border-top: 3px solid #fcd200;
}

.form_wraper .form-control,
.form_wraper .form-select {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border-radius: 0;
}

.form_wraper .form-check-label {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}

.form_wraper .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.form_wraper .btn_submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #b22b2e;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    border-radius: 0;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 12%);
    margin-top: 20px;
    border: 0;
}



.gpt-bnr {
    background: url(../images/global-partnership-team-bnr1.webp) no-repeat;
    background-size: cover;
    padding: 44rem 0 8rem;
}

.gpt-bnr .item_detail h3 {
    color: #CC014A;
    font-size: calc(36px + (38 - 36) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(58px + (62 - 58) * (100vw - 1366px) / (1920 - 1366));
    position: relative;
    padding: 22px 30px;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
    background: #fbd308;
}

.gpt-bnr .item_name h3 strong {
    display: block;
    color: #fff;
    font-weight: bold;
}


.c_breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
    background-color: transparent !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px !important;
    padding-left: 15px !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--accent-6) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item:nth-child(1) {
    padding-left: 0 !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item.active {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--accent-5) !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    width: 20px !important;
    height: 15px !important;
    position: static !important;
    top: 50% !important;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-right: 11px !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 11px !important;
    content: url('../images/ep_arrow-right-bold.svg') !important;
}

.c_breadcrumb .breadcrumb .breadcrumb-item a {
    color: #686868 !important;
}

.page-title{
    display: flex;
    flex-direction: column;
}