@font-face {
    font-family: NeueFrutigerWorld;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(../font/NeueFrutigerWorld-Heavy.ttf) format("truetype")
}

.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    box-shadow: unset
}

.admin-bar header#site-header {
    z-index: 50 !important
}

:root {
    --nims-font-neue: "NeueFrutigerWorld", sans-serif;
    --nims-font-proxima: "Proxima Nova", sans-serif;
    --nins-font-overpass: "Overpass", sans-serif;
    --nims-black: #000000;
    --nims-white: #ffffff;
    --nims-yellow: #bea400;
    --nims-blue: #0d4c5d;
    --nims-lightblue: #037f82;
    --nims-gray: #626262;
    --nims-bg-gray: #e8e8e8;
    --nims-banner-blue: #00babe;
    --nims-red: #FA4141;
    --nims-dark-red: #C12A2F;
    --nims-blue-mobile: #4c626f;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f24: 24px;
    --f26: 26px;
    --f28: 28px;
    --f30: 30px;
    --f32: 32px;
    --f36: 36px;
    --f40: 40px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f56: 56px;
    --f59: 59px
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body.home {
	  color:#525271;
}
body {
    font-family: var(--nins-font-overpass);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 1.5;
    color:#000;
}

.home h1, .home h2, .home h3,.home h4,.home h5,.home h6{
    color: #0D0D25;
}

a {
    color: inherit;
    text-decoration: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

p {
    margin-bottom: 1rem
}

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

.transition {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

a.phonelink,
a.phonelink:focus,
a.phonelink:hover {
    cursor: default;
    text-decoration: none !important;
    color: inherit !important
}

hr {
    opacity: .1
}

.z-index10 {
    z-index: 10
}

a[href^="mailto:"] {
    text-transform: unset !important
}

.page-id-3219 .about-details,
.page-id-3227 .about-details,
.page-id-3231 .about-details,
.page-id-3235 .about-details,
.page-id-3240 .about-details {
    background-color: var(--nims-white)
}

.accordion-body .facilities {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.accordion-body .facilities p:empty {
    display: none
}

.accordion-body .facilities img {
    order: 1;
    min-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 2/1
}

.facilities-two div {
    margin-bottom: 20px
}

.facilities-two div img {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 2/1;
    object-fit: contain;
    background-color: var(--nims-bg-gray)
}

.facilities-two .img-combo {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    gap: 20px
}

.facilities-two .img-combo br {
    display: none
}

.facilities-two .img-combo img {
    width: 100%
}

.facilities-two h4 {
    font-size: var(--f20);
    font-weight: 700
}

.faculty-int-template-default .about-details {
    background: var(--nims-white);
    padding: 40px 30px
}

.faculty-int-template-default #about-banner .banner-about {
    background-position: center
}

@media (max-width:1024px) {
    a.phonelink {
        text-decoration: underline !important
    }
}

@media (min-width:768px) {
    .facilities-two h4 {
        font-size: var(--f22)
    }

    p {
        margin-bottom: 1.5rem
    }

    .accordion-slider li {
        padding: 0 10px
    }

    .accordion-body .facilities {
        flex-wrap: nowrap
    }

    .accordion-body .facilities img {
        order: unset;
        min-width: 300px;
        aspect-ratio: 1/1;
        border-radius: 15px
    }

    .facilities-two .img-combo img {
        width: calc(50% - 10px)
    }

    .facilities-two div img {
        width: 50%;
        border-radius: 15px
    }
}

b,
strong {
    font-weight: 700
}

.object-cover {
    object-fit: cover
}

.bg-black {
    background: var(--nims-black)
}

.bg-red {
    background: var(--nims-red)
}

.text-black {
    color: var(--nims-black)
}

.bg-gray {
    background: var(--nims-graydark)
}

.bg-norepeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.margin-left-auto {
    margin-left: auto
}

.btn{
    padding: 14px;
    border-radius: 5px;
}
.btn-primary {
    color: var(--nims-white);
    background-color: var(--nims-dark-red);
    border-color: var(--nims-dark-red);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: var(--nims-black);
    color: var(--nims-white);
    border-color: var(--nims-black);
    box-shadow: none
}

.btn-white {
    color: var(--nims-red);
    background-color: var(--nims-white);
    border-color: var(--nims-white);
    border-radius: 0;
    text-decoration: none;
    font-weight: 700
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus {
    background: var(--nims-black);
    color: var(--nims-white);
    border-color: var(--nims-black);
    box-shadow: none
}

.btn-outline-primary {
    color: var(--nims-black);
    background-color: transparent;
    border-color: var(--nims-black);
    border-radius: 0;
    text-decoration: none;
    font-weight: 700;
    border-width: 2px
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: var(--nims-black);
    color: var(--nims-white);
    border-color: var(--nims-black);
    box-shadow: none
}

.readmorebtn img {
    margin-left: 5px
}

.readmorebtn {
    padding: 0
}

.breadcrumb {
    font-size: var(--f16);
    letter-spacing: .27px;
    color: var(--nims-white);
    margin-bottom: .5rem
}

.breadcrumb a {
    text-decoration: none
}

.breadcrumb .breadcrumb-item.active a {
    color: var(--nims-red);
    font-weight: 700
}

.page-header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    background: var(--nims-white);
    box-shadow: 0 3px 6px #00000029
}

.page-header .col-7 {
    padding-right: 0
}

.searchformmain {
    position: fixed;
    top: 127px;
    padding: 10px;
    background: var(--nims-white);
    display: none;
    right: 0
}

.searchimgdiv .close {
    display: none
}

.searchimgdiv img {
    width: 18px
}

.searchimgdiv.show .close {
    display: block
}

.searchimgdiv.show .searchicon {
    display: none
}

header>.row {
    min-height: 50px
}

.searchformmain {
    top: 78px;
    width: 100%;
    border-top: 1px solid var(--nims-red)
}

@media (min-width:550px) {
    .logo-img {
        height: 50px;
        object-fit: contain;
        object-position: left
    }

    .searchformmain {
        width: auto;
        border-top: none
    }

    header>.row {
        height: auto
    }
}

@media (min-width:768px) {
    .page-header .col-7 {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }
}

@media (min-width:992px) {
    .searchformmain {
        top: 117px
    }

    .logo-img {
        height: auto;
        max-height: 70px
    }
}

@media (min-width:1200px) {
    .searchformmain {
        top: 121px
    }
}

@media (min-width:1500px) {
    .searchformmain {
        top: 127px
    }
}

.search-mobile-icon {
    background: var(--nims-blue-mobile);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 8px
}

.headernavigationone {
    font-size: var(--f14);
    line-height: 23px;
    color: var(--nims-white);
    font-weight: 400;
    list-style: none;
    text-align: left;
    border-bottom: 1px solid var(--nims-gray);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-left: 0
}

.headernavigationone li a {
    text-decoration: none;
    display: block;
    padding: 5px 16px
}

.headernavigationone li a.active {
    color: var(--nims-red);
    font-weight: 700
}

.navbar-toggler {
    width: 35px;
    height: 35px;
    padding: 0;
    outline: 0 !important;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    background: var(--nims-blue-mobile);
    border-radius: 50%
}

.burger-menu {
    position: relative;
    display: block;
    display: block;
    margin: 0 auto;
    transition: all .3s ease-out;
    cursor: pointer
}

.burger-menu .bar {
    transition: all .3s ease-out;
    height: 3px;
    width: 100%;
    display: block;
    background-color: var(--nims-white);
    border-radius: 50px
}

.burger-menu .bar:nth-of-type(2) {
    margin: 4px 0
}

.burger-menu--closed {
    transition-delay: 0.3s
}

.burger-menu--closed .bar:nth-of-type(2) {
    transition-property: margin, height, width;
    transition-delay: 0.3s, 0.3s, 0s
}

.burger-menu--closed:hover .bar:nth-of-type(2) {
    width: 100%
}

.burger-menu--closed:hover .bar:nth-of-type(3) {
    width: 100%
}

.burger-menu--opened .bar:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.3s;
    height: 4px
}

.burger-menu--opened .bar:nth-of-type(2) {
    opacity: 0;
    height: 0;
    margin: -4px 0
}

.burger-menu--opened .bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    height: 4px
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler .i-line {
    width: 70%;
    height: 2px;
    border-radius: 10px;
    background-color: var(--nims-white);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.navbar-toggler .i-line.top {
    top: 9px
}

.navbar-toggler .i-line.middle {
    top: 50%;
    margin-top: -1px
}

.navbar-toggler .i-line.bottom {
    bottom: 8px
}

.closed .i-line.middle {
    width: 0;
    opacity: 0
}

.closed .i-line.top {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closed .i-line.bottom {
    bottom: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

nav {
    font-family: var(--nims-font-family)
}

.navbar .nav-item {
    outline: 0
}

.navbar .nav-link {
    color: var(--nims-black);
    font-family: var(--nins-font-overpass);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    padding: 14px 16px;
    font-weight: 700
}

.active .nav-link,
.nav-item:focus .nav-link,
.nav-item:hover .nav-link,
.open .nav-link {
    background-color: transparent;
    color: var(--nims-blue);
    text-decoration: none
}

.navbar .dropdown-menu {
    position: absolute;
    left: 300px;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    background-color: transparent;
    color: var(--nims-black);
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 30px 20px;
    box-shadow: unset;
    overflow-y: auto
}

.sidebar-nav .navbar-nav .dropdown-toggle {
    position: relative
}

.sidebar-nav .navbar-nav::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 101%;
    width: 2px;
    height: calc(100% - 50px);
    background-color: var(--nims-bg-gray)
}

.navbar .dropdown-menu .dropdown-item {
    color: var(--nims-black);
    font-family: var(--nins-font-overpass);
    text-decoration: none;
    padding: 6px 0;
    white-space: normal
}

.navbar .dropdown-menu .dropdown-item span {
    display: block
}

.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--nims-blue)
}

.dropdown-menu .dropdown-item {
    overflow: hidden
}

.dropdown-menu .dropdown-item img {
    scale: 1;
    transition: all .4s
}

.dropdown-menu .dropdown-item img:hover {
    scale: 1.05;
    transition: .5s all linear
}

.navbar .open>.dropdown-menu {
    display: block
}

.sidebar-nav {
    z-index: 1021;
    position: fixed;
    left: -100%;
    top: 87px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 0 5px;
    box-shadow: inset 0 3px 6px #00000029;
    background: var(--nims-white);
    overflow-y: auto
}

.sidebar-nav .container,
.sidebar-nav .container-fluid {
    height: 100%
}

.sidebar-nav .navbar-collapse {
    display: block;
    overflow-y: auto;
    height: 100% !important
}

.sidebar-nav .navbar-nav .dropdown-toggle li,
.sidebar-nav .navbar-nav .nav-item {
    width: 300px
}

.sidebar-nav .navbar-nav::before {
    left: 300px
}

.sidebar-nav .navbar-nav .dropdown-toggle {
    font-size: var(--f18);
    line-height: 23px;
    font-weight: 700;
    font-family: var(--nins-font-overpass);
    padding: 8px 0;
    padding-right: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebar-nav .navbar-nav .dropdown-toggle.show {
/*     color: var(--nims-red); */
    outline: 0
}

.sidebar-nav .dropdown-toggle::after {
    position: absolute;
    background-image: url("../images/d-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .4s;
    top: 50%;
    right: 0 !important;
    transform: translateY(-50%);
    width: 15px;
    height: 15px
}

.sidebar-nav .dropdown.open .dropdown-toggle::after,
.sidebar-nav .dropdown:hover .dropdown-toggle::after {
    background-image: url("../images/d-arrow-active.svg")
}

.menu-fade {
    display: none !important
}

.dropdown-toggle::after {
    height: 7px;
    width: 7px;
    border: none;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out
}

.sub-dropdown-menu .dropdown-toggle::after {
    top: 11px
}

.bg-slider-pink {
    background: var(--nims-pink)
}

.navelementsmain {
    display: flex;
    align-items: center;
    justify-content: end
}

.navrightelements {
    display: flex;
    align-items: center;
    margin-left: 10px
}

.searchimgdiv {
    margin-left: 10px;
    margin-right: 10px
}

.navrightelements .btn {
    padding: 10px
}

.menutitle {
    padding: 14px 16px 0 14px;
    font-size: var(--f20);
    font-weight: 700
}

@media (min-width:768px) {
    .navbar-toggler {
        padding: 0;
        background: 0 0;
        border-radius: 0;
        height: 21px;
        width: 30px
    }

    .navbar-toggler .i-line {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background-color: var(--nims-black)
    }

    .navbar-toggler .i-line.top {
        top: 0
    }

    .navbar-toggler .i-line.middle {
        top: 50%;
        margin-top: -1.5px
    }

    .navbar-toggler .i-line.bottom {
        bottom: 0
    }

    .closed .i-line.top {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .closed .i-line.bottom {
        bottom: 8px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar-nav .nav-item {
        position: unset
    }

    .dropdown-menu .dropdown-item {
        white-space: nowrap;
        padding: 7px 5px;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

    .sub-dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0
    }

    .sub-dropdown-menu .dropdown-toggle::after {
        transform: rotate(-45deg);
        top: 2px;
        right: 0;
        position: relative
    }
}

@media (min-width:992px) {
    .sidebar-nav .dropdown-toggle::after {
        right: 20px !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 5px;
        font-size: var(--f14);
        color: var(--nims-black)
    }

    .nav-item:focus .nav-link,
    .nav-item:hover .nav-link,
    .navbar-expand-lg .navbar-nav .active .nav-link,
    .open .nav-link {
        color: var(--nims-blue)
    }

    .navbar-expand-lg .dropdown-menu .dropdown-item {
        padding: 7px 5px
    }

    .dropdown-menu {
        min-width: 8.9rem;
        font-size: var(--f14)
    }

    .searchimgdiv {
        margin-left: 10px;
        margin-right: 0
    }

    .navrightelements .btn {
        font-size: var(--f11);
        padding: .375rem .75rem
    }

    .headernavigationone li {
        display: inline-block
    }

    .headernavigationone li a {
        padding: 0
    }

    .headernavigationone li+li {
        margin-left: 28px
    }

    .headernavigationone {
        color: var(--nims-black);
        text-align: right;
        padding-top: 0;
        margin-bottom: 15px
    }

    .navelementsmain {
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 6px;
        font-size: var(--f16)
    }

    .navbar-expand-lg .dropdown-menu .dropdown-item {
        padding: 7px 6px;
        font-size: var(--f16)
    }

    .dropdown-menu {
        min-width: 11.64rem
    }

    .navrightelements .btn {
        font-size: var(--f14)
    }
}

@media (min-width:1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 13px;
        font-size: var(--f16)
    }

    .navbar-expand-lg .dropdown-menu .dropdown-item {
        padding: 7px 13px;
        font-size: var(--f16)
    }
}

@media (min-width:1600px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: var(--f18)
    }

    .navbar-expand-lg .dropdown-menu .dropdown-item {
        font-size: var(--f18)
    }
}

@media (min-width:1500px) {
    .navrightelements .btn {
        font-size: var(--f18)
    }
}

@media (max-width:360px) {
    .navrightelements .btn {
        padding: 6px
    }

    .navrightelements .btn svg {
        height: 1em !important
    }
}

.customtabs {
    border-bottom: 0;
    background: var(--nims-black)
}

.customtabs .nav-item {
    width: 33.33%
}

.customtabs .nav-item .nav-link {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%
}

.customtabs .nav-item+.nav-item {
    border-left: 1px solid var(--nims-white)
}

.customtabs .nav-item .nav-link {
    background: var(--nims-black);
    color: var(--nims-white)
}

.customtabs .nav-item.show .nav-link,
.customtabs .nav-link.active {
    background: var(--nims-red);
    color: var(--nims-white)
}

.reviewdivmain {
    background: var(--nims-white);
    padding: 15px;
    box-shadow: 5px 0 15px 10px #0000001a;
    -webkit-box-shadow: 5px 0 15px 10px #0000001a;
    -moz-box-shadow: 5px 0 15px 10px #0000001a
}

.review-icon img {
    background: var(--nims-white);
    padding-right: 10px;
    position: relative;
    z-index: 10
}

.review-icon::after {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--nims-black);
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0
}

.reviewtopdetails {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px
}

.reviewtopdetails>div {
    padding: 0 10px
}

.review-imgdiv,
.review-imgdiv img {
    width: 135px;
    height: 135px;
    object-fit: cover;
    flex: 0 0 auto
}

.reviewslider .slick-slide {
    margin: 0 20px
}

.reviewslider .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -20px
}

.reviewnavs {
    display: flex;
    margin: 0 -10px;
    justify-content: end
}

.reviewnavs>div {
    padding: 0 10px
}

.next-slide,
.prev-slide {
    cursor: pointer;
    width: 55px;
    height: 55px
}

@media (min-width:575px) {
    .customtabs .nav-item .nav-link {
        padding: 17px 40px
    }

    .reviewdivmain {
        padding: 35px
    }
}

@media (min-width:768px) {

    .next-slide,
    .prev-slide {
        width: 72px;
        height: 72px
    }

    .customtabs .nav-item {
        width: auto
    }
}

@media (min-width:1200px) {
    .customtabs .nav-item .nav-link {
        padding: 17px 25px
    }
}

@media (min-width:1400px) {
    .customtabs .nav-item .nav-link {
        padding: 17px 40px
    }
}

.nmimsedumenuglobal {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid var(--nims-black);
    padding: 5px 15px 5px 0
}

#nav-icon2 {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: var(--nims-black);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon2 span:nth-child(2n) {
    left: 50%;
    border-radius: 0 5px 5px 0
}

#nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 5px 0 0 5px
}

