.separator {
  border: 1px solid white;
}

.achv-list > li {
  list-style: upper-decimal;
  list-style-position: inside;
  padding-left: 20px;
  padding-right: 20px;
}

.ul-list > li {
  list-style: square;
}

.footer-image {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.news-list {
  margin: 0;
  list-style: none;
  width: 100%;
}

.news-list li {
  margin: 10px 0;
  padding-bottom: 10px;
  /* padding-top: 2px; */
  border-bottom: 1px solid #33333355;
}
.news-list li::before {
  content: "■";
  font-size: 16px;
  margin-right: 8px;
  color: #d4a81e;
}

.news-list__tag {
  background: #d4a81e;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 8px;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.menu-anchor {
  display: block;
  height: 30px; /*same height as header*/
  margin-top: -30px; /*same height as header*/
  visibility: hidden;
}

.active-link {
  color: #d4a81e !important;
  font-weight: bold !important;
}

.name {
  color: #002147;
  font-size: large;
  line-height: 1;
  text-align: left;
}

.faculty-details {
  padding-left: 10px;
  /* border: solid black; */
  padding-right: 10px;
  width: 100%;
}

.faculty-table {
  /* padding: 1px; */
  /* border: solid black; */
  /* border-spacing: 0px 25px; */
  width: 35rem;
  height: 10rem;
  border-collapse: separate;
}

.animate__animated.animate__zoomIn {
  --animate-duration: 2s;
  --animate-delay: 500ms !important;
}

.rounded {
  border-radius: 5px;
}

.faculty-member {
  /* border: solid black; */
  /* margin-top: 10px; */
  /* padding-top: 20px; */
}

.faculty-image {
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
  /* padding: 5px 10px; */
  /* margin-top: 4px 0px; */
  width: 10rem;
  height: 10rem;
  border: 1px solid black;
}

.specialization {
  font-size: small;
  padding-bottom: 2px;
  text-align: left;
  border-bottom: #002147 solid;
  line-height: normal;
}

.interests {
  line-height: normal;
  vertical-align: middle;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

.faculty-cat {
  font-size: 1.5em !important;
}

.faculty-cat:hover {
  color: #d4a81e;
  cursor: pointer;
  font-weight: bold;
}

.labs-table {
  border: solid black;
  width: 100%;
}

.labs-row {
  border: solid black;
}

.labs-heading {
  border: solid #646464 1px;
  padding: 2px 8px;
  background: #000;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.labs-cell {
  border: solid black 1px;
  line-height: normal;
  text-align: left;
  padding: 2px 8px;
  color: #000000;
}

.font-large {
  font-size: 0.9rem;
}

.dropdown-toggle {
  display: block;
}

.course-head {
  border-radius: 5px;
  border: solid #002147;
  margin-bottom: 30px;
  background: #002147;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 0px;
}

.course-head a {
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
}

.course-head a:hover {
  color: #d4a81e;
  cursor: pointer;
  font-weight: bold;
}

.staff-details {
  text-align: left;
  vertical-align: middle;
  /* line-height: normal; */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 10px;
  /* padding-right: 10px; */
}

.text-black {
  color: #000000;
}

.footer-link ul li {
  margin-bottom: 5px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  /* padding-left: 5px; */
}

.footer-link a:hover {
  font-weight: bold;
}

.course-desc {
  border-bottom: #002147 solid 4px;
  padding-bottom: 20px;
  text-align: justify;
}

.silver_bg2 {
  background: #e0e0e0;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* padding-top: 20px; */
  margin: 20px 10px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 15px;
}

.card-sub {
  color: #ffc824;
  font-weight: bold;
  font-size: 1em;
  margin: 5px 0px;
  padding-top: 5px;
}

.card-desc {
  /* background: #eee; */
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
}

.card-head {
  font-size: 1em;
  font-weight: 500;
  padding: 10px;
}

.card-left {
  float: left;
  font-weight: bold;
  color: #eee;
}

.card-right {
  float: right;
  font-size: 1em;
  font-weight: bold;
  color: #eee;
}

.achv-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 20px 10px;
  border-radius: 15px;
  width: 100%;
}

.achv-date {
  font-size: 1.3rem;
  color: #fff;
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 20px 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: bold;
}

.title-image {
  height: 2rem;
  width: 2rem;
}

.achv ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 10px 40px;
  line-height: normal;
  text-align: justify;
}

