:root {
  --blueBgColor:#10258e;
  --orangeBgColor:#ee5a29;
  --yellowBgColor:#fdc318;
  --purpleBgColor:#7220a8;
  --pinkBgColor:#ff00ce;
  --liteBlueBgColor:#4160e8;
  --primaryColor: var(--blueBgColor);
}

.blueBgColor {
  --primaryColor: var(--blueBgColor);
}

.orangeBgColor {
  --primaryColor: var(--orangeBgColor);
}

.yellowBgColor {
  --primaryColor: var(--yellowBgColor);
}

.purpleBgColor {
  --primaryColor: var(--purpleBgColor);
}

.pinkBgColor {
  --primaryColor: var(--pinkBgColor);
}

.liteBlueBgColor {
  --primaryColor: var(--liteBlueBgColor);
}

body {
  font-family: "Manjari", Arial, Helvetica, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.customScrollbar::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.customScrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.customScrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fff;
}

.header {
  background-color: #000;
  padding: 20px 40px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  max-width: 1200px;
}
.header .logo {
  display: block;
  margin-right: auto;
}
.header .logo .logoMob {
  display: none;
}
.header .menu a {
  color: #fff;
  margin: 0 25px;
  opacity: 60%;
}
.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: 25px;
  position: relative;
}
.searchFilter .searchBox {
  margin: 0;
}
.searchFilter .searchBox input {
  border-radius: 20px;
  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;
}

.showMenu {
  display: block;
}

#accordion {
  max-height: 465px;
  position: relative;
  overflow: auto;
  padding-right: 10px;
}
#accordion.customScrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
#accordion.customScrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
#accordion.customScrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
#accordion .card {
  border: 0;
  margin-bottom: 20px;
}
#accordion .card-header {
  padding: 0;
  background: none;
  border: 1px;
}
#accordion .card-link {
  display: block;
  position: relative;
  font-size: 19px;
  color: #000;
  font-weight: 600;
}
#accordion .card-link::before {
  content: "";
  background: url(https://youngdesigners.nid.edu/images25/icon-buttom-arrow.png) no-repeat right center;
  position: absolute;
  top: 7px;
  right: 0;
  width: 19px;
  height: 11px;
  transition: all 0.5s ease-out 0s;
  rotate: 180deg;
}
#accordion .card-link.collapsed::before {
  rotate: 0deg;
}
#accordion .card-body {
  padding: 0 0 0 15px;
  font-size: 17px;
}
#accordion .card-body .form-check {
  padding-bottom: 5px;
}

.applyBtn {
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 6px 12px 4px;
}

.searchResults {
  display: none;
}

.fullHeight {
  height: calc(100vh - 215px);
}

.bgColor {
  background-color: var(--primaryColor);
  margin: 0 17px;
  border-radius: 0 0 15px 15px;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
}
.wrapper .bgColor,
.wrapper .menuMenu,
.wrapper .footer {
  margin-left: 0;
  margin-right: 0;
}

.container {
  max-width: 1170px;
}

.bigLogo {
  position: absolute;
  top: 85px;
  left: 15pxpx;
}

.nameList {
  height: calc(100vh - 215px);
  padding: 40px 0 80px;
  color: #fff;
  margin-left: 200px;
}
.nameList ul {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 1px);
  margin: 0;
  padding: 0;
}
.nameList ul li {
  display: flex;
  margin-bottom: 15px;
}
.nameList ul li a {
  display: flex;
  color: #fff;
  width: 100%;
}
.nameList ul li a .nameBox {
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: normal;
  opacity: 60%;
  transition: 0.3s ease-out;
}
.nameList ul li a .nameBox .userPhoto {
  margin-right: 15px;
  width: 0;
  margin-top: -4px;
  scale: 0;
  transition: 0.3s ease-out;
}
.nameList ul li a .nameBox .userPhoto img {
  width: 100%;
  position: relative;
  border-radius: 50%;
}
.nameList ul li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.nameList ul li a:hover .nameBox {
  opacity: 1;
}
.nameList ul li a:hover .nameBox .userPhoto {
  width: 30px;
  scale: 1;
}
.nameList ul li a .stuGui {
  padding-right: 45px;
  font-size: 26px;
  width: 32%;
  flex-basis: 32%;
  max-width: 32%;
  opacity: 60%;
}
.nameList ul li a .stuGui span {
  display: block;
  font-size: 16px;
}
.nameList ul li a .keywords {
  opacity: 60%;
  font-size: 16px;
  width: 32%;
  flex-basis: 32%;
  max-width: 32%;
}
.nameList .studentCount {
  font-weight: 600;
  float: right;
  margin-top: 35px;
}
.nameList .studentCount span {
  font-weight: normal;
  opacity: 60%;
}