#nav-icon2 span:first-child,
#nav-icon2 span:nth-child(2) {
    top: 0
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px
}

#nav-icon2.open span:first-child,
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon2.open span:first-child {
    left: 2px;
    top: 5px
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 5px
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 16px
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 16px
}

.nmimsedumenudiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: 100%
}

.nmimsedumenudiv #edu-menu {
    width: 80%;
    margin-left: auto;
    background: var(--nims-white);
    height: 100%
}

.nmimsedumenudiv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(3px);
    z-index: 0
}

#edu-menu.navbar-expand-lg {
    display: block !important
}

#edu-menu.navbar-expand-lg .navbar-collapse {
    display: block !important
}

#edu-menu.navbar-expand-lg .navbar-collapse .navbar-nav {
    flex-direction: column
}

.navbar-nav {
    position: relative;
    padding: 30px 0;
    overflow: auto;
    min-height: calc(100vh - 102px)
}

.dropdown_item_mian {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: var(--nims-white);
    gap: 30px
}

.dropdown_item_mian .dropdown_item {
    width: calc(50% - 15px)
}

.dropdown_item_mian .dropdown_item a {
    font-size: var(--f16);
    line-height: 23px;
    font-family: var(--nins-font-overpass);
    font-weight: 400
}

.dropdown_item_mian .dropdown_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    height: 100px;
    transform-origin: top
}

