.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Hind, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.top-bar-right-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  float: right;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.top-bar {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #7a3822;
  font-family: 'Open Sans', sans-serif;
}

.top-bar-link {
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.navbar {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-logo {
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 4%;
}

.menu-item {
  display: inline-block;
  margin-right: 3%;
  margin-left: 3%;
  padding: 1% 0px 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-weight: 600;
}

.menu-item:hover {
  border-bottom: 2px solid #7a3822;
  color: #7a3822;
}

.menu-item.w--current {
  color: #79391b;
}

.menu-item.dropdown {
  padding-right: 10px;
}

.menu-item.close-button {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.19282044755651%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SPPU-Main-Building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SPPU-Main-Building.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.hero-section.about {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/About-Cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/About-Cover.jpg');
  background-size: auto, cover;
}

.hero-section.faculty {
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Faculty-Cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Faculty-Cover.jpg');
  background-size: auto, cover;
}

.hero-heading {
  margin-bottom: 2%;
  color: #fff;
  font-size: 2.2em;
  text-align: center;
}

.hero-heading.sub-heading {
  margin-top: 0px;
  margin-bottom: -2%;
  font-size: 1.6em;
}

.hero-heading.course {
  margin-top: 0%;
  margin-bottom: 0%;
  text-transform: uppercase;
}

.hero-text {
  margin-bottom: 4%;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-divider {
  width: 25%;
  height: 3px;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #79391b;
}

.section-divider.ba-liberal-arts {
  background-color: #f48120;
}

.section-divider.bsc-blended {
  background-color: #0e79bf;
}

.section-divider.mdesign {
  background-color: #00a551;
}

.section-heading {
  font-size: 2em;
  text-transform: capitalize;
}

.section-heading.entrance-exam {
  color: #fff;
}

.section-heading.bsc-blended {
  color: #fff;
}

.course-showcase-text {
  margin-top: 0px;
  margin-bottom: auto;
  padding: 5% 10%;
  color: #000;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
}

.course-showcase-text:hover {
  text-decoration: none;
}

.course-showcase-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5%;
  padding-bottom: 4%;
  background-color: #f48120;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.course-showcase-heading.ba-liberal-arts {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f48120;
}

.course-showcase-heading.bsc-blended {
  background-color: #0e79bf;
}

.course-showcase-heading.master-of-design {
  background-color: #00a551;
}

.dark-section {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f4f4f4;
}

.body-text {
  padding-top: 0%;
  font-family: Hind, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.light-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.footer {
  background-color: #141414;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2%;
  padding-bottom: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-title {
  margin-bottom: 4%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-link-text {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c4c4c4;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-address {
  color: #c4c4c4;
  letter-spacing: 0.1em;
}

.footer-container {
  padding-top: 3%;
  padding-bottom: 2%;
}

.copyright {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fafafa;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}

.copyright.sppu {
  margin-right: 10px;
  text-decoration: none;
}

.top-bar-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.top-bar-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.navbar-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-bottom: -1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.dropdown-list {
  background-color: #cec3c3;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #79391b;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #79391b;
  color: #fff;
}

.course-showcase-image {
  width: 100%;
}

.course-showcase-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3% 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f48120;
}

.course-showcase-detail.bsc-blended {
  margin-top: auto;
  background-color: #0e79bf;
}

.course-showcase-detail.master-of-design {
  margin-top: auto;
  background-color: #00a551;
}

.course-showcase-detail-text {
  display: inline-block;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

.idss-showcase-thumbnail {
  overflow: hidden;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.idss-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #79391b;
}

.idss-copyright.container {
  padding-top: 0%;
  padding-bottom: 0%;
}

.sppu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none;
  cursor: pointer;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #79391b;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.admissions {
  margin-top: 1.5%;
}

.button.parn {
  padding: 12px 16px;
  color: #fff;
}

.button.parn:hover {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.footer-column-2 {
  display: none;
}

.column {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.course-showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.admission-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 9999;
  padding: 1% 2% 1% 1%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #79391b;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.admission-popup.ba-liberal-arts {
  display: block;
  background-color: #f48120;
}

.admission-popup.bsc-blended {
  background-color: #0e79bf;
}

.admission-popup.mdesign {
  background-color: #00a551;
}

.course-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BA-Liberal-Arts-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BA-Liberal-Arts-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.course-hero.ba-structure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BA-Liberal-Arts-Course-Structure.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BA-Liberal-Arts-Course-Structure.jpg');
}

.course-hero.ba-eligibility {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BA-Liberal-Arts-Admission.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BA-Liberal-Arts-Admission.jpg');
  background-position: 0px 0px, 50% 100%;
}

.course-hero.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Contact.jpg');
}

.course-hero.bsc-blended {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BSc-Blended-Hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BSc-Blended-Hero.jpg');
}

.course-hero.mdesign {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/MDesign-Final-Cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/MDesign-Final-Cover.jpg');
  background-position: 0px 0px, 50% 100%;
}

.course-hero.bsc-structure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BSc-Blended-Structure.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BSc-Blended-Structure.jpg');
  background-position: 0px 0px, 50% 100%;
}

.course-hero.bsc-eligibility {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BSc-Blended-Eligibility.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BSc-Blended-Eligibility.jpg');
}

.course-hero.mdesign-structure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/MDesign-Couse-Structure-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/MDesign-Couse-Structure-1.jpg');
}

.course-hero.mdesign-eligibility {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/MDesign-Admission.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/MDesign-Admission.jpg');
  background-position: 0px 0px, 50% 100%;
}

.course-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5%;
  padding-top: 3%;
  padding-bottom: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f48120;
}

.course-highlights.idss {
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.course-highlights.bsc-blended {
  background-color: #0e79bf;
}

.course-highlights.mdesign {
  background-color: #00a551;
}

.course-highlights.idss-brown {
  background-color: #79391b;
}

.course-highlight-detail {
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.course-objectives-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-objectives {
  background-color: #0e79bf;
}

.course-objectives.ba-liberal-arts {
  background-color: #f48120;
}

.course-objectives.mdesign {
  background-color: #00a551;
}

.course-objectives-image {
  overflow: hidden;
}

.course-objectives-image.bsc-blended {
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-objectives-image.mdesign {
  width: 40%;
}

.course-objectives-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 5% 2% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f4;
}

.course-objectives-text.bsc-blended {
  width: 60%;
}

.course-objectives-text.mdesign {
  width: 60%;
}

.image {
  max-width: 230%;
  margin-left: -45%;
}

.image.ba-liberal-arts {
  max-width: 140%;
  margin-left: -11%;
}

.image.mdesign {
  max-width: 180%;
  margin-left: -28%;
}

.more-information {
  padding-top: 2%;
  padding-bottom: 4%;
  background-color: #ffca05;
}

.more-information.bsc-blended {
  background-color: #2aace2;
}

.more-information.mdesign {
  background-color: #b2d235;
}

.more-information-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.more-information-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.more-information-box:hover {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.more-information-box.highlight {
  padding-right: 4%;
  padding-left: 4%;
  font-size: 1em;
  font-weight: 400;
}

.more-information-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-information-graphic {
  margin-bottom: 10%;
}

.other-courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-hero-internal {
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
}

.course-hero-divider {
  width: 15%;
  height: 3px;
  margin-top: 0%;
  margin-bottom: 1%;
  background-color: #00a551;
}

.course-hero-divider.ba-liberal-arts {
  background-color: #f48120;
}

.course-hero-divider.idss {
  background-color: #79391b;
}

.course-hero-divider.bsc-blended {
  background-color: #0e79bf;
}

.subject-accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #f48120;
  white-space: pre-wrap;
  cursor: pointer;
}

.subject-accordion-toggle.bsc-blended {
  border-bottom-color: #0e79bf;
}

.subject-accordion-toggle.mdesign {
  border-bottom-color: #00a551;
}

.subject-accordion {
  display: block;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.subject-accordion-details {
  position: static;
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
}

.subject-accordion-details.w--open {
  overflow: hidden;
}

.subject-accordion-details.light {
  background-color: #fff;
}

.accordion-description-elements {
  padding: 2% 5%;
}

.accordion-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.text-links {
  color: #79391b;
  font-weight: 600;
  text-decoration: none;
}

.text-links:hover {
  text-decoration: underline;
}

.entrance-examination {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BA-Liberal-Arts-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BA-Liberal-Arts-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.entrance-examination.mdesign-exam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/MDesign-Exams.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/MDesign-Exams.jpg');
  background-position: 0px 0px, 50% 100%;
}

.entrance-examination.bsc-blended {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BSc-Blended-Exam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BSc-Blended-Exam.jpg');
  background-position: 0px 0px, 50% 100%;
}

.entrance-examination.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IDSS-Interior-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IDSS-Interior-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-attachment: scroll, fixed;
}

.fee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fee-left {
  width: 50%;
  padding-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fee-right {
  overflow: hidden;
  width: 50%;
}

.fee-structure {
  max-width: 120%;
}

.contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #79391b;
  font-size: 1.3em;
}

.contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.google-maps {
  height: 50vh;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.accordion-icon {
  display: inline-block;
  font-family: 'Fa solid 900', sans-serif;
}

.bold-body-text {
  font-weight: 600;
}

.light-body-text {
  color: #fff;
}

.list {
  padding-top: 1%;
  padding-left: 4%;
}

.light-link {
  color: #ffca05;
  font-weight: 600;
}

.light-link:hover {
  text-decoration: underline;
}

.light-link.bsc-blended {
  color: #2aace2;
}

.light-link.mdesign {
  color: #b2d235;
}

.light-heading {
  font-weight: 400;
}

.contact-info {
  position: relative;
  margin-bottom: 4%;
  padding-left: 30px;
}

.about-intro {
  width: 35%;
}

.about-intro-text {
  width: 60%;
  padding-right: 5%;
}

.faculty-grid {
  margin-bottom: 5%;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faculty-profile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #000;
}

.faculty-profile-link.light {
  background-color: #fff;
}

.view-profile {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #0e79bf;
  color: #fff;
  text-align: center;
}

.view-profile.liberal-arts {
  background-color: #f48120;
}

.view-profile.mdesign {
  background-color: #00a551;
}

.view-profile.idss {
  background-color: #79391b;
}

.faculty-intro {
  padding: 2% 0%;
}

.director-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
}

.director-intro-image {
  width: 40%;
}

.director-intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-colour {
  width: 20em;
  height: 2.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#f48120), to(#ffca05));
  background-image: linear-gradient(90deg, #f48120, #ffca05);
}

.logo-colour.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#00a551), to(#b2d235));
  background-image: linear-gradient(90deg, #00a551, #b2d235);
}

.logo-colour.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#0e79bf), to(#2aace2));
  background-image: linear-gradient(90deg, #0e79bf, #2aace2);
}

.logo-colour.brown {
  background-color: #79391b;
  background-image: none;
}

.logo-colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.idss-icon {
  width: 20%;
}

.link-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faculty-picture {
  overflow: hidden;
  width: 40%;
}

.faculty-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faculty-details {
  width: 60%;
  padding-right: 2%;
  padding-left: 2%;
}

.faculty-image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-link {
  color: #0e79bf;
}

.profile-link:hover {
  text-decoration: underline;
}

.profile-link.liberal-arts {
  color: #f48120;
}

.profile-link.mdes {
  color: #00a551;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #000;
}

.box-link.dark {
  background-color: transparent;
}

.box-content {
  padding: 5%;
}

.box-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e79bf;
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  .menu-item {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SPPU-Main-Building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SPPU-Main-Building.jpg');
    background-position: 0px 0px, 80% 20%;
  }

  .dark-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .light-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer-container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .course-showcase-detail-text {
    font-size: 1.2em;
  }

  .course-showcase-detail-text.right {
    text-align: right;
  }

  .idss-showcase-thumbnail {
    max-height: 100px;
  }

  .container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  .course-hero.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BA-Liberal-Arts-5.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BA-Liberal-Arts-5.jpg');
  }

  .course-objectives-elements {
    max-width: 100%;
  }

  .image {
    max-width: 330%;
    margin-left: -83%;
  }

  .image.ba-liberal-arts {
    max-width: 170%;
  }

  .image.mdesign {
    max-width: 240%;
    margin-left: -42%;
  }

  .fee-container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .fee-left {
    width: 60%;
  }

  .fee-structure {
    max-width: 200%;
    margin-left: -62%;
  }

  .fee-structure.mdesign {
    max-width: 220%;
    margin-left: 0%;
  }

  .fee-structure.ba-liberal-arts {
    max-width: 210%;
    margin-left: -45%;
  }

  .about-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faculty-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .director-intro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .director-intro-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .event-grid {
    -ms-grid-columns: 1.75fr 1fr 1fr;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .logo-container {
    margin-top: 4%;
    margin-bottom: 5%;
  }

  .gallery-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .about-intro-picture {
    max-width: 150%;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    max-height: 50px;
    margin-bottom: 8%;
  }

  .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-item:hover {
    border-bottom-width: 0px;
    background-color: #79391b;
    color: #fff;
  }

  .menu-item.close-button {
    display: block;
    padding-bottom: 0%;
    padding-left: 8%;
    color: #79391b;
    font-size: 2em;
  }

  .menu-item.close-button:hover {
    background-color: transparent;
    color: #79391b;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu {
    width: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-family: Hind, sans-serif;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SPPU-Main-Building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SPPU-Main-Building.jpg');
    background-position: 0px 0px, 70% 20%;
  }

  .hero-heading {
    font-size: 2em;
    line-height: 1.4em;
  }

  .hero-text {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .icon {
    color: #7a3822;
    font-size: 1.5em;
  }

  .hero-container {
    padding-right: 4%;
    padding-left: 4%;
  }

  .top-bar-container {
    padding: 1% 2%;
  }

  .section-heading {
    font-size: 1.9em;
  }

  .course-showcase-text {
    padding: 4% 5%;
  }

  .course-showcase-heading {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-title {
    margin-bottom: 1%;
  }

  .footer-address {
    text-align: center;
  }

  .footer-container {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .brand {
    margin-bottom: -5%;
  }

  .dropdown-icon {
    display: none;
    margin-right: -15px;
    padding-right: 0px;
  }

  .dropdown-list {
    display: block;
    background-color: #fff;
  }

  .dropdown-link {
    text-align: center;
  }

  .container {
    margin-top: -4%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .container.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-column-1 {
    margin-bottom: 4%;
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .idss-copyright {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .idss-copyright.container {
    margin-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer-column-2 {
    display: none;
    margin-bottom: 4%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .course-showcase {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .course-column {
    width: 100%;
    margin-bottom: 5%;
  }

  .course-objectives-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-objectives-image.bsc-blended {
    width: 100%;
  }

  .course-objectives-image.mdesign {
    width: 100%;
  }

  .course-objectives-text {
    padding-bottom: 5%;
  }

  .course-objectives-text.bsc-blended {
    width: 100%;
  }

  .course-objectives-text.mdesign {
    width: 100%;
  }

  .image {
    max-width: 110%;
    margin-left: -7%;
  }

  .image.mdesign {
    max-width: 100%;
    margin-left: 0%;
  }

  .more-information-box {
    padding-right: 7%;
    padding-left: 7%;
    font-size: 1.2em;
  }

  .more-information-links {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .other-courses.contact-page {
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .entrance-examination.bsc-blended {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BSc-Blended-Exam.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BSc-Blended-Exam.jpg');
    background-position: 0px 0px, 100% 100%;
  }

  .fee-container {
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fee-left {
    width: 100%;
  }

  .fee-right {
    width: 100%;
  }

  .fee-structure {
    max-width: 100%;
    margin-left: 0%;
  }

  .fee-structure.mdesign {
    max-width: 100%;
    margin-left: 0%;
  }

  .fee-structure.ba-liberal-arts {
    max-width: 100%;
    margin-left: 0%;
  }

  .contact-text {
    margin-bottom: 2%;
  }

  .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-intro {
    width: 100%;
    margin-bottom: 5%;
  }

  .about-intro-text {
    width: 100%;
  }

  .view-profile {
    width: 100%;
  }

  .director-intro-image {
    width: 50%;
  }

  .link-block {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-intro-picture {
    max-width: 200%;
  }

  .faculty-picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faculty-profile-picture {
    max-width: 200%;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    display: none;
  }

  .top-bar-link {
    display: block;
  }

  .footer-logo {
    margin-right: 2%;
    margin-bottom: 10%;
  }

  .menu-item.close-button {
    padding-top: 0%;
  }

  .nav-menu {
    width: 85%;
    padding-top: 20%;
  }

  .hero-section {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SPPU-Main-Building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SPPU-Main-Building.jpg');
    background-position: 0px 0px, 70% 20%;
  }

  .hero-heading.sub-heading {
    font-size: 1.2em;
  }

  .hero-heading.faculty {
    font-size: 1.6em;
  }

  .hero-text.faculty {
    font-size: 1.3em;
  }

  .hero-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-divider {
    margin-top: -2%;
  }

  .footer-title {
    text-align: center;
  }

  .footer-link-text {
    text-align: center;
  }

  .footer-address {
    text-align: center;
  }

  .footer-container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .copyright {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .dropdown-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .idss-copyright {
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .idss-copyright.container {
    padding-right: 0%;
    padding-left: 0%;
  }

  .sppu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course-showcase {
    padding-right: 5%;
    padding-left: 5%;
  }

  .admission-popup {
    bottom: 2%;
    padding: 4% 4% 4% 5%;
  }

  .course-hero {
    height: 60vh;
  }

  .course-hero.ba-eligibility {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BA-Liberal-Arts-Admission.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BA-Liberal-Arts-Admission.jpg');
    background-position: 0px 0px, 20% 100%;
  }

  .course-highlights.idss {
    padding-right: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
  }

  .course-highlight-detail {
    font-size: 1.5em;
  }

  .more-information {
    padding-bottom: 10%;
  }

  .more-information-box {
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .more-information-links {
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .other-courses {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .other-courses.contact-page {
    padding-top: 2%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .subject-accordion-toggle {
    padding-left: 3%;
  }

  .accordion-description-elements {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .accordion-heading {
    font-size: 2em;
  }

  .entrance-examination.bsc-blended {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/BSc-Blended-Exam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/BSc-Blended-Exam.jpg');
    background-position: 0px 0px, 100% 100%;
  }

  .course-stats {
    font-size: 0.8em;
  }

  .list {
    padding-left: 8%;
  }

  .faculty-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .director-intro {
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .director-intro-image {
    width: 100%;
  }

  .director-intro-text {
    width: 100%;
    padding-left: 0%;
  }

  .event-grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .logo-colour {
    width: 8em;
    height: 1.5em;
  }

  .logo-colour-block {
    height: 8em;
    margin-top: 5%;
  }

  .idss-icon {
    width: 40%;
  }

  .link-block {
    grid-column-gap: 0.2em;
    grid-row-gap: 0.2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .about-intro-picture {
    max-width: 100%;
  }

  .faculty-picture {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .faculty-profile-picture {
    max-width: 100%;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d1202cb-6e3b-fbc6-6a28-62acb0214081-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-efb3505c-5cf2-3d26-64cd-8a07263115d5-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_876ddaa4-47bc-d498-9b06-897acb040b24-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_07f5ce3b-c442-ae0f-2a84-b92d6977871f-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f38b88a7-dd2e-6d7b-601e-59bbb97925fd-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_92812ab2-4496-ab3e-c46a-e94d026d688d-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b41e5ba6-23c7-cbc7-e0ea-feb7fa56fb1c-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6bade711-4e84-158d-c3a4-2ec8d36eeea8-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-be704ed6-da6c-dd6d-9c38-b3f7a56bc7d3-1a24e697 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}