.news-date {
  font-size: 1.3rem;
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: bold;
  padding: 10px 20px;
}

.news-items {
  border: solid 1px #33333311;
  line-height: 1.5;
  padding: 10px;
}

.custom-news li {
  border: none;
  line-height: normal;
}

.tag1-color {
  background: #ff2d62;
}
.tag2-color {
  background: #337fcc;
}
.tag3-color {
  background: #4cccff;
}
.tag4-color {
  background: #33cc7f;
}
.tag5-color {
  background: #d4a81e;
}
.tag6-color {
  background: #8e0102;
}
.tag7-color {
  background: #2a736c;
}
.tag8-color {
  background: #403b2c;
}

.custom-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-top: 20px;
  margin: 20px 10px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 15px;
}

.car-links {
  font-size: 1em;
  padding: 5px 10px;
  margin: 10px 20px;
  border: solid #002147 2px;
  background: #002147;
  border-radius: 15px;
  color: white;
}

.car-links:hover {
  color: #d4a81e;
  cursor: pointer;
  font-weight: bold;
}

.phd-section ul li {
  max-width: 100%;
  margin-bottom: 0.2em;
  display: flex;
  align-items: flex-end;
}

.phd-card {
  display: block;
}

.phd-entry div {
  max-width: 100%;
  text-align: left;
  display: block;
  overflow: auto;
  padding: 1px 20px;
  line-height: 1.5;
}

.phd-entry span {
  vertical-align: middle;
}

.phd-entry-sid {
  font-size: 0.8rem;
}

.phd-entry-doj {
  /* font-style: italic; */
  font-size: 0.8rem;
  padding-right: 0;
  float: right;
  width: unset;
  text-align: right;
  /* position: absolute; */
  bottom: 0;
  right: 20px;
}

.phd-entry-sup {
  padding-left: 0;
  font-size: 0.8rem;
}

.phd-entry {
  padding-top: 10px;
  padding-bottom: 10px;
}

.phd-entry-creds img {
  /* float: right; */
  height: 1.5rem !important;
  margin-left: 10px;
  width: 1.5rem !important;
  display: inline;
  display: flex;
  float: right;
  cursor: pointer;
  font-size: 0.8rem;
}

.phd-entry-type {
  display: flex;
  float: right;
  text-align: right;
  color: #fff;
  padding-left: 10px;
  font-size: 0.8rem;
  padding-right: 10px;
  border-radius: 15px;
}

.phd-entry-name {
  font-weight: bold;
  font-size: 1.1rem;
  max-width: 70%;
  padding-left: 0;
  float: left;
}

.firstRow {
  margin-top: 2px;
  margin-bottom: 2px;
}

.secondRow {
  padding-bottom: 4px;
  border-bottom: 2px solid #00214744;
  padding-right: 0 !important;
}

.thirdRow {
  margin-top: 5px;
}
.bannerimg
{
	height: 120px !important;
	width: 100px !important;
}

.phd-list li {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important ;
  margin-bottom: 10px !important;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.ifellow-color {
  background: #337773;
}

.ptime-color {
  background: #b2b418;
}

.pfellow-color {
  background: #c93611;
}

.csirfellow-color {
  background: #8c75ca;
}

.ugcfellow-color {
  background: #47f51c;
}

.regular {
}

.col_half {
  width: 49%;
}
.col_third {
  width: 32%;
}
.col_fourth {
  width: 23.5%;
}
.col_fifth {
  width: 18.4%;
}
.col_sixth {
  width: 15%;
}
.col_three_fourth {
  width: 74.5%;
}
.col_twothird {
  width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  /* position: relative; */
  /* display:inline; */
  /* display: inline-block; */
  /* float: left; */
  margin-right: 2%;
  margin-bottom: 20px;
}
.end {
  margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
  width: 980px;
  margin: 30px auto;
  /* position: relative; */
}
.counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
}
.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
.count-text {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #d4a81e;
}

.img-rsrch {
    width: 4rem !important;
    display: block;
    margin: auto;
}

.gradient-bg {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}