@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap");
@import url("https://smc.org.in/fonts/rachana.css");
@import url("https://fonts.googleapis.com/css2?family=Belgrano&display=swap");
@import url("https://fonts.googleapis.com/css2?family=David+Libre:wght@500&display=swap");
:root { 
  /* Colors: */
  --white: #FFFFFF;
  --ku-blue: #264064;
  --ku-medium-gray: #C3C5C6;
  --black: #000000;
  --ku-lighter-gray: #DBDBDB;
  --ku-bright-blue: #3D68A4;
  --unnamed-color-8e8e8e: #8E8E8E;
  --ku-darker-gray: #989A9C;
  --bright-cyan: #0093FF;
  --red: #F44646;
  --ku-cream: #DDD6B4;
  /* Font/text values */
  --unnamed-font-family-encodesans-bold: EncodeSans-Bold;
  --unnamed-font-family-encode-sans: 'Encode Sans', sans-serif;
  --unnamed-font-family-roboto-slab-serif: 'Roboto Slab', serif;
  --unnamed-font-family-rachana-serif: 'Rachana', sans-serif;
  --unnamed-font-family-arno-pro-serif: 'arno-pro', serif;
  --unnamed-font-family-proxima-nova: 'proxima-nova', sans-serif;
  --unnamed-font-family-proxima-libre: 'David Libre', serif;
  --unnamed-font-family-garamond: 'EB Garamond', serif;
  --unnamed-font-family-encodesans-medium: EncodeSans-Medium;
  --unnamed-font-family-trajanpro3-regular: TrajanPro3-Regular;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-600: 600px;
  --unnamed-font-weight-regular: 400;
  --unnamed-font-weight-medium: 500;
  --unnamed-font-weight-semi-bold: 600;
  --unnamed-font-weight-bold: 700;
  --unnamed-font-size-13: 13px;
  --unnamed-font-size-14: 14px;
  --unnamed-font-size-15: 15px;
  --unnamed-font-size-16: 16px;
  --unnamed-font-size-17: 17px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-20: 20px;
  --unnamed-font-size-21: 21px;
  --unnamed-font-size-22: 22px;
  --unnamed-font-size-28: 28px;
  --unnamed-font-size-32: 32px;
  --unnamed-font-size-35: 35px;
  --unnamed-font-size-40: 40px;
  --unnamed-font-size-36-86405944824219: 36.86405944824219px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-10: 10px;
  --unnamed-line-spacing-21: 21px;
  --unnamed-line-spacing-22: 22px;
  --unnamed-line-spacing-23: 23px;
  --unnamed-line-spacing-24: 24px;
  --unnamed-line-spacing-26: 26px;
  --unnamed-line-spacing-29: 29px;
  --unnamed-line-spacing-65: 65px;
  --unnamed-line-spacing-66: 66px;
  --unnamed-line-spacing-56-585411071777344: 56.585411071777344px;
  --unnamed-line-spacing-44-236873626708984: 44.236873626708984px;
}

/*  
* Author: Nirmal 
*/
html, body {
  height: 100%;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(-100%);
  }
}

.sticky {
	position:relative;
/* position: fixed !important;
 width: 100%;
  top: 0;*/
}

.pull-left {
  left: auto;
  right: 100% !important;
  margin-left: 0 !important;
  margin-right: -1px !important;
}

.role-title {
  font-size: 32px;
  font-family: var(--unnamed-font-family-encode-sans);
  font-weight: var(--unnamed-font-weight-regular);
  color: var(--ku-darker-gray);
}

button:focus {
  outline: none !important;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
  border-style: solid;
  border-color: transparent;
}

#menu .sub-menu.main-dropdown {
  background: #E7E5DA;
}

#menu .sub-menu.sub-dropdown {
  background: #F2F2EC;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 0 !important;
}

.sub-menu .nav-link {
  padding: .6rem 1rem;
  line-height:22px;
  border-bottom:1px solid #CCC;

}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;

}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  right: 1em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  text-align: center;
  text-shadow: 0 0 0 transparent;
}

