/* .header{
    background-image: url('../images/Mask\ Group\ 8.png');
} */


body {
    font-family: 'Open Sans', sans-serif;
}

.header .main-logo {
    background: #ffffff99;
}

h2 {
    color: #10109C;
    font-size: 1.1rem;

}

h3 {
    font-size: 2.4rem;
}

.quick-links-bg {
    background-color: #ED1C24;
}

/* .nav-link::before{
    content: url("../images/caret-right-solid.svg");
    color: #ED1C24;
} */

a.nav-link {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    margin: 0.5rem 0rem;
    font-weight: bold;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #ffffff;
    font-size: .9rem;
}


a.nav-link.active {
    background-color: #ffffff !important;
    color: #ED1C24 !important;
}

.col-md-3.h-100 {
    background-color: #10109c;
    padding: 0;
}

ul {
    list-style-type: none;
    font-size: .9rem;
}

.member-det {
    background-color: #FFE251;
    width: 63%;
}

.prof-card {
    position: relative;
}

.prof-card h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

.prof-card p {
    font-size: .8rem;
    margin-bottom: 0;
}

.prof-card-det {
    /* position: absolute; */
    bottom: 0;
    background-color: #cf0c0cb3;
    color: #ffffff;
    padding: 1rem;
    /* min-height: 7.5rem; */
    min-height: 7rem;
    padding-bottom: 0.5rem !important;
}

.footer {
    background-color: #093485;
}

.footer p {
    padding: .9rem;
    margin-bottom: 0;
    font-size: .8rem;
    color: #ffffff;
}

.goals p {
    padding: .1rem;
    font-size: .8rem;
}

.goals .col-md-3 {
    font-size: 2.9rem;
    text-align: center;
    background: none;
}

.goals .col-md-3:first-child {
    color: #10109C;
    font-weight: bold;
}

.goals .col-md-3:last-child {
    color: #ED1C24;
    font-weight: bold;
}

.goals {
    background-color: #FFE251;
    padding: 1rem;
}

.functions span {
    color: #10109C;
}

/* .functions-data p{
    display: flex;
} */

.functions-data ul li::before {
    content: "\25B6";
    color: #10109C;
    padding-right: 2rem;
}

.functions-data ul li {

    display: flex;
    /* align-items: center; */
    margin-bottom: 1rem;
}

.functions-data ul li p {
    margin-bottom: 0;
}

.vision {
    border-bottom: 1px dashed grey;
}

/* .mission ul li::before{
    font-family: "Font Awesome 5 Free";
    content: "\2022";
    color: #10109C;
    padding-right: 1rem ;
    font-weight: bold;
} */

.row {
    margin-left: 0;
    margin-right: 0;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.vision-mission .col-md-7 {
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
}

#v-pills-one .about {
    background-image: url("../images/Group 49.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

#v-pills-one .about .text-content p {
    font-size: 0.85rem;
}

.num-css1 {
    font-size: 5rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #10109C;
}

.num-css2 {
    font-size: 5rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #ED1C24;
}

.goals .col-md-8 .col-md-8 {
    padding-right: 0;
}

.circle-icon {
    color: #10109C;
    -webkit-text-fill-color: #10109C;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    padding-right: 2rem;
}

.mission ul li {
    display: flex;
}

@media screen and (max-width: 991px) {
    .title1 {
        display: block;
    }

    .member-det {
        width: 100%;
    }

    .members-content {
        padding: 1rem 0rem !important;
    }

    .title2 {
        display: none;
    }

    .member h3 {
        padding: 0 !important;
    }

    .quick-links-bg .ide-bar-bg a {
        white-space: pre-wrap;
    }

    #v-pills-tab .dropdown-item a {
        color: black !important;
        white-space: pre-wrap;
    }

    .nav-tab-section .dropdown-menu {
        position: absolute !important;
        transform: translate3d(0px, 53px, 0px) !important;
    }

    .pl-5.side-bar-bg {
        padding-left: .5rem !important;
    }

}

@media screen and (min-width: 991px) {
    .title1 {
        display: none;

    }

    .title2 {
        display: block;
    }

    .nav-tab-section .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .title1 {
        display: none;

    }

    .title2 {
        display: block;
    }

    .nav-tab-section .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .quick-links-bg.p-3.font-weight-bold {
        padding-left: 1rem !important;
    }

    .nav.flex-column.nav-pills {
        padding-left: .1rem !important;
    }
}


