@import "inner-header.css";

.institute_banner_slider {
    padding-top: 128px;
}

/*home banner css*/

.item_detail {
    position: absolute;
    bottom: 10%;
    left: 190px;
    margin: auto;
    width: 815px;
}

.item_name {
    margin-bottom: 26px;
}

.owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #E8E1E1;
    display: inline-block;
    border-radius: 50%;
}

.owl-dots button.owl-dot {
    margin: 0 5px;
}

.owl-dots button.owl-dot.active span {
    background: #E2000F;
}

.owl-dots {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.item_detail h2 {
    color: #fff;
    font-size: 3.6rem;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0 35px;
    line-height: 4.8rem;
    z-index: 9;
}

.item_detail h2:after {
    width: 10px;
    height: 0px;
    background: var(--primary-color2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.item_name h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
}

.item_name h3 strong {
    display: block;
    color: #fff;
    font-weight: bold;
}

.owl-item.active h2 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIndown;
    animation-delay: 0.3s;
}

.owl-item.active h3 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active h3 strong {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.item_detail h2:after {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 100%;
    animation-name: fadeInline;
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes fadeIndown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInline {
    0% {
        opacity: 0;
        height: 0%
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.institute_banner_slider .breadcrumb {
    margin-top: 3rem;
}

section.home_banner {
    position: relative;
    overflow: hidden;
}

.banner-img:after {
    width: 100%;
    height: 353px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
}

.banner-img {
    position: relative;
    margin-top: 9rem
}

/*------------------home banner css end---------------*/
.department_banner .department-menu-list h3 {
    font-size: 2rem;
}

.department_banner .banner-img {
    margin-top: 8rem;
}

section.institute-study-at {
    padding: 70px 0;
}

.head_title1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.head_title1 h1 {
    color: #000;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 25px;
}

.head_title1 h1 b {
    color: #E2000F;
    font-size: 3rem;
    font-family: var(--primary-font1);
    font-weight: bold;
    line-height: 3rem;
}

.institute-study-at blockquote {
    font-size: 1.8rem;
    font-style: italic;
    font-family: var(--primary-font1)
}

section.study-at h1 {
    font-size: 2.5rem;
}

.search_course input {
    border: 0;
    font-style: italic;
    outline: 0;
}

.search_course button {
    border: 0;
    background: none;
}

.academic_programs-content blockquote {
    font-size: 17px;
    font-style: italic;
    color: #2C2C2C;
    padding-right: 45px;
    margin-bottom: 60px;
    font-family: var(--primary-font1);
}

.academic_programs-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.academic_programs-content ul li {
    width: 33%;
    margin-bottom: 45px;
}

@media(max-width:992px) {
    .academic_programs-content ul li {
        width: 100%;
    }
}

.academic_programs-content h3 {
    margin-right: 34px;
    padding-bottom: 25px;
    font-size: 3rem;
    color: #000;
    border-bottom: 1px solid #80808038;
    margin-bottom: 25px;
}

.academic_programs-content a {
    color: #000;
    font-size: 14px;
}

.browse-by h2 b {
    color: #333333;
    display: block;
    font-family: var(--primary-font2);
    font-size: 2.1rem;
    font-weight: bold;
}

.browse-by h2 {
    color: #E2000F;
    margin-bottom: 70px;
    font-size: 10rem;
    font-family: var(--primary-font3);
    font-weight: bold;
    position: relative;
    padding-bottom: 38px;
}

.browse-by ul li {
    margin-bottom: 40px;
}

.browse-by ul li a {
    color: #2C2C2C;
    font-size: 15px;
}

.browse-by {
    border-left: 1px solid #DDDDDD;
    padding-left: 40px;
    margin-top: 0;
}

section.home_admission {
    background: #333333;
    padding: 65px 0 40px;
}

.adm_box h2 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 3.6rem;
}

.adm_box h2 b {
    font-family: var(--primary-font3);
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}

.adm_box a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 992px) {
    .adm_box a {
        display: none;
    }
}
section.home_admission ul {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
}

section.home_admission ul li {
    width: 50%;
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    section.home_admission ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}
section.home_admission ul li a {
    color: #fff;
    font-weight: bold;
}

.academic_programs-content a img {
    margin-left: 6px;
    margin-top: -2px;
}

section.Placement-Recruiters {
    padding: 90px 0;
    background: #F5F5F5;
}
@media (min-width: 1200px) {
    .Placement-Recruiters .row {
        --bs-gutter-x: 97px;
    }
}
section.Placement-Recruiters h2 {
    text-align: center;
    font-size: 4.8rem;
    color: #000;
    margin-bottom: 70px;
}

.placement-box a {
    background: #333333;
    padding: 8px 15px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
}

.placement-box a img {
    margin-right: 5px;
}

.placement-box h3 {
    font-size: 3rem;
    position: relative;
    color: #333333;
    margin-bottom: 25px;
    font-weight: bold;
}

.placement-box h3:after {
    width: 155px;
    right: 106px;
    top: 18px;
    content: "";
    position: absolute;
    background: #B6081D;
    height: 1px;
}

.placement-box p {
    font-size: 16px;
    color: #333333;
    padding-bottom: 2rem;
}

.placemt-flex {
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    margin-top: 15px;
}

.quote-icon {
    width: 50px;
    position: absolute;
    top: -9px;
}

.placement-content {
    padding: 75px 69px 110px 44px;
    width: 65%;
    background: #FFFFFF;
}

.placement-img {
    margin-top: -25px;
    margin-right: 17px;
}

.placement-content p {
    font-style: italic;
    font-family: var(--primary-font1);
    margin-bottom: 40px;
    color: #333333;
    padding-right: 1px;
    font-size: 16px;
}

.placement-content h5 {
    font-family: var(--primary-font2);
    color: #000;
    font-weight: bold;
}

.placement-content h6 {
    font-family: var(--primary-font2);
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
}

.placement-content b {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #E2000F;
}

.placement-box {
    padding-top: 30px;
}

.placement-number {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 45px 0 0;
}

.placement-number h4 {
    color: #E2000F;
    font-weight: bold;
    font-size: 10rem;
    font-family: var(--primary-font3);
}

.placement-number h5 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #333333;
    margin-left: 30px;
    font-family: var(--primary-font2);
}

.home-placement-panel .owl-dots {
    left: 32px;
    bottom: 46px;
}

.home-placement-panel .owl-dots .owl-dot.active span {
    background: #E2000F;
}

.home-placement-panel .owl-dots .owl-dot span {
    background: #E8E1E1;
}


.home-recruiters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.home-recruiters ul {
    display: flex;
    justify-content: space-between;
    margin-top: -16px;
}

.home-recruiters ul li {
    margin-left: 25px;
    width: 15%;
}

.home-recruiters h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    position: relative;
    font-family: var(--primary-font2);
    padding-right: 120px;
    margin-bottom: 0;
}

.home-recruiters h3:after {
    width: 74px;
    right: 0;
    top: 23px;
    content: "";
    position: absolute;
    background: #FFBA00;
    height: 1px;
}

section.life-at h3 {
    text-align: center;
    font-size: 2.35rem;
    color: #000;
    margin-bottom: 50px;
}

section.life-at {
    background: #F5F5F5;
    padding: 90px 0 40px;
    position: relative;
}
@media (min-width: 1200px) {
    .home-recruiters .owl-carousel .owl-item img {
        margin: 0;
        margin-left: auto;
        width: auto;
    }
}
@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}