.dropdown_item_mian .last_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 4px;
    background-color: var(--nims-black)
}

.dropdown_item_mian .last_items img {
    border-radius: 4px;
    width: 50%;
    height: 100px
}

.dropdown_item_mian .last_items a {
    width: 50%;
    color: var(--nims-white) !important
}

.navbar .dropdown-menu.apply_sections {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: calc(50% - 300px);
    height: 100%;
    padding: 30px 20px;
    background-color: var(--nims-bg-gray)
}

.navbar .dropdown-menu.apply_sections a,
.navbar .dropdown-menu.apply_sections h6 {
    font-size: var(--f16);
    line-height: 23px;
    color: var(--nims-blue);
    font-family: var(--nins-font-overpass);
    font-weight: 700;
    margin-bottom: 35px
}

.navbar .dropdown-menu.apply_sections a {
    line-height: normal;
    font-weight: 300;
    margin-bottom: 30px;
    color: var(--nims-black)
}

.dropdown_item_mian .main_dropdown_item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding-bottom: 0;
    border-bottom: 2px solid var(--nims-bg-gray);
    position: relative
}

.dropdown_item_mian .main_dropdown_item::before {
    content: "";
    background-image: url(../images/d-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .4s;
    width: 15px;
    height: 15px;
    top: 10px;
    left: 0
}

.dropdown_item_mian .main_dropdown_item:hover:before {
    background-image: url("../images/d-arrow-active.svg")
}

.dropdown_item_mian .main_dropdown_item a {
    width: fit-content;
    font-weight: 700;
    font-size: var(--f20)
}

.dropdown_inner_menu {
    width: 100%;
    border: none;
    padding: 10px 10px 10px 30px;
    margin-top: -10px
}

.dropdown_item_mian .dropdown_item .dropdown_inner_menu a {
    font-size: var(--f16);
    line-height: 20px
}

.dropdown_inner_menu a {
    position: relative;
    padding-left: 20px !important
}

.dropdown_inner_menu a::after {
    position: absolute;
    content: "";
    background-image: url(../images/d-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .4s;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0
}

.dropdown_inner_menu a:hover:after {
    background-image: url("../images/bullet.svg")
}

header ::-webkit-scrollbar {
    width: 1px
}

header ::-webkit-scrollbar-track {
    background: 0 0
}

header ::-webkit-scrollbar-thumb {
    background: var(--nims-black)
}

#myTabContent .accordion-item {
    background: 0 0;
    border: none;
    margin-bottom: 10px
}

.mynavtabs.nav-tabs .nav-item.show .nav-link,
.mynavtabs.nav-tabs .nav-link.active {
    background: var(--nims-red);
    color: var(--nims-white);
    border-radius: 0;
    border-color: var(--nims-red) !important
}

.mynavtabs.nav-tabs {
    border-bottom: none;
    flex-wrap: nowrap
}

.mynavtabs.nav-tabs .nav-link {
    background: var(--nims-black);
    color: var(--nims-white);
    border-radius: 0;
    height: 100%;
    padding: 13px 30px;
    border-color: var(--nims-black) !important;
    border: 1px solid;
    width: 100%
}

.mynavtabs.nav-tabs .nav-item {
    flex: 1
}

.mynavtabs.nav-tabs .nav-item+.nav-item .nav-link {
    border-left: 1px solid var(--nims-white) !important
}

.mynavtabs.nav-tabs .nav-link:hover {
    border-color: var(--nims-red) !important;
    background: var(--nims-red)
}

.programsmaindivtabs .programimg {
    position: relative !important;
    top: 0 !important;
    width: auto
}

#myTabContent .programcontent {
    width: 100%
}