#menu .drop-icon {
  line-height: 1;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  background: #89887fab;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay-content button {
  background: var(--ku-blue);
  color: #fff;
  border-radius: 20px;
  width: 8rem;
  height: 2.5rem;
  font-size: 1.1rem;
  padding: 0.4rem;
}

.overlay-content button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 50%;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay .overlay-notifications {
  padding: 3em;
}

.overlay input[type=text] {
  padding: 15px;
  border: none;
  letter-spacing: 2px;
  width: 95%;
  background: white;
  border-radius: 0.6rem;
  font-family: var(--unnamed-font-family-encode-sans);
  margin-bottom: 1em;
  text-align: center;
  font-size: 13px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.overlay input:focus {
  outline: none;
}

.pinned-news {
  margin-bottom: 0.7rem;
}

.pinned-news h4 {
  font-size: 17px;
  font-weight: var(--unnamed-font-weight-bold);
  color: #FFFFFF;
  background: var(--ku-bright-blue);
  padding: 0.5rem;
  margin-bottom: 0;
}

.pinned-news h5 {
  font-size: 15px;
  font-family: var(--unnamed-font-family-encode-sans);
  font-weight: var(--unnamed-font-weight-bold);
}

.pinned-news p {
  font-size: 15px;
}

.pinned-news .pinned-news-items {
  background: var(--ku-lighter-gray);
  padding: 1rem;
}

.pinned-news .pinned-news-items p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: var(--unnamed-font-weight-regular);
}

.pinned-news .pinned-news-items .pinned-news-date {
  text-align: right;
  font-size: 12px;
  font-weight: var(--unnamed-font-weight-medium);
  color: var(--unnamed-color-8e8e8e);
}

.notifications h4 {
  font-size: 17px;
  font-weight: var(--unnamed-font-weight-bold);
  color: #FFFFFF;
  background: var(--ku-bright-blue);
  padding: 0.5rem;
  margin-bottom: 0;
}

.notifications h4 .fa {
  font-size: 1.5rem;
}

.notifications .notification-wrapper {
  max-height: 450px;
  height: 450px;
  overflow: auto;
  position: relative;
  background: #fff;
}

.notifications .notification-wrapper .notify-section {
  width: 100%;
  margin: auto;
  text-decoration: none;
  position: absolute;
  overflow: auto;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}

.notifications .notification-wrapper .notify-section:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.notifications .notification-wrapper::-webkit-scrollbar {
  width: 3px;
}

.notifications .notification-item {
  padding: 1rem;
  border-bottom: 2px solid #DBDBDB;
  background: #fff;
}

.notifications .notification-item h6 {
  font-size: 16px;
  font-weight: var(--unnamed-font-weight-bold);
  margin-bottom: 0;
}

.notifications .notification-item p {
  font-size: 13px;
  font-weight: 500;
}

.notifications .notification-item .notification-period {
  color: var(--ku-darker-gray);
  text-align: right;
  font-size: 13px;
  font-weight: var(--unnamed-font-weight-semi-bold);
}

.university-container .university-header {
  padding: 2rem 9rem 0rem 1rem;
}

.university-container .university-header .search {
  margin-top: 1rem;
}

.university-container .pdf-viewer {
  width: 100%;
  height: 700px;
  max-height: 700px;
}

.university-container .pdf-viewer .pdf-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #E8E8E8;
}

.university-container .actions {
  display: none;
}

.university-container .actions svg {
  display: none;
}

.university-container .web-students-menu {
  display: block;
}

.university-container .web-students-menu svg {
  fill: #ffffff;
}

.university-container .mob-students-menu {
  display: none !important;
}

.university-container .action-items {
  display: block;
}

.university-container .action-items .fa {
  display: none;
}

.university-container svg {
  float: right;
}

.university-container .logo {
  fill: #BE2228;
}

.university-container .uni-title {
  font-size: 38px;
  font-family: var(--unnamed-font-family-roboto-slab-serif);
  color: var(--ku-blue);
  font-weight: 400;
}

.university-container .uni-title-mal {
  font-family: var(--unnamed-font-family-rachana-serif);
  font-weight: var(--unnamed-font-weight-bold);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #000000;
  font-size: 35px;
  margin-top: 0.3rem;
}