section.life-at .accordion-body {
    padding: 0px;
    border: 0;
}

section.life-at:after {
    content: "";
    width: 100%;
    height: 150px;
    background: #C8000D;
    position: absolute;
    bottom: 0px;
}


section.life-at .tab-content>.tab-pane {
    border: 0;
    background: none;
}

section.life-at .nav.nav-tabs {
    position: relative;
    z-index: 2;
    border: 0;
    padding: 50px 0 0;
}

.life-at-img {
    position: relative;
    z-index: 9;
}

section.life-at .nav-tabs .nav-item.show .nav-link,
section.life-at .nav-tabs .nav-link.active {
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 66%);
    background: no-repeat;
    border-radius: 0px;
    color: #fff;
}

section.life-at .nav-tabs .nav-link {
    border: 0px;
    border-top: 1px solid #fff0;
    border-radius: 0px;
    color: #fff;
    padding: 10px 0;
    margin-right: 45px;
    position: relative;
}

section.life-at .nav-tabs .nav-link:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -26px;
    top: 22px;
}

section.life-at li.nav-item:last-child .nav-link:after {
    display: none;
}

.tab-detail h4 {
    font-size: 1.8rem;
    color: #2C2C2C;
    margin-bottom: 24px;
}

.tab-detail ul li {
    background: #fff;
    display: flex;
    align-items: center;
    width: 336px;
    position: relative;
    z-index: 99;
    margin-bottom: 15px;
    padding: 15px;
    border-left: 13px solid #E2000F;
}