#myTabContent .accordion-button {
    color: var(--nims-white);
    background-color: var(--nims-black);
    border-radius: 0
}

#myTabContent .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:focus {
    box-shadow: none
}

#myTabContent .accordion-button:not(.collapsed) {
    color: var(--nims-white);
    background-color: var(--nims-red);
    box-shadow: none
}

.programsmaindivtabs {
    margin-top: 0 !important;
    min-height: inherit !important
}

#myTabContent .accordion-body {
    padding: 0
}

.contentwithgraybg {
    background: var(--nims-graydark);
    padding: 1rem;
    margin-bottom: 1rem
}

.contentwithgraybg p:last-child {
    margin-bottom: 0
}

.academicyearcontent {
    background: var(--nims-graydark)
}

.academicyeardiv {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.academicyeardiv .bg-red {
    width: 100%
}

.academicyeardiv .academicyearcontent {
    width: 100%
}

.page-template-tpl-faculty-international #about-banner .banner-about {
    background-position: center
}

.page-template-tpl-multisite-search #pagination-container .active {
    padding: 0 0 !important
}

#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 56px;
    z-index: 1000
}

#header-menu-sidebar div div div:first-child a {
    color: var(--nims-dark-red);
    font-weight: bold;
}

#header-menu-sidebar div div div:first-child {
    font-size: var(--f16);
    line-height: normal;
    font-weight: 300;
    color: var(--nims-dark-red);
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #back-to-top {
        right: 20px
    }
}

#back-to-top a {
    color: #fff;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 1.25rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .6);
    background: var(--nims-blue)
}

#back-to-top a:hover {
    background-color: var(--nims-black);
    color: #fff
}

.innerbanner-bottom-contentsection p:last-child {
    margin-bottom: 0
}

.innerbanner-bottom-contentsection {
    box-shadow: 30px 30px 40px #00000014
}

.fixed-elements,
.fixed-elements .fixed-apply-btn {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    height: fit-content
}

.fixed-elements .fixed-apply-btn a {
    display: block;
    font-family: var(--nins-font-overpass);
    font-size: var(--f16);
    line-height: 16px;
    text-transform: uppercase
}


.fixed-elements .fixed-socialmedia {
    position: fixed;
    z-index: 8;
    right: 0;
    top: 330px
}

.fixed-socialmedia {
    padding-left: 0;
    list-style: none
}

.fixed-socialmedia li {
    margin-bottom: 5px;
    width: 38px
}

.fixed-socialmedia li a {
    padding: 10px 8px 10px 15px;
    border-radius: 4px 0 0 4px;
    display: block;
    text-align: center
}

.fixed-socialmedia li a.addtoany_share {
    background: #e8e8e8
}

.fixed-socialmedia li a img {
    scale: 1;
    transition: all .4s
}

.fixed-socialmedia li a:hover img {
    scale: 1.1
}

.fixed-socialmedia li a.facebook {
    background: #395693
}

.fixed-socialmedia li a.twitter {
    background: var(--nims-black)
}

.fixed-socialmedia li a.insta {
    background: #b62989
}

.fixed-socialmedia li a.linkedin {
    background: #0077af
}

.fixed-socialmedia li a.share {
    background: #e8e8e8
}

.fixed-apply-btn a {
    transform: rotate(-90deg);
    transform-origin: right;
    position: relative;
    right: 15px
}

.fixed-apply-btn a {
    border-radius: 4px 4px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px
}

.fixed-elements,
.fixed-elements .fixed-apply-btn {
    position: fixed;
    z-index: 11;
    right: 0;
    top: 110px;
}

.fixed-elements .fixed-socialmedia {
    display: block
}

.dropdown_inner_menu .img-contact {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important
}

.dropdown_inner_menu .img-contact::after {
    content: none
}

.dropdown_inner_menu .img-contact img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    object-position: center !important
}

.single-faculty #about-banner .banner-about {
    background-position: center
}

@media (max-width:991px) {
    .fixed-elements .fixed-apply-btn a {
        display: block
    }
}

footer {
    background: var(--nims-bg-gray);
    margin-top: 0
}

.footer-border-bottom {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 3rem !important
}

.copytext .row {
    align-items: center;
    padding-top: 50px
}

.copytext {
    font-size: var(--f16);
    line-height: 33px;
    font-family: var(--nins-font-overpass);
    font-weight: 400
}

.copyrightmenu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    line-height: 16px
}

.copyrightmenu li {
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 10px
}

.copyrightmenu li+li {
    border-left: 1px solid var(--nims-black)
}

.copyrightmenu li a {
    text-decoration: none
}

.copyrightmenu li a:hover {
    color: var(--nims-red)
}

.copyrightmenu li:last-child {
    padding-right: 0
}

footer .apply-f-btn {
    background-color: var(--nims-dark-red);
    transition: all .6s;
    color: var(--nims-white);
    font-weight: 700;
    padding: 16px 66px;
    text-align: center;
    font-size: var(--f16);
    line-height: 20px;
    font-family: var(--nins-font-overpass);
    border-radius: 4px;
    display: block
}

footer .apply-f-btn:hover {
    background-color: var(--nims-red)
}

#footer h3 {
    font-size: var(--f21);
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--nims-font-neue)
}

.contact span,
.contact-details ul li,
.contact-journey p {
    font-size: var(--f16);
    line-height: 26px;
    font-family: var(--nins-font-overpass);
    font-weight: 400
}

