:root {
	--cmd-color:#CC5649;
	--ind-color:#2C479E;
	--intd-color:#FFF16E;
	--itd-color:#BFDD98;
	--txd-color:#F7AAA1;
	--phd-color:#E6DAB5;
	--black-color:#000;
	--img-corner-radius:10px;
	--border-radius:5px;
	
}

/* Global
======================================================= */
	html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;  /* Hides browser scroll */
}
body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 13px;
	font-style: normal;
	display: flex;
	flex-direction: column;	
	
}
.nav-link:focus, .nav-link:hover {
	color:#fff!important;
}
.download  {	
	margin: 20px 0;
	font-size: 14px;
	text-align: right
}
.download a {
	color:#533090;
	text-decoration: none;
}
.download a:hover {	
	text-decoration: underline;
}
.download a span {
	font-weight: 600;
}
.fa-magnifying-glass, .fa-close {
	color:#fff;
}
.container-fluid {
	max-width: 1280px;
}
.container {
	max-width: 1100px;
}

.bg-header {
	background-color: #000;
	transition: background-color 0.4s ease-in-out;
}
.bg-cmd {
	background-color: var(--cmd-color)!important;
}
.bg-ind {
	background-color: var(--ind-color)!important;
}
.bg-itd {
	background-color: var(--itd-color)!important;
}
.bg-intd {
	background-color: var(--intd-color)!important;
}
.bg-txd {
	background-color: var(--txd-color)!important;
}
.bg-phd {
	background-color: var(--phd-color)!important;
}
.bg-dark {
	background-color: #000;
}
.txt-cmd {
	color: var(--cmd-color)!important;
}
.txt-ind {
	color: var(--ind-color)!important;
}
.txt-itd {
	color: var(--itd-color)!important;
}
.txt-intd {
	color: var(--intd-color)!important;
}
.txt-txd {
	color: var(--txd-color)!important;
}
.txt-phd {
	color: var(--phd-color)!important;
}
.txt-dark {
	background-color: #000!important;
}
.scrollbar-hide {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;                /* Chrome, Safari */
}
.fullHeight {
    height: calc(100vh - 220px);
			
}
.nameList {
	height: calc(100vh - 270px);
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	color: #fff;
	
}
.guideList {
	height: calc(100vh - 170px);
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	color: #fff;
	
}
.profile-img {
	position: relative;
	
}
.profile-img img {
	border-radius: var(--border-radius);
	width: 120px;
	height: auto;
}
.profile-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: black;
	color: #fff;
	border-radius: var(--border-radius);
	font-size: 10px;
	padding: 2px 5px;
	font-weight: 600;
}
.count { 
	position: absolute; 
	right: 0; bottom: 10px; 
	padding: 5px 0;
	font-weight: 400;
	font-size: 13px;
}
.fullHeight .col-sm-4 { 
	margin-bottom: 15px;
}
/* Header
============================================ */
.navbar-header-divider {
  height: 16px;
  border-left: 1px solid #fff;
  margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color:#fff;
	font-size: 17px;
	font-weight: 600;
}
.messages img { border-radius: 20px; width: 250px; height: auto; }
.message-text{ font-size: 14px; color: #464646; margin: 10px 0; min-height: 150px; }
.message h3 { font-size: 700px; font-size: 25px; line-height: 10px; }
.designation { color:#909090; }
.view-speech a { color:#909090; display: inline-block; border-bottom: 1px solid #909090; text-decoration: none; }
.view-speech a:hover{ text-decoration: none; }
.message-text span { color:#909090; font-size: 14px; }
.messages .row { margin-bottom: 50px; }
.show-df-sm { display: none; }
.convo-speaker-title {
	width: 100%;
	height: 148px;             /* fallback for large screens */
	background-image: url("../images26/convo-speaker-bg.png");
	background-repeat: no-repeat;
	background-size: cover;         /* cover ensures it fills the div */
	background-position: center;
	color: #4A2699;
	display: flex;
	align-items: center;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	justify-content: center;
}



.design-faculty-card {
	font-size: 20px;
	color:#fff;
}
.design-faculty-card .card {
	border: none;
	border-radius: 10px;
 	/*background-image: url("../images/convo45-identity.png");
  	background-size: auto;
  	background-position: 10px calc(100% - 10px);
  	background-repeat: no-repeat;*/
	height: 220px;
}
.design-faculty-name-box {
	position: absolute;
	padding-left: 160px; /* space for image */
	padding-bottom: 20px;	
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	font-size: 20px;	
	line-height: 25px;
	
}
.design-faculty-name-box::before {	
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 140px;   /* image width */
	height: 167px;  /* image height */
	background: url("../images/convo45-identity.png");
	background-size: contain;
	background-position: 0 calc(100% - 15px);
	background-repeat: no-repeat;	
}
.design-faculty-card .col-sm-4{
	margin-bottom: 20px;
}
.messages img {
	width: 250px;
	height: 250px;
}
.scrollable-container {
    flex: 1;
    overflow: hidden;
	background-color: #EC171B;
}
.item-list2 {
	height: calc(100vh - 200px);
	overflow-y: hidden;
	/* Hide scrollbar for Webkit browsers */
	scrollbar-width: none;  /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
	background-color: #F7BEBF;
	
}
.item-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.item-list .col-sm-4 { 
	margin-bottom: 25px; 
}
.item-list .card-body { 
	padding: 15px; 
}
.item-list .card { 
	height: 150px; 
}
.faculty-navbar, .discipline-navbar {
	border-radius: 10px;	
	font-weight: 500;
	font-size: 18px;
	border: 1px solid #fff;
	padding: 7px 15px;
}
.faculty-navbar li a.active {	
	color:#fff;	
	border-radius: 10px;	
}
.faculty-navbar .nav-link {
	color:var(--black-color);
}
/*.faculty-navbar .nav-link:not(.active):hover {
	color:var(--cmd-color);
}*/

.faculty-navbar, .discipline-navbar {
	margin-top: 10px;
}


.discipline-navbar {
	/*background-color: var(--cmd-color);	*/
	font-size: 14px;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
}
.discipline-navbar .nav-link a {
	color: #fff;
	font-weight: 300; /* normal */
	transition: color 0.3s;
	text-decoration: underline;
}

.discipline-navbar .nav-link:not(.active):hover {
	color: #fff; 
	text-decoration: underline;
}

.discipline-navbar .nav-link.active {
	font-weight: 700; /* bold only for active */
	color: #fff;
}
.footer p { 
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}
.discipline-student-list .col-sm-4 {
	margin-bottom: 20px;
}
.student-info-short {
	color:#6C6969;
	width: 100%;
	margin-left: 5px;
}
.student-info-short p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.student-info-short label {
	margin-right: 5px;	
}
.student-info-short p:nth-child(1) {
	text-transform: capitalize;
}
.divider {
	width: 1px;              /* vertical line width */
  	background-color: #868484;
	height: 1px;
	
}
.student-info-short .name {
	font-size: 18px;
	font-weight: 500;
}
.student-info-short .keywords {
	font-size: 10px;
}

/* Discipline Student List Page
======================================================= */


/* Navbar
======================================================= */
	.navbar-list {
  display: flex;            
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between; 
  align-items: center;     
}

.navbar-list li {
  flex: 1;                   
  text-align: center;        
}

.navbar-list li a {
  display: block;           
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

.navbar-list li a:hover,
.navbar-list li a.active {
  color: #007bff;
  border-bottom: 2px solid #007bff; 
}
		
.navbar-list li a:hover {
  background-color: #007bff;
  color: #fff;
}


.navbar-list li a.active {
  background-color: #007bff;
  color: #fff;
}	
		.navbar-header-divider {
  height: 16px;
  border-left: 1px solid #fff;
  margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color:#fff;
	font-size: 17px;
	font-weight: 600;
}
.header {
  background-color: #000;
  padding: 20px 40px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  max-width: 1265px;
 margin: 0 auto;
}
.header .logo {
  display: block;
  margin-right: auto;
}
.header .logo .logoMob {
  display: none;
}
.header .menu a {
	color: #fff;
	text-decoration: none;
	/*opacity: 60%;*/
	font-size: 17px;
	font-weight: 600;
}
.header .menu a:hover, .header .menu a.active {
  opacity: 1;
  text-decoration: none;
}
.header .menu a.active {
  border-bottom: 1px solid #fff;
}
.header .mobileBtn {
  display: none;
}

.headerRight {
  display: flex;
  align-items: center;
  position: relative;
}

.searchFilter {
  padding-left: 10px;
  position: relative;
}
.searchFilter .searchBox {
  margin: 0;
}
.searchFilter .searchBox input {
  border-radius: 10px;
  border: 0;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 13px 20px 6px 45px;
  line-height: normal;
  background: #fff url(https://youngdesigners.nid.edu/images25/icon-search.png) no-repeat 15px center;
  background-size: 20px;
  font-weight: 600;
  /*min-width: 355px;*/
}
.searchFilter .filterBox {
  width: 25px;
  height: 25px;
  background: url(https://youngdesigners.nid.edu/images25/icon-filter.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 16px;
}

.searchFilterHideShow {
  display: none;
  position: absolute;
  top: 42px;
  right: 0px;
  z-index: 9;
  width: 355px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px 20px 20px;
}

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
@media (max-width: 575.98px) {
	.desktop-only {
	display: none;
}
.mobile-only {
	display: block;
}
	html, body {  
  		overflow: auto;  /* Hides browser scroll */
	}
	.faculty-navbar, .discipline-navbar {
		display: none!important;
	}
	.fullHeight {
    height: calc(100vh - 10px);
			
}
.nameList {
	height: calc(100vh - 50px);
}
	.search-box.show {
    display: block !important;
    width: 160px;
  }
.guide-info img {
	
		max-width: 100%;
	}
  .mobile-hide.hide {
    display: none !important;
  }
}