.tab-detail ul li h5 {
    font-family: var(--primary-font2);
    font-size: 2.3rem;
    font-weight: bold;
    margin-right: 19px;
    color: #000;
    width: 84px;
}

.tab-detail h6 {
    font-family: var(--primary-font2);
    color: #333333;
}

.tab-detail p {
    font-size: 15px;
    margin-bottom: 40px;
}

section.about-amrapali {
    padding: 90px 0;
}

section.about-amrapali h2 {
    text-align: center;
    font-size: 2.35rem;
    color: #000;
    margin-bottom: 20px;
}

section.about-amrapali blockquote {
    font-size: 21px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.acedmic-excellence {
    position: absolute;
    top: 0px;
    padding: 50px 35px;
    width: 740px;
    display: flex;
    justify-content: space-between;
}

.about-amrpali-container {
    position: relative;
}

.col-left {
    border-right: 1px solid #b6b5b5;
    margin-right: 30px;
    padding-right: 30px;
    width: 239px;
}

.col-right h4 {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin-bottom: 15px;
}

.col-right p {
    font-size: 15px;
    margin: 0;
    color: #000;
}

.col-left h3 {
    font-size: 4.5rem;
    font-family: var(--primary-font3);
    font-weight: bold;
    color: #E2000F;
    line-height: 4.5rem;
}

.col-left p {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 18px;
}

.approval-affliation {
    position: absolute;
    top: 0px;
    right: 28px;
    z-index: 2;
    background: #F8F8F8;
    text-align: center;
    width: 372px;
    padding: 50px 0 0;
}

.approval-affliation .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.approval-affliation h4 {
    font-weight: bold;
    color: #000;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.approval-affliation p {
    font-size: 15px;
    padding: 0 50px;
}

.affiliation-logo {
    margin-bottom: 20px;
}

.ranked {
    border-top: 1px solid #ddd;
    margin: 25px 43px;
    padding: 25px 0 25px;
}

.ranked p {
    padding: 0;
}

.ranked-content {
    display: flex;
    text-align: left;
    justify-content: center;
}

.ranked-content h5 {
    font-size: 4.5rem;
    font-family: var(--primary-font3);
    font-weight: bold;
    color: #E2000F;
    line-height: 2.8rem;
    margin-right: 9px;
    margin-left: 0;
}


.ranked-content h6 {
    font-weight: bold;
    color: #000;
    font-family: var(--primary-font2);
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.5rem;
}

.ranked-content h6 span {
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
    color: #333333;
    font-weight: normal;
}

.approval-affliation .owl-dots {
    position: static;
}

.approval-affliation .owl-dots .owl-dot.active span {
    background: #E2000F
}

.approval-affliation .owl-dots .owl-dot span {
    background: #E8E1E1
}

section.home-testimonial {
    background: #F5F5F5;
    padding: 90px 0;
}

section.home-testimonial h2 {
    text-align: center;
    font-size: 2.35rem;
    color: #000;
    margin-bottom: 40px;
}

section.home-testimonial .nav.nav-tabs {
    justify-content: center;
    width: 323px;
    margin: 0 auto 60px;
}



section.home-testimonial .nav-tabs .nav-link {
    padding: 15px 0;
    margin-right: 40px;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #0000;
    outline: 0;
    color: #666666;
}

section.home-testimonial .nav-tabs .nav-item.show .nav-link,
section.home-testimonial .nav-tabs .nav-link.active {
    background: none;
    border: 0;
    border-bottom: 2px solid #E2000F;
    color: #000000;
    outline: 0;
}

section.home-testimonial .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0px;
    color: #666666;

}

section.home-testimonial .accordion-body {
    padding: 0px;
    border: 0px;
}

section.home-testimonial .tab-content>.tab-pane {
    border: 0;
    background: none;
}