.contact span img {
    width: 50px;
    height: 35px
}

.contact {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px
}

.contact-details ul,
.contact-journey .social-icons ul {
    list-style: none;
    padding: 0
}

.contact-details ul li,
.contact-journey .social-icons ul {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px
}
#enquiryModal{
	    z-index: 9999999999999999;
	background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    z-index: 99 !important;
}
.contact span svg {
    width: 20px
}

.contact-journey .social-icons ul {
    justify-content: space-between
}

.contact-journey .social-icons ul li {
    scale: 1;
    transition: all .4s
}

.contact-journey .social-icons ul li:hover {
    scale: 1.1
}

#footer p a,
#footer ul li a {
    transition: all .4s
}

#footer .current-menu-item a,
#footer p a:hover,
#footer ul li a:hover {
    color: var(--nims-dark-red)
}

.section-title span {
    font-weight: 700
}

.section-title {
    font-size: var(--f32);
    line-height: 46px;
    margin-bottom: 1rem
}

.sub-title {
    font-size: var(--f22);
    line-height: 44px
}

.section-spacing {
    padding-top: 50px;
    padding-bottom: 50px
}

.slick-dots li {
    width: 14px;
    height: 14px;
    margin-left: 0
}

.slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px
}

.slick-dots li button:before {
    content: "";
    background: #E4E2E3;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px
}

.slick-dots li.slick-active button:before {
    background: #0D0D25;
    opacity: 1
}

.slick-dots {
    bottom: -31px
}

.slick-arrow {
    z-index: 10
}

footer#footer {
    padding-left: 20px;
    padding-right: 20px
}

.fixed-apply-btn a {
    background-color: #cd2727 !important;
    border-color: #cd2727 !important
}

.wa__btn_popup {
    right: 44px !important;
    bottom: 45px !important
}

.accodiansection .dropdown_item {
    width: 100%
}

.accodiansection .dropdown_item_mian .dropdown_item img {
    max-height: 150px;
    height: auto
}

.menu-description {
    font-size: var(--f16);
    font-weight: 500;
    margin-top: 20px
}

.accodiansection .dropdown_item_mian a.dropdown-item {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    height: auto
}

.simple-pagination ul {
    display: flex;
    justify-content: center;
    gap: 2px
}

.simple-pagination ul li {
    list-style: none;
    font-size: var(--f14)
}

.simple-pagination ul li a {
    background: 0 0;
    transition: all .4s;
    color: var(--nims-blue);
    display: block;
    cursor: pointer;
    border: 1px solid var(--nims-dark-red);
    font-weight: 700;
    font-family: var(--nins-font-overpass)
}

.simple-pagination ul li a:hover {
    background: var(--nims-dark-red);
    color: #fff !important;
    border: 1px solid #c12a2e
}

.simple-pagination .active {
    color: #fff !important;
    background: var(--nims-dark-red);
    padding: 7px 15px;
    font-weight: 700
}

.simple-pagination .disabled {
    margin: 0 10px
}

.simple-pagination {
    margin-top: 20px
}

@media (min-width:768px) {
    .sidebar-nav .navbar-nav .dropdown-toggle {
        font-size: var(--f18)
    }

    .accodiansection .dropdown_item_mian .dropdown_item img {
        max-height: 150px;
        height: 150px
    }

/*     .accodiansection .dropdown_item_mian a.dropdown-item {
        margin-bottom: 10px
    } */

    footer#footer {
        padding-left: 0;
        padding-right: 0
    }

    .dropdown_item_mian .main_dropdown_item {
        padding-bottom: 20px
    }

    .dropdown_item_mian .main_dropdown_item::before {
        width: 20px;
        height: 20px
    }

    .dropdown_item_mian {
        width: 100%
    }

    #footer h3 {
        font-size: var(--f30);
        line-height: 53px
    }

    .contact span,
    .contact-details ul li,
    .contact-journey p {
        font-size: var(--f18);
        line-height: 33px
    }

    .burger-menu .bar {
        background-color: var(--nims-black);
        height: 4px
    }
}

@media (min-width:992px) {
    .wa__btn_popup {
        bottom: 15px !important
    }

    #back-to-top {
        bottom: 80px
    }

    body {
        font-size: var(--f18)
    }

    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .section-title {
        font-size: var(--f47);
        line-height: 53px;
        margin-bottom: 1.5rem
    }
}

@media (min-width:1200px) {
    .slick-dots {
        bottom: -47px
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1240px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1340px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1540px
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1640px
    }
}

@media (max-width:767px) {
    .wa__btn_popup .wa__btn_popup_txt {
        display: none !important
    }

    /* .container{max-width:100%;padding-left:0;padding-right:0} */
    .faculty-inner-pages {
        flex-wrap: wrap
    }

    .faculty-inner-pages {
        margin-bottom: 10px !important
    }

    .faculty-inner h5 {
        margin-top: 10px !important
    }
}

@media (max-width:992px) {

    .sidebar-nav .navbar-nav .dropdown-toggle li,
    .sidebar-nav .navbar-nav .nav-item {
        width: 200px
    }

    .sidebar-nav .navbar-nav::before {
        left: 200px
    }

    .navbar .dropdown-menu {
        left: 200px
    }

    .navbar .dropdown-menu.apply_sections {
        width: calc(50% - 200px)
    }
}

@media (max-width:768px) {
    .copyrightmenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center
    }

    .copyrightmenu li+li {
        border-left: none
    }

    .copyrightmenu li {
        border-right: 1px solid var(--nims-black)
    }

    .copyrightmenu li:last-child {
        border-right: none
    }

    .dropdown_item_mian {
        gap: 20px
    }

    .navbar .dropdown-menu {
        padding: 20px 10px;
        width: calc(100% - 200px)
    }

    .navbar .dropdown-menu.apply_sections {
        display: none
    }
}

@media (max-width:767px) {
    .dropdown_item_mian .dropdown_item {
        width: 100%
    }

    .navbar .dropdown-menu {
        position: unset;
        width: 100%
    }

    .sidebar-nav .navbar-nav .dropdown-toggle a {
        padding-bottom: 10px;
        width: 100%
    }

    .sidebar-nav .navbar-nav .nav-item {
        width: 100%;
        border: none;
        margin-bottom: 10px
    }

    .sidebar-nav .navbar-nav::before {
        content: none
    }

    .sidebar-nav .navbar-nav .nav-item:last-child {
        margin-bottom: 0
    }

    .navbar-nav {
        overflow: scroll;
        padding: 30px 20px
    }

    .dropdown_item_mian .dropdown_item {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px
    }

    .dropdown_item_mian .last_items {
        display: none
    }

    .dropdown_item_mian .dropdown_item img {
        height: 15px;
        width: 15px;
        object-fit: contain;
        object-position: center;
        max-height: unset
    }

    .dropdown_item_mian .dropdown_item a {
        font-size: var(--f16);
        line-height: normal;
        width: calc(100% - 25px)
    }

    .dropdown_item_mian {
        gap: 5px
    }

    .navbar .dropdown-menu {
        padding: 0;
        border: none
    }

    .dropdown_item_mian {
        margin: 0 !important
    }

    .dropdown_item_mian .main_dropdown_item {
        border-bottom: 0 solid var(--nims-black) !important
    }

    .contact-journey .social-icons ul {
        justify-content: flex-start !important
    }
}