@media screen and (min-width: 768px) {
    .ug-result, .pg-results{
        padding: 20px 30px;
    }
    .title1 {
        display: none;

    }

    .title2 {
        display: block;
    }

    .nav-tab-section .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.pdf-files .col-md-2 {
    padding: 1.5rem;
}

.external-links-tabs {
    cursor: pointer;
    color: #ffffff !important;
}

.pdf-files .col-md-2 p {
    font-size: .85rem;
}

.member img {
    border-radius: 12px;
}

.header .position-fixed {
    background: #fff !important;
    -webkit-transition-property: background;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-property: background;
    transition-duration: 1s;
    transition-delay: 0s;
    box-shadow: 1px 1px 2px #ddd;
    z-index: 9999;
}

.header .position-fixed {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    /* box-shadow: 1px 2px 3px #f3f3f3; */
}

.main-banner {
    margin-top: 5rem;
}

.nav-tab-section .dropdown-menu {
    /* position: absolute; */
    position: initial !important;
    transform: none !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    /* margin: 0 0; */
    margin: 0.7rem 0rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border: none;
    border-radius: 0.25rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nav-tab-section a.nav-link {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    margin: 0.5rem 0rem;
    font-weight: bold;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #ffffff;
    font-size: .9rem;
}

.nav-tab-section .nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-tab-section .nav-link {
    padding: 8px 14px !important;
}

#v-pills-tab .dropdown-item,
#v-pills-tab .dropdown-item,
#v-pills-five-tab {
    color: black !important;
    border-start-start-radius: 3rem;
    padding: 1rem 0;
}

.main-banner {
    margin-top: 5rem;
}

#v-pills-tab .nav-item.dropdown.show a.nav-link {
    color: #ED1C24 !important;
    text-decoration: none;
    background-color: #ffffff !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    width: 100% !important;
}

#v-pills-tab .dropdown-item:hover {
    background-color: #fff !important;
    color: black !important;
}

#v-pills-tab .dropdown-menu.show:hover {
    background-color: #fff !important;
    color: black !important;
    animation: growDown 300ms ease-in-out forwards
}

#v-pills-tab .dropdown-menu.show {
    color: black !important;
}

#v-pills-tab .dropdown-menu {
    background-color: #fff !important;
    color: black !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    width: 100% !important;
    padding-left: 1rem;
}

#v-pills-tab .dropdown-item,
#v-pills-tab .dropdown-item,
#v-pills-five-tab {
    color: black !important;
    border-start-start-radius: 3rem;
    padding: 1rem 0;

}

#v-pills-five-tab:hover {
    border-start-start-radius: 3rem;
}

#v-pills-tab .dropdown-item a {
    color: black !important;
}

#v-pills-tab .dropdown-item a:hover {
    color: #ED1C24 !important;
}

.title-hr {
    width: 40px;
    border-top: 3px solid #ed1b23;
    margin-left: 0px;
    margin-top: 0rem;
}

.dean-img-box {
    max-width: 100%;
    background-color: #f3f3f3;
    padding: 0.8rem;
    text-align: center;
    border: 10px solid #ed1b23;
    display: inline-block;
    position: relative;
}

.dean-img-box::before {
    width: calc(100% - 30%);
    height: 10px;
    right: 15%;
    left: 15%;
    top: -10px;
    z-index: 1;
}

.dean-img-box::before,
.dean-img-box::after {
    content: '';
    position: absolute;
    background: #fff;
}

.dean-img-box::after {
    width: calc(100% - 30%);
    height: 10px;
    right: 15%;
    left: 15%;
    bottom: -10px;
    z-index: 1;
}

.row.faculty p,
.row.faculty h4 {
    margin: 0;
}

.row.faculty p {
    font-size: .7rem;
}

.row.faculty h4 {
    font-size: 1.1rem;
}

.color-red {
    color: #ed1b23 !important;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

#v-pills-inner2 a.nav-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin: 0.5rem 0rem;
    border: 0 !important;
}