.testimonial-box {
    position: relative;
    height: 100%;
}

.testimonial-detail {
    position: absolute;
    padding: 25px;
    bottom: 0;
    z-index: 99;
    width: 100%;
}


.testimonial-detail h5 {
    color: #fff;
    font-family: var(--primary-font2);
    font-size: 16px;
    position: relative;
    z-index: 99;
}

.testimonial-detail h6 {
    position: relative;
    color: #fff;
    font-family: var(--primary-font2);
    font-size: 14px;
    font-style: italic;
    z-index: 99;
}

.bg-grey {
    background: #333;
    text-align: center;
    height: 100%;
}

.testimonial-box:after {
    content: "";
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 65%));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
}



.testimonial-detail p {
    font-size: 15px;
    color: #fff;
    padding: 23px 3px;
    position: relative;
    z-index: 9;
    margin: 0;
}

.testimonial-detail img.img-fluid.quote2 {
    width: 40px;
    margin-bottom: 0;
}

a.read-more {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    right: 30px;
}

.testimonial-detail.bg-grey a.read-more {
    display: none;
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.streach_link:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.view-more {
    padding: 50px 0 0;
    text-align: center;
}

.view-more a {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
}

.view-more a img {
    margin-left: 6px;
    margin-top: -2px;
}

section.happening {
    padding: 90px 0;
}

section.happening h2 {
    font-size: 4.8rem;
    color: #000;
    margin-bottom: 0;
}

.happening-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.hapTitle_mob {
    display: none;
}
.happening-head ul {
    display: flex;
    padding-top: 21px;
}

.happening-head ul li {
    margin-left: 25px;
}

.happening-head ul li a {
    color: #666666;
    font-size: 2.4rem;
    padding: 0 15px 23px;
}

.happening-head ul li.active a {
    color: #000;
    position: relative;
}

.happening-head ul li.active a:after {
    background: #E2000F;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.happening-box.happening-full-cntent {
    background: #C8000D;
    padding: 30px 35px;
    height: 100%;
}


.happening-box.happening-full-cntent h3 {
    font-family: var(--primary-font2);
    color: #fff;
    font-size: 3rem;
    padding: 20px 0;
    font-weight: normal;
    line-height: 4.8rem;
}

.happening-box.happening-full-cntent h5 {
    font-family: var(--primary-font2);
    color: #fff;
    margin: 0;
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 100;
}

.happening-box.happening-full-cntent h6 {
    font-family: var(--primary-font2);
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.happening-box h5 {
    font-family: var(--primary-font2);
}

.happening-box h6 {
    font-family: var(--primary-font2);
}

.happening-box h3 {
    font-family: var(--primary-font2);
    font-size: 18px;
    color: #000000;
}

.happening-img {
    margin-bottom: 25px;
}

.date h5 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.happening-box {
    position: relative;
}

/* section.happening .col-md-4 {
    margin-bottom: 50px;
} */
section.happening .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 3.5rem;
}
.banner-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: transparent linear-gradient(186deg, #00000000 30%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
    left: 0;
}

.browse-by h2:after {
    content: "";
    background: #986938;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.browse-by h3 {
    font-size: 1.5rem;
    margin-bottom: 35px;
    color: #000;
}

.owl-carousel .owl-item .approvel-icon img {
    width: auto;
}

.approval-box {
    display: flex;
    align-items: center;
}

.approvel-icon {
    margin-right: 25px;
}

.approval-detail {
    font-size: 15px;
    color: #404040;
    padding-right: 50px;
}

.academic_programs-content h2 {
    font-size: 4.8rem;
    margin-bottom: 50px;
    color: #000;
}

.academic_programs-content ul li a {
    display: block;
    margin: 9px 0;
    font-size: 18px;
    color: #333333;
}

.owl-dots .active span {
    background: red;
}

.department-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.department-menu-list h3 {
    font-size: 2.4rem;
    color: #000000;
    margin: 0;
    font-family: var(--primary-font2);
    margin-right: 65px;
    position: relative;
}

/* .department-menu-list h3::after {
    position: absolute;
    content: '';
    right: -9rem;
    height: 5rem;
    width: 1px;
    background: #000000;
    opacity: 0.49;
    top: 0.7rem;
} */
.department-menu-list h3 b {
    display: block;
    color: #E2000F;
    font-style: italic;
    font-family: var(--primary-font1);
}

.department-menu {
    background: #F0E9E2;
    padding: 1.8rem 2rem;
    position: fixed;
    width: 100%;
    transition: .5s;
    z-index: 999;
}

.department-menu.sticky {
    transition: .5s;
    margin-top: -1rem;
}

.department-menu-list ul {
    display: flex;
}

.banner-img img {
    width: 100%;
}

.department-menu .container {
    max-width: 1350px;
}



.department-menu-list ul li {
    margin-right: 40px;
}

.department-menu-list ul li:last-child {
    margin-right: 0;
}

.department-menu-list ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 1.6rem;
}

