.pd-0 {
    padding: 0px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}
.pd-20 {
    padding: 20px !important;
}
.pd-25 {
    padding: 25px !important;
}
.pd-30 {
    padding: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}

.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.lh-20 {
    line-height: 20px !important;
}
.lh-25 {
    line-height: 25px !important;
}
.lh-34 {
    line-height: 34px !important;
}
.border-1 {
    border: 1px solid #efefef;
}
.primaryBg {
    background: #273c66 !important;
}
.secondaryBg {
    background: #fcdb06 !important;
}
.primaryFontColor {
    color: #273c66 !important;
}
.secondaryFontColor {
    color: #fcdb06 !important;
}
.text-black {
    color: #000 !important;
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    animation: marquee 40s linear infinite;
    color: #fff;
    padding: 10px 0;
}
@keyframes marquee {
    from { transform: translateX(110%); }
    to { transform: translateX(-50%); }
}
.loader {
    background-color: #f3f4f6 !important;
}
.loader .loader-container {
    width: 200px !important;
    height: 200px !important;
    /* border: 3px solid #ebebec !important; */
    /*border: 3px solid #002147 !important;*/
    border: 0 !important;
}
.loader .loader-container:before {
    width: 180px !important;
    height: 180px !important;
    border-top: 4px solid #fcde07 !important;
    background: #3a1277;
}
.loader .loader-icon {
    width: 110px;
}
.mainLogo {
    max-width: 100% !important;
    max-height: 100px !important;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #273c66;
}
.rs-menu ul ul a {
    width: 250px !important;
}
.rs-header .menu-area.menu-sticky.sticky {
    padding: 10px 0;
}
.footerLogo {
    max-width: 100% !important;
    height: 150px;
    object-fit: contain;
}
.js-tilt {
    will-change: transform;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}