.menuMenu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 22px 17px;
}
.menuMenu a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color: #303030;
  text-align: center;
  padding: 10px 30px 4px;
  border-radius: 22px;
  opacity: 70%;
}
.menuMenu a:hover {
  text-decoration: underline;
}
.menuMenu a.active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.menuMenu a.blueBgColorBtn.active {
  background-color: var(--blueBgColor);
}
.menuMenu a.orangeBgColorBtn.active {
  background-color: var(--orangeBgColor);
}
.menuMenu a.yellowBgColorBtn.active {
  background-color: var(--yellowBgColor);
}
.menuMenu a.purpleBgColorBtn.active {
  background-color: var(--purpleBgColor);
}
.menuMenu a.pinkBgColorBtn.active {
  background-color: var(--pinkBgColor);
}
.menuMenu a.liteBlueBgColorBtn.active {
  background-color: var(--liteBlueBgColor);
}

.footer {
  background-color: var(--primaryColor);
  margin: 0 17px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  padding: 13px 0;
}
.footer a {
  line-height: normal;
  margin: 4px 20px 0;
  color: #fff;
  opacity: 60%;
}
.footer a:hover, .footer a.active {
  opacity: 1;
  text-decoration: none;
}
.footer a.active {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

.listGridBgColor .customScrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
.listGridBgColor .customScrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.listGridBgColor .bgColor {
  background-color: #f7f7f7;
}
.listGridBgColor .nameList {
  color: #101010;
  padding: 70px 0 50px;
  margin-left: 0;
}
.listGridBgColor .nameList ul:not(#list) li {
  display: block;
}
.listGridBgColor .nameList #list li:not(:first-child) {
  padding-left: 242px;
}
.listGridBgColor .nameList #grid li:not(:first-child) {
  padding-left: 90px;
  padding-right: 90px;
}
.listGridBgColor .menuMenu {
  justify-content: center;
}
.listGridBgColor .menuMenu ul {
  border: 0;
}
.listGridBgColor .menuMenu a {
  width: 195px;
}
.listGridBgColor .menuMenu a:hover {
  background-color: #e4e4e4;
  text-decoration: none;
}
.listGridBgColor .menuMenu a.active {
  background-color: #111;
  color: #fff;
}
.listGridBgColor .footer {
  min-height: 50px;
  background: rgb(7, 38, 148);
  background: linear-gradient(90deg, rgb(7, 38, 148) 0%, rgb(109, 41, 148) 30%, rgb(255, 0, 212) 54%, rgb(255, 75, 0) 76%, rgb(255, 178, 0) 96%);
}

.profileCard {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.profileCard .profilePic img {
  width: 100%;
}
.profileCard .name {
  font-size: 17px;
  font-weight: bold;
  padding: 14px 14px 11px;
}
.profileCard .name a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  display: block;
}