.faculty_of .row {
    --bs-gutter-x: 4.5rem;
}

section.faculty_of {
    padding: 90px 0;
}

@media(max-width:991px) {
    .deparmnet-img {
        height: 100%;
    }

    .deparmnet-img img {
        height: 100%;
        object-fit: cover;
    }
}


.faculty-of-content h2 {
    font-size: 4.5rem;
    color: #000;
    margin-bottom: 40px;
}
.faculty-of-content blockquote strong {
    font-weight: 500;
    color: #333333;
}
.faculty-of-content {
    padding-left: 25px;
}

.faculty-of-content a {
    transition: 0.5s ease;
    padding: 1rem 2.5rem 1rem 0;

}

.faculty-of-content a:hover {
    padding: 1rem 2rem;
    background: #7B3F00;
}


.faculty-of-content a:hover img {
    filter: Invert(1);
}

.faculty-of-content blockquote {
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 30px;
}

.faculty-of-content p {
    font-size: 1.6rem;
    margin-bottom: 26px;
}

.admission-year-panel {
    background: #333333;
    padding: 5rem 5rem 5rem;
}

.admission-year-panel h4 {
    color: #fff;
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
}

.admission-year-panel h4 b {
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
    font-family: var(--primary-font3);
}

.admission-year-panel ul li {
    margin-bottom: 1.5rem;
}

.admission-year-panel ul li a {
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--primary-font2);
    font-weight: bold;
    letter-spacing: 1.6px;
}

.apply-now {
    position: relative;
    top: 63px;
}

.apply-now a {
    background: #C8000D;
    padding: 8px 25px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 3px 6px #0000001A;
}

section.our-mentors h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 4.8rem;
}

section.our-mentors {
    padding: 90px 0;
}


@media(max-width:991px){
    section.our-mentors:not(:has(section)) {
        padding-bottom:6rem;
    }
}
section.our-mentors blockquote {
    font-size: 21px;
    text-align: center;
    padding: 0 25rem 50px;
}

.faculty_designation h5 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    font-family: var(--primary-font2);
}

.faculty_designation p {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.faculty_designation p span {
    display: block;
    margin: 10px 0;
    font-weight: normal;
    color: #999999;
    font-style: italic;
    line-height: 21px;
}

.faculty_img figure {
    margin-bottom: 0;
}

.faculty_designation {
    background: #F5F5F5;
    padding: 20px 40px;
    position: relative;
}

.faculty_designation:before {
    display: none;
}

.our-mentors .owl-dots {
    bottom: -12%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
}


.profile-content-tab .tab-content>.tab-pane {
    border: 0;
    background: none;
}

.profile-content-tab .nav-tabs .nav-item.show .nav-link,
.profile-content-tab .nav-tabs .nav-link.active {
    border: 0px;
    border-bottom: 2px solid #E2000F;
    color: #2C2C2C;
    background: none;
}

.profile-content-tab .nav-tabs .nav-link {
    font-size: 21px;
    color: #666666;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 15px;
}

.profile-content-tab li.nav-item {
    margin-right: 24px;
}

.faculty-profile-detail .profile-content-tab .accordion-body {
    padding: 2rem 0px 0 !important;
}

.faculty-profile-detail .profile-content-tab .nav.nav-tabs {
    justify-content: left;
    border-bottom: 1px solid #808080;
}

.profile-content-tab p {
    font-size: 15px;
    line-height: 27px;
    color: #333333;
}

section.Infrastructure {
    background: #F5F5F5;
    padding: 90px 0;
    margin-top: 50px;
}

.Infrastructure .list-course {
    margin-bottom: 2rem;
}

section.Infrastructure h2 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 4rem;
}