#v-pills-inner2 a.nav-link.active {
    background-color: #10109c !important;
    color: rgb(255, 255, 255) !important;
}

#v-pills-inner2 a.nav-link {
    background-color: #10109c88 !important;
    color: rgb(255, 255, 255) !important;
}


#v-pills-inner2 .nav.nav-tabs {
    display: flex;
    justify-content: center;
}

.tabwise-ct a.nav-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin: 0.5rem 0rem;
    border: 0 !important;
}

.tabwise-ct a.nav-link.active {
    background-color: #10109c !important;
    color: rgb(255, 255, 255) !important;
}

.tabwise-ct a.nav-link {
    background-color: #10109c88 !important;
    color: rgb(255, 255, 255) !important;
}


.tabwise-ct .nav.nav-tabs {
    display: flex;
    justify-content: center;
}

.tabwise-ct .nav.nav-tabs .nav-item,
#v-pills-inner2 .nav.nav-tabs .nav-item {
    margin-right: 1rem;
}

.nav-tab-section .dropdown-toggle:hover .dropdown-menu {
    display: block !important;
    animation: growDown 300ms ease-in-out forwards;
}

.nav-tab-section .dropdown-menu.show {
    display: block;
}

.nav-tab-section .dropdown-menu.show .dropdown-item {
    padding: 0% !important;
    margin-bottom: .5rem;
}

.nav-tab-section .nav li ul {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
}

.nav-tab-section .nav li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

.nav-tab-section .nav ul>li:hover ul li {
    max-height: 150px;
}

.dropdown_menu-6 {
    animation: growDown 300ms ease-in-out forwards
}

#v-pills-tabContent .tabcontent {
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}


@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .dropdown-menu .dropdown-item a.active > .nav-item.dropdown .dropdown-toggle {
    background-color: #ffffff !important;
    color: #ED1C24 !important;
} */

.specialization-tab {
    margin-top: 1rem;
    ;
}

.specialization-color {
    color: #e56606;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
}

table.courses-tab {
    width: 100%;
}

th.table-head-course {
    background: #d9edf7;
}

.courses-tab td.odd {
    background: #f3f3f3;
    border-top: 1px solid #ddd;

}

.courses-tab td.even {
    background: #f9f9f9;
    border-top: 1px solid #ddd;

}

.courses-tab td {
    padding: 8px;
}

.courses-tab th {
    padding: 8px;
}

.gallery-item img {
    width: 100%;
    max-height: 250px;
}

.gallery {
    margin: 0 0 20px;
}

.gallery-columns-3 .gallery-item {
    /* width: 30%; */
    margin: 0 5% 15px 0;
}

.gallery-item {
    float: left;
    margin: 0 2% 15px 0;
    overflow: hidden;
    position: relative;
}

.story-content p img,
.story-content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #cdcdcd;
    padding: 3px;
}

p.heading-conferences {
    color: #e56606;
    margin-bottom: 0;
    width: 100%;
}

.more-linkks {
    margin-top: 2rem;
}

.more-linkks a {
    font-size: 1.5rem;
}

.specialization-tab {
    margin-top: 1rem;
    ;
}

.director-name {
    color: #e56606;
}

.specialization-color {
    color: #e56606;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
}

table.courses-tab {
    width: 100%;
}

th.table-head-course {
    background: #d9edf7;
}

.courses-tab td.odd {
    background: #f3f3f3;
    border-top: 1px solid #ddd;

}

.courses-tab td.even {
    background: #f9f9f9;
    border-top: 1px solid #ddd;

}

.courses-tab td {
    padding: 8px;
}

.courses-tab th {
    padding: 8px;
}

.internal-exam-heading {
    margin-top: 3rem;
    font-weight: 700;
}

.internal-exam p {
    line-height: 0.5rem;
}

a#profile-tab {
    color: #212529;
}

a#home-tab {
    color: #212529;
}

a#contact-tab {
    color: #212529;
}

a#qualification-tab,a#phd-awards-tab {
    color: #212529;
}

a#publication-tab {
    color: #212529;
}

.tabflex {
    display: flex;
    padding: 1rem;
    justify-content: space-around;
}

.tab-text {
    width: 70%;
    text-align: justify;
    padding: 1rem;

}

