@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Saira+Condensed:wght@400;500;700&display=swap");
@font-face {
  font-family: WebRupee;
  src: url(../fonts/WebRupee.V2.0.eot);
  src: local("WebRupee"), url(../fonts/WebRupee.V2.0.ttf) format("truetype"), url(../fonts/WebRupee.V2.0.woff) format("woff"), url(../fonts/WebRupee.V2.0.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

/* line 14, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/variables.scss */
.rupee {
  font-family: WebRupee !important;
  padding: 0 5px;
}

/* line 3, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .takeTourOuter {
  position: relative;
}

/* line 5, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .takeTourOuter .tabs-buttons {
  position: absolute;
  right: 0;
  top: -74px;
}

@media screen and (max-width: 1024px) {
  /* line 5, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #take-tour .takeTourOuter .tabs-buttons {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-bottom: 30px;
  }
}

/* line 18, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .takeTourTabsInner {
  position: relative;
}

/* line 21, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .takeTourTabsInner .tabs-item-inner img {
  width: 100%;
}

/* line 29, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-buttons {
  position: absolute;
  right: 0;
  top: -55px;
}

@media screen and (max-width: 600px) {
  /* line 29, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #take-tour .tabs-wrap .tabs-buttons {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
  }
}

/* line 41, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item {
  display: none;
}

/* line 43, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item.tabs-show {
  display: block;
  transition: all ease 0.3s;
}

/* line 46, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item.tabs-show .tabs-item-inner {
  display: block;
}

/* line 50, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner {
  width: 100%;
  display: none;
}

/* line 53, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner img {
  width: 100%;
}

/* line 58, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner .interior-exterior .tabs-item-inner:last-child {
  display: none;
}

/* line 72, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 991px) {
  /* line 72, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-list {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    padding-top: 25px;
  }
}

/* line 85, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li {
  padding: 0 30px 0 0;
}

/* line 87, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  /* line 85, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-list ul li {
    padding: 0 20px 0 0;
  }
}

/* line 91, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li a {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border: 1px solid #BABABA;
  transition: all ease 0.3s;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 91, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-list ul li a {
    width: 56px;
    height: 56px;
  }
}

/* line 102, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li a span {
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  /* line 102, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-list ul li a span {
    width: 36px;
    height: 36px;
  }
}

/* line 110, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li a span.follow-icon svg {
  fill: #BABABA;
}

/* line 115, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li a:hover {
  background-color: #000000;
  border: 1px solid #39414C;
  color: #39414C;
  transition: all ease 0.3s;
}

/* line 122, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-list ul li a:hover span.follow-icon svg {
  fill: #ffffff;
}

/* line 132, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-slider-wrap {
  background: #eff1f4;
  border-radius: 30px;
  padding: 60px 60px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  /* line 132, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-slider-wrap {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  /* line 132, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-slider-wrap {
    padding: 50px;
  }
}

/* line 145, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-slider-wrap .item {
  padding: 0 15px;
  transform: scale(0.95);
  transition: all ease 0.3s;
  cursor: pointer;
  margin: 0;
}

@media screen and (max-width: 600px) {
  /* line 145, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #follow-us .follow-us-slider-wrap .item {
    transform: none;
  }
}

/* line 154, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-slider-wrap .item img {
  width: 100%;
  height: 100%;
}

/* line 161, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#follow-us .follow-us-slider-wrap .item:hover {
  transform: scale(1);
}

/* line 170, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz .happening-banner {
  border-radius: 20px;
  overflow: hidden;
}

/* line 173, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz .happening-banner img {
  width: 100%;
}

/* line 176, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz .happening-banner .happening-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 176, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text {
    font-size: 2.4rem;
    padding: 20px;
    top: auto;
    transform: none;
    bottom: 0;
  }
  /* line 187, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text {
    top: 0px;
  }
  /* line 189, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text figure {
    width: 174px;
    height: auto;
  }
  /* line 190, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text .content-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

/* line 196, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz .happening-banner .happening-banner-text h3 {
  font-weight: 700;
  font-size: 3.4rem;
  padding-bottom: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}

@media screen and (max-width: 1450px) {
  /* line 196, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 196, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 196, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2rem;
  }
}

/* line 213, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz .happening-banner .happening-banner-text p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 213, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 2rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  /* line 213, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  /* line 232, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz #happening-slider {
    margin-right: -20px;
    overflow: hidden;
  }
}

/* line 237, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz #happening-slider .happening-slide-item {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #D4D3D2;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 237, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz #happening-slider .happening-slide-item {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 237, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz #happening-slider .happening-slide-item {
    padding: 20px;
  }
}

/* line 249, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz #happening-slider .happening-slide-item p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #39414C;
  min-height: 120px;
}

@media screen and (max-width: 1024px) {
  /* line 249, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz #happening-slider .happening-slide-item p {
    font-size: 1.6rem;
  }
}

/* line 259, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#campus-buzz #happening-slider .happening-slide-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #5C5C5C;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  /* line 259, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #campus-buzz #happening-slider .happening-slide-item span {
    font-size: 1.6rem;
  }
}

/* line 275, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.rightbutton-align {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 275, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .rightbutton-align {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* line 287, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 291, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .slick-list {
  margin: 0;
}

/* line 294, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item {
  background-color: #eff1f4;
  border-radius: 30px;
  padding: 60px 60px 90px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1024px) {
  /* line 294, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item {
    padding: 30px 30px 60px;
  }
}

/* line 312, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item:hover {
  -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
  animation-name: bounce;
  -moz-animation-name: bounce;
}

@media screen and (max-width: 1024px) {
  /* line 312, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item:hover {
    top: auto;
    animation: none;
  }
}

/* line 330, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item h3 {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  color: #747474;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #747474;
}

@media screen and (max-width: 1366px) {
  /* line 330, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item h3 {
    font-size: 3rem;
  }
}

/* line 341, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item .outcome-num {
  color: #39414C;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  display: flex;
}

@media screen and (max-width: 1366px) {
  /* line 341, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item .outcome-num {
    font-size: 2.4rem;
  }
}

/* line 350, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item .outcome-num span {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 60px;
}

/* line 356, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}

@media screen and (max-width: 1366px) {
  /* line 356, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 356, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item p {
    font-size: 1.6rem;
  }
}

/* line 370, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item p.outcome-headline {
  color: #39414C;
  min-height: 75px;
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  /* line 370, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item p.outcome-headline {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 370, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item p.outcome-headline {
    min-height: auto;
  }
}

/* line 382, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#student-outcomes .studentOutcomeSlider .item .arrow-button {
  position: absolute;
  bottom: 60px;
}

@media screen and (max-width: 1024px) {
  /* line 382, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #student-outcomes .studentOutcomeSlider .item .arrow-button {
    bottom: 30px;
  }
}

/* line 394, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .big {
  width: 30%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  /* line 394, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .big {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 394, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .big {
    width: 100%;
  }
}

/* line 404, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .small {
  width: 20%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  /* line 404, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .small {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 404, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .small {
    width: 100%;
  }
}

/* line 414, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box {
  padding-right: 25px;
  margin-right: 25px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1366px) {
  /* line 414, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box {
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 414, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    padding-right: 25px;
    margin-right: 0px;
    padding-bottom: 30px;
  }
}

/* line 435, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box:after {
  width: 112px;
  height: 112px;
  background: transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-right-color: #BABABA;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-color: #BABABA;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
}

/* line 452, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box p {
  margin-bottom: 0;
}

/* line 454, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box p.num {
  display: inline-block;
  font-family: "Saira Condensed", sans-serif;
  color: #39414C;
  font-size: 8rem;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  /* line 454, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.num {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 454, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.num {
    font-size: 6rem;
  }
}

/* line 466, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box p.num .count {
  font-weight: 700;
}

/* line 469, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box p.num sup {
  top: -40px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  /* line 469, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.num sup {
    font-size: 2.6rem;
    top: -20px;
  }
}

/* line 479, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#counter .num_box p.desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #39414C;
  font-size: 2.4rem;
}

@media screen and (max-width: 1450px) {
  /* line 479, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.desc {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 479, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.desc {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 479, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #counter .num_box p.desc {
    font-size: 1.8rem;
    text-align: right;
  }
}

/* line 500, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1450px) {
  /* line 500, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 500, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap {
    max-width: 100%;
  }
}

/* line 511, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .program-more {
  display: none;
}

@media screen and (max-width: 991px) {
  /* line 511, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .program-more {
    display: block;
  }
}

/* line 517, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55%;
  transform: translateX(-55%);
  top: 0px;
}

@media screen and (max-width: 1450px) {
  /* line 517, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea {
    justify-content: flex-end;
    transform: none;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  /* line 517, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: flex-start;
  }
}

/* line 541, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .search-bar {
  height: 50px;
  width: 50px;
  position: relative;
  margin-top: -10px;
}

@media screen and (max-width: 991px) {
  /* line 541, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .search-bar {
    position: absolute;
    right: 0;
    top: -70px;
  }
}

/* line 551, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .search-bar .search-program-button {
  border: none;
  outline: none;
  display: block;
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 991px) {
  /* line 551, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .search-bar .search-program-button {
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 565, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .search-bar .search-program-close {
  opacity: 1;
  display: none;
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 991px) {
  /* line 565, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .search-bar .search-program-close {
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 0;
  }
}

/* line 583, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item {
  padding: 0 10px;
}

/* line 585, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item:first-child {
  padding-left: 0;
}

/* line 588, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1601px) {
  /* line 588, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 2.4rem;
  }
}

/* line 593, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:hover {
  color: #000000;
}

/* line 595, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:hover:before {
  width: 100%;
}

/* line 599, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:before {
  height: 1px;
  background-color: #707070;
  bottom: -5px;
}

@media screen and (max-width: 991px) {
  /* line 599, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:before {
    bottom: 0px;
  }
}

/* line 607, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active {
  color: #000000;
}

/* line 609, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
  width: 100%;
  background-color: #707070;
  bottom: -5px;
}

@media screen and (max-width: 991px) {
  /* line 609, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
    bottom: 0px;
  }
}

/* line 623, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box {
  display: none;
  background: #ffffff;
  border-radius: 8px;
  margin: 10px 0 30px;
  box-shadow: 0 3px 8px 0px #ccc;
  position: relative;
  padding: 0px 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}

/* line 635, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .rbt {
  flex: 1 1;
}

/* line 637, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .rbt .form-control {
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

/* line 644, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .input-group-append {
  position: relative;
  margin: 0;
}

/* line 648, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .input-group-append:last-child:after {
  position: absolute;
  width: 1px;
  height: 36px;
  content: "";
  background: #000;
  opacity: 20%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* line 662, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .input-group-append button {
  border-radius: 0px;
  background: #fff;
  border: none;
  outline: none;
  padding: 15px;
  box-shadow: none;
}

/* line 669, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .input-group .input-group-append button.btn-close {
  width: auto;
  height: auto;
  opacity: 1;
}

/* line 677, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .searchWrap-section {
  margin: 30px 0;
}

/* line 680, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section .search-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

/* line 687, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 689, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section ul li a {
  min-width: 95px;
  display: inline-block;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 15px;
  padding: 6px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

/* line 702, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section ul li a:hover {
  background: #ffffff;
  color: #747474;
}

/* line 712, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .section-heads {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  /* line 712, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .section-heads {
    position: relative;
  }
}

/* line 722, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .findYourProgram.active {
  position: relative;
  padding-top: 90px;
}

/* line 725, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .findYourProgram.active #findYourProgramTabs-content {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  /* line 728, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .findYourProgram.active .listSearchArea {
    padding-top: 15px;
  }
}

/* line 733, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .findYourProgram.active .listSearchArea .search-bar .search-program-button {
  display: none;
}

/* line 736, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap .findYourProgram.active .listSearchArea .search-bar .search-program-close {
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 741, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .findYourProgram.active .search-program-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  /* line 721, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap .findYourProgram {
    padding-top: 0px;
  }
}

/* line 758, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  /* line 758, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content {
    padding-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  /* line 766, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .programListRow .programListField {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  /* line 772, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .rightbutton-align {
    display: flex !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 777, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .program-more {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 783, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap .rightbutton-align {
    display: none !important;
  }
}

/* line 790, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow {
  justify-content: space-between;
  margin: 0 -50px;
  padding-bottom: 30px;
  align-items: end;
}

@media screen and (max-width: 1024px) {
  /* line 790, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 991px) {
  /* line 790, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow {
    margin: 0;
  }
}

/* line 802, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
  padding: 0 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  /* line 802, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  /* line 802, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
    padding: 0px 0px;
    display: none;
    margin-bottom: 25px;
  }
}

/* line 814, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField:nth-child(1), .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField:nth-child(2), .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField:nth-child(3) {
  display: block;
}

/* line 817, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
  display: block;
  border-bottom: 2px solid #BCBCBC;
  padding: 5px 40px 5px 0px;
  color: #000000;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: normal;
  position: relative;
}

@media screen and (max-width: 1366px) {
  /* line 817, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1280px) {
  /* line 817, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 817, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
    font-size: 3rem;
  }
}

/* line 838, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a .arrow-button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  bottom: 8px;
  width: 32px;
  height: 16px;
}

/* line 849, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
  font-weight: 400;
  color: #BABABA;
  font-size: 2.4rem;
  padding-bottom: 3px;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  /* line 849, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 849, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
    font-size: 2.4rem;
  }
}

/* line 864, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.findYourProgram-wrap #findYourProgramTabs-content .btnWrap {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  /* line 864, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .findYourProgram-wrap #findYourProgramTabs-content .btnWrap {
    justify-content: center;
  }
}

/* line 875, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  /* line 875, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 875, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap {
    max-width: 100%;
    border-radius: 20px;
  }
}

/* line 889, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: url(../images/design-web-degree.webp);
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  /* line 889, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText {
    background: url(../images/design-mobile-degree.webp);
    background-size: 100% 100%;
    height: 100vh;
    display: block;
    padding: 35px;
  }
}

/* line 910, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText h3 {
  font-size: 5rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  /* line 910, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText h3 {
    font-size: 4rem;
  }
}

/* line 918, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText .textPara-wrap {
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  /* line 918, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText .textPara-wrap {
    max-width: 80%;
    position: absolute;
    bottom: auto;
    top: 65%;
  }
}

/* line 926, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText .textPara-wrap .textPara {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 929, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText .textPara-wrap .textPara p {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  /* line 929, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}

/* line 938, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul {
  padding: 0px;
  display: flex;
  margin: 0px;
  max-width: 80%;
}

@media screen and (max-width: 1450px) {
  /* line 938, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul {
    max-width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 938, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  /* line 938, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 938, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul {
    flex-direction: column;
  }
}

/* line 955, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 955, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/* line 962, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li.howItWorkLink a {
  background: url(../../assets/images/hows-it-work-icon.png) no-repeat center right;
  padding-right: 30px;
}

/* line 969, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li.customiseLink a .arrow-button {
  display: inline-block;
  top: 9px;
  transform: scale(0.5);
}

@media screen and (max-width: 767px) {
  /* line 969, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul li.customiseLink a .arrow-button {
    top: 12px;
    transform: scale(1);
  }
}

/* line 980, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  /* line 980, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 980, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .captionText ul li a {
    font-size: 2.4rem;
  }
}

/* line 992, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li a:hover .arrow-button {
  background-image: url(../images/link-arrow-hover-white.png);
}

/* line 996, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .captionText ul li a .arrow-button {
  background-image: url(../images/link-arrow-white.png);
}

/* line 1004, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

/* line 1015, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  /* line 1004, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  /* line 1029, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    top: auto;
    left: 0;
    bottom: 0;
  }
}

/* line 1041, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content h3 {
  font-size: 5rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
}

@media screen and (max-width: 1601px) {
  /* line 1041, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 4rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1041, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 3rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1041, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 4rem;
    line-height: 40px;
  }
}

/* line 1059, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content .textPara-wrap {
  max-width: 45%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  /* line 1059, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap {
    max-width: 85%;
    position: absolute;
    bottom: 50px;
    top: auto;
  }
}

/* line 1069, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 1072, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1601px) {
  /* line 1072, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1072, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 1072, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}

/* line 1087, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul {
  padding: 0px;
  display: flex;
  margin: 0px;
  max-width: 80%;
}

@media screen and (max-width: 1450px) {
  /* line 1087, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul {
    max-width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1087, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 1087, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul {
    flex-direction: column;
  }
}

/* line 1103, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 1103, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/* line 1110, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li.howItWorkLink a {
  background: url(../../assets/images/hows-it-work-icon.png) no-repeat center right;
  padding-right: 30px;
}

/* line 1117, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li.customiseLink a .arrow-button {
  display: inline-block;
  top: 9px;
  transform: scale(0.5);
}

@media screen and (max-width: 767px) {
  /* line 1117, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul li.customiseLink a .arrow-button {
    top: 12px;
    transform: scale(1);
  }
}

/* line 1128, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  /* line 1128, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 1128, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #design-degree .designDegree-wrap .design-degree-content ul li a {
    font-size: 2.4rem;
  }
}

/* line 1140, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li a:hover .arrow-button {
  background-image: url(../images/link-arrow-hover-white.png);
}

/* line 1144, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#design-degree .designDegree-wrap .design-degree-content ul li a .arrow-button {
  background-image: url(../images/link-arrow-white.png);
}

/* line 1157, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item {
  position: relative;
}

/* line 1160, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item.core-val-1:before {
  background: url(../../assets/images/core-slider-mask-1.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  width: 211px;
  height: 122px;
  right: 15px;
  top: 0;
}

@media screen and (max-width: 1366px) {
  /* line 1160, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-1:before {
    transform: scale(0.8);
    top: -30px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1160, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-1:before {
    transform: scale(0.6);
    top: -30px;
    right: -20px;
  }
}

/* line 1181, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item.core-val-2:before {
  background: url(../../assets/images/core-slider-mask-2.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  width: 155px;
  height: 111px;
  right: 15px;
  top: 0;
}

@media screen and (max-width: 1366px) {
  /* line 1181, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-2:before {
    transform: scale(0.8);
    top: -30px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1181, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-2:before {
    transform: scale(0.6);
    top: -30px;
    right: -20px;
  }
}

/* line 1202, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item.core-val-3:before {
  background: url(../../assets/images/core-slider-mask-3.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 122px;
  height: 215px;
  right: 0;
  top: -30px;
}

@media screen and (max-width: 1366px) {
  /* line 1202, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-3:before {
    transform: scale(0.8);
    right: -30px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1202, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item.core-val-3:before {
    transform: scale(0.6);
    top: -30px;
  }
}

/* line 1223, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item .common-card-body {
  padding: 60px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 1223, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body {
    padding: 45px 30px;
  }
}

/* line 1229, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item .common-card-body p {
  font-size: 2.8rem;
  min-height: 100px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  /* line 1229, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body p {
    font-size: 2rem;
  }
}

/* line 1240, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
  width: 60%;
  font-size: 6rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1450px) {
  /* line 1240, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    padding-top: 20px;
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  /* line 1240, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1240, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    padding-top: 0px;
  }
}

/* line 1258, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
#upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
  position: absolute;
  left: 60px;
  bottom: 60px;
}

@media screen and (max-width: 1024px) {
  /* line 1258, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 45px;
    bottom: 30px;
  }
}

/* line 1271, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section {
  position: relative;
}

/* line 1273, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .row > * {
  padding: 0;
}

/* line 1276, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section figure {
  position: relative;
  margin: 0;
}

/* line 1279, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section figure img {
  width: 100%;
}

/* line 1282, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section figure figcaption {
  font-family: "Roboto", sans-serif;
  font-weight: 4rem;
  font-size: 2.8rem;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 1282, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section figure figcaption {
    display: none;
  }
}

/* line 1297, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .hero-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 1303, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .slick-slide {
  position: relative;
}

/* line 1305, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .slick-slide img {
  width: 100%;
}

/* line 1310, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 15%;
  z-index: 10;
  color: #fff;
  padding: 60px 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 1601px) {
  /* line 1310, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main {
    padding: 40px 90px;
  }
}

/* line 1326, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main h1 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 1024px) {
  /* line 1326, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main h1 {
    font-size: 4rem;
  }
}

/* line 1337, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main h1 span {
  font-size: 18rem;
  font-weight: 700;
}

@media (max-width: 1601px) {
  /* line 1337, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main h1 span {
    font-size: 16rem;
  }
}

@media (max-width: 991px) {
  /* line 1337, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main h1 span {
    font-size: 6rem;
  }
}

/* line 1349, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
}

@media (max-width: 1601px) {
  /* line 1349, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main p {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  /* line 1310, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main {
    bottom: auto;
    top: 0;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    align-items: center;
  }
  /* line 1367, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-section .container-fluid .banner_txt_main h1 {
    font-size: 3.3rem;
  }
}

/* line 1371, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main .trans-buttons {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 1374, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main .trans-buttons span {
  color: #ffffff;
}

/* line 1378, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-section .container-fluid .banner_txt_main .trans-buttons:hover span {
  color: #39414C;
}

/* line 1386, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content {
  padding-top: 99px;
}

@media (max-width: 991px) {
  /* line 1386, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-content {
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1366px) {
  /* line 1386, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-content {
    position: relative;
    height: 85vh;
    overflow: hidden;
  }
}

/* line 1397, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content img {
  max-width: 100%;
}

/* line 1400, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content p {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

/* line 1405, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content .f-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 12px;
}

/* line 1411, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content .f-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 20px;
}

/* line 1417, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content .btn {
  background: #000000;
  border-radius: 10px;
  color: #fff;
  padding-right: 68px;
  padding-left: 20px;
  height: 48px;
  line-height: 40px;
  position: relative;
  margin-top: 37px;
  font-size: 1.6rem;
}

/* line 1428, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hero-content .btn span {
  background: #000000;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 1439, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-content .f-light {
    font-size: 2.2rem;
    letter-spacing: 8px;
  }
  /* line 1443, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .hero-content .f-medium {
    font-size: 3.7rem;
    letter-spacing: 14px;
  }
}

/* line 1449, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.videoContainer {
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

/* line 1457, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.videoContainer #homevideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  /* line 1457, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .videoContainer #homevideo {
    height: 100vh;
  }
}

/* line 1466, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.videoContainer .imgBox {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1473, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.videoContainer .imgBox .desktop {
  display: block;
}

@media (max-width: 991px) {
  /* line 1473, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .videoContainer .imgBox .desktop {
    display: none;
  }
}

/* line 1478, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.videoContainer .imgBox .mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 1478, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .videoContainer .imgBox .mobile {
    display: block;
  }
}

/* line 1486, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.hide {
  display: none;
}

/* line 1495, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads {
  min-height: 135px;
}

@media (max-width: 991px) {
  /* line 1495, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads {
    min-height: 115px;
  }
}

@media (max-width: 600px) {
  /* line 1495, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads {
    min-height: 100px;
  }
}

/* line 1503, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 3.4rem;
}

@media (max-width: 1024px) {
  /* line 1503, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  /* line 1503, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.4rem;
  }
}

/* line 1515, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads span {
  font-size: 2rem;
}

@media (max-width: 768px) {
  /* line 1515, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.4rem;
  }
}

/* line 1522, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.img-text-card-wrap .facultySlider .item .common-card .common-card-body p {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 1522, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .img-text-card-wrap .facultySlider .item .common-card .common-card-body p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1560, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .campus-life-gallery-item.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

/* line 1566, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.campus-life-gallery-item .campusgallery-item-inner {
  width: 25%;
  float: left;
  padding: 10px;
}

@media (max-width: 991px) {
  /* line 1566, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .campus-life-gallery-item .campusgallery-item-inner {
    padding: 0 !important;
  }
}

/* line 1574, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.campus-life-gallery-item .campusgallery-item-inner a {
  position: relative;
  display: block;
}

/* line 1578, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.campus-life-gallery-item .campusgallery-item-inner img {
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  /* line 1578, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .campus-life-gallery-item .campusgallery-item-inner img {
    border-radius: 20px;
  }
}

/* line 1585, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.campus-life-gallery-item .campusgallery-item-inner:first-child {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  /* line 1566, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .campus-life-gallery-item .campusgallery-item-inner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1559, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
  .campus-life-gallery-item {
    margin-right: -20px;
    overflow: hidden;
  }
}

/* line 1599, C:/Users/amimalho/Desktop/June-2023/2-June/UPES-Application-Form-Release/UPES-Application-Form-Release/application-form/assets/scss/home.scss */
.slick-lightbox-slick-item-inner {
  margin: 0 auto;
}

/*# sourceMappingURL=../css/home.map */