.Infrastructure .profile-content-tab .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 4rem;
}

.classroom-panel h4 {
    font-size: 3.6rem;
    margin-bottom: 26px;
}

.classroom-panel p {
    font-size: 1.6rem;
    line-height: 27px;
}

.classroom-panel {
    padding-left: 15px;
}
.classroom-pic2{
    margin-top: 3rem;
}


.classroom-panel h5 {
    font-size: 10rem;
    color: #E2000F;
    font-family: var(--primary-font3);
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 3.5rem;
    line-height: 10.4rem;
}



.classroom-panel b {
    color: #333333;
    margin-bottom: 60px;
    display: block;
    font-size: 2.1rem;
    line-height: 3rem;
}

.Recruiters_slider {
    width: 70%;
    flex-grow: 1;
}
.Recruiters_slider .owl-dots {
    margin-top: 4rem;
}
.program_designed {
    padding-bottom: 10rem;
}

.program_designed p {
    position: relative;
}

.program_designed p::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 49%;
    right: 0;
    top: 13px;
    background: #DFDFDF;
}

.program_designed ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12rem;
    margin-top: 7rem;
}

.program_designed ul li {
    font-size: 3rem;
    color: #000000;
    font-family: var(--primary-font1);
    line-height: 3.6rem;
    border-bottom: 2px solid #c8000d;
    padding-bottom: 2rem;
}

.department_sec {
    padding: 10rem 0;
    background: linear-gradient(43deg, rgba(226, 0, 15, 1) 0%, rgba(113, 0, 8, 1) 100%);
}

.department_sec h2 {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 7rem;
}

.department_sec ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.department_sec h5 {
    font-size: 1.6rem;
    color: #fff;
    font-family: var(--primary-font1);
}

.department_sec h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    font-family: var(--primary-font1);
    color: #fff;
}





/* -------School Css------- */
.School-inner-container {
    padding: 0;
}

.School-inner-container .breadcrumb {
    padding: 5rem 0 2rem;
}

.School-inner-container .inner-title h1 {
    font-size: 4.8rem;
    color: #7B3F00;
    padding-bottom: 2rem;
}

.school-overview {
    padding: 10rem 0 5rem;
    background: #F5F2EF;
}
@media(max-width:991px){
    .school-overview {
        padding-bottom:3rem;
    }
}
.school-overview h5 span {
    font-weight: 700;
    color: #000;
}

.school-overview h2 {
    font-size: 4rem;
    position: relative;
}

.school-overview h2::after {
    width: 8rem;
    height: 2px;
    background: #E2000F;
    position: absolute;
    content: '';
    left: 0px;
    bottom: -30px;
    z-index: 1;
}

.department-menu-list ul li a.active {
    position: relative;
}

.department-menu-list ul li a.active:before {
    width: 100%;
    background: #E2000F;
    transition: .3s ease-in-out;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3.3rem;
    content: "";
}

.school-overview h5 {
    margin-top: 8rem;
}

.about-content {
    margin-top: 3rem;
}

.school-overview .about-content p:not(:first-child) {
    margin-top: 2rem;
}

.about-content .row {
    align-items: center;
    --bs-gutter-x: 4.5rem;
}

@media(max-width:1399px) {
    .about-content .row {
        align-items: unset;
        --bs-gutter-x: 3.5rem;
        --bs-gutter-y: 3.5rem;
    }
    .about-content .col-lg-8>figure {
       height: 100%;
    }
    .about-content .col-lg-8>figure>img{
        height: 100%;
        object-fit: cover;
    }
    .about-content .col-sm-4>figure {
        height: 100%;
     }
     .about-content .col-sm-4>figure>img{
         height: 100%;
         object-fit: cover;
     }
}

@media(max-width:1199px) {
    .about-content div[class*="col-"] {
        width: 100%;
    }
}

.Director {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: transparent;
    position: relative;
    isolation: isolate;
}

.Director .row {
    --bs-gutter-x: 7.5rem;
}

.Director h2 {
    font-size: 4rem;
    position: relative;
}

.Director h5 {
    padding-top: 5rem;
}