#exampleModal .modal-content {
    background-color: var(--nims-blue)
}

.modal-header {
    border: none
}

.btn-close {
    filter: brightness(1) invert(1);
    opacity: 1
}

.search-header .form-control,
.search-header .form-control::placeholder {
    background: 0 0;
    font-size: var(--f18);
    line-height: normal;
    font-weight: 300;
    border: none;
    color: var(--nims-white);
    font-family: var(--nins-font-overpass)
}

.search-header .form-control::placeholder {
    color: var(--nims-white)
}

.header-links {
    color: var(--nims-white)
}

.search-header form {
    border-bottom: 1px solid var(--nims-white);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px
}

.search-header img {
    filter: brightness(1) invert(1)
}

.header-links h6 {
    font-size: var(--f20);
    line-height: normal;
    font-family: var(--nins-font-overpass);
    font-weight: 700
}

.header-links ul {
    padding-left: 20px;
    margin-top: 20px
}

.header-links ul li {
    font-weight: 300;
    font-family: var(--nins-font-overpass);
    font-size: var(--f16);
    line-height: normal;
    margin-bottom: 10px
}

.modal-body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-main-body {
    width: 100%;
    max-height: 100%
}


button.nri-search_submit:hover {
    background-color: var(--nims-red);
    color: var(--nims-white)
}

button.nri-search_submit {
    margin: 0 auto;
    border: none;
    font-family: var(--nins-font-overpass) !important;
    background: var(--nims-dark-red);
    border: 1px solid var(--nims-white);
    border-radius: 5px;
    padding: 10px 20px;
    font-family: Poppins;
    font-weight: 700;
    display: flex;
    justify-content: center;
    color: var(--nims-white);
    gap: 10px;
    align-items: center
}

button.nri-search_submit svg {
    order: 2;
    transform: rotate(180deg)
}

button.nri-search_submit span {
    order: 1
}

.nmims-search-link {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px
}

div#websites-link ul {
    padding: 0;
    list-style: none
}

div#websites-link ul li.data p:empty {
    display: none
}

div#websites-link ul li.data p {
    margin: 0
}

div#websites-link ul li.data {
    padding: 10px 20px;
    border: 1px solid var(--nims-blue);
    border-radius: 5px;
    margin-top: 20px
}

div#websites-link ul li.data a:hover {
    color: var(--nims-dark-red)
}

div#websites-link ul li.data a {
    transition: all .4s;
    font-family: var(--nins-font-overpass);
    font-weight: 700;
    font-size: var(--f18);
    margin-bottom: 10px
}

div#websites-link ul li.data p {
    font-family: var(--nins-font-overpass);
    font-weight: 500;
    font-size: var(--f16);
	word-wrap: break-word;	
}

.search-area {
    padding: 0 30px
}

section.search_banner h1 {
    font-family: var(--nims-font-neue);
    text-align: center;
    font-weight: 700;
    font-size: var(--f24)
}

section.search_banner {
    background: var(--nims-blue);
    color: var(--nims-white);
    padding: 30px 0
}

.search-input-area .search_result {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 10px 20px
}

.search-input-area {
    position: relative;
    margin-top: 50px
}

button#searchsubmit {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.tab_links {
    margin-top: 30px
}

.tab_links #pills-tab {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px
}

.tab_links #pills-tab .nav-item .nav-link p {
    margin: 0
}

.tab_links #pills-tab .nav-item .nav-link {
    border: 1px solid var(--nims-blue);
    border-radius: 0;
    color: var(--nims-blue);
    font-weight: 700;
    font-size: 16px;
    font-family: var(--nins-font-overpass);
    transition: all .4s
}

.tab_links #pills-tab .nav-item .nav-link:hover,
.tab_links #pills-tab .nav-item a.nav-link.active {
    background-color: var(--nims-blue);
    color: var(--nims-white)
}

#pagination-container {
    margin-top: 20px
}

#pagination-container ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch
}

#pagination-container ul li:last-child {
    margin-left: 2px
}

h1.searchFloat_text {
    font-family: var(--nins-font-overpass);
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    margin: 30px 0
}

#pagination-container ul li:first-child span:hover,
#pagination-container ul li:last-child span:hover {
    background-color: var(--nims-red)
}

#pagination-container ul li:first-child {
    margin-right: 2px
}

#pagination-container ul li a:hover,
#pagination-container ul li span.current,
#pagination-container ul li span:hover {
    background: var(--nims-dark-red);
    color: var(--nims-white)
}

#pagination-container ul li a,
#pagination-container ul li span {
    padding: 5px 15px;
    background: 0 0;
    transition: all .4s;
    color: var(--nims-blue);
    display: block;
    cursor: pointer;
    border: 1px solid var(--nims-dark-red);
    font-weight: 700;
    font-family: var(--nins-font-overpass)
}

div#top-link {
    margin: 50px 0
}

div#top-link .result-top-links {
    padding: 0;
    list-style: none
}

div#top-link .result-top-links h5 {
    font-family: var(--nins-font-overpass);
    font-size: var(--f20);
    font-weight: 500;
    text-align: center
}

.search_result-area {
    padding: 0 30px
}

.accordion {
    padding: 0 30px
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-radius: 4px
}

.accordion-item a {
    text-decoration: underline;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .4s
}

.accordion-item a:hover {
    color: var(--nims-dark-red)
}

.accordion-item {
    background-color: transparent;
    border: none
}

.accordion-button:not(.collapsed) {
    color: var(--nims-white);
    background-color: var(--nims-black);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:hover {
    color: var(--nims-bg-gray);
    background-color: var(--nims-black)
}

.accordion-item.accordion-head {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 20px
}

.accordion-button::after {
    content: none
}

.accordion-header {
    width: 100%
}

.accordion-body {
    padding: 0
}

.accordion-body li,
.accordion-body li span {
    font-weight: unset !important
}

.accordion-con {
    margin-top: 10px
}

.accordion-collapse {
    margin-top: 20px
}

.accordion-button {
    background-color: var(--nims-bg-gray);
    color: var(--nims-black);
    transition: all .4s;
    height: 100%;
    justify-content: center;
    text-align: center;
    font-family: var(--nins-font-overpass);
    font-weight: 700;
    font-size: var(--f18);
    line-height: 22px
}

.accordion-con p strong span {
    font-weight: 700 !important
}

.accordion-con h6,
.accordion-con p,
.accordion-con p span {
    font-family: var(--nins-font-overpass);
    font-weight: 300 !important;
    font-size: var(--f16);
    line-height: 22px
}

.accordion-con h6 {
    font-weight: 700
}

#accordions-section {
    margin: 50px 0
}

#pdf-section {
    margin: 50px 0
}

.pdf-section {
    background-color: var(--nims-bg-gray);
    padding: 50px 30px
}