.university-container .uni-accred {
  font-size: 17px;
  font-family: var(--unnamed-font-family-arno-pro-serif);
  color: var(--black);
  font-weight: var(--unnamed-font-weight-bold);
  margin-bottom: 0;
}

.university-container .uni-addr {
  font-size: 12px;
  color: var(--black);
  font-weight: var(--unnamed-font-weight-bold);
}

.university-container .uni-search-bar {
  position: relative;
  margin-left: 40px;
}

.university-container .uni-search-bar svg {
  position: absolute;
  margin-left: 0.5rem;
  font-size: 1.5rem;
  fill: var(--ku-medium-gray);
}

.university-container .uni-search-input {
  width: 100%;
  height: 43px;
  border: 1.31px solid var(--ku-medium-gray);
  text-indent: 30px;
  border-radius: 19px;
}

.university-container .phone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.university-container .phone svg {
  fill: var(--ku-lighter-gray);
  margin-right: 1rem;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

.university-container .phone .phone-details p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: var(--unnamed-font-weight-bold);
  letter-spacing: 0.72px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.university-container .university-home {
  width: 100%;
  height: calc(100vh - 198px);
  position: relative;
}

.university-container .university-home .carousel {
  z-index: 9;
}

.university-container .university-home .carousel .carousel-item {
  height: calc(100vh - 198px);
  background-position: center 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.university-container .university-home .carousel .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}

.university-container .university-home {
  width: 100%;
  height: 100%;
}
.university-home-banner {
  width: 100%;
  height: 100%;
}

.university-container .university-home .uni-explore {
  margin: auto;
  position: absolute;
  top: calc(100vh - 14em);
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 23px;
  color: #FFFFFF;
  text-align: center;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A2E5BE6), color-stop(50%, #1a2e5b78), color-stop(95%, #0c152a00), color-stop(62%, #00000000), to(#00000000));
  background: transparent linear-gradient(360deg, #1A2E5BE6 0%, #1a2e5b78 50%, #0c152a00 95%, #00000000 62%, #00000000 100%);
}

.university-container .university-home .announcements {
  position: absolute;
  top: 85%;
  left: 90%;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.university-container .university-home .announcements button {
  font-family: var(--unnamed-font-family-encode-sans);
  width: 100%;
  padding: 1rem;
  border: 2px solid #fff;
  background: #ffffff69 !important;
  /*background: #264166 !important;*/
  margin-bottom: .5em;
  background: transparent;
  color: #fff;
  font-size: 22px;
  border-radius:10px;
}

.university-container .university-home .announcements button:hover {
  /*  background: #ffffff69 !important;*/
background: #264166 !important;
}

.university-container .university-custom-home {
  height: 60px;
  width: 100%;
}

.university-container .university-custom-home nav {
  background: var(--ku-blue);
  line-height: 3;
}

.university-container .university-custom-home nav .row {
  width: 100%;
}

.university-container .university-custom-home nav .logo a {
  font-family: var(--unnamed-font-family-proxima-libre);
  font-weight: 500;
}

.university-container .university-custom-home nav .logo a svg {
  float: none;
  margin-right: 0.5rem;
  width: 25pt;
  height: 25pt;
}

.university-container .university-custom-home nav .search .uni-search-bar {
  margin-left: 0 !important;
  margin-top: 0.5em !important;
}

.university-container .university-custom-home nav .search input {
  height: 100% !important;
  width: 80%;
}

.university-container nav {
  /*position: absolute;*/
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1A2E5BE6), color-stop(27%, #1A2E5BCC), color-stop(100%, #0C152A5E), color-stop(62%, #00000000), to(#00000000));
  background: transparent linear-gradient(180deg, #1A2E5BE6 0%, #1A2E5BCC 27%, #0C152A5E 100%, #00000000 62%, #00000000 100%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5;
}

.university-container nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1em;
  vertical-align: 0.1em;
  font-size: 22px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.university-container nav .nav-item .sub-menu li:hover {
  background: #dfdbc9;
}

.university-container nav .nav-item .sub-dropdown li:hover {
  background: #e1dfd7;
}

.university-container nav .nav-item .dropdown-menu {
  background: #e3e3c7;
  padding: 0;
}

.university-container nav .nav-item .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ffffff;
}

.university-container nav .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 14px;
  opacity: 1;

  font-weight: var(--unnamed-font-weight-semi-bold);
}

.university-container nav .sub-menu .nav-link {
  color: #000000 !important;
    
}

.university-container nav .navbar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.university-container .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent !important;
  padding: 0 !important;
}

.university-container .navbar-toggler-icon {
  width: 1.2em !important;
  height: 1.2em !important;
}

.university-container .navbar-custom {
  background: var(--ku-blue);
}

.university-container .navbar-custom .container-fluid {
  margin: 0 140px 0 140px !important;
}

.university-container .navbar-custom .navbar-nav {
  margin: 0 10rem 0 10rem;
}

.university-container .navbar-custom .uni-search-input {
  width: 100%;
  height: 100%;
}

.university-container .university-admin {
  width: 100%;
  height: 5rem;
  position: relative;
}

.university-container .route-link {
  font-size: 12px;
  font-family: 'Encode Sans', sans-serif;
  color: var(--ku-blue);
  font-weight: 500;
}

.university-container .route-link .fa-chevron-right {
  font-size: 0.6rem;
}

.university-container .route-link.active {
  color: #B7B7B7;
}

.university-container .university-pdf, .university-container .university-school-list {
  background: var(--ku-blue);
}

.university-container .uni-feed {
  margin: 26.11px 140px 11.1px 140px;
  font-family: var(--unnamed-font-family-encode-sans);
}

.university-container .uni-feed .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.university-container .uni-feed .news-title h4 {
  font-size: 27px;
  font-weight: var(--unnamed-font-weight-bold);
  color: var(--ku-bright-blue);
}

.university-container .uni-feed .news-title h6 {
  font-size: 15px;
  font-weight: var(--unnamed-font-weight-semi-bold);
  color: var(--bright-cyan);
}

.university-container .uni-feed .news-list {
  border-bottom: 2px solid #DBDBDB;
}

.university-container .uni-feed .news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3rem;
}