.Director h6 {
    font-size: 1.8rem;
    font-family: var(--primary-font2);
    color: #2C2C2C;
    font-weight: 400;
    margin-top: 5rem;
    line-height: 3.2rem;
}
@media(max-width:1399px) {
    .Director h5 {
        padding-top: 2rem;
    }
    .Director h6 {
        margin-top: 3rem;
    }
    .Director .row {
        --bs-gutter-x: 3.5rem;
    }
}
.Director p {
    padding-top: 2.5rem;
}

.quote {
    position: relative;
}

.quote img.quote-ico {
    position: absolute;
    right: 0;
    top: -3rem;
}





/* -----School Css------ */
.inustry {
    position: relative;
    padding-bottom: 10rem;
}

.inustry p {
    position: relative;
}

.inustry p::before {
    width: 44%;
    position: absolute;
    right: 0;
    content: '';
    height: 1px;
    top: 14px;
    background: #DFDFDF;
}

.inustry ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10rem;
    margin-top: 6rem;
}

.inustry ul li h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #000;
    border-bottom: 2px solid #C8000D;
    padding: 2rem 0;
    font-family: var(--primary-font1);
}

.inustry ul li a {
    display: block;
    margin: 9px 0;
    font-size: 18px;
    color: #333333;
}

.faculty-depart {
    background: linear-gradient(43deg, rgba(226, 0, 15, 1) 0%, rgba(113, 0, 8, 1) 100%);
    padding: 10rem 0;
}

.faculty-depart h3 {
    color: #fff;
    font-size: 4rem;
}

.faculty-depart ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: 6rem;
}

.faculty-depart ul li {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.faculty-depart ul li a:last-child {
    margin-top: auto;
}

.faculty-depart ul li span {
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 0;
    display: block;
}

.faculty-depart ul li h4 {
    color: #fff;
    font-size: 3rem;
}
@media(max-width:991px){
    .faculty-depart ul li h4 {
        font-size: 2rem;
    } 
}

.placement-img {
    background: #fff;
}

.facult-vision {
    padding-top: 0;
    padding-bottom: 10rem;
}


.facult-vision ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
}

@media(max-width:991px) {
    .facult-vision ul {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
        gap: 30px;
    }
}


.facult-vision ul li {
    text-align: center;
    justify-content: center;
    position: relative;
}

.facult-vision ul li h3 {
    font-size: 3.6rem;
    font-family: var(--primary-font1);
    padding-bottom: 5rem;
}
@media(max-width:1399px) {
    .facult-vision ul li h3 {
        padding-bottom: 2rem;
    }
}
.facult-vision ul li p {
    font-family: var(--primary-font2);
    padding: 0 6rem;
}

.border-right::after {
    content: '';
    right: 0;
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #dfdddd;
    top: 0;
}



.research {
    background: #F5F5F5;
    padding: 5rem 0;
}

.research h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 4.8rem;
}



/* ------C&BM ABOUT CSS START------- */
.commerce {
    position: relative;
    background: #F5F2EF !important;
    padding-bottom: 10rem;
}

.commerce::before {
    display: none;
}

/* ------C&BM ABOUT CSS END------- */
.placement-box a {
    color: #fff !important;
}

.faculty_about {
    position: relative;
}

.faculty_about::before {
    height: 86%;
}

.faculty_about {
    background: transparent;
    position: relative;
    isolation: isolate;
}

.faculty_about::before {
    position: absolute;
    content: '';
    inset: 0;
    bottom: auto;
    height: 86%;
    background: #F5F2EF;
    z-index: -1;
}

.highlghts {
    padding: 10rem 0;
    background: #F5F2EF;
}

.highlghts .reaseon-sidebar ul {
    padding: 5rem 4rem 5rem;
    background: #fff;
    height: auto;
}

.highlghts .row {
    --bs-gutter-x: 2.5rem;
}

.highlghts .reaseon-sidebar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    text-align: left;
}

.highlghts .reaseon-sidebar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: transparent;
    text-align: left;
}

.highlghts h3 {
    font-size: 3rem;
    font-family: var(--primary-font1);
    padding-bottom: 5rem;
}

.highlghts .accordion {
    --bs-accordion-bg: transparent;
}
.highlghts .accordion-body figure {
    margin-bottom: 3rem;
}
.highlghts .accordion-body h4 {
    font-size: 2.4rem;
}