.profileCard .name .mentored {
  font-size: 12px;
  color: #303030;
  padding-top: 13px;
}
.mob-dis { display: none; }
@media (max-width: 1280px) {
  .wrapper {
    max-width: 1250px;
    margin: 0 auto;
  }
  .wrapper .bgColor,
  .wrapper .menuMenu,
  .wrapper .footer {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 1152px) {
  .searchFilter .searchBox input {
    min-width: 280px;
  }
  .menuMenu a {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 12px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .header .logo .logoDes {
    display: none;
  }
  .header .logo .logoMob {
    display: block;
  }
  .header .mobileBtn {
    display: block;
  }
  .header .mobileBtn button {
    border: 0;
    background: none;
    margin-left: 5px;
  }
  .header .mobileBtn button.searchBtn img {
    width: 22px;
  }
  .header .mobileBtn button.hamburgerBtn {
    padding: 0;
    width: 24px;
  }
  .header .mobileBtn button.hamburgerBtn img {
    width: 24px;
  }
  .header .mobileBtn {
    position: relative;
    z-index: 1;
  }
  .header .mobileBtn .closeMenu,
  .header .mobileBtn .closeSearchBox {
    background: url(https://youngdesigners.nid.edu/images25/icon-close.png) no-repeat center center;
  }
  .header .mobileBtn .closeMenu img,
  .header .mobileBtn .closeSearchBox img {
    opacity: 0;
  }
  .searchFilter {
    display: none;
    position: absolute;
    right: 70px;
    top: -7px;
    z-index: 0;
  }
  .searchFilter .filterBox {
    display: none;
  }
  .searchFilterHideShow {
    padding: 20px 10px 0px 20px;
  }
  .applyBtn {
    display: none;
  }
  .customScrollbar a {
    color: #444;
    margin-bottom: 2px;
    display: block;
  }
  .searchResults {
    padding: 40px 30px;
    width: 100%;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2;
    overflow-y: auto;
    background-color: #fff;
  }
  .fullHeight {
    height: calc(100vh - 50px);
  }
  .wrapper .bgColor {
    margin: 0;
    border-radius: 0;
    padding-top: 50px;
  }
  .nameList {
    height: calc(100vh - 50px);
  }
  .bigLogo {
    margin: 0 auto;
    display: block;
    position: static;
    max-width: 142px;
    padding: 25px 0 35px;
  }
  .nameList {
    height: auto;
    max-width: 395px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .nameList ul {
    height: auto;
  }
  .nameList ul li {
    flex-direction: column;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
  }
  .nameList ul li a {
    flex-direction: column;
  }
  .nameList ul li a .nameBox {
    opacity: 1;
    padding-left: 70px;
    font-size: 22px;
    padding-top: 3px;
  }
  .nameList ul li a .nameBox .userPhoto {
    scale: 1;
    width: 52px !important;
    height: 52px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .nameList ul li a .stuGui {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    opacity: 1;
    font-size: 16px;
    padding-left: 65px;
  }
  .nameList ul li a .stuGui span {
    display: inline-block;
  }
  .nameList ul li a .keywords {
    display: none;
  }
  .nameList .studentCount {
    display: none;
  }
  .menuMenu,
  .footer {
    display: none;
  }
  .listGridBgColor .nameList {
    padding: 20px 0 30px;
    max-width: inherit;
  }
  .listGridBgColor .nameList #list {
    display: none;
  }
  .listGridBgColor .nameList #list li:not(:first-child) {
    padding-left: 0;
    max-width: 395px;
    margin: 0 auto 25px;
  }
  .listGridBgColor .nameList #grid {
    display: block;
  }
  .listGridBgColor .nameList #grid li:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 25px;
  }
  .profileCard .name {
    font-size: 13px;
  }
  .profileCard .name .mentored {
    padding-top: 8px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
	.mob-dis-none { display: none; }	
	.mob-dis { display: block; }
  .header .menu a {
    margin: 0 8px;
    font-size: 13px;
  }
  .header .headerRight {
    position: static;
  }
  #accordion {
    max-height: inherit;
  }
  .searchFilter {
    right: 50px;
    top: 4px;
    width: calc(100% - 95px);
  }
  .searchFilter .searchBox input {
    min-width: inherit;
    width: 100%;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
  }
  .searchFilterHideShow {
    top: 50px;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 50px 40px 50px 50px;
  }
  .listGridBgColor .nameList #grid {
    display: block;
  }
  .listGridBgColor .nameList #grid li:first-child {
    display: none;
  }
  .listGridBgColor .nameList #grid li:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 25px;
  }
  .listGridBgColor .nameList #grid .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listGridBgColor .nameList #grid .row .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .profileCard {
    margin-bottom: 20px;
  }
  .profileCard .name {
    font-size: 13px;
    padding: 12px 12px 8px;
  }
  .profileCard .name .mentored {
    padding-top: 7px;
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  .header .menu a {
    margin: 0 4px;
    font-size: 11px;
  }
}/*# sourceMappingURL=styles.css.map */