body {
    font-family: "Nunito", sans-serif !important;
}
.single-banner-slide {
    height: 60vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.single-banner-slide h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}
.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.single-banner-slide p {
    color: #fff;
    font-size: 15px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.single-banner-slide a {
    color: #000;
    background: #fff;
    padding: 10px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}
.single-banner-slide a:hover {
    color: #fff;
    background: #000;
}
.owl-dots {
    display: none !important;
}
.top-features-box {
    background: linear-gradient(151.71deg, #30C4FF 0%, #7259FF 100%) !important;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-1);
    overflow: hidden;
        height: 350px !important;
}
.top-features-box .rts-section-title, .top-features-box .rts__section--title{
    font-family: "Roboto Condensed", Bangla340, sans-serif;
    font-size: 25px;
}
marquee a{
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size:13px;
}
marquee a::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 2.5px;
    background-color: #155a97;
    left: 0px;
    position: absolute;
    top: 7px;
}
.rts-event-section-content .single-event-content h5{
    font-size:14px;
}
.single-event-content-meta p{
    margin-bottom:0;
    font-size:13px;
}

.faculty-advisory-committee{
      display: none !important;
}

/*********************************************************/
.three h3 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: var(--color3);
}

.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--color1);
  z-index: 9;
}

.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
.info-numbers {
    margin-top: -140px;
    position: relative;
    z-index: 99;
    margin-bottom: 35px;
}

.item-count {
    background-color: hsl(0deg 0% 100% / 72%);
    text-align: center;
    padding: 10px 25px;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 13px;

}

.item-count:nth-child(1) {
    background-color: #64B5F6;
}

.item-count:nth-child(2) {
    background-color: #90CAF9;
}

.item-count:nth-child(3) {
    background-color: #BBDEFB;
}

.item-count:nth-child(4) {
    background-color: #E3F2FD;
}

.item-count h4 {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.item-count:hover {
    background-color: #ffffff;
}

.items-info .accordion-button {
    font-weight: bold;
    color: var(--deep-blue);
    border: 1px solid #ee7126;
}

.items-info .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #ee7126;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.items-info .accordion-button:not(.collapsed)::after {
    filter: brightness(45);
}

.items-info .accordion-body {
    padding: 1rem 1.25rem;
    background: #ffe8df;
}
.bread-new {
  background: linear-gradient(90deg, #dde6f4 0%, #e6eaf8 17.57%, #d4dcfc 34.86%, #e2e6f6 52.23%, #e0e5f8 65.17%, #eef4fd 97.75%);
}

.bread-new h1 {
 font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    color: var(--color3);
}

.ui.faculty-vertical-list {
  margin-top: 25px;
  filter: drop-shadow(0px 4px 12px rgba(134, 134, 134, 0.1));
  border-radius: 4px;
  padding-bottom: 4rem;
  display: flex;
}

.vertical-list {
  position: sticky;
  top: 5rem;
}

.first {
  width: 33vw;
}

.second {
  width: 75vw;
  margin-left: 25px;
}

.ui.section-heading-blue {
  color: #0064ad;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1.25rem 0;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
}

.ui.sub-heading {
  line-height: 1.3rem;
  color: var(--black);
  font-size: 1.25rem;
  /* padding: 1.25rem 0; */
}

.title-bar {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;
}

.ui.faculty-vertical-list .publication-list {
  margin-bottom: 3rem;
}

.ui.publication-list {
  padding-top: 1.5rem;
}

.ui.publication-list>.publicationListItem hr {
  border-width: 0.125rem;
}

.link-link .nav-link {
  width: 100%;
  padding: 0;
  font-size: 16px;
  padding-left: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.text-justify {
  text-align: justify;
}

.qr-profile {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100px;
}

.bg-brighter-3 {
  background: #f5faff;
  border-bottom: 2px solid #212a4d;
}
.bg-brighter-3 h4{
	font-size:14px;
}
.p-8 {
  padding: 1rem;
}

.font-normal {
  font-weight: 400;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-pulse-color {
  color: #002d5c;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.leading-loose {
  line-height: 2;
}

.font-light {
  font-weight: 300;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-pulse-color {
  color: #002d5c;
}

.font-semibold {
  font-weight: 600;
}

.text-\[12px\] {
  font-size: 12px;
}

.bg-pulse-color-darker3 {
  background-color: #002d5c;
	margin-right:7px;
}

.projects-section {
  background-color: #002d5c;
  color: #ffffff;
}

.projects-section .titletext {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}

.projects-section .titlebloc-cc:after {
  background-color: #ffffff;
}

.projects-section .first-letter {
  font-size: 40px;
}

.bg-pulse-color-darker1 {
  background-color: #0040796b;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h-\[50px\] {
  height: 50px;
}

.items-center {
  align-items: center;
}

.w-full {
  width: 100%;
}



.box-content {
  background-color: hsl(208.51deg 98.5% 33.79% / 34%);
}

.bottom {
  width: 100%;
}

.bottom .item {
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.bottom .item i {
  padding-right: 5px;
}

.top-features-box {
  background: linear-gradient(151.71deg, #30c4ff 0%, #7259ff 100%) !important;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-1);
  overflow: hidden;
  height: 250px;
}

marquee a {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

marquee a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 2.5px;
  background-color: #155a97;
  left: 0px;
  position: absolute;
  top: 7px;
}

.course-plan-detailas-box {
  height: auto;
  padding: 25px;
}

.gdlr-core-block-item-title {
  position: relative;
  letter-spacing: 0px;
}

.gdlr-core-block-item-title::after {
  content: "";
  width: 150px;
  position: absolute;
  height: 1px;
  background-color: #d2d2d2;
  margin-left: 15px;
  top: 50%;
}
.gsc_rsb_header{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 15px;
    color: #e77500;
}
.gsc_rsb_s{
    border:1px solid #f5f5f5;
    margin-bottom:25px;
    padding:15px;
    height:450px;
    
}
.edit-profile-link{
    margin-top: -5px;
    margin-left: 15px;
    background: orange;
    padding: 3px 15px;
    color: #ffffff;
    border-radius: 3px;
    font-weight: bold;
}
.faculty_details-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #003365;
    color: #fff;
}

.faculty_details-tab .researchPublications {
    border: 1.5px solid #0002;
    border-top: none;
    padding: 10px;
}

.faculty_details-tab .nav {
    background-color: #0001;
}

.researchPublicationsTitle {
    border-bottom: 1px solid #00000042;
    padding-bottom: 11px;
}

.research-id-box {
    margin-top: 15px;
    z-index: 999;
    position: relative;
    margin-bottom: 15px;
}
.team-content .tab-pane {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}
.bg-brighter-3 h4 {
    font-size: 14px;
}
#gsc_hist_opn {
    display: none;
}
@media screen and (max-width: 768px) {
.info-numbers {
    margin-top: 0;
    position: relative;
    z-index: 99;
    margin-bottom: 35px;
    flex-wrap: wrap;
    width: 100%;
}
.item-count {
    margin-bottom: 10px;
}
}