.university-container .uni-feed .news-list .news-item-image {
  width: 15px;
  background: var(--ku-bright-blue);
}

.university-container .uni-feed .news-list .news-item-image img {
  width: 100%;
  height: 100%;
}

.university-container .uni-feed .news-list .news-item-details {
  margin-left: 1rem;
}

.university-container .uni-feed .news-list .news-item-details h4 {
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .news-list .news-item-details p {
  font-size: 12px;
  font-weight: var(--unnamed-font-weight-medium);
  margin-top: 5px;
  color: var(--unnamed-color-8e8e8e);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.university-container .uni-feed .news-list .news-item-details span {
  font-size: 12px;
  font-weight: var(--unnamed-font-weight-medium);
  color: var(--unnamed-color-8e8e8e);
}

.university-container .uni-feed .events .row > * {
  margin-bottom: 1em;
}

.university-container .uni-feed .events-title h4 {
  font-size: 27px;
  font-weight: var(--unnamed-font-weight-bold);
  color: var(--ku-bright-blue);
}

.university-container .uni-feed .events-title h6 {
  font-size: 15px;
  font-weight: var(--unnamed-font-weight-semi-bold);
  color: var(--bright-cyan);
}

.university-container .uni-feed .event-item {
  width: 100%;
  height: 50%;
}

.university-container .uni-feed .event-item h5 {
  font-size: 17px;
  font-weight: var(--unnamed-font-weight-medium);
  padding: 0.5rem;
  background: var(--ku-blue);
  text-align: center;
  color: #FFFFFF;
}

.university-container .uni-feed .event-item h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: var(--unnamed-font-weight-bold);
}

.university-container .uni-feed .event-item p {
  font-size: 13px;
  font-weight: var(--unnamed-font-weight-medium);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .quick-links {
  margin-top: 5rem;
}

.university-container .uni-feed .quick-links button {
  background: var(--ku-medium-gray);
  padding: 0.7rem;
  border-radius: 0.8rem;
  font-size: 15px;
  font-weight: var(--unnamed-font-weight-bold);
}

.university-container .uni-feed .admin .admin-content .admin-header h4 {
  color: var(--red);
  font-size: 60px;
  font-family: var(--unnamed-font-family-trajanpro3-regular);
}

.university-container .uni-feed .admin .admin-content .admin-header .route-link {
  font-size: 20px;
  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-encode-sans);
  color: var(--ku-bright-blue);
}

.university-container .uni-feed .admin .admin-content .university-image {
  width: 100%;
  height: 100%;
}

.university-container .uni-feed .admin .admin-content .university-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.university-container .uni-feed .admin .admin-content .rounded-image {
  width: 150px;
  height: 200px;
  background: #EFEFEF;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin-right: 1rem;
  min-width: 131px;
  margin-top: -1em;
  margin-bottom: 1em;
  float: right;
}

.university-container .uni-feed .admin .admin-content .rounded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.university-container .uni-feed .admin .admin-content .main-people {
  margin-top: 1em;
}

.university-container .uni-feed .admin .admin-content .main-people .main-people-header {
  margin-top: 1em;
}

.university-container .uni-feed .admin .admin-content .main-people .member-desc {
  font-size: 18px;
  font-family: var(--unnamed-font-family-encode-sans);
  width: 100%;
  font-weight: 500;
  word-break: break-word;
}

.university-container .uni-feed .admin .admin-content .main-people h4 {
  color: var(--ku-bright-blue);
  font-size: 28px;
  font-family: var(--unnamed-font-family-encode-sans);
  font-weight: var(--unnamed-font-weight-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .admin .admin-content .main-people h6 {
  font-size: 20px;
  font-family: var(--unnamed-font-family-encode-sans);
  font-weight: 500;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .admin .admin-content .main-people .rounded-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #EFEFEF;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  margin-right: 1rem;
  min-width: 200px;
  margin-top: -1em;
  margin-bottom: 1em;
  float: right;
}

.university-container .uni-feed .admin .admin-content .main-people .rounded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.university-container .uni-feed .admin .admin-content .university-member-unit {
  height: 900px;
  width: 100%;
  overflow: hidden;
}

.university-container .uni-feed .admin .admin-content .university-members {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.university-container .uni-feed .admin .admin-content .details h4 {
  font-size: 18px;
  color: var(--ku-bright-blue);
  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-encode-sans);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .admin .admin-content .details h6 {
  font-size: 16px;
  color: var(--black);
  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-encode-sans);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .admin .admin-content .details p {
  font-size: 14px;
  font-family: var(--unnamed-font-family-encode-sans);
  margin-bottom: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.university-container .uni-feed .admin .admin-content .member-info h4 {
  font-size: 28px;
  color: var(--ku-bright-blue);
  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-encode-sans);
}

.university-container .uni-feed .admin .admin-content .member-info h6 {
  font-size: 16px;
  color: var(--black);
  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-encode-sans);
}

.university-container .uni-feed .admin .admin-content .member-info p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--unnamed-font-family-encode-sans);
}

.university-container .footer {
  position: relative;
  background-image: url(../images/kerala-university3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.university-container .footer .break {
  height: 113px;
  background: var(--ku-lighter-gray);
}

.university-container .footer .footer-contents {
  margin: 26.11px 140px 11.1px 140px;
}

.university-container .footer .footer-contents h4 {
  color: var(--bright-cyan);
  font-size: 18px;
  font-weight: var(--unnamed-font-weight-bold);
}

.university-container .footer .footer-contents p {
  color: var(--bright-cyan);
  font-size: 16px;
  font-weight: var(--unnamed-font-weight-semi-bold);
  color: #FFFFFF;
}

.university-container .footer .footer-contents .social-media-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.university-container .footer .footer-contents svg {
  margin-right: 2rem;
  fill: #ffffff;
}

.university-container .footer .copyright-details {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.university-container .footer .copyright-details .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.university-container .footer .copyright-details .copyright p {
  margin-right: 1rem;
}

.university-container .footer .copyright-details .copyright p:not(:last-child):after {
  content: "|";
  margin-left: 1rem;
}

.university-container .footer .copyright-details .powered-by {
  font-size: 16px;
  font-weight: 400;
}

.university-container .footer .copyright-details .copy {
  font-size: 16px;
  font-weight: var(--unnamed-font-weight-bold);
}
/*# sourceMappingURL=home.css.map */