/* .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: initial !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 (max-width: 767px) {
.dean-content .details-item{
    margin-bottom: 10px;
    font-size: 15px;
}
}
@media screen and (min-width: 768px) {
    .title1 {
        display: none;

    }

    .title2 {
        display: block;
    }

    .nav-tab-section .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .dean-content .details-item{
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.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;
    text-decoration: none;
}

#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;
    position: relative;
}

/* .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;
    }
}

.faculty .col-md-6.col-lg-4:after {
    content: "";
    background: #aa0f15;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3.5px;
    width: 55%;
}

.faculty .col-md-6.col-lg-4 {
    padding: 1rem 0;
}

.title-nm.h3.font-weight-bold.color-red {
    padding-top: .6rem;
}

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

.redDot-list li::before{
    content: "\25CF";
    padding-right: 1rem;
    color: #dc3545!important;
}

.bg-blue{
    background-color: #10109c;
    color: rgb(255, 255, 255);
}

.tb-main{
    border-radius: 1rem;
    
}

.tabwise-ct .nav.nav-tabs .nav-item .active:after {
    content: "\2023";
    position: absolute;
    transform: rotate(90deg);
    /* left: auto; */
    bottom: -1.8rem;
    color: #10109c;
    font-size: 2.5rem;
    right: 0;
    left: 0;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

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


.dropdown-menu.show > a.nav-link.dropdown-toggle{
    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;
}

.dropdown-item a:active > .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;
}


.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;
}

.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{
    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;
}
div#home1 {
    border: 1px solid #cdcdcd;
    padding: 15px;
}
table.accomplishment-table td{
    border: 1px solid #cdcdcd;
    padding: 5px;

}
table.accomplishment-table th {
    border: 1px solid #cdcdcd;
    padding: 5px;
}
p.table-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
}
p.heading-conferences {
    color: #e56606;
}
.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;
}
.img-dean img{
    width: 100%;
    border-radius: 5px;
}
#AHMC-Dean p{
    font-size: 16px;
}
.profile-images img{
    height: 200px;
}
.program-card{
    border-radius: 14px;
    padding: 1.7rem;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    height: 100%;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

/* Top Accent Line */
.program-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background: linear-gradient(90deg,#10109c,#4b6bff);
}

.program-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}
.program-title{
    font-weight:700;
    font-size:1.25rem;
    line-height:1.45;
    margin-bottom:.6rem;
}


/* Paragraph spacing */
.program-card p{
    margin-bottom: .4rem;
}

/* Eligibility scroll */
.program-content{
    font-size: .92rem;
    line-height: 1.6;
    max-height: 180px;
    overflow-y: auto;
    padding-right: 6px;
}

/* nicer scrollbar */
.program-content::-webkit-scrollbar{
    width:6px;
}
.program-content::-webkit-scrollbar-thumb{
    background:#c7c7c7;
    border-radius:10px;
}

/* Button */
.btn-program-card{
    background: linear-gradient(135deg,#10109c,#2d2df6);
    color:#fff;
    border-radius: 40px;
    padding:.6rem 1.8rem;
    font-size:.9rem;
    font-weight:600;
    border:none;
    transition:.3s;
}

.btn-program-card:hover{
    background: linear-gradient(135deg,#0c0c7a,#1f1fd1);
    transform: scale(1.05);
    color:#fff;
}