.pdf-section h6 {
    font-family: var(--nims-font-neue);
    font-weight: 700;
    font-size: var(--f28);
    line-height: 30px;
    margin: 0
}

.pdf-section p {
    font-family: var(--nins-font-overpass);
    font-weight: 700;
    font-size: var(--f16);
    line-height: 20px;
    margin: 0;
    margin-top: 20px
}

.pdf-section-inner {
    margin-top: 30px
}

ul.alumni-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (min-width:768px) {
    ul.alumni-list li {
        width: calc(50% - 11px)
    }

    .slick-dots li button:before {
        width: 15px;
        height: 15px
    }

    .simple-pagination ul li {
        font-size: var(--f16)
    }

    .accordion-con h6,
    .accordion-con p,
    .accordion-con p span {
        font-size: var(--f18);
        line-height: 22px
    }

    .pdf-section h6 {
        font-size: var(--f30);
        line-height: 46px
    }

    .pdf-section {
        padding: 50px
    }

    .sidebar-nav .dropdown-toggle::after {
        width: 20px;
        height: 20px;
        right: 6px !important
    }

    .sidebar-nav .navbar-nav .dropdown-toggle {
        padding: 10px;
        padding-right: 30px;
        padding-left: 20px
    }

    .dropdown_inner_menu {
        border: 2px solid var(--nims-bg-gray);
        border-top-width: 0;
        border-radius: 0 0 4px 4px;
        padding: 20px 10px 10px 10px
    }

    .header-links h6,
    .search-header .form-control,
    .search-header .form-control::placeholder {
        font-size: var(--f24);
        line-height: normal
    }

    .search-header form {
        margin-bottom: 50px;
        gap: 20px
    }

    .header-links ul li {
        line-height: normal;
        margin-bottom: 10px
    }

    section.search_banner h1 {
        font-size: var(--f28)
    }

    .search-input-area {
        margin-top: 30px
    }

    .search-area {
        padding: 0
    }

    .search-input-area .search_result {
        padding: 20px 20px
    }

    section.search_banner {
        padding: 50px 0
    }

    h1.searchFloat_text {
        font-size: var(--f28);
        margin: 50px 0
    }

    .tab_links {
        margin-top: 50px
    }

    .search_result-area {
        padding: 0
    }

    div#websites-link ul li.data p {
        font-size: var(--f18)
    }

    div#websites-link ul li.data a {
        font-size: var(--f20)
    }
}

@media (min-width:992px) {
    ul.alumni-list li {
        width: calc(33.33% - 20px)
    }

    .header-links h6,
    .search-header .form-control,
    .search-header .form-control::placeholder {
        font-size: var(--f30);
        line-height: normal
    }

    .facilities-two h4 {
        font-size: var(--f24)
    }

    div#websites-link ul li.data a {
        font-size: var(--f22)
    }

    div#websites-link ul li.data p {
        font-size: var(--f20)
    }

    h1.searchFloat_text {
        font-size: var(--f40)
    }

    section.search_banner h1 {
        font-size: var(--f36)
    }

    .search-input-area {
        margin-top: 50px
    }
}

@media (min-width:1024px) {
    .header-links ul li {
        font-weight: 300;
        font-size: var(--f18)
    }

    .header-links h6 {
        font-size: var(--f40);
        line-height: 60px
    }

    .search-header .form-control,
    .search-header .form-control::placeholder {
        background: 0 0;
        font-size: var(--f40);
        line-height: normal;
        font-weight: 300
    }

    .accordion {
        padding: 0
    }

    .accordion-header {
        width: 15%
    }

    .accordion-con {
        margin-top: 50px
    }

    .pdf-section p {
        font-size: var(--f18)
    }

    #pdf-section {
        margin: 50px 0
    }
}

@media (min-width:1400px) {
    .fixed-elements .fixed-apply-btn a {
        font-size: var(--f20);
        line-height: 18px
    }

    .fixed-elements .fixed-socialmedia {
        top: 370px
    }

    .dropdown_item_mian .dropdown_item img {
        height: 150px
    }
}

.accordion-slider .slick-dots {
    position: relative;
    bottom: 0
}

.accordion-slider {
    padding: 0
}

.accordion-slider li {
    padding: 0 0
}

.accordion-slider .accordion-card {
    border-radius: 10px;
    height: 100%;
    overflow: hidden
}

.accordion-slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.page-id-1192 #accordions-section .accordion-button {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .125)
}

.page-id-1192 #accordions-section {
    margin: 0;
    padding: 50px 0;
    background: var(--nims-bg-gray)
}

.page-id-1192 .slick-track {
    display: flex !important
}

.page-id-1192 .slick-slide {
    height: inherit !important
}

.accordion-body>div {
    width: 100%
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: unset
}

.page-id-1390 .about-details {
    background-color: var(--nims-white)
}

.page-id-1388 .about-details {
    background-color: var(--nims-white)
}

@media (max-width:1024px),
(orientation:landscape) {
    .fixed-elements .fixed-socialmedia {
        display: none
    }
}

@media (max-width:1024px),
(orientation:portrait) {
    .fixed-elements .fixed-socialmedia {
        display: block
    }
}

.faculty-inner-pages {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 50px;
    margin-bottom: 30px
}

.single-faculty .about-details {
    background: var(--nims-white);
    padding: 40px 30px
}

.faculty-inner-img {
    flex: 0 0 100%;
    text-align: center
}

.faculty-inner-img img {
    border-radius: 15px;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.faculty-inner p:empty,
.faculty-inner-pages p:empty {
    display: none
}

.faculty-inner p,
.faculty-inner-pages p {
    margin-bottom: 0
}

.faculty-inner ol,
.faculty-inner ul,
.faculty-inner-pages ol,
.faculty-inner-pages ul {
    padding-left: 20px;
    margin-bottom: 10px
}

.faculty-inner li,
.faculty-inner li strong,
.faculty-inner-pages li,
.faculty-inner-pages li strong {
    font-size: var(--f16);
    margin-bottom: 10px
}

.faculty-inner h5,
.faculty-inner strong,
.faculty-inner-pages strong {
    font-size: var(--f18);
    font-weight: 700;
    margin-bottom: 10px
}

.faculty-inner h5,
.faculty-inner-pages h5 {
    margin-top: 30px
}

.faculty-inner .table>:not(caption)>*>* {
    border-color: var(--nims-black)
}

.faculty-inner-content h3 {
    font-weight: 900;
    margin-bottom: 0
}

.faculty-inner-content p {
    margin-bottom: 15px
}

.faculty-inner-content strong {
    display: block;
    margin: 0;
    font-weight: 700
}

.faculty-inner-content ul strong {
    display: inline;
    font-weight: 500;
    margin-right: 5px
}

.faculty-inner-content ul li {
    margin-bottom: 0
}

.faculty-inner-content li a:hover {
    color: #da1a2a
}

.faculty-inner a:hover,
.faculty-inner-pages a:hover {
    color: var(--nims-dark-red)
}

.faculty-inner-pages p,
.single-faculty-int .faculty-inner p {
    margin-bottom: 15px
}

u {
    text-decoration: none
}

.accordion .slick-track {
    display: flex !important
}

.accordion .slick-slide {
    height: inherit !important
}

.table-bordered>:not(caption)>*>* {
    vertical-align: middle
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px
}

.bullet-list {
    list-style: none;
    padding: 0
}

.bullet-list li {
    list-style: none !important
}

.video-container iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/2
}