.readon2 {
    background: #3b1377 !important;
}
.contentPadding {
    padding: 87px 0 !important;
}
.rs-subject {
    background: #f3f8f9;
}
.courseTitle {
    font-size: 20px;
}
.courseCardBg {
    background: #3b1478 !important;
    padding: 40px 15px 40px !important;
}
.custStudentTestiBg {
    background: #e7f4f6;
}
.slide1 {
    background: url(../images/slider/01.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.slide2 {
    background: url(../images/slider/02.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.slide3 {
    background: url(../images/slider/03.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
    background: url(../images/slider/04.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide5 {
    background: url(../images/slider/05.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide6 {
    background: url(../images/slider/06.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide7 {
    background: url(../images/slider/07.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.homeAboutImg {
    width: 100% !important;
    height: 425px;
    object-fit: contain;
}
.rs-slider.style1 .slider-content {
    /*padding: 350px 0 !important;*/
    padding: 0px 0 !important;
}
.collabLogo {
    width: 100% !important;
    height: 90px !important;
    object-fit: contain;
}
.mainAboutImg {
    max-width: 100% !important;
    height: 305px !important;
    object-fit: contain;
}
.rs-footer {
    background-image: none !important;
}
.rs-faq-part.style1 .img-part {
    background: url(../images/faq/1.jpg);
    background-size: cover;
    background-position: center;
}
.partner-item {
    margin: 10px 0;
}
.contactInfoFont {
    font-size: 18px !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding: 10px 20px !important;
}
.breadcrumbsImg {
    height: 350px;
    object-fit: cover;
}
.contactTxtHeight {
    height: 40px !important;
}
.contactImg {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.hisVisMisIcon {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.abtSecsImg {
    /*width: 100%;*/
    height: 550px;
    object-fit: cover;
}
.hisVisMisImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.rs-counter .counter-item .rs-count.kplus:before {
    content: '+' !important;
}
.countrIcon {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: 20px;
}
.countrCardHeight {
    /*height: 275px;*/
}
.admissionImg {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
    opacity: 0.4;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    line-height: 25px !important;
}
.courseImg {
    width: 100% !important;
    height: 150px;
    object-fit: contain;
}
.rs-faq-part.style1 .main-part {
    background: none !important;
}
.alumniImg {
    width: 100% !important;
    height: 170px;
}
.indexEventImg {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.eventImg {
    width: 100% !important;
    height: 270px;
    object-fit: cover;
}
.eventTitle {
    font-size: 17px !important;
    line-height: 25px !important;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    text-align: left;
    height: 50px;
    margin-bottom: 15px !important;
    color: #111 !important;
}
.eventDetailTitle {
    font-size: 30px !important;
    line-height: 35px !important;
}
.time-sec {
    display: block !important;
    text-align: left;
}
.font-17 {
    font-size: 17px !important;
}
.font-17 i:before {
    font-size: 17px !important;
    color: #ff5421 !important;
}
.rs-event .event-item .event-short {
    box-shadow: 1px 5px 5px 1px #ccc !important;
}
.eventUl {
    display: block !important;
    padding: 0 !important;
}
.eventLi {
    margin-bottom: 15px;
}
.eventDetailImg {
    width: 100%;
    height: 500px;
    object-fit: cover;
    /*cursor: pointer;*/
}
.eventModalImg {
    width: 100% !important;
    height: auto;
    object-fit: contain;
}
.sidebarLi {
    line-height: 20px !important;
    font-size: 15px !important;
}
.sidebarLi a {
    color: #777 !important;
}
.eventBtn {
    justify-content: center !important;
    margin-top: 0 !important;
    padding-top: 15px !important;
}
.coursesBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}
.coursesBtnPart {
    padding: 8px 30px;
    border: 1px solid #273c66;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    background: #fff;
}
.coursesBtnPart:hover {
    color: #111;
    background: #fff;
    border: 1px solid #fff !important;
}
.courseContentPart {
    height: 60px;
    display: flex;
    align-items: center;
}
.courseName {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    color: #111 !important;
    display: flex;
    align-items: center;
    height: 40px;
}
.gridFilter button {
    background: #3a1277 !important;
    font-size: 16px !important;
    color: #fff;
    padding: 3px 15px;
    border-radius: 8px;
}
.intro-section .intro-tabs .tab-btns .tab-btn {
    padding: 12px 30px 10px !important;
}
.courseSem {
    background: #f5f7ff;
    border-radius: 5px;
}
.semPart {
    padding: 30px 25px 30px;
}
.semNo {
    font-size: 22px;
}
.phdSubName {
    font-size: 19px;
}
.semUl {
    padding-left: 20px;
}
.semLi {
    list-style: decimal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.semCardBody b {
    margin-bottom: 5px;
}
.cardHeaderBg {
    background: #f5f7ff;
}
.tradingImg {
    max-width: 100% !important;
    height: 330px;
    object-fit: contain;
}
.alumniBg {
    background: #edf3ff;
}
.rs-testimonial.style2 .testi-wrap {
    background: #fff !important;
}
.galleryImg {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.videoBg {
    background: url(../newimages/videoSec.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 230px 0 !important;
    filter: grayscale(50%);
}
.videoBg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black with 0.7 opacity */
    z-index: 1;
}
.semSubUl {
    padding-left: 20px;
    margin-top: 5px;
}
.semSubLi {
    list-style: lower-alpha;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.semSub2Ul {
    padding-left: 20px;
    margin-top: 5px;
}
.semSub2Li {
    list-style: lower-alpha;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.examSchemeUl {
    padding-left: 20px;
}
.examSchemeLi {
    list-style: decimal;
    margin-bottom: 7px;
}
.examSchemeSubUl {
    padding-left: 20px;
}
.examSchemeSubLi {
    list-style: decimal;
    margin-bottom: 3px;
}
.widgetTitle {
    color: #111111 !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}
.widgetTitle:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ff5421;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.ugCourseLi {
    margin-top: 13px !important;
    padding: 13px 0 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 15px;
}
.ugCourseLi a {
    color: #777 !important;
}
.coursesListDesc {
    color: #485973;
    display: inline-block;
    margin-bottom: 10px;
}
.directorImg {
    width: 100%;
    height: 255px;
    object-fit: cover;
    clip-path: circle(50%);
}
.directorNoteImg {
    width: 100% !important;
    height: 285px;
    object-fit: contain;
}
.principalNoteImg {
    width: 100% !important;
    height: 285px;
    object-fit: contain;
}
.principalImg {
    width: 100%;
    height: 320px;
    object-fit: cover;
    clip-path: circle(50%);
}
.directorName {
    font-size: 19px;
}
.directorPart {
    padding: 40px 50px 40px !important;
}
.fa-twitter:before {
    content: "X";
}
.princiTitle {
    font-size: 25px;
    color: #112958;
}
/*Alumni Slider Css Start*/
.testimonial-slide {
    padding: 40px 20px;
}
.testimonial_box-top {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 1px 1px 3px #ccc;
}
.testimonial_box-icon {
    padding: 10px 0;
}
.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}
.testimonial_box-text {
    padding: 10px 0;
}
.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.testimonial_box-name {
    padding-top: 10px;
}
.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}
.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial-slider {
    width: 100%;
    /*height: 100px;*/
    color: #3d5a80;
}
/*Alumni Slider Css End*/
.eligibilityUl {
    padding-left: 20px;
}
.eligibilityLi {
    list-style: disc;
}
.section-detail-box {
    padding: 0 40px 0 40px;
}
.course-detail-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #273c66;
}
.course-sub-title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.course-section-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.course-section-description {
    margin-bottom: 0;
    font-size: 17px;
}
.admissionUl {
    /*padding-left: 25px;*/
}
.admissionLi {
    /*list-style: disc;*/
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 17px;
}
.courseDescIcon {
    color: #273c66;
}
.achieveUl {
    /*padding-left: 25px;*/
}
.achieveLi {
    /*list-style: disc;*/
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 17px;
}
.evaluationUl {
    padding-left: 25px;
    list-style: decimal;
}
.evaluationLi {
    font-size: 17px;
    margin-bottom: 15px;
}
.evaluationSubUl {
    padding-left: 25px;
    list-style: decimal;
}
.evaluationSubLi {
    font-size: 17px;
    margin-bottom: 15px;
}
.semesterBg {
    background: #3a1478 !important;
    color: #fff;
}
.semesterTbl th {
    padding: 5px 5px !important;
    line-height: 20px;
}
.semesterTbl td {
    padding: 5px 5px !important;
    line-height: 20px;
}
.semesterUl {
    padding-left: 15px;
}
.creditsUl {
    text-align: center;
}


.listStyle {
    list-style: disc;
}
.listStyleDecimal {
    list-style: decimal;
}
.customPClass {
    line-height: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.certiCard {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ccc;
}
.certiCard:hover {
    /*background: #273c66;*/
    transform: scale(1.2) !important;
    transition: 1.0s ease-out;
    background: #273c66 !important;
    color: #fff;
}
.certiImg {
    width: 100%;
    height: 365px;
    object-fit: contain;
    cursor: pointer;
}
.naacCertiTitle {
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    margin: 0 0 10px;
}
.aqarReportCard {
    border-radius: 15px;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 4px 1px #ccc;
}
.aqarReportCard:hover {
    border-radius: 15px;
    background: #273c66;
    color: #fff;
    border: none;
    box-shadow: 1px 1px 4px 1px #ccc;
    transition: all 0.3s ease;
}
.aqarReportCard:hover .downloadIcon {
    background: #fff;
}
.aqarReportCard:hover .content .aqarReportTitle {
    color: #fff !important;
}
.aqarReportCard:hover .aqarReportCardPadd .reportDownloadBtn {
    background: #fff !important;
    color: #273c66 !important;
}
.aqarReportCardPadd {
    padding: 15px 20px;
}
.downloadIcon {
    height: 50px;
    border-radius: 15px;
    padding: 5px;
}
.aqarReportTitle {
    font-size: 17px;
    color: #555 !important;
}
.reportDownloadBtn {
    background: #3a1277;
    font-size: 16px;
    color: #fff;
    padding: 5px 25px;
    border-radius: 8px;
}
.faqCard {
    border-radius: 15px;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 4px 1px #ccc;
}
.faqCard:hover {
    border-radius: 15px;
    background: #273c66 !important;
    border: none;
    box-shadow: 1px 1px 4px 1px #ccc;
    transition: all 0.3s ease;
}
.faqCard:hover .downloadIcon {
    background: #fff;
}
.faqCard:hover .aqarReportTitle {
    color: #fff !important;
}
.faqCard:hover .reportDownloadBtn {
    background: #fff !important;
    color: #273c66 !important;
}
.faqBorder {
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aicteTitle {
    font-size: 20px !important;
}
.newAdmisnFont {
    font-size: 17px;
}
.course-wrap {
    background: #fff !important;
    border: 1px solid #391376;
    padding: 20px !important;
    cursor: pointer;
}
.course-wrap:hover {
    background: #391376 !important;
}
.course-wrap:before {
    width: 0px !important;
}
.course-wrap:after {
    width: 0px !important;
}
.course-wrap:hover {
    transition: all 0.5s ease-in-out !important;
}
.collabWrap .inner-part {
    top: 50% !important;
    padding: 0 10px !important;
}
.collabWrap img {
    min-height: auto !important;
}
.collabImg {
    width: 100%;
    height: 100px !important;
    object-fit: contain;
    margin-bottom: 15px;
}
.companyNatre {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.collabCompanyName {
    color: #112958;
    font-size: 19px;
    margin-bottom: 0;
}
.collabNamePart {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.courseDetail {
    box-shadow: 0px 1px 5px 0px #ccc !important;
    border-radius: 5px !important;
}*/
.courseSectionTitle {
    font-size: 40px;
    font-weight: 700 !important;
    color: #273c66 !important;
}
.courseOverFlow {
    overflow: hidden !important;
}
.govBodyCard {
    border: 1px solid #d0d0d0;
    padding: 10px;
}
.govBodyCard:hover {
    background: #f5f5f5 !important;
}
.govBodyTitle {
    font-size: 18px;
    font-weight: bold;
    background: #3a1277;
    border-radius: 3px;
    color: #fff !important;
    padding: 8px;
}
.govBodyCard:hover .govBodyTitle {
    background: #273c66 !important;
}
.govBodyCardBody {
    clear: both;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.govBodyIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    float: left;
}
.visMisImg {
    max-width: 100% !important;
    height: 370px;
    object-fit: contain;
}
.weDoCard {
    transition: all 0.3s ease;
    position: relative;
}
.weDoCard:hover {
    transform: translateY(-10px);
    background: #273c66 !important;
}
.weDoImg {
    width: 100% !important;
    height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
}
.weDoTitle {
    font-size: 22px;
}
.weDoCard:hover .weDoTitle {
    color: #fff !important;
}
.weDoCard:hover .desc {
    color: #fff !important;
}
.alumniEventImg {
    width: 100% !important;
    height: 270px;
    object-fit: cover;
}
.alumniEveTlt {
    font-size: 20px !important;
    line-height: 25px !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: left;
    height: 50px;
    margin-bottom: 15px !important;
    color: #111 !important;
}
.alumniEventDateAdd {
    font-size: 16px;
}
.alumniEventDateAdd i:before {
    font-size: 16px !important;
    color: #ff5421 !important;
}
.aluEveImg {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
}
.aluEveDetailImg {
    width: 100% !important;
    height: 500px;
    object-fit: contain;
}
.aluAbtImg {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.custCourseTbl tr th {
    padding: 5px !important;
    line-height: 20px;
}
.custCourseTbl tr td {
    padding: 5px !important;
    line-height: 20px;
}
.courseCard {
    transition: transform 1s ease, box-shadow 0.3s ease !important;
}
.courseCard:hover {
    background: #273c66;
    transform: translateY(-10px);
}
.courseCard:hover .courseName {
    color: #fff !important;
}
.courseCard:hover span {
    color: #fff;
}
.visionBg {
    background: url('../newimages/vision.jpg');
    background-size: cover;
    height: 400px;
}
.missionBg {
    background: url('../newimages/mission.jpg');
    background-size: cover;
    height: 400px;
}
.visionOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #00000080;
}
.missionOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #00000080;
}
.txtOverLay {
    height: 100%;
    padding: 135px 100px;
    text-align: center;
}
.courseIcon {
    width: 100% !important;
    height: 45px;
    object-fit: contain;
}
.listSubStyle {
    list-style: circle;
}
.admiOpen2025 {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}
.examTbl tr th {
    padding: 5px !important;
    line-height: 20px !important;
}
.examTbl tr td {
    padding: 5px !important;
    line-height: 20px !important;
}
.text-right {
    text-align: right;
}
.small_sticky {
    line-height: 25px;
    font-size: 15px;
    position: fixed;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 0;
    color: #fff;
    right: -53px;
    text-align: center;
    top: 36%;
    width: 140px;
    z-index: 500;
    text-transform: capitalize;
    background: #273c66;
    transform: rotate(-90deg);
}
.sticky_right {
    top: 40% !important;
}
.sticky_right:hover {
    color: #fff !important;
}
.fade.in {
    opacity: 1 !important;
    background: #00000087;
    overflow: hidden;
}
.noticeModal {
    /*background: #fff;*/
    border-radius: .3rem;
    margin-top: 90px;
}
.noticeModal .close {
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    font-weight: 500;
    top: 10px;
    right: 10px;
}
.notice {
    color: #000;
    background: #fff;
    display: block;
    height: 10em;
    /*width: 15em;*/
    padding: 0.5em;
    box-shadow: 5px 5px 7px #212121b3;
}
.notice:hover {
    box-shadow: 10px 10px 7px #000000b3;
    transform: scale(1.1);
    z-index: 5;
}
.noticeModal .modal-content {
    border: #bda27e solid 15px;
    box-shadow: 0px 0px 0px 2px #c2a782;
    border-radius: 0.25em;
    background: #0b5345;
}
.noticeTitle {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
/*Index Page Modal CSS Start*/
.impLinkModal {
  display: block; /* Hidden by default, shown with JS */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.4); /* Transparent black */
}
.impLinkModal .modal-dialog {
    max-width: 100% !important;
    margin-top: 60px;
}
.impLinkLi a:hover {
    color: #0000ff !important;
}
.impLinkModal .modal-content {
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.impLinkModal .modal-header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.impLinkModal .close {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 15px;
    background: none;
    border: none;
}
.impLinkModal .modal-body {
    padding: 15px;
}
.impLinkModal .modal-body a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.impLinkLi {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.impLink {
    font-size: 20px;
    line-height: 30px;
}
/*Index Page Modal CSS End*/
.principalQuat {
    line-height: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.principalMsg {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 25px !important;
}
.success {
    background: #008000;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 17px;
}
/*Contact Form Form Submit Spinner Css Start*/
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    position: relative;
    top: 44px;
    left: -70px;
    z-index: 1;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}
.contactFrmBtn {
    border: 0;
    background: transparent;
    /*width: 100%;*/
}
/*Contact Form Form Submit Spinner Css End*/
.admissionFrmLink {
    color: #273c66;
    font-size: 15px;
    font-weight: 600;
}
.orientationTitle {
    color: #3a1277 !important;
    font-weight: 700 !important;
}
/*.subMenuLi {
    margin-left: 10px !important;
    margin-right: 10px !important;
}*/
.sub-menu .current-menu-item > a {
    background-color: #ffffff;
    color: #273c66 !important;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #000 !important;
    background: #fff !important;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    background: transparent;
}
.nav-menu > .current-menu-item > a {
    background-color: #ffffff;
    color: #273c66 !important;
}
.disciplineLi {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    display: flex;
    align-items: baseline;
}
.attendanceLi {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    display: flex;
    align-items: baseline;
}
.fa, .fas {
    display: inline-block;
    font: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.attendanceLi i:before {
    font-size: 16px !important;
    padding-right: 10px !important;
    color: #273c66;
}
.disciplineLi .fa-check {
    color: #008000;
}
.disciplineLi .fa-close {
    color: #ff0000;
}
.disciplineLi i:before {
    font-size: 16px !important;
    padding-right: 10px !important;
    /*color: #273c66;*/
}
.disciplineImg {
    width: 100%;
    height: 410px;
    object-fit: contain;
}
.attendanceImg {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.course-title-wrapper {
    text-align: center;
}
.imsCourseName {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    color: #111 !important;
}
.imsUl {
    padding-left: 25px;
}
.imsLi {
    list-style: disc;
}
.courseCard:hover .imsLi {
    color: #fff !important;
}
.courseCard:hover .imsCourseName {
    color: #fff !important;
}
.imsCourseCard {
    height: 140px;
}
.imsCoursePGCard {
    height: 115px;
}




/* Mobile Responsive Css Start */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .md-pd-20 {
        padding: 20px !important;
    }
    .aluHomeTlt {
        font-size: 23px !important;
    }
    .mainLogo {
        max-width: 100% !important;
        max-height: 75px !important;
    }
    .directorPart {
        padding: 20px !important;
    }
    .princiTitle {
        font-size: 22px;
    }
    .rs-slider.style1 .slider-content {
        /*padding: 90px 0 !important;*/
        padding: 0px 0 !important;
    }
    .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
        color: #fff !important;
    }
    .homeAboutImg {
        height: 340px !important;
    }
    .pr-30 {
        padding-right: 0 !important;
        line-height: 1.6;
    }
    .full-width-header .rs-header .topbar-area {
        display: block;
    }
    .mb-ml-0 {
        margin-left: 0 !important;
    }
    .abtSecsImg {
        height: 330px !important;
    }
    .hisVisMisUl {
        display: inline-flex !important;
        width: 100%;
    }
    .hisVisMisLi {
        width: 31%;
        margin-right: 5px;
        margin-bottom: 0px !important;
    }
    .rs-about .histort-part .single-history a {
        width: 100% !important;
        padding: 10px !important;
        font-size: 15px !important;
    }
    .hisVisMisIcon {
        height: 25px !important;
    }
    .mmb-15 {
        margin-bottom: 15px;
    }
    .mb-pr-0 {
        padding-right: 0 !important;
    }
    .contact-page-section .contact-address-section .contact-info .icon-part i {
        font-size: 20px !important;
        width: 55px !important;
        height: 55px !important;
        line-height: 40px !important;
    }
    .contactInfoFont {
        font-size: 14px !important;
    }
    .contactImg {
        height: 215px !important;
    }
    .breadcrumbsImg {
        height: 250px !important;
    }
    .principalFont {
        font-size: 23px !important;
    }
    .mdPrinciMsg {
        line-height: 22px !important;
        font-size: 14px !important;
    }
    .md-h5 {
        font-size: 20px !important;
    }
    .hisVisMisImg {
        height: 210px !important;
    }
    .rs-event.modify1 .event-item .event-short .content-part {
        padding: 20px 20px 25px 20px !important;
    }
    .eventTitle {
        font-size: 18px !important;
        height: 55px !important;
    }
    .eventDetailTitle {
        font-size: 25px !important;
    }
    .ugCourseList {
        display: flex;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .gridFilter button {
        font-size: 14px !important;
        padding: 2px 10px !important;
    }
    .gridFilter button + button {
        margin-left: 10px !important;
    }
    .courseContentPart {
        height: 45px !important;
    }
    .indexEventImg {
        height: 180px !important;
    }
    .certiImg {
        height: 385px !important;
    }
    /*.testimonial-slider {
        height: auto !important;
    }*/
    .testimonial_box-top {
        padding: 20px 15px !important;
    }
    .collabCompanyName {
        font-size: 19px !important;
    }
    .course-wrap {
        padding: 25px 15px !important;
    }
    .collabImg {
        height: 70px !important;
    }
    .companyNatre {
        font-size: 15px !important;
        line-height: 17px !important;
    }
    .eventImg {
        height: 240px !important;
    }
    .eventDetailImg {
        height: 240px !important;
    }
    .custTblBFM tr td {
        white-space: nowrap;
    }
    .courseDetail .inner-box p {
        line-height: 25px !important;
    }
    .md-mb-10 {
        margin-bottom: 10px !important;
    }
    .newAdmisTitle {
        font-size: 19px !important;
    }
    .m-pl-15 {
        padding-left: 15px !important;
    }
    .visionBg {
        height: 300px !important;
    }
    .missionBg {
        height: 300px !important;
    }
    .txtOverLay {
        padding: 70px 35px !important;
    }
    .vismisTlt {
        font-size: 40px !important;
    }
    .vismisTxt {
        font-size: 17px !important;
    }
    .visMisImg {
        height: 215px !important;
    }
    .directorTlt {
        font-size: 23px !important;
    }
    .admiOpen2025 {
        height: 180px !important;
        object-fit: cover !important;
    }
    .custCourseTbl tr td {
        white-space: nowrap !important;
        line-height: 20px !important;
    }
    .examTbl tr th,
    .examTbl tr td {
        white-space: nowrap;
    }
    .custPrgrmTbl tr th,
    .custPrgrmTbl tr td {
        white-space: nowrap;
    }
    .noticeModal {
        margin-top: 20px !important;
    }
    .noticeModal .modal-body ul li h2 {
        border: 0 !important;
    }
    .noticeLi {
        display: block !important;
        margin: 10px !important;
    }
    .noticeModal .modal-content {
        overflow-y: scroll;
    }
    .notice {
        transform: rotate(0deg) !important;
        height: 125px !important;
        width: 100% !important;
    }
    .principalImg {
        height: 270px !important;
    }
    .directorNoteImg {
        height: 194px !important;
    }
    .principalNoteImg {
        height: 194px !important;
    }
    .course-detail-title {
        font-size: 30px;
    }
    .course-sub-title {
        font-size: 14px;
        font-weight: 500;
    }
    .course-section-title {
        font-size: 25px;
    }
    .course-section-description {
        font-size: 15px;
    }
    .admissionLi {
        font-size: 15px;
    }
    .achieveLi {
        line-height: 20px;
        font-size: 15px;
    }
    .evaluationLi {
        font-size: 15px;
        margin-bottom: 0;
    }
    .evaluationSubLi {
        font-size: 15px;
        margin-bottom: 0;
    }
    .semesterTbl td {
        white-space: nowrap;
    }
    .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a {
        color: #21a7d0 !important;
        width: 100% !important;
    }
    .impLinkUl {
        padding-left: 0px !important;
    }
    .impLinkLi {
        line-height: 20px;
    }
    .impLink {
        font-size: 15px;
        line-height: 20px;
    }
    .principalQuote {
        font-size: 15px;
        margin-bottom: 5px !important;
    }
    .principalMsg {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .directorMsg {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .header-contect-li {
        margin-right: 5px !important;
        padding-right: 5px !important;
    }
    .rs-breadcrumbs .breadcrumbs-img img {
        min-height: 190px;
    }
    .disciplineImg {
        height: 250px !important;
        object-fit: cover;
    }
    .attendanceImg {
        height: 215px !important;
        object-fit: cover;
    }
    .disciplineLi, .attendanceLi {
        line-height: 1.3;
    }
}
/* Mobile Responsive Css End */