@media(max-width:991px){
    .highlghts .accordion-body figure {
        margin-bottom: 0rem;
    }
    .highlghts .accordion-body {
        padding: 2rem 0 !important;
    }
    .highlghts h3{
        padding-bottom: 3rem;
    }
    .highlghts .accordion-button{
        background: #9a0a0d;
        color: #fff;
        font-size: 1.6rem;
        padding: 1.5rem 2rem;
        padding-right: 5rem;
    }
    .highlghts .accordion-button::after{
        filter: invert(1);
        -webkit-filter: invert(1);
        position: absolute;
        right: 2rem;
        width: 17px;
        height: 17px;
        background-size: cover;
}
}
.highlghts h4 {
    font-size: 3rem;
    font-family: var(--primary-font2);
    font-weight: 600;
    padding-top: 2rem;
}

.research {
    background: #F5F5F5;
    padding: 10rem 0 0;
}

.research .container{
    border-bottom: 5px solid #C4A98D;
    padding-bottom: 7.5rem;
}

.research .row>* {
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);
    display: flex;
}

.research h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 4.8rem;
}

.Research-Intensive {
    background: #fff;
}

.Research-Intensive ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 5rem 4rem;
    height: 100%;
}

@media(max-width:767px) {
    .Research-Intensive ul {
        padding: 2rem;
    }
}


.Research-Intensive ul li:first-child {
    border-bottom: 1px solid #62272724;
    padding-bottom: 7rem;
}

.Research-Intensive ul li h3 {
    font-size: 3.6rem;
    font-weight: 400;
    color: #000000;
}

.Research-Intensive ul li h3 span {
    font-weight: 800;
}

.research-paper {
    padding: 3.5rem 0;
}

.research-paper h4 {
    font-size: 10rem;
    font-family: var(--primary-font3);
    font-weight: bold;
    color: #E2000F;
}

.research-paper span {
    font-size: 2.1rem;
    color: #333333;
    font-weight: 700;
}

.research-detail ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    column-gap: 8rem;
}

.research-detail ul li {
    padding-left: 2rem;
    position: relative;

}

.research-detail ul li::after {
    height: 100%;
    width: 3px;
    background: #CCCCCC;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.research-detail ul li a {
    font-size: 1.8rem;
    font-family: var(--primary-font2);
    font-weight: 400;
    color: #333333;
}
.research-detail ul li a:hover {
    color: #E50019;
}
.research-detail ul li:hover:after {
    background: #E50019;
}
.view-all a {
    font-size: 1.4rem;
    color: #000000;
    font-weight: bold;
    margin-top: 5rem;
    position: relative;
    display: block;
}

.research .home_banner_slider .owl-dots {
    position: absolute;
    bottom: 4%;
    width: auto;
    right: 1.4rem;
}

.research .item_detail {
    width: 50rem;
    left: 0rem;
    bottom: 0;
}

.research .item_detail h2 {
    font-size: 3rem;
    text-align: left;
    line-height: 3.6rem;
    color: #fff;

}

.research .item_detail .item_name {
    margin-bottom: 0px;
}

.research .item_detail h2:after {
    display: none;
}

.over-img {
    padding: 2em 0;
}

.school_placements {
    padding: 0 0 10rem !important;
}

@media(max-width:1250px) {
    .over-img {
        padding: 0em 0;
    }

    .over-img figure {
        height: 100%;
        object-fit: cover;
    }

    .over-img figure>img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:767px) {
    section.our-mentors blockquote {
        padding: 0 0rem 35px;
        font-size: 1.8rem;
    }

    section.our-mentors h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    section.our-mentors {
        padding: 50px 0;
    }

    section.Infrastructure {
        padding: 5rem 0;
    }

    section.Infrastructure h2 {
        font-size: 2.8rem;
    }

    .classroom-panel h4 {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }

    .classroom-panel {
        padding-left: 0px;
    }

    .classroom-panel h5 {
        margin-top: 1.5rem;
        line-height: 7.4rem;
        font-size: 7rem;
    }

    .academic_programs-content h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .research {
        padding: 5rem 0;
    }

    .research h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .Research-Intensive ul li h3 {
        font-size: 2.6rem;
    }

    .Research-Intensive ul li:first-child {
        padding-bottom: 3rem;
    }

    .view-all a {
        margin-top: 2rem;
    }

}
 