.faculty-inner li a {
    word-wrap: break-word
}

.profile-details {
    align-items: center
}

.page-id-1090 .facilities-two div img {
    object-fit: contain;
    background: #ccc;
    padding: 10px
}

.page-id-1138 .about-details {
    background-color: #fff
}

.gif-admission {
    width: 80px !important;
    height: auto !important
}

a.dropdown-item.close-admission,
a.dropdown-item.open-admission {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}
.page-id-5988 .message-img img{
	    margin-bottom: 20px;
}
@media (min-width:768px) {
    .faculty-inner-img {
        flex: 0 0 auto
    }
}

@media (min-width:500px) {
    .faculty-inner-img img {
        width: 300px
    }
}

@media (max-width:767px) {
    .simple-pagination ul {
        justify-content: center;
        padding: 0
    }

    .faculty-inner-img {
        text-align: left
    }

    .faculty-inner-pages ol {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .accordion-button {
        font-size: var(--f18);
        line-height: 22px
    }

    .faculty-inner li,
    .faculty-inner li strong,
    .faculty-inner-pages li,
    .faculty-inner-pages li strong {
        font-size: var(--f18);
        margin-bottom: 10px
    }

    .faculty-inner h5,
    .faculty-inner strong,
    .faculty-inner-pages strong {
        font-size: var(--f20)
    }

    #myTabContent .programcontent {
        width: calc(100% - 165px)
    }

    .programsmaindivtabs .programimg {
        position: absolute !important;
        left: 0;
        top: -50px !important;
        width: 350px
    }

    #myTabContent .col-lg-10 {
        margin-left: 16.66666667%
    }

    .programsmaindivtabs {
        margin-top: 50px !important;
        min-height: 500px !important
    }

    .mynavtabs.nav-tabs .nav-link {
        font-size: 12px
    }

    .academicyeardiv .bg-red {
        width: 30%
    }

    .academicyeardiv .academicyearcontent {
        width: 70%
    }
}

@media (min-width:1200px) {
    #myTabContent .programcontent {
        width: calc(100% - 270px)
    }

    .programsmaindivtabs .programimg {
        width: 430px
    }

    .mynavtabs.nav-tabs .nav-link {
        font-size: 14px
    }
}

@media (min-width:1400px) {
    #myTabContent .programcontent {
        width: calc(100% - 280px)
    }

    .programsmaindivtabs .programimg {
        width: 530px
    }

    .mynavtabs.nav-tabs .nav-link {
        font-size: 16px
    }
}

@media (min-width:1600px) {
    #myTabContent .programcontent {
        width: calc(100% - 270px)
    }

    .programsmaindivtabs .programimg {
        width: 530px
    }

    .mynavtabs.nav-tabs .nav-link {
        font-size: 18px
    }

    .academicyeardiv .bg-red {
        width: 15%
    }

    .academicyeardiv .academicyearcontent {
        width: 85%
    }
}

@media (max-width:991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1
    }
}

@media (max-width:380px) {
    .faculty-inner li {
        word-break: break-all
    }
}
.industry{
	    text-align: center;
}
.industry img{
	    border: 1px solid gray;
    margin-bottom: 20px;
}
.industry strong{
	    font-weight: bold;
    color: black;
}
.industry a{
	    font-weight: bold;
    color: #cf2725;
}
.page-id-5698 .about-details {
	background-color: white;
}

.page-id-5988 .about-details {
	background-color: #fff;}
.facultyimage a{
	font-size: 16px;
}
@media (max-width: 767px) {
		#banner .banner-mobile-img{
		object-position: left !important; 
	}
    #banner .banner-img {
        display: none;
    }
    .pdf-section h6{
        font-size: 18px;
    line-height: 26px;
    }
  #accordions-section  .awrds-sec img{
            width: 100%;
    }
  #accordions-section  .awards-content {
    width: 100%;
}
.student-committees-section .col-xs-12.col-sm-12 {
    margin-bottom: 20px !important;
}
	.page-id-5988 .message-img {
		    float: none !important;
	}
}
.page-id-1595 table tr td, .page-id-1595 table tr th,.page-id-5698 table tr td, .page-id-5698 table tr th{
	padding:10px !important;
	border:1px solid #0000002b;
}
.page-id-1595 table tr th, .page-id-5698 table tr th{
	background:#00babe;
	color:#fff;
	border-color:#0000002b !important;
}
.page-id-1595 table tbody tr:nth-child(even) td, .page-id-5698 table tbody tr:nth-child(even) td{
	background:#00babe0d;
}
.page-id-6083 .about-details {
	background-color: white;}
#enquiryModal .form-control,#enquiryModal .form-select{
	width:100%;
}
#enquiryModal .form-group{
	margin-bottom:20px;
}
#enquiryModal .num-series{
	width:70px;
}
#enquiryModal .modal-header{
	padding:30px 36px 0px 36px !important;
}
#enquiryModal input,#enquiryModal button,#enquiryModal select{
	box-shadow:none;
	outline:none;
}
#enquiryModal .genarteOTPBtn {
    background: #008000;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition:0.5s;
}
#enquiryModal .form-control:focus,#enquiryModal .form-select:focus{
    border-color:#141414;
}
#enquiryModal .genarteOTPBtn:hover{
    background:#c12a2f;
}
#enquiryModal .modal-body{
	width:100% !important;
	padding:20px !important;
}

#enquiryModal #npf_form_wrapper{
	width:100% !important;
}
#enquiryModal #npf_form_wrapper .button-holder{
	text-align:start !important;
}
#enquiryModal .btn-close{
	filter:none !important;
}

.examination-hover a:hover{
	color: #cd2727 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #banner .banner-img.banner-mobile-img {
    display: none !important;
  }
}
.postid-6079 #about-banner .banner-about, .postid-5842 #about-banner .banner-about, .postid-5839 #about-banner .banner-about {
	background-position: center;
}
.fixed-elements .fixed-apply-btn a{
	 transition: .3s ease-in-out;
}
.fixed-elements .fixed-apply-btn a:hover{
	background-color:#bea400 !important;
	border-color: #bea400 !important;
	    transition: .3s ease-in-out;
}
#syllabus .syllabus-title{
    font-size: 25px;
    font-weight: bold;
    background: #0d4c5d;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
}
 .faq-column  .accordion-header {
        width: 100%;
    }
    .faq-column .accordion-button{
        background-color: #0d4c5d !important;
            color: #fff;
            border-radius:4px;
}
    .faq-column .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('/wp-content/uploads/2025/12/arrow-2.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s 
ease-in-out;

}
.single-events .event-image img{
        height: 250px;
}
.faq-column .accordion-item{
    margin-bottom: 25px;
}
@media (max-width: 767px){
	  #back-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}
.event-detais .event-image{
    margin: 0 auto !important;
}
}