.tab-image-info {
    /* padding: 1rem;; */
}

.tab-image-info p {
    font-size: 0.9rem !important;
    margin-bottom: 0;

}

hr.post-divider {
    margin: 5px;
}

span.director-design {
    background: #3b5998;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    color: #fff;
}

table.director-table {
    margin-bottom: 2rem;
}

div#home {
    border: 1px solid #cdcdcd;
    padding: 15px;
}

table.accomplishment-table td {
    border: 1px solid #cdcdcd;
    padding: 10px;

}

table.accomplishment-table th {
    border: 1px solid #cdcdcd;
    padding: 5px;
}

p.table-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
}

.profile-list {
    width: 31%;
    padding: 10px;
}

p.profile-name {
    color: #000;
    margin-top: 1rem;
    font-weight: 700;
}

.profile-list p {
    line-height: 1rem;
    margin-bottom: 0.5rem;

}

p.profile-designation {
    font-weight: 500;
}

p.profile-experience {
    color: #f58220;
    font-weight: 500;
}

p.profile-qualification {
    color: #000;
    font-weight: 500;
}

p.profile-information {
    text-align: left;
}

#about-content ol li {
    margin-bottom: 1rem;
}

.kingster-body * {
    border-color: #e6e6e6;
}

.kingster-item-pdlr,
.gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.kingster-top-bar-left {
    float: left;
}

.kingster-body p,
.kingster-line-height,
.gdlr-core-line-height {
    line-height: 1.7;
}

.adm-notice-head p {
    padding: 0.5rem !important;
    color: #ed1b23;
    font-size: .8rem;
    font-weight: 700;
    font-size: .8rem;
    animation-name: blinking2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    margin-bottom: 0;
}

@keyframes blinking2 {
    /* 0%{
        color:rgba(125, 17, 21, 0.39);
        text-shadow:0 0 15px rgba(164, 15, 20, 0.39)
    }
    50%{
        color:rgba(162, 16, 21, 0.59);
        text-shadow:0 0 10px rgba(132, 16, 20, 0.59);
    }
    100%{
        color:#ad1217;
        text-shadow:0 0 5px #44080a;
    } */

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }

}

.kingster-top-bar-left {

    /* background-color: #e6ebf2; */

}

@media screen and (max-width: 767px) {
    .JHNMC-page .col-md-9{
        padding: 0px;
    }
    .ug-result, .pg-results{
        padding: 20px 10px;
    }
    .ug-result{
        margin-top: 15px;
    }
    
    .header .main-logo .col-md-6.col-sm-6{
        width: 50%;
        padding: 0%;
    }
    .for-mob{
        display: flex !important;
    }
    .for-desk{
        display: none !important;
    }
    .header_btn a{
        padding: .4rem .5rem;
    }
    .mdsc-css li{
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .for-desk{
        display: flex !important;
    }
    .for-mob{
        display: none !important;
    }
}

.header_btn span small {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}
.header_btn span {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.btn-info {
    background: #ed1b23;
    border-color:#ed1b23;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 3px 0 #ed1b23;
}
.header_btn a{
    font-size: .9rem !important;
    background-color: #ed1b23;
}

.header_btn a:hover{
    background-color:#10109c;
    border-color: transparent !important;
}
.adv-img{
    width: 100%;
    margin-bottom: 20px;
}
@keyframes blink {
	0% {opacity: 0}
	25%{opacity: 0.5}
	50%{opacity: 0.5}
	100% {opacity: 1}
}

  #blinking-image {
    background-color: #8EDDBE;
    color: white;
    animation: blink 3s linear infinite;
  }
  #blinking-image:hover {
    background-color: #8EDDBE;
    color: white;
    animation: normal;
  }
  .profile-images img{
    width: 150px;
    height: 190px;
    object-fit: cover;
    object-position: top center;
  }
  .ug-result, .pg-results{

    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pg-results{
    background: #f2f2f2;
}
.ug-result{
    margin-bottom: 30px;
}
.mdsc-css{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    padding: 0px;
    flex-wrap: wrap;
}
.mdsc-css  li{
    background: blue;
    padding: 10px 40px;
    color: #fff;

}
.mdsc-css  li a{
    color: #fff;
}