@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Saira+Condensed:wght@400;500;700&display=optional");
@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;
}
.rupee {
  font-family: WebRupee !important;
  padding: 0 5px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}
@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}
.section-py {
  padding: 60px 0;
}
@media screen and (max-width: 1700px) {
  .section-py {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1536px) {
  .section-py {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1366px) {
  .section-py {
    padding: 25px 0;
  }
}

.section-py.about-school-engineering {
  padding: 60px 0;
}
@media screen and (max-width: 1700px) {
  .section-py.about-school-engineering {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1536px) {
  .section-py.about-school-engineering {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1366px) {
  .section-py.about-school-engineering {
    padding: 25px 0;
  }
}

.section-pt {
  padding-top: 60px;
}
@media screen and (max-width: 1700px) {
  .section-pt {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .section-pt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-pt {
    padding-top: 25px;
  }
}

.section-pb {
  padding-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  .section-pb {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .section-pb {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-pb {
    padding-bottom: 25px;
  }
}

.section-pb.about-school-engineering {
  padding-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  .section-pb.about-school-engineering {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .section-pb.about-school-engineering {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-pb.about-school-engineering {
    padding-bottom: 25px;
  }
}

.section-my {
  margin: 40px 0;
}
@media screen and (max-width: 1366px) {
  .section-my {
    margin: 20px 0;
  }
}

.section-mt {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .section-mt {
    margin-top: 20px;
  }
}

.section-mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .section-mb {
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #747474;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

.border-gray {
  border-color: #BCBCBC;
}

.w-80 {
  width: 80%;
}

.icon-insta {
  fill: #fff;
}

.section-white {
  background: #ffffff;
}

.section-gray {
  background: #eff1f4;
}

.section-gray-white {
  background: #eff1f4;
  position: relative;
}
.section-gray-white:before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.section-heads-with-para-wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  .section-heads-with-para-wrap {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1536px) {
  .section-heads-with-para-wrap {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .section-heads-with-para-wrap {
    padding-bottom: 20px;
  }
}
.section-heads-with-para-wrap p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .section-heads-with-para-wrap p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-heads-with-para-wrap p {
    font-size: 1.8rem;
    line-height: 28px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-heads-with-para-wrap p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .section-heads-with-para-wrap p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.section-heads {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #000000;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  line-height: 60px;
  width: auto;
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  .section-heads {
    margin-bottom: 35px;
    line-height: normal;
  }
}
@media screen and (max-width: 1536px) {
  .section-heads {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-heads {
    margin-bottom: 25px;
  }
}
.section-heads.section-heads-with-para {
  margin-bottom: 35px;
}
@media screen and (max-width: 1700px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 25px;
  }
}
.section-heads:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, rgb(249, 169, 26) 0%, rgb(235, 65, 122) 30%, rgb(63, 145, 193) 60%, rgb(255, 255, 255) 90%);
}
@media screen and (max-width: 1700px) {
  .section-heads {
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1536px) {
  .section-heads {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-heads {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .section-heads {
    font-size: 3rem;
  }
}

.section-gray .section-heads:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 130px;
  height: 3px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, rgb(249, 169, 26) 0%, rgb(235, 65, 122) 30%, rgb(63, 145, 193) 60%, rgb(239, 241, 244) 90%);
}

.white-buttons {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .white-buttons {
    padding: 7px 16px;
  }
}
.white-buttons.with-white-bg {
  border: 1px solid #39414C;
}
@media screen and (max-width: 1024px) {
  .white-buttons.with-white-bg {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .white-buttons.with-white-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.white-buttons.with-white-bg .arrow {
  width: 10px;
  height: 10px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
}
.white-buttons.with-white-bg:hover .arrow {
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
}
.white-buttons span {
  width: 100%;
  height: 100%;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}
.white-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #39414C;
  transition: all ease 0.3s;
}
.white-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.white-buttons:hover span {
  color: #ffffff;
}
.white-buttons:hover:after {
  width: 100%;
}
.white-buttons:hover.with-white-bg {
  border: 1px solid #ffffff;
}

.trans-buttons {
  border-radius: 8px;
  background-color: transparent;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #C7C7C7;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .trans-buttons {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .trans-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trans-buttons span {
  width: 100%;
  height: 100%;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}
.trans-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}
.trans-buttons:hover, .trans-buttons.active {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.trans-buttons:hover span, .trans-buttons.active span {
  color: #39414C;
}
.trans-buttons:hover:after, .trans-buttons.active:after {
  width: 100%;
}

.black-buttons {
  border-radius: 8px;
  background-color: #000000;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .black-buttons {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .black-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.black-buttons span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}
.black-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}
.black-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.2);
}
.black-buttons:hover span {
  color: #000000;
}
.black-buttons:hover:after {
  width: 100%;
}

.gray-buttons {
  border-radius: 8px;
  background-color: #39414C;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .gray-buttons {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .gray-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gray-buttons span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}
.gray-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}
.gray-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-color: #39414C;
}
.gray-buttons:hover span {
  color: #39414C;
}
.gray-buttons:hover:after {
  width: 100%;
}

.blacknwhite-buttons {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #707070;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .blacknwhite-buttons {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .blacknwhite-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.blacknwhite-buttons span {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}
.blacknwhite-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  transition: all ease 0.3s;
}
.blacknwhite-buttons:hover, .blacknwhite-buttons.active {
  border-color: rgba(0, 0, 0, 0.2);
}
.blacknwhite-buttons:hover span, .blacknwhite-buttons.active span {
  color: #ffffff;
}
.blacknwhite-buttons:hover:after, .blacknwhite-buttons.active:after {
  width: 100%;
}

.text-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: all ease 0.3s;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}
.text-link:hover:after {
  width: 100%;
}

.arrow-button {
  width: 48px;
  height: 20px;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: all ease 0.3s;
  text-indent: -9999px;
  position: relative;
  transform-origin: 0 0;
  background: url(../images/link-arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .arrow-button {
    width: 48px;
    height: 19px;
  }
}
.arrow-button:hover {
  transform: scale(1.3);
  transform-origin: 0 0;
  background: url(../images/link-arrow-hover.png) no-repeat 0 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .arrow-button:hover {
    transform: none;
  }
}

.tabs-buttons li a {
  color: #747474;
  position: relative;
  font-size: 2.4rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .tabs-buttons li a {
    font-size: 2rem;
  }
}
.tabs-buttons li a:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  background: #39414C;
  transition: all ease 0.3s;
}
.tabs-buttons li.active a {
  color: #39414C;
}
.tabs-buttons li.active a:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 75%;
  height: 3px;
  background: #39414C;
}

.tabs-buttons.nav-tabs {
  border: none;
}
@media screen and (max-width: 1024px) {
  .tabs-buttons.nav-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
.tabs-buttons.nav-tabs .blacknwhite-buttons {
  border-radius: 8px !important;
  background-color: #ffffff !important;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative !important;
  text-align: center;
  border: 1px solid #707070 !important;
  transition: all ease 0.3s;
  min-width: 110px;
}
@media screen and (max-width: 1024px) {
  .tabs-buttons.nav-tabs .blacknwhite-buttons {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 480px) {
  .tabs-buttons.nav-tabs .blacknwhite-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tabs-buttons .nav-item {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .tabs-buttons .nav-item {
    padding: 10px 20px;
  }
}
.tabs-buttons .nav-item:first-child {
  padding-left: 0;
}
.tabs-buttons .nav-item:last-child {
  padding-right: 0;
}
.tabs-buttons .nav-item.font-roboto .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.tabs-buttons .nav-item .nav-link {
  color: #BCBCBC;
  position: relative;
  font-size: 2.4rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  border: none;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 1700px) {
  .tabs-buttons .nav-item .nav-link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1536px) {
  .tabs-buttons .nav-item .nav-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .tabs-buttons .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .tabs-buttons .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .tabs-buttons .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
.tabs-buttons .nav-item .nav-link:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #707070;
  transition: all ease 0.3s;
}
.tabs-buttons .nav-item .nav-link.active {
  color: #000000;
  font-weight: 500;
}
.tabs-buttons .nav-item .nav-link.active:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.tabs-buttons .nav-item .nav-link:hover {
  color: #000000;
}
.tabs-buttons .nav-item .nav-link:hover:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  overflow: hidden;
  transition: all ease 0.3s;
  margin: 0;
  width: 100%;
}
figure img {
  transition: all ease 0.3s;
  display: inline-block;
  width: 100%;
}
figure:hover figure img {
  transform: scale(1.05);
}
figure:hover:before {
  margin-left: 10px;
}
figure:hover:after {
  margin-left: 10px;
}

/* Slick Slider CSS */
/* the slides */
.slick-slide {
  margin: 0px 50px 40px 50px;
}
@media screen and (max-width: 1366px) {
  .slick-slide {
    margin: 0px 30px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .slick-slide {
    margin: 0px 20px 30px 20px;
  }
}

/* the parent */
.slick-list {
  margin: 0px -50px;
}
@media screen and (max-width: 1366px) {
  .slick-list {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 991px) {
  .slick-list {
    margin: 0px -20px;
  }
}

.slick-prev {
  width: 34px;
  height: 17px;
  background: url(../../assets/images/slider-arrow-prev.png) no-repeat 0 0 !important;
  opacity: 1;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.slick-prev.slick-disabled {
  opacity: 0.5;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  width: 34px;
  height: 17px;
  background: url(../../assets/images/slider-arrow-next.png) no-repeat 0 0 !important;
  opacity: 1;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  bottom: 0;
  display: none !important;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button:before {
  color: #39414C;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.slick-slider .slick-track .slick-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* Slick Slider CSS */
.img-text-card-wrap {
  position: relative;
}
.img-text-card-wrap .tabs-buttons {
  position: absolute;
  right: 0;
  top: -35px;
}
.img-text-card-wrap .tabs-buttons#facultySliderTabs, .img-text-card-wrap .tabs-buttons#excellenceStoryTabs {
  top: -80px;
}
@media screen and (max-width: 1536px) {
  .img-text-card-wrap .tabs-buttons#facultySliderTabs, .img-text-card-wrap .tabs-buttons#excellenceStoryTabs {
    top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .tabs-buttons#facultySliderTabs, .img-text-card-wrap .tabs-buttons#excellenceStoryTabs {
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .tabs-buttons {
    position: relative;
    right: auto;
    top: auto;
  }
}
.img-text-card-wrap .item {
  background-color: #eff1f4;
  border-radius: 30px;
  margin-bottom: 35px;
  margin-top: 30px;
  overflow: hidden;
  cursor: default;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .item {
    border-radius: 20px;
  }
}
.img-text-card-wrap .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) {
  .img-text-card-wrap .item:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.img-text-card-wrap .item .common-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.img-text-card-wrap .item .common-card .common-card-body {
  padding: 60px 50px 30px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: initial;
  margin-bottom: 30px;
  width: 100%;
}
.img-text-card-wrap .item .common-card .common-card-body .arrow-button {
  position: absolute;
  bottom: 30px;
}
@media (max-width: 1700px) {
  .img-text-card-wrap .item .common-card .common-card-body {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 1400px) {
  .img-text-card-wrap .item .common-card .common-card-body {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 1366px) {
  .img-text-card-wrap .item .common-card .common-card-body {
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .item .common-card .common-card-body {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .img-text-card-wrap .item .common-card .common-card-body {
    padding: 20px 20px 30px;
  }
}
.img-text-card-wrap .item .common-card .common-card-body p {
  font-size: 2rem;
  min-height: 60px;
}
@media screen and (max-width: 1700px) {
  .img-text-card-wrap .item .common-card .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .img-text-card-wrap .item .common-card .common-card-body p {
    font-size: 1.4rem;
  }
}
.img-text-card-wrap .item .common-card .common-card-body p a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
}
.img-text-card-wrap .item .common-card .common-card-body p a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.img-text-card-wrap .item .common-card .common-card-body p a:hover {
  transition: all ease 0.3s;
}
.img-text-card-wrap .item .common-card .common-card-body p a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #747474;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
  font-size: 2rem;
  min-height: auto;
}
@media screen and (max-width: 1700px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.4rem;
  }
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads a:hover {
  transition: all ease 0.3s;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads a.arrow-button:before {
  display: none;
}
.img-text-card-wrap .item .common-card .common-card-footer {
  position: absolute;
  bottom: 45px;
  left: 60px;
}
@media (max-width: 1700px) {
  .img-text-card-wrap .item .common-card .common-card-footer {
    left: 50px;
  }
}
@media (max-width: 1400px) {
  .img-text-card-wrap .item .common-card .common-card-footer {
    left: 40px;
  }
}
@media (max-width: 1366px) {
  .img-text-card-wrap .item .common-card .common-card-footer {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .img-text-card-wrap .item .common-card .common-card-footer {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap .item .common-card .common-card-footer {
    bottom: 30px;
    left: 30px;
  }
}
.img-text-card-wrap .item.slick-slide {
  flex-wrap: wrap;
  padding: 0 !important;
}

.imgCardTextSlider {
  padding-bottom: 35px;
  position: relative;
}
.imgCardTextSlider img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .imgCardTextSlider {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .imgCardTextSlider {
    margin-right: -20px;
    overflow: hidden;
  }
}
.imgCardTextSlider.studentOutcomeSlider:after {
  display: none;
}
.imgCardTextSlider .slick-prev, .imgCardTextSlider .slick-next {
  width: 35px;
  height: 35px;
  z-index: 4;
}
.imgCardTextSlider .slick-prev {
  background: url(../images/slick-arrow-prev.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 42%;
}
@media screen and (max-width: 991px) {
  .imgCardTextSlider .slick-prev {
    left: 39%;
  }
}
.imgCardTextSlider .slick-prev:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  left: 35px;
  bottom: 17px;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 1919px) {
  .imgCardTextSlider .slick-prev:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  .imgCardTextSlider .slick-prev:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  .imgCardTextSlider .slick-prev:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  .imgCardTextSlider .slick-prev:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .imgCardTextSlider .slick-prev:after {
    width: 81px;
  }
}
.imgCardTextSlider .slick-prev.slick-disabled:after {
  display: none;
}
.imgCardTextSlider .slick-next {
  background: url(../images/slick-arrow-next.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  right: 42%;
}
@media screen and (max-width: 991px) {
  .imgCardTextSlider .slick-next {
    right: 39%;
  }
}
.imgCardTextSlider .slick-next:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  right: 35px;
  bottom: 17px;
  z-index: 0;
}
@media screen and (max-width: 1919px) {
  .imgCardTextSlider .slick-next:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  .imgCardTextSlider .slick-next:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  .imgCardTextSlider .slick-next:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  .imgCardTextSlider .slick-next:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .imgCardTextSlider .slick-next:after {
    width: 81px;
  }
}
.imgCardTextSlider .slick-next.slick-disabled:after {
  display: none;
}

@media (max-width: 480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  padding: 15px;
}

.switches-container {
  width: 220px;
  height: 62px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  display: flex;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.switches-container .custom-radio {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.switches-container .custom-radio label {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 1.8rem;
}
.switches-container .custom-radio label.checked {
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.switches-container .custom-radio input {
  visibility: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .switches-container {
    position: relative;
    left: auto;
    bottom: auto;
    height: 42px;
    margin-top: 15px;
  }
  .switches-container label {
    font-size: 1.6rem;
  }
  .switches-container .switch-wrapper .switch div {
    font-size: 1.6rem;
  }
}

.icons-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -45px;
  z-index: 99;
  background-color: #000000;
  border-radius: 8px 0 0 8px;
  padding: 20px;
}
.icons-sidebar a.trans-buttons {
  display: none;
}
@media screen and (max-width: 991px) {
  .icons-sidebar {
    top: auto;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px;
    padding: 20px 20px;
  }
  .icons-sidebar a.trans-buttons {
    display: block;
    border-color: #ffffff;
    min-width: 120px;
  }
  .icons-sidebar a.trans-buttons span {
    color: #ffffff;
  }
  .icons-sidebar a.trans-buttons:hover span {
    color: #1E1E1E;
  }
}
.icons-sidebar .black-buttons {
  display: none;
}
@media screen and (max-width: 991px) {
  .icons-sidebar .black-buttons {
    display: block;
  }
}
.icons-sidebar .three-dots-click {
  display: none;
}
@media screen and (max-width: 991px) {
  .icons-sidebar .three-dots-click {
    display: block;
  }
}
.icons-sidebar .icons-sidebar-list {
  display: flex;
  align-items: center;
}
.icons-sidebar .icons-sidebar-list ul {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.icons-sidebar .icons-sidebar-list ul li {
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 20px;
  }
  .icons-sidebar .icons-sidebar-list ul li:first-child, .icons-sidebar .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar .icons-sidebar-list ul li:nth-child(3), .icons-sidebar .icons-sidebar-list ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 15px;
  }
}
.icons-sidebar .icons-sidebar-list ul li:last-child {
  padding-bottom: 0;
}
.icons-sidebar .icons-sidebar-list ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all ease 0.3s;
}
.icons-sidebar .icons-sidebar-list ul li a:hover {
  transform: scale(1.2);
}
.icons-sidebar .icons-sidebar-list ul li a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list.active ul li:first-child, .icons-sidebar .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}
.icons-sidebar.cta-v2 {
  background: transparent;
  padding: 10px 3px;
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 {
    background: #000000 !important;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .three-dots-click {
    display: none;
  }
}
.icons-sidebar.cta-v2 .icons-sidebar-list {
  display: flex;
  align-items: center;
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li {
  padding-bottom: 0;
  background-color: #000000;
  margin-bottom: 5px !important;
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 20px 0px 0px;
    background-color: transparent;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 10px;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 35px;
  }
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 5px;
  background-color: #000000;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border-radius: 5px;
  white-space: nowrap;
  padding: 15px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
    display: none;
  }
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
  padding: 13px 14px;
  width: auto;
  height: auto;
  display: inline-block;
  background-color: #000000;
  transition: all ease 0.3s;
  border-radius: 5px;
  position: relative;
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover {
  transform: none;
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover .sidebar-note-overlay {
  width: 150px;
  left: -140px;
  opacity: 1;
}
.icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
  }
}
@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding: 0 5px;
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat a img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}

.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.video-play-button {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/images/icon-video-play.svg) no-repeat 0 0;
  background-size: cover;
}

.footer-fixed #follow-us {
  padding-bottom: 100px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  z-index: 100;
}

#page-main-heading {
  padding: 45px 0;
  min-height: 105px;
}
@media screen and (max-width: 1700px) {
  #page-main-heading {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1536px) {
  #page-main-heading {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1366px) {
  #page-main-heading {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1366px) {
  #page-main-heading {
    min-height: 55px;
  }
}
#page-main-heading .section-heads {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #000000;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  line-height: 60px;
  width: auto;
  display: inline-block;
  text-transform: capitalize;
}
#page-main-heading .section-heads:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, rgb(249, 169, 26) 0%, rgb(235, 65, 122) 30%, rgb(63, 145, 193) 60%, rgb(255, 255, 255) 90%);
}
@media screen and (max-width: 1700px) {
  #page-main-heading .section-heads {
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1536px) {
  #page-main-heading .section-heads {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  #page-main-heading .section-heads {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
#page-main-heading h2, #page-main-heading h3 {
  font-size: 2.6rem;
  line-height: 35px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  #page-main-heading h2, #page-main-heading h3 {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #page-main-heading h2, #page-main-heading h3 {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #page-main-heading h2, #page-main-heading h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  #page-main-heading h2, #page-main-heading h3 {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
#page-main-heading p {
  font-size: 2.2rem;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  #page-main-heading p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #page-main-heading p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  #page-main-heading p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #page-main-heading p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

#page-intro {
  padding: 35px 0;
  min-height: 105px;
}
@media (max-width: 1024px) {
  #page-intro {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  #page-intro {
    padding: 22px 0;
  }
}
#page-intro h2 {
  color: #000000;
  font-family: "Saira Condensed", sans-serif;
  font-weight: lighter;
  font-size: 3.4rem;
  line-height: 44px;
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  #page-intro h2 {
    font-size: 3.2rem;
    line-height: 42px;
  }
}
@media (max-width: 1366px) {
  #page-intro h2 {
    font-size: 3rem;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  #page-intro h2 {
    font-size: 2.8rem;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  #page-intro h2 {
    max-width: 95%;
    font-size: 2.6rem;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  #page-intro h2 {
    max-width: 95%;
    font-size: 2.4rem;
    line-height: 34px;
  }
}
#page-intro h2 a {
  position: relative;
  color: #000000;
}
#page-intro h2 a strong {
  font-weight: bold;
}
#page-intro h2 a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  left: 0px;
  bottom: 5px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
#page-intro h2 a:hover:before {
  width: 0px;
}

.hero-section .container-fluid.single-banner .banner_txt_main h1, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  min-height: 50px;
}
@media (max-width: 1536px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
    font-size: 5rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
    font-size: 4.4rem;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
    font-size: 3rem;
    line-height: 35px;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main h1 span, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading span {
  font-size: 3rem;
  line-height: 40px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1 span, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading span {
    font-size: 4rem;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1 span, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading span {
    font-size: 3rem;
    line-height: 40px;
    letter-spacing: 2.7px;
  }
}
@media (max-width: 480px) {
  .hero-section .container-fluid.single-banner .banner_txt_main h1 span, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading span {
    font-size: 2rem;
    line-height: 30px;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main h1 span.toLower, .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading span.toLower {
  display: inline-block;
  width: auto;
  text-transform: lowercase;
}
.hero-section .container-fluid.single-banner .banner_txt_main p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 37px;
}
@media (max-width: 1700px) {
  .hero-section .container-fluid.single-banner .banner_txt_main p {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .hero-section .container-fluid.single-banner .banner_txt_main p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .hero-section .container-fluid.single-banner .banner_txt_main p br {
    display: none;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main .date-section {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
@media (max-width: 1024px) {
  .hero-section .container-fluid.single-banner .banner_txt_main .date-section {
    font-size: 1.4rem;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main ul.category-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .hero-section .container-fluid.single-banner .banner_txt_main ul.category-list {
    margin-bottom: 20px;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main ul.category-list li {
  margin-left: 8px;
}
.hero-section .container-fluid.single-banner .banner_txt_main ul.category-list li:first-child {
  margin-left: 0px;
}
.hero-section .container-fluid.single-banner .banner_txt_main ul.category-list li a {
  font-size: 1.6rem;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  border-radius: 18px;
  padding: 5px 10px;
  font-weight: 700;
  border: 1px solid #707070;
}
@media screen and (max-width: 1366px) {
  .hero-section .container-fluid.single-banner .banner_txt_main ul.category-list li a {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section .container-fluid.single-banner .banner_txt_main ul.category-list li a {
    font-size: 1.2rem;
    line-height: 16px;
  }
}

.selectBox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.selectBox select {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
}
.selectBox .selectedValue {
  position: relative;
  z-index: 1;
  top: 0;
  color: #000000;
  padding: 10px 25px 10px 0px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  width: 100%;
  display: block;
  line-height: 28px;
}
.selectBox .selectedValue:before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  position: absolute;
  right: 10px;
  margin-top: 5px;
}
.selectBox .selectedValue span {
  display: block;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .selectBox .selectedValue {
    font-size: 1.6rem;
    line-height: normal;
  }
}

.innerTabs h3 {
  font-size: 2.4rem;
}
@media (max-width: 1366px) {
  .innerTabs h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .innerTabs h3 {
    font-size: 1.6rem;
  }
}
.innerTabs .tabs-buttons {
  margin-left: 3%;
}
.innerTabs .tabs-buttons .nav-item {
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .innerTabs .tabs-buttons .nav-item {
    margin-bottom: 10px;
  }
}
.innerTabs .tabs-buttons .nav-item .nav-link {
  font-size: 2.4rem;
}
@media (max-width: 1366px) {
  .innerTabs .tabs-buttons .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .innerTabs .tabs-buttons .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
.innerTabs .tabs-buttons .nav-item .nav-link:before {
  bottom: -30px;
}
@media (max-width: 1366px) {
  .innerTabs .tabs-buttons .nav-item .nav-link:before {
    bottom: -11px;
  }
}
.innerTabs .tabs-buttons .nav-item .nav-link.active:before {
  bottom: -30px;
}
@media (max-width: 1366px) {
  .innerTabs .tabs-buttons .nav-item .nav-link.active:before {
    bottom: -11px;
  }
}

.pagination-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .pagination-wrap {
    justify-content: center;
    margin: 30px auto 0;
  }
}
.pagination-wrap nav {
  display: inline-block;
}
.pagination-wrap nav .pagination li:first-child .page-link, .pagination-wrap nav .pagination li:last-child .page-link {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: auto;
  white-space: nowrap;
}
.pagination-wrap nav .pagination li .page-link {
  width: 70px;
  height: 70px;
  padding: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  border: none;
  border-radius: 50%;
}
.pagination-wrap nav .pagination li .page-link:hover {
  outline: none !important;
  box-shadow: none;
}
.pagination-wrap nav .pagination li .page-link:active, .pagination-wrap nav .pagination li .page-link:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1366px) {
  .pagination-wrap nav .pagination li .page-link {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .pagination-wrap nav .pagination li .page-link {
    width: 30px;
    height: 30px;
    padding: 10px;
  }
}
.pagination-wrap nav .pagination li .page-link.active {
  color: #000000;
  font-weight: 700;
}
.pagination-wrap nav .pagination li .page-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-wrap nav .pagination li.active {
  font-weight: 700;
  outline: none !important;
  box-shadow: none;
}
.pagination-wrap nav .pagination li.active .page-link {
  background-color: #eff1f4;
  color: rgb(0, 0, 0);
}

#breadcrumb {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1700px) {
  #breadcrumb ul li {
    font-size: 1.4rem;
  }
}
#breadcrumb ul li a {
  color: #BCBCBC;
  font-weight: 400;
  position: relative;
  transition: all ease 0.3s;
}
#breadcrumb ul li a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #BCBCBC;
  border-right: solid 1px #BCBCBC;
  transform: rotate(45deg);
}
#breadcrumb ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #BCBCBC;
}
#breadcrumb ul li a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}

.rhs-box {
  border: 1px solid #C0C6D0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .rhs-box {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rhs-box.mt-mobile {
    margin-top: 10px;
  }
}
.rhs-box .rhs-box-heading {
  background: rgba(239, 241, 244, 0.7);
  padding: 30px 40px;
  font-size: 2.2rem;
  line-height: 32px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .rhs-box .rhs-box-heading {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .rhs-box .rhs-box-heading {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-heading {
    font-size: 1.8rem;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rhs-box .rhs-box-heading {
    font-size: 1.8rem;
    line-height: 25px;
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .rhs-box .rhs-box-heading {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.rhs-box .rhs-box-content {
  padding: 20px 40px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .rhs-box .rhs-box-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-content {
    padding: 20px;
  }
}
.rhs-box .rhs-box-content ul li {
  margin-bottom: 15px;
}
.rhs-box .rhs-box-content ul li a {
  font-size: 2rem;
  line-height: 30px;
  color: #000000;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0;
  transition: all ease 0.3s;
}
.rhs-box .rhs-box-content ul li a:before {
  width: 0;
  height: 1px;
  background-color: #000000;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.rhs-box .rhs-box-content ul li a:hover {
  transition: all ease 0.3s;
}
.rhs-box .rhs-box-content ul li a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
@media (max-width: 1700px) {
  .rhs-box .rhs-box-content ul li a {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .rhs-box .rhs-box-content ul li a {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-content ul li a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-content ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .rhs-box .rhs-box-content ul li a {
    font-size: 1.4rem;
  }
}
.rhs-box .rhs-box-content .rhs-content-l {
  font-size: 1.8rem;
  color: #000000;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0;
}
.rhs-box .rhs-box-content .rhs-content-l:before {
  width: 25px;
  height: 1px;
  background-color: #000000;
  content: "";
  left: 0;
  bottom: -5px;
  position: absolute;
}
@media screen and (max-width: 1366px) {
  .rhs-box .rhs-box-content .rhs-content-l {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-content .rhs-content-l {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rhs-box .rhs-box-content .rhs-content-l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .rhs-box .rhs-box-content .rhs-content-l {
    font-size: 1.4rem;
  }
}
.rhs-box .rhs-box-content .rhs-content-r {
  font-size: 3rem;
  color: #000000;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1366px) {
  .rhs-box .rhs-box-content .rhs-content-r {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .rhs-box .rhs-box-content .rhs-content-r {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rhs-box .rhs-box-content .rhs-content-r {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .rhs-box .rhs-box-content .rhs-content-r {
    font-size: 1.4rem;
  }
}
.rhs-box .rhs-box-content .rhs-box-row {
  padding-bottom: 10px;
}

.modal-backdrop {
  height: 100%;
}

.modal-header {
  border-bottom: none;
}

#videoModel #iframeYoutube {
  width: 100%;
  height: 75vh;
}
#videoModel #iframeInsta {
  width: 100%;
  height: 75vh;
}
#videoModel #iframeInsta .Header, #videoModel #iframeInsta .HoverCard, #videoModel #iframeInsta .Feedback, #videoModel #iframeInsta .SocialProof, #videoModel #iframeInsta .Footer {
  display: none !important;
}

.imgCardTextSlider .cardWithVideoSecForAll figure {
  height: 325px;
}
.imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
  display: none;
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 480px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 275px;
  }
}
@media screen and (max-width: 1200px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 227px;
  }
}
@media screen and (max-width: 1024px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 365px;
  }
}
@media screen and (max-width: 991px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 202px;
  }
}
@media screen and (max-width: 480px) {
  .imgCardTextSlider figure iframe, .imgCardTextSlider figure video {
    height: 272px;
  }
}
.imgCardTextSlider figure lite-youtube.lyt-activated iframe {
  display: inherit;
  height: 100%;
  width: 100%;
}
.imgCardTextSlider figure lite-youtube:before {
  height: 100%;
  top: 0;
  background-size: cover;
  opacity: 0.2;
}

#instaVideoModel {
  right: 0px;
  width: 300px;
  margin: 0 auto;
}
#instaVideoModel #instavideo {
  width: 100%;
  height: 75vh;
}

.common-faq-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (max-width: 1700px) {
  .common-faq-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 2rem;
    line-height: 28px;
    padding: 25px 90px 25px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .common-faq-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    padding: 20px 45px 20px 20px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .common-faq-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .common-faq-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.rbt {
  position: relative;
  outline: none;
}

.rbt-input-hint {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  border-style: none;
  border-width: 0px;
  font-size: 20px;
  height: 60px;
  line-height: 30px;
  margin: 0px;
  padding: 6px 12px;
}

.black-text {
  color: #000000 !important;
}

.tableDiv {
  border-radius: 30px;
  background-color: #eff1f4;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .tableDiv {
    border-radius: 17px;
  }
}
.tableDiv .headsRow {
  background-color: #000000;
  border-radius: 30px;
  margin: 0;
  padding: 22px 30px;
}
@media screen and (max-width: 1024px) {
  .tableDiv .headsRow {
    padding: 17px;
    border-radius: 17px;
  }
}
@media screen and (max-width: 991px) {
  .tableDiv .headsRow {
    padding: 13px;
  }
}
.tableDiv .headsRow p {
  font-size: 2.5rem;
  line-height: 36px;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .tableDiv .headsRow p {
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .tableDiv .headsRow p {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tableDiv .headsRow p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .tableDiv .headsRow p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.tableDiv .contentRow {
  padding: 15px 30px;
}
@media screen and (max-width: 1024px) {
  .tableDiv .contentRow {
    padding: 15px 17px;
  }
}
@media screen and (max-width: 991px) {
  .tableDiv .contentRow {
    padding: 13px;
  }
}
.tableDiv .contentRow .row {
  margin: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.tableDiv .contentRow .row:last-child {
  border-bottom: none;
}
.tableDiv .contentRow .row:last-child .table-div-col {
  padding-bottom: 0px;
}
.tableDiv .contentRow .row .table-div-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .tableDiv .contentRow .row .table-div-col {
    padding-left: 4px;
    padding-right: 4px;
    word-wrap: break-word;
  }
}
.tableDiv .contentRow .row .table-div-col p {
  font-size: 2.8rem;
  line-height: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.tableDiv .contentRow .row .table-div-col p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 2.4rem;
    line-height: 36px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.space-top-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1700px) {
  .space-top-70 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1536px) {
  .space-top-70 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .space-top-70 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .space-top-70 {
    margin-top: 25px;
  }
}

.mobile-only-accord .item {
  background-color: #E7EAEF;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mobile-only-accord .item {
    padding: 16px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.mobile-only-accord .item.active .mobile-accord-head:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 0px 4px 0px 0;
}
.mobile-only-accord .item.active .mobile-accord-content {
  display: flex;
}
.mobile-only-accord .item:last-child {
  margin-bottom: 0px;
}
.mobile-only-accord .item .mobile-accord-head {
  position: relative;
}
.mobile-only-accord .item .mobile-accord-head h3 {
  font-size: 2.5rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 1700px) {
  .mobile-only-accord .item .mobile-accord-head h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .mobile-only-accord .item .mobile-accord-head h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-head h3 {
    font-size: 2rem;
  }
}
.mobile-only-accord .item .mobile-accord-head:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(135deg);
  position: absolute;
  right: 0px;
  top: 10px;
  transition: all 0.4s;
  border-radius: 0px 4px 0px 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-head:after {
    display: block;
  }
}
.mobile-only-accord .item .mobile-accord-content {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-content {
    display: none;
  }
}
.mobile-only-accord .item .mobile-accord-content p {
  color: #000000;
  font-size: 2rem;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  width: 85%;
}
@media (max-width: 1700px) {
  .mobile-only-accord .item .mobile-accord-content p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .mobile-only-accord .item .mobile-accord-content p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-content p {
    font-weight: 400;
    width: 95%;
  }
}
@media (max-width: 480px) {
  .mobile-only-accord .item .mobile-accord-content p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.mobile-only-accord .item .mobile-accord-content p.heads {
  font-size: 2rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .mobile-only-accord .item .mobile-accord-content p.heads {
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1700px) {
  .mobile-only-accord .item .mobile-accord-content p.heads {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-content p.heads {
    font-weight: 700;
  }
}
.mobile-only-accord .item .mobile-accord-content p a {
  color: #0d6efd;
  position: relative;
}
.mobile-only-accord .item .mobile-accord-content p a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all ease 0.3s;
}
.mobile-only-accord .item .mobile-accord-content p a:hover:before {
  width: 100%;
}
.mobile-only-accord .item .mobile-accord-content p.content {
  color: #000000;
  font-size: 2rem;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  width: 85%;
}
@media (max-width: 1700px) {
  .mobile-only-accord .item .mobile-accord-content p.content {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .mobile-only-accord .item .mobile-accord-content p.content {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .mobile-only-accord .item .mobile-accord-content p.content {
    font-weight: 400;
    width: 95%;
  }
}
@media (max-width: 480px) {
  .mobile-only-accord .item .mobile-accord-content p.content {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.hero-slide-banner {
  padding: 0px;
  position: relative;
}
.hero-slide-banner .slick-list {
  margin: 0px;
}
.hero-slide-banner .slick-list .slick-slide {
  margin: 0px;
  padding: 0px;
  display: block;
}
.hero-slide-banner:after {
  width: 11%;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.5);
  position: absolute;
  content: "";
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1536px) {
  .hero-slide-banner:after {
    width: 9%;
  }
}
@media screen and (max-width: 991px) {
  .hero-slide-banner:after {
    width: 6%;
  }
}
@media screen and (max-width: 768px) {
  .hero-slide-banner:after {
    display: none;
  }
}
.hero-slide-banner .slick-prev, .hero-slide-banner .slick-next {
  top: auto;
  bottom: -70px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #39414C !important;
  background-image: none !important;
  transform: none;
  z-index: 1;
}
.hero-slide-banner .slick-prev:hover, .hero-slide-banner .slick-next:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .hero-slide-banner .slick-prev, .hero-slide-banner .slick-next {
    display: none !important;
  }
}
.hero-slide-banner .slick-prev {
  left: 42%;
}
.hero-slide-banner .slick-prev:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}
.hero-slide-banner .slick-next {
  right: 42%;
}
.hero-slide-banner .slick-next:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(135deg);
  z-index: 1;
}

.faculty-wrap-section .img-text-card-wrap .facultySlider .item {
  margin-top: 10px;
}
.faculty-wrap-section .img-text-card-wrap .item {
  margin-top: 10px;
}
.faculty-wrap-section .img-text-card-wrap .item .common-card {
  display: block;
}
.faculty-wrap-section .img-text-card-wrap .item .common-card .common-card-body {
  position: initial;
}
.faculty-wrap-section .img-text-card-wrap .item .common-card figure {
  background: rgb(184, 197, 214);
  width: 100%;
  background: linear-gradient(1deg, rgb(184, 197, 214) 0%, rgb(231, 232, 237) 100%);
}
.faculty-wrap-section .img-text-card-wrap .item .common-card figure img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  height: auto;
  width: auto;
}

.success-section .success-details {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  min-height: 450px;
  border: 2px solid #E0E0E0;
  border-radius: 20px;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .success-section .success-details {
    min-height: 300px;
    padding: 50px 20px;
  }
}
.success-section .success-details .animatedImage {
  width: 150px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .success-section .success-details .animatedImage {
    width: 120px;
  }
}
.success-section .success-details h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .success-section .success-details h2 {
    font-size: 3rem;
  }
}

.tooltip-Text {
  text-decoration: underline;
}

.slick-slider {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slick-slider.finally-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.section-blank {
  height: 60px;
}
@media screen and (max-width: 1700px) {
  .section-blank {
    height: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .section-blank {
    height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-blank {
    height: 25px;
  }
}

.section-gray + .section-gray + .section-space {
  padding-top: 60px !important;
  margin-top: 40px;
  background-color: #fff !important;
}
@media screen and (max-width: 1700px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1536px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1366px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 25px !important;
    margin-top: 20px;
  }
}

.section-gray, .section-gray + .section-white {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 1700px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1536px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1366px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

#page-loader .zoom-in-zoom-out {
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.blink_me {
  animation: blinker 1.4s linear infinite;
  -webkit-animation: blinker 1.4s linear infinite;
  -moz-animation: blinker 1.4s linear infinite;
  -ms-animation: blinker 1.4s linear infinite;
  -o-animation: blinker 1.4s linear infinite;
  font-weight: bold !important;
  color: #ee2b6d !important;
}

@keyframes blinker {
  0% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
header {
  transition: all 0.4s;
}
header .navbar {
  padding: 25px 0px;
}
@media (max-width: 1700px) {
  header .navbar {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header .navbar {
    padding: 0px 0px;
  }
}
header .navbar .main-nav .nav .nav-item {
  padding: 0px 0;
}
@media (max-width: 991px) {
  header .navbar .main-nav .nav .nav-item {
    padding: 10px 0px;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
}
header.headerNew {
  background-color: transparent;
}
header.headerNew .navbar {
  box-shadow: 0px 5px 10px rgba(0, 0, 41, 0.2);
  padding: 5px 0px;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  header.headerNew .navbar .container {
    padding: 8px 20px;
  }
}
header.headerNew .navbar-brand {
  width: 150px;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  header.headerNew .navbar-brand {
    width: 120px;
  }
}
header .search-box {
  display: none;
  padding: 35px 0;
  backdrop-filter: blur(50px) saturate(100%);
  -webkit-backdrop-filter: blur(50px) saturate(100%);
  -moz-backdrop-filter: blur(50px) saturate(100%);
  background: rgba(224, 224, 224, 0.8);
}
@media (max-width: 1024px) {
  header .search-box {
    height: 100vh;
  }
}
header .search-box .input-group {
  align-items: center;
}
header .search-box .input-group .rbt {
  flex: 1 1;
  height: 100px;
}
@media (max-width: 1700px) {
  header .search-box .input-group .rbt {
    height: 75px;
  }
}
@media (max-width: 1024px) {
  header .search-box .input-group .rbt {
    height: 65px;
  }
}
header .search-box .input-group .rbt .form-control {
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
header .search-box .input-group .rbt .form-control.rbt-input-main {
  border-radius: 7px 0 0 7px;
}
header .search-box .input-group .input-group-append {
  position: relative;
  margin: 0px 0px 0px -3px;
}
header .search-box .input-group .input-group-append button {
  border-radius: 0px;
  background: transparent;
  border: none;
  outline: none;
  padding: 15px 15px 18px 15px;
  box-shadow: none;
  border: none !important;
  border-radius: 0px 7px 7px 0;
  min-height: 20px;
}
@media (max-width: 1024px) {
  header .search-box .input-group .input-group-append button {
    min-height: 18px;
  }
}
@media (max-width: 768px) {
  header .search-box .input-group .input-group-append button {
    min-height: 14px;
  }
}
header .search-box .input-group .input-group-append button.btn-close {
  width: auto;
  height: auto;
  opacity: 1;
}
header .search-box .input-group .input-group-append button.btn-search {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .search-box .searchWrap-section {
  margin: 55px 0 35px;
}
@media (max-width: 1536px) {
  header .search-box .searchWrap-section {
    margin: 35px 0 15px;
  }
}
header .search-box .searchWrap-section .search-result-section .search-title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media (max-width: 1536px) {
  header .search-box .searchWrap-section .search-result-section .search-title {
    margin-bottom: 20px;
  }
}
header .search-box .searchWrap-section .search-result-section ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
header .search-box .searchWrap-section .search-result-section ul li a {
  min-width: 95px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  border-radius: 10px;
  padding: 15px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
header .search-box .searchWrap-section .search-result-section ul li a:hover {
  background: #000000;
  color: #ffffff;
}
header .academics-subnav {
  background: url(../images/blur-bg.png) repeat 0 0;
  margin: 0;
  padding: 50px 0px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  min-width: 230px;
  z-index: -1;
  transition: all ease 0.3s;
}
header .academics-subnav .academics-subnav-img {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  header .academics-subnav .academics-subnav-img {
    top: 90px;
  }
}
@media (max-width: 1024px) {
  header .academics-subnav .academics-subnav-img {
    top: 80px;
  }
}
@media (max-width: 991px) {
  header .academics-subnav .academics-subnav-img {
    display: none;
  }
}
header .academics-subnav .academics-subnav-img figure img {
  width: 100%;
  height: 100%;
}
header .academics-subnav .academics-subnav-links {
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1700px) {
  header .academics-subnav .academics-subnav-links {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  header .academics-subnav .academics-subnav-links {
    padding-left: 0px;
    margin-bottom: 100px;
  }
}
header .academics-subnav .academics-subnav-links .academics-back {
  font-size: 1.4rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  display: none;
}
header .academics-subnav .academics-subnav-links .academics-back:after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-radius: 0 4px 0 0;
  left: 0px;
  top: 6px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(-135deg);
  position: absolute;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  header .academics-subnav .academics-subnav-links .academics-back {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  header .academics-subnav {
    height: 100vh;
  }
}
header .academics-subnav ul li.nav-item-inner {
  position: unset;
  padding: 10px 0;
}
@media (max-width: 1366px) {
  header .academics-subnav ul li.nav-item-inner {
    padding: 7px 0;
  }
}
@media (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
header .academics-subnav ul li.nav-item-inner .dropdown-arrow-click {
  position: absolute;
  right: 10px;
  top: 15px;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  border-radius: 5px 0;
  transition: border-width 150ms ease-in-out;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner .dropdown-arrow-click {
    display: block;
  }
}
@media (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner:first-child {
    padding-bottom: 25px;
    border-bottom: none;
  }
}
header .academics-subnav ul li.nav-item-inner:first-child a {
  font-weight: 700;
  position: relative;
}
header .academics-subnav ul li.nav-item-inner:first-child a:before {
  width: 50px;
  height: 1px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  content: "";
}
header .academics-subnav ul li.nav-item-inner .dropdown-arrow-click {
  position: absolute;
  right: 10px;
  top: 15px;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  border-radius: 5px 0;
  transition: border-width 150ms ease-in-out;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner .dropdown-arrow-click {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .academics-subnav ul li.nav-item-inner .dropdown-arrow-click {
    right: 15px;
  }
}
header .academics-subnav ul li.nav-item-inner a {
  color: #000000;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  cursor: pointer;
}
header .academics-subnav ul li.nav-item-inner a:hover {
  font-weight: 700;
}
@media (max-width: 1700px) {
  header .academics-subnav ul li.nav-item-inner a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1536px) {
  header .academics-subnav ul li.nav-item-inner a {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    display: inline-block;
    padding-right: 20px;
    width: 80%;
  }
}
header .academics-subnav ul li.nav-item-inner .nav-item-2layer {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: auto;
  top: 100%;
  min-width: 320px;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-item-inner .nav-item-2layer li {
    padding: 0px;
    border-bottom: none;
  }
}
header .academics-subnav ul li.nav-inner-active a {
  font-weight: 700;
}
header .academics-subnav ul li.nav-inner-active a span {
  transform: rotate(-135deg);
  transition: border-width 150ms ease-in-out;
  top: 5px;
}
header .academics-subnav ul li.nav-inner-active .dropdown-arrow-click {
  position: absolute;
  right: 15px;
  top: 20px;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-135deg);
  border-radius: 5px 0;
  transition: border-width 150ms ease-in-out;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-inner-active .dropdown-arrow-click {
    display: block;
  }
}
header .academics-subnav ul li.nav-inner-active .nav-item-2layer {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 50px;
  transform: translateX(120%);
}
@media (max-width: 1536px) {
  header .academics-subnav ul li.nav-inner-active .nav-item-2layer {
    margin-top: 47px;
  }
}
@media (max-width: 1366px) {
  header .academics-subnav ul li.nav-inner-active .nav-item-2layer {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  header .academics-subnav ul li.nav-inner-active .nav-item-2layer {
    margin-top: 0px;
  }
}
header .academics-subnav ul li.nav-inner-active .nav-item-2layer li:first-child a:before {
  display: none;
}
header .academics-subnav ul li.nav-inner-active .nav-item-2layer a {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-inner-active .nav-item-2layer a {
    font-size: 1.6rem;
  }
}
header .academics-subnav ul li.nav-inner-active .nav-item-2layer a:hover {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  header .academics-subnav ul li.nav-inner-active .nav-item-2layer {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    border-top: 1px solid #BABABA;
    padding-left: 15px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .navbar-brand {
    margin-left: 0;
    width: 163px;
  }
}
.nav_section {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .nav_section nav .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.top-nav {
  background: #000000;
}
@media (max-width: 991px) {
  .top-nav {
    display: none;
    order: 2;
    height: 100vh;
    padding-top: 30px;
  }
}
.top-nav .nav {
  align-items: center;
}
@media (max-width: 991px) {
  .top-nav .nav {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.top-nav .nav .nav-item {
  margin-left: 56px;
}
@media (max-width: 1366px) {
  .top-nav .nav .nav-item {
    margin-left: 36px;
  }
}
@media (max-width: 991px) {
  .top-nav .nav .nav-item {
    margin-left: 0px;
    width: 50%;
  }
}
.top-nav .nav .nav-item:first-child {
  margin-left: 0;
}
.top-nav .nav .nav-item .nav-link {
  color: #ffffff;
  padding: 4px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 28px;
}
.top-nav .nav .nav-item .nav-link:hover {
  font-weight: 700;
}
@media (max-width: 1700px) {
  .top-nav .nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
@media (max-width: 1536px) {
  .top-nav .nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .top-nav .nav .nav-item .nav-link {
    padding: 8px 0;
    font-size: 2rem;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .top-nav .nav .nav-item.has-search {
    display: none;
  }
}

.navbar {
  backdrop-filter: blur(70px) saturate(100%);
  -webkit-backdrop-filter: blur(70px) saturate(100%);
  -moz-backdrop-filter: blur(70px) saturate(100%);
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .navbar {
    padding: 0px;
  }
}
.navbar .search-icon-top {
  margin-left: auto;
  margin-right: 20px;
}
.navbar .search-icon-top img {
  width: 27px;
  height: 27px;
}
@media (min-width: 1366px) {
  .navbar .search-icon-top {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  width: 30px;
  height: 30px;
  text-align: right;
  padding: 0;
  position: relative;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  display: inline-block;
  width: 27px;
  height: 4px;
  background-color: #39414C;
  margin: 2px 0;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  border-radius: 10px;
}
.navbar-toggler span:nth-child(1) {
  top: 2px;
}
.navbar-toggler span:nth-child(2) {
  background-color: #39414C;
  width: 20px;
  top: 12px;
}
.navbar-toggler span:nth-child(3) {
  top: 22px;
}
.navbar-toggler.active {
  transition: all ease 0.3s;
}
.navbar-toggler.active span {
  width: 25px;
}
.navbar-toggler.active span:nth-child(2) {
  display: none;
}
.navbar-toggler.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}
.navbar-toggler.active span:last-child {
  top: 12px;
  transform: rotate(-45deg);
}

.main-nav {
  display: flex;
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
    order: 1;
    width: 100%;
    justify-content: flex-start !important;
  }
}
.main-nav .nav {
  align-items: center;
}
.main-nav .nav .nav-item {
  margin-left: 45px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1536px) {
  .main-nav .nav .nav-item {
    margin-left: 25px;
  }
}
@media (max-width: 1366px) {
  .main-nav .nav .nav-item {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
  }
}
.main-nav .nav .nav-item.has-subnav {
  position: relative;
}
.main-nav .nav .nav-item.has-academics-subnav:hover .academics-subnav {
  z-index: 11;
  height: 75vh;
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-academics-subnav:hover .academics-subnav {
    top: 80px;
    background-color: rgba(224, 224, 224, 0.9);
    z-index: 11;
    padding-top: 20px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-academics-subnav .nav-link {
    position: relative;
  }
  .main-nav .nav .nav-item.has-academics-subnav .nav-link:after {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-radius: 0 4px 0 0;
    right: 0px;
    top: 15px;
    border-top: solid 3px #555555;
    border-right: solid 3px #555555;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.4s;
  }
}
.main-nav .nav .nav-item .white-buttons.with-white-bg {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1700px) {
  .main-nav .nav .nav-item .white-buttons.with-white-bg {
    font-size: 1.5rem;
  }
}
@media (max-width: 1536px) {
  .main-nav .nav .nav-item .white-buttons.with-white-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item .white-buttons.with-white-bg {
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 1.6rem;
  }
}
.main-nav .nav .nav-item.has-search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.main-nav .nav .nav-item.has-search button {
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-search {
    display: none;
  }
}
.main-nav .nav .nav-item:first-child {
  margin-left: 0;
}
@media (max-width: 1366px) {
  .main-nav .nav .nav-item {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item:nth-last-child(2) {
    border-bottom: none;
  }
}
.main-nav .nav .nav-item .nav-link {
  color: #000000;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .main-nav .nav .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media (max-width: 1536px) {
  .main-nav .nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item .nav-link {
    padding: 5px 0;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
  }
}
.main-nav .nav .nav-item .nav-link:hover {
  font-weight: 700;
  color: #000000;
}
.main-nav .nav .nav-item .btn {
  background-color: #EF4637;
  border-color: #EF4637;
  color: #fff;
  padding: 11px 28px;
  border-radius: 12px;
  font-size: 1.6rem;
}
.main-nav .nav .nav-item.has-subnav:after {
  display: none;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-subnav:after {
    top: 10px;
    margin-top: 0;
    border-top-color: #000;
    border-right-color: #000;
  }
}
.main-nav .nav .nav-item.has-subnav .subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 24px -5px #ccc;
  border-top: 4px solid #000;
  transform: translateY(25px);
  transition: all 0.3s;
}
.main-nav .nav .nav-item.has-subnav .subnav li {
  border-bottom: 1px solid #ccc;
}
.main-nav .nav .nav-item.has-subnav .subnav li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 6px 15px;
  transition: all 0.3s;
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  .main-nav .nav .nav-item.has-subnav .subnav li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1366px) {
  .main-nav .nav .nav-item.has-subnav .subnav li a {
    font-size: 1.4rem;
  }
}
.main-nav .nav .nav-item.has-subnav .subnav li a:hover {
  background-color: rgba(85, 85, 85, 0.3);
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-subnav .subnav {
    position: relative;
    top: 0;
    display: none;
  }
}
.main-nav .nav .nav-item.has-subnav:hover .subnav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-nav .nav .nav-item.has-subnav:focus .subnav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  height: 100%;
}

@media (min-width: 992px) {
  .search-icon-top, .navbar-toggler {
    display: none;
  }
}
.side_icons {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -45px;
  z-index: 100;
}
.side_icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side_icons ul li {
  margin: 3px;
}
.side_icons ul li a {
  display: inline-block;
  transition: all 0.3s;
}
.side_icons ul li a:hover {
  transform: translateX(-5px);
}
@media (max-width: 991px) {
  .side_icons {
    display: none;
  }
}

img {
  max-width: 100%;
}
img.rounded {
  border-radius: 20px !important;
}

.nav-open header .nav_section {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .nav-open header .nav_section {
    background: url(../images/blur-bg.png) repeat 0 0;
    height: auto;
  }
  .nav-open header .nav_section .top-nav {
    padding-bottom: 30px;
  }
  .nav-open header .nav_section .main-nav .nav .nav-item.has-subnav {
    padding-right: 0;
  }
}

#page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-loader-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-loader-wrap #section-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .navbar .main-nav > .nav > .nav-item {
  padding: 10px 0 25px 0px;
}
@media (max-width: 1700px) {
  header .navbar .main-nav > .nav > .nav-item {
    padding: 10px 0 20px 0px;
  }
}
@media (max-width: 991px) {
  header .navbar .main-nav > .nav > .nav-item {
    padding: 10px 0px;
  }
}

.main-nav .nav .nav-item.has-academics-subnav .academics-subnav {
  display: none;
}
.main-nav .nav .nav-item.has-academics-subnav .academics-subnav.show {
  display: block;
  z-index: 11;
  height: 75vh;
}
@media (max-width: 991px) {
  .main-nav .nav .nav-item.has-academics-subnav .academics-subnav.show {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 480px) {
  .main-nav .nav .nav-item.has-academics-subnav .academics-subnav.show {
    top: 75px;
  }
}

@media screen and (max-width: 991px) {
  footer.footerv2 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .container {
    padding-bottom: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv2 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top {
    display: flex !important;
  }
}
footer.footerv2 .footer-top-l .footer-logo {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-l .footer-logo {
    display: none;
  }
}
footer.footerv2 .footer-top-l .footer-follow-on {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-l .footer-follow-on {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-top: 0;
  }
}
footer.footerv2 .footer-top-l .footer-follow-on p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #000000;
}
@media screen and (max-width: 1366px) {
  footer.footerv2 .footer-top-l .footer-follow-on p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-top-l .footer-follow-on p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-l .footer-follow-on p {
    width: 100%;
  }
}
footer.footerv2 .footer-top-l .footer-follow-on ul li {
  padding: 0 20px 0 0;
}
footer.footerv2 .footer-top-l .footer-follow-on ul li a {
  width: 54px;
  height: 54px;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all ease 0.3s;
  text-align: center;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1366px) {
  footer.footerv2 .footer-top-l .footer-follow-on ul li a {
    width: 40px;
    height: 40px;
  }
}
footer.footerv2 .footer-top-l .footer-follow-on ul li a:hover {
  background-color: #39414C;
  border: 1px solid #39414C;
  color: #39414C;
  transition: all ease 0.3s;
}
footer.footerv2 .footer-top-l .footer-follow-on ul li a span {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1366px) {
  footer.footerv2 .footer-top-l .footer-follow-on ul li a span {
    width: 20px;
    height: 20px;
  }
}
footer.footerv2 .footer-top-l .footer-follow-on ul li a span.follow-icon img {
  width: 100%;
}
footer.footerv2 .footer-top-r {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r {
    max-width: 100%;
    display: block;
  }
}
footer.footerv2 .footer-top-r .footer-logo {
  display: none;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .footer-logo {
    display: flex;
    justify-content: center;
    padding: 0px 0px 30px 0;
  }
}
footer.footerv2 .footer-top-r .accordian-footer {
  position: relative;
}
footer.footerv2 .footer-top-r .accordian-footer:before {
  display: none;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .accordian-footer {
    padding-bottom: 20px;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 0 0px;
    margin-bottom: 15px;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 0px;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item:last-child {
  padding-right: 0px;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #000000;
  margin-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4 {
    margin-bottom: 20px;
    width: 100%;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4 span {
  position: relative;
  top: 0px;
  box-sizing: border-box;
  height: 19px;
  width: 19px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  border-radius: 5px 0;
  transition: border-width 150ms ease-in-out;
  display: none;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4 span {
    display: block;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item h4.active span {
  transform: rotate(-135deg);
  transition: border-width 150ms ease-in-out;
  top: 5px;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content {
  padding-top: 25px;
  border-top: 1px solid #BABABA;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
    border-top: none;
  }
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul {
  display: flex;
  flex-wrap: wrap;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li {
  width: 50%;
  margin-bottom: 8px;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li:last-child {
  margin-bottom: 0px;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 400;
  position: relative;
  transition: all ease 0.3s;
  left: 0;
}
footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a:hover {
  color: #747474;
  left: 5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1700px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-top-r .accordian-footer .accordian-item {
    padding-right: 0px;
  }
}
footer.footerv2 .footer-bottom {
  border-top: 1px solid #BABABA;
  margin-top: 50px;
}
@media screen and (max-width: 1366px) {
  footer.footerv2 .footer-bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv2 .footer-bottom {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-bottom {
    padding-top: 30px;
  }
}
footer.footerv2 .footer-bottom p {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 300;
}
@media screen and (max-width: 374px) {
  footer.footerv2 .footer-bottom p {
    font-size: 1.4rem;
  }
}
footer.footerv2 .footer-bottom .footer-utility-links {
  max-width: 430px;
}
footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li {
  padding: 0 47px 0 0;
}
@media screen and (max-width: 991px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li {
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 10px;
  }
}
footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li:last-child {
  padding-right: 0px;
  margin-right: 0px !important;
}
footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1366px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}
footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li a:hover {
  color: #39414C;
}
@media screen and (max-width: 374px) {
  footer.footerv2 .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}
footer.footerv3 {
  background-color: #eff1f4;
}
@media screen and (max-width: 991px) {
  footer.footerv3 {
    margin-bottom: 40px;
  }
}
footer.footerv3 .footer-top {
  margin-top: 60px;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-top {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top {
    margin-top: 0;
  }
}
footer.footerv3 .footer-top-r {
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r {
    max-width: 100%;
  }
}
footer.footerv3 .footer-top-r .accordian-footer {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer {
    padding-bottom: 0px;
  }
}
footer.footerv3 .footer-top-r .accordian-footer:before {
  width: 100%;
  height: 1px;
  background-color: #BABABA;
  content: "";
  position: absolute;
  top: 50px;
  display: none;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item {
    padding: 0 0px;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 0px;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item:last-child h4 {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item:last-child h4.active {
    margin-bottom: 20px;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #000000;
  margin-bottom: 30px;
  border-bottom: 1px solid #BABABA;
  padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1536px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 span {
  position: relative;
  top: 5px;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: none;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4 span {
    display: block;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item h4.active span {
  transform: rotate(-135deg);
  transition: border-width 150ms ease-in-out;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-0 .accordian_content {
  padding-top: 0px;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-0 .accordian_content ul li {
  width: 50%;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-1 .accordian_content {
  padding-top: 0px;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-1 .accordian_content ul li {
  width: 100%;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-2 .accordian_content {
  padding-top: 0px;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-2 .accordian_content ul li {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item.col-ul-2 .accordian_content ul li {
    width: 50%;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul {
  display: flex;
  flex-wrap: wrap;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li {
  margin-bottom: 8px;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li:last-child {
  margin-bottom: 0px;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 300;
  transition: all ease 0.3s;
  position: relative;
  left: 0;
}
footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a:hover {
  left: 5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1536px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv3 .footer-top-r .accordian-footer .accordian-item {
    padding-right: 0px;
  }
}
footer.footerv3 .footer-top-r .footer-add {
  border-top: 1px solid #BABABA;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .footer-add .camp-add {
    padding-bottom: 60px;
  }
}
footer.footerv3 .footer-top-r .footer-add h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-top-r .footer-add h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1536px) {
  footer.footerv3 .footer-top-r .footer-add h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footerv3 .footer-top-r .footer-add h4 {
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
footer.footerv3 .footer-top-r .footer-add .footer-add-inner p {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 3px;
}
footer.footerv3 .footer-top-r .footer-add .footer-add-inner p a {
  transition: all ease 0.3s;
  position: relative;
  font-size: inherit;
  color: #000000;
  left: 0;
}
footer.footerv3 .footer-top-r .footer-add .footer-add-inner p a:hover {
  left: 5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-top-r .footer-add .footer-add-inner p a {
    word-break: break-word;
  }
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-top-r .footer-add .footer-add-inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1536px) {
  footer.footerv3 .footer-top-r .footer-add .footer-add-inner p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-top-r .footer-add .footer-add-inner p {
    font-size: 1.4rem;
    word-break: break-all;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-top-r .footer-add .footer-add-inner p {
    font-size: 1.2rem;
    word-break: break-word;
  }
}
footer.footerv3 .footer-bottom {
  border-top: 1px solid #BABABA;
  margin-top: 30px;
}
@media screen and (max-width: 1366px) {
  footer.footerv3 .footer-bottom {
    margin-top: 30px;
  }
}
footer.footerv3 .footer-bottom .footer-bottom-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  footer.footerv3 .footer-bottom .footer-bottom-item {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer.footerv3 .footer-bottom .footer-follow-on {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-bottom .footer-follow-on {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer.footerv3 .footer-bottom .footer-follow-on p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-bottom .footer-follow-on p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-bottom .footer-follow-on p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  footer.footerv3 .footer-bottom .footer-follow-on p {
    font-size: 1.4rem;
  }
}
footer.footerv3 .footer-bottom .footer-follow-on ul li {
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-bottom .footer-follow-on ul li {
    padding: 0 5px;
  }
}
footer.footerv3 .footer-bottom .footer-follow-on ul li a {
  width: 54px;
  height: 54px;
  background-color: #9ca0a5;
  border: 1px solid #9ca0a5;
  transition: all ease 0.3s;
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-bottom .footer-follow-on ul li a {
    width: 48px;
    height: 48px;
  }
}
footer.footerv3 .footer-bottom .footer-follow-on ul li a:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #000000;
  transition: all ease 0.3s;
}
footer.footerv3 .footer-bottom .footer-follow-on ul li a span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footerv3 .footer-bottom .footer-follow-on ul li a span.follow-icon img {
  width: 90%;
}
@media screen and (max-width: 1280px) {
  footer.footerv3 .footer-bottom .copyright {
    padding: 15px 0;
  }
}
footer.footerv3 .footer-bottom p {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-bottom p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-bottom p {
    font-size: 1.4rem;
  }
}
footer.footerv3 .footer-bottom .footer-utility-links {
  max-width: 430px;
}
@media screen and (max-width: 1280px) {
  footer.footerv3 .footer-bottom .footer-utility-links {
    max-width: unset;
  }
}
footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled {
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled {
    justify-content: space-between;
  }
}
footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li {
  padding: 0 47px 0 0;
}
@media screen and (max-width: 991px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li {
    max-width: 100%;
    padding: 0 10px;
  }
}
footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li:last-child {
  padding-right: 0px;
  margin-right: 0px !important;
}
footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 400;
}
footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li a:hover {
  color: #39414C;
}
@media screen and (max-width: 1700px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1366px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  footer.footerv3 .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-top-l .footer-follow-on p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #39414C;
}
@media screen and (max-width: 1366px) {
  .footer-top-l .footer-follow-on p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top-l .footer-follow-on p {
    font-size: 1.8rem;
  }
}
.footer-top-l .footer-follow-on ul li {
  padding: 0 20px 0 0;
}
.footer-top-l .footer-follow-on ul li a {
  width: 54px;
  height: 54px;
  background-color: #39414C;
  border: 1px solid #39414C;
  transition: all ease 0.3s;
  text-align: center;
}
.footer-top-l .footer-follow-on ul li a:hover {
  background-color: #000000;
  border: 1px solid #39414C;
  color: #39414C;
  transition: all ease 0.3s;
}
.footer-top-l .footer-follow-on ul li a span {
  width: 34px;
  height: 34px;
}
.footer-top-l .footer-follow-on ul li a span.follow-icon img {
  width: 100%;
}

.footer-top-r {
  max-width: 650px;
  width: 100%;
}
.footer-top-r .accordian-footer {
  position: relative;
}
.footer-top-r .accordian-footer:before {
  width: 100%;
  height: 1px;
  background-color: #BABABA;
  content: "";
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 991px) {
  .footer-top-r .accordian-footer:before {
    display: none;
  }
}
.footer-top-r .accordian-footer .accordian-item {
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .footer-top-r .accordian-footer .accordian-item {
    padding: 0 0px;
  }
}
.footer-top-r .accordian-footer .accordian-item:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top-r .accordian-footer .accordian-item:first-child {
    padding-left: 0px;
  }
}
.footer-top-r .accordian-footer .accordian-item:last-child {
  padding-right: 0px;
}
.footer-top-r .accordian-footer .accordian-item h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: #39414C;
  margin-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  .footer-top-r .accordian-footer .accordian-item h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top-r .accordian-footer .accordian-item h4 {
    margin-bottom: 20px;
  }
}
.footer-top-r .accordian-footer .accordian-item h4 span {
  position: relative;
  top: 5px;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #3B414B;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: none;
}
@media screen and (max-width: 991px) {
  .footer-top-r .accordian-footer .accordian-item h4 span {
    display: block;
  }
}
.footer-top-r .accordian-footer .accordian-item h4.active span {
  transform: rotate(-135deg);
  transition: border-width 150ms ease-in-out;
}
.footer-top-r .accordian-footer .accordian-item .accordian_content {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  .footer-top-r .accordian-footer .accordian-item .accordian_content {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.footer-top-r .accordian-footer .accordian-item .accordian_content ul li {
  margin-bottom: 5px;
}
.footer-top-r .accordian-footer .accordian-item .accordian_content ul li:last-child {
  margin-bottom: 0px;
}
.footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #747474;
  font-weight: 400;
}
.footer-top-r .accordian-footer .accordian-item .accordian_content ul li a:hover {
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .footer-top-r .accordian-footer .accordian-item .accordian_content ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top-r .accordian-footer .accordian-item {
    padding-right: 0px;
  }
}

.footer-bottom {
  border-top: 1px solid #BABABA;
  margin-top: 50px;
}
@media screen and (max-width: 1366px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom {
    margin-top: 10px;
    border: 0px;
  }
}
.footer-bottom p {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 374px) {
  .footer-bottom p {
    font-size: 1.4rem;
  }
}
.footer-bottom .footer-utility-links {
  max-width: 430px;
}
.footer-bottom .footer-utility-links ul.list-unstyled li {
  padding: 0 47px 0 0;
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li {
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li {
    padding: 0 10px;
  }
}
.footer-bottom .footer-utility-links ul.list-unstyled li:last-child {
  padding-right: 0px;
  margin-right: 0px !important;
}
.footer-bottom .footer-utility-links ul.list-unstyled li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #39414C;
  font-weight: 300;
}
@media screen and (max-width: 1366px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}
.footer-bottom .footer-utility-links ul.list-unstyled li a:hover {
  color: #000000;
}
@media screen and (max-width: 374px) {
  .footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals#helplineModal .modal-md {
    max-width: unset;
    padding: 0 20px;
  }
}
.sticky-links-modals#helplineModal .modal-content {
  text-align: center;
}
.sticky-links-modals#helplineModal .modal-content .modal-header h5 {
  width: 100%;
}
.sticky-links-modals#helplineModal .modal-content a {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1700px) {
  .sticky-links-modals#helplineModal .modal-content a {
    font-size: 2.6rem;
  }
}
.sticky-links-modals#helplineModal .modal-content a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}
.sticky-links-modals#helplineModal .modal-content a:hover:after {
  width: 100%;
}
.sticky-links-modals#chatWithUsModal .modal-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .sticky-links-modals#chatWithUsModal .modal-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.sticky-links-modals#chatWithUsModal .modal-content ul li a {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1700px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li a {
    font-size: 1.8rem;
  }
}
.sticky-links-modals#chatWithUsModal .modal-content ul li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}
.sticky-links-modals#chatWithUsModal .modal-content ul li a:hover:after {
  width: calc(100% - 50px);
}
@media screen and (max-width: 991px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li a:hover:after {
    display: none;
  }
}
.sticky-links-modals#chatWithUsModal .modal-content ul li a span {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.sticky-links-modals#chatWithUsModal .modal-content ul li a span img {
  width: 1005;
}
.sticky-links-modals .modal-lg {
  max-width: 1165px;
}
@media screen and (max-width: 1024px) {
  .sticky-links-modals .modal-lg {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-lg {
    max-width: unset;
    padding: 0 20px;
  }
}
.sticky-links-modals .modal-header {
  position: relative;
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-header {
    padding: 0 15px 15px;
    margin: 0 -15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.sticky-links-modals .modal-header .btn-close {
  width: 34px;
  height: 34px;
  background-image: none;
  position: absolute;
  right: -80px;
  top: -40px;
}
@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-header .btn-close {
    right: -20px;
    top: -20px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-header .btn-close {
    right: 20px;
    top: 0;
    width: 22px;
    height: 22px;
  }
}
.sticky-links-modals .modal-header .btn-close img {
  width: 100%;
}
.sticky-links-modals .modal-content {
  border-radius: 30px;
  border: none;
  padding: 60px 100px;
}
@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-content {
    padding: 30px 40px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content {
    border-radius: 13px;
    padding: 15px;
  }
}
.sticky-links-modals .modal-content h5 {
  font-family: "Saira Condensed", sans-serif;
  color: #000000;
  font-size: 3.6rem;
}
@media screen and (max-width: 1700px) {
  .sticky-links-modals .modal-content h5 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .sticky-links-modals .modal-content h5 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content h5 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .modal-body {
    padding: 0px;
  }
}
.sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap {
  margin: 0 -40px;
}
@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap {
    margin: 0 -20px;
  }
}
.sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-select:after {
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group {
    margin-bottom: 20px;
  }
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group label {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group .errorMsg {
    bottom: -20px;
  }
}
.sticky-links-modals .modal-content .otp-elements-wrap {
  display: none;
}

#take-tour .takeTourOuter {
  position: relative;
}
#take-tour .takeTourOuter .tabs-buttons {
  position: absolute;
  right: 0;
  top: -74px;
}
@media screen and (max-width: 1024px) {
  #take-tour .takeTourOuter .tabs-buttons {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #take-tour .takeTourOuter .tabs-buttons {
    margin-bottom: 10px;
  }
}
#take-tour .takeTourTabsInner {
  position: relative;
}
#take-tour .takeTourTabsInner .animatedImage {
  width: 135px;
  height: 135px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media (max-width: 1366px) {
  #take-tour .takeTourTabsInner .animatedImage {
    width: 85px;
    height: 85px;
  }
}
#take-tour .takeTourTabsInner .animatedImage svg {
  max-width: 135px;
  margin: 0 auto;
}
#take-tour .takeTourTabsInner .tabs-item-inner {
  position: relative;
}
#take-tour .takeTourTabsInner .tabs-item-inner.slick-slide {
  padding: 0px;
  height: 60vh;
}
@media screen and (max-width: 1700px) {
  #take-tour .takeTourTabsInner .tabs-item-inner.slick-slide {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  #take-tour .takeTourTabsInner .tabs-item-inner.slick-slide {
    height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  #take-tour .takeTourTabsInner .tabs-item-inner.slick-slide {
    height: auto;
    margin: 0;
  }
}
#take-tour .takeTourTabsInner .tabs-item-inner img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 1400px) {
  #take-tour .takeTourTabsInner .tabs-item-inner img {
    border-radius: 25px;
  }
}
@media (max-width: 1366px) {
  #take-tour .takeTourTabsInner .tabs-item-inner img {
    border-radius: 20px;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider {
  padding-bottom: 50px;
  position: relative;
}
#take-tour .takeTourTabsInner .take-tour-slider img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #take-tour .takeTourTabsInner .take-tour-slider img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #take-tour .takeTourTabsInner .take-tour-slider {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  #take-tour .takeTourTabsInner .take-tour-slider {
    overflow: hidden;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-prev, #take-tour .takeTourTabsInner .take-tour-slider .slick-next {
  width: 35px;
  height: 35px;
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-prev {
  background: url(../images/slick-arrow-prev.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 42%;
}
@media screen and (max-width: 991px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev {
    left: 25%;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  left: 35px;
  bottom: 17px;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 1919px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-prev:after {
    width: 81px;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-prev.slick-disabled:after {
  display: none;
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-next {
  background: url(../images/slick-arrow-next.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  right: 42%;
}
@media screen and (max-width: 991px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next {
    right: 30%;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  right: 35px;
  bottom: 17px;
  z-index: 0;
}
@media screen and (max-width: 1919px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 81px;
  }
}
@media screen and (max-width: 1199px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 255px;
  }
}
@media screen and (max-width: 425px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 125px;
  }
}
@media screen and (max-width: 390px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 80px;
  }
}
@media screen and (max-width: 320px) {
  #take-tour .takeTourTabsInner .take-tour-slider .slick-next:after {
    width: 55px;
  }
}
#take-tour .takeTourTabsInner .take-tour-slider .slick-next.slick-disabled:after {
  display: none;
}
#take-tour .tabs-wrap .tabs-buttons {
  position: absolute;
  right: 0;
  top: -55px;
}
@media screen and (max-width: 480px) {
  #take-tour .tabs-wrap .tabs-buttons {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
  }
}
#take-tour .tabs-wrap .tabs-container .tabs-item {
  display: none;
}
#take-tour .tabs-wrap .tabs-container .tabs-item.tabs-show {
  display: block;
  transition: all ease 0.3s;
}
#take-tour .tabs-wrap .tabs-container .tabs-item.tabs-show .tabs-item-inner {
  display: block;
}
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner {
  width: 100%;
  display: none;
}
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner img {
  width: 100%;
}
#take-tour .tabs-wrap .tabs-container .tabs-item .tabs-item-inner .interior-exterior .tabs-item-inner:last-child {
  display: none;
}

#follow-us .follow-us-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-list {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    padding-top: 25px;
  }
}
#follow-us .follow-us-list ul li {
  padding: 0 30px 0 0;
}
#follow-us .follow-us-list ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-list ul li {
    padding: 0 10px 0 0;
  }
}
#follow-us .follow-us-list ul li a {
  width: 62px;
  height: 62px;
  background-color: #000000;
  border: 1px solid #BABABA;
  transition: all ease 0.3s;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-list ul li a {
    width: 56px;
    height: 56px;
  }
}
#follow-us .follow-us-list ul li a span {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-list ul li a span {
    width: 36px;
    height: 36px;
  }
}
#follow-us .follow-us-list ul li a span.follow-icon svg {
  fill: #BABABA;
}
#follow-us .follow-us-list ul li a:hover, #follow-us .follow-us-list ul li a.active {
  background-color: #39414C;
  border: 1px solid #39414C;
  color: #39414C;
  transition: all ease 0.3s;
}
#follow-us .follow-us-list ul li a:hover span.follow-icon svg, #follow-us .follow-us-list ul li a.active span.follow-icon svg {
  fill: #ffffff;
}
#follow-us .follow-us-slider-wrap {
  background: #eff1f4;
  border-radius: 30px;
  padding: 60px 100px;
  margin-top: 50px;
}
@media screen and (max-width: 1366px) {
  #follow-us .follow-us-slider-wrap {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-slider-wrap {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 480px) {
  #follow-us .follow-us-slider-wrap {
    padding: 50px;
  }
}
#follow-us .follow-us-slider-wrap .multiSlide:after {
  width: 11%;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.5);
  position: absolute;
  content: "";
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1536px) {
  #follow-us .follow-us-slider-wrap .multiSlide:after {
    width: 9%;
  }
}
@media screen and (max-width: 991px) {
  #follow-us .follow-us-slider-wrap .multiSlide:after {
    width: 6%;
  }
}
@media screen and (max-width: 768px) {
  #follow-us .follow-us-slider-wrap .multiSlide:after {
    display: none;
  }
}
#follow-us .follow-us-slider-wrap .slick-prev, #follow-us .follow-us-slider-wrap .slick-next {
  top: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #39414C !important;
  background-image: none !important;
  transform: none;
  z-index: 1;
}
#follow-us .follow-us-slider-wrap .slick-prev:hover, #follow-us .follow-us-slider-wrap .slick-next:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #follow-us .follow-us-slider-wrap .slick-prev, #follow-us .follow-us-slider-wrap .slick-next {
    display: none !important;
  }
}
#follow-us .follow-us-slider-wrap .slick-prev {
  left: 42%;
}
#follow-us .follow-us-slider-wrap .slick-prev:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}
#follow-us .follow-us-slider-wrap .slick-next {
  right: 42%;
}
#follow-us .follow-us-slider-wrap .slick-next:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(135deg);
  z-index: 1;
}
#follow-us .follow-us-slider-wrap .item {
  padding: 0 15px 70px 15px;
  transform: scale(0.95);
  transition: all ease 0.3s;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  #follow-us .follow-us-slider-wrap .item {
    transform: none;
    padding: 0 15px 60px 15px;
  }
}
@media screen and (max-width: 768px) {
  #follow-us .follow-us-slider-wrap .item {
    transform: none;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #follow-us .follow-us-slider-wrap .item {
    transform: none;
  }
}
#follow-us .follow-us-slider-wrap .item img {
  width: 100%;
  height: 100%;
}
#follow-us .follow-us-slider-wrap .item:hover {
  transform: scale(1);
}

#campus-buzz .happening-banner {
  border-radius: 20px;
  overflow: hidden;
}
#campus-buzz .happening-banner:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
#campus-buzz .happening-banner:hover img {
  transform: scale(1.05);
  transition: all ease 0.3s;
}
#campus-buzz .happening-banner img {
  width: 100%;
}
#campus-buzz .happening-banner .happening-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-banner .happening-banner-text {
    font-size: 2.2rem;
    padding: 20px;
    top: auto;
    transform: none;
    bottom: 0;
  }
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text {
    top: 0px;
  }
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text figure {
    width: 174px;
    height: auto;
  }
  #campus-buzz .happening-banner .happening-banner-text.admissions-banner-text .content-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
#campus-buzz .happening-banner .happening-banner-text h3 {
  font-weight: 700;
  font-size: 3.4rem;
  padding-bottom: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1536px) {
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  #campus-buzz .happening-banner .happening-banner-text h3 {
    font-size: 2rem;
  }
}
#campus-buzz .happening-banner .happening-banner-text p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 2rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  #campus-buzz .happening-banner .happening-banner-text p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
#campus-buzz .happening-banner .happening-banner-text p.small-text {
  font-size: 2rem;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-banner .happening-banner-text p.small-text {
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #campus-buzz .happening-slider {
    margin-right: -20px;
    overflow: hidden;
  }
}
#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) {
  #campus-buzz .happening-slider .happening-slide-item {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #campus-buzz .happening-slider .happening-slide-item {
    padding: 20px;
  }
}
#campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:nth-child(2) {
  min-height: 120px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1366px) {
  #campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:nth-child(2) {
    min-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:nth-child(2) {
    min-height: 170px;
  }
}
@media screen and (max-width: 768px) {
  #campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:nth-child(2) {
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:nth-child(2) {
    min-height: 110px;
  }
}
#campus-buzz .happening-slider .happening-slide-item .happeningDiscSec span.disAndDate:last-child {
  min-height: auto;
}
#campus-buzz .happening-slider .happening-slide-item p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #39414C;
}
@media screen and (max-width: 1700px) {
  #campus-buzz .happening-slider .happening-slide-item p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #campus-buzz .happening-slider .happening-slide-item p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-slider .happening-slide-item p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  #campus-buzz .happening-slider .happening-slide-item p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
#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: 1700px) {
  #campus-buzz .happening-slider .happening-slide-item span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #campus-buzz .happening-slider .happening-slide-item span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #campus-buzz .happening-slider .happening-slide-item span {
    font-size: 1.4rem;
  }
}

.rightbutton-align {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .rightbutton-align {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

#student-outcomes .studentOutcomeSlider .item {
  margin: 0px 50px 40px 50px;
  background-color: #eff1f4;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  padding: 0px;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  #student-outcomes .studentOutcomeSlider .item {
    margin: 0px 30px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  #student-outcomes .studentOutcomeSlider .item {
    margin: 0px 20px 30px 20px;
  }
}
#student-outcomes .studentOutcomeSlider .item.slick-slide {
  padding: 0px;
  flex-wrap: wrap;
  height: auto;
  display: flex;
}
#student-outcomes .studentOutcomeSlider .item .common-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
#student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
  padding: 60px 60px 30px 60px;
  min-height: auto;
  position: initial;
}
@media (max-width: 1700px) {
  #student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
    padding: 50px 50px 30px 50px;
  }
}
@media (max-width: 1400px) {
  #student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
    padding: 40px 40px 30px 40px;
  }
}
@media (max-width: 1366px) {
  #student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  #student-outcomes .studentOutcomeSlider .item .common-card .common-card-body {
    padding: 20px 20px 30px 20px;
  }
}
#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) {
  #student-outcomes .studentOutcomeSlider .item:hover {
    top: auto;
    animation: none;
  }
}
#student-outcomes .studentOutcomeSlider .item h3 {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #747474;
}
@media screen and (max-width: 1700px) {
  #student-outcomes .studentOutcomeSlider .item h3 {
    font-size: 3rem;
  }
}
#student-outcomes .studentOutcomeSlider .item .outcome-num {
  color: #000000;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  display: flex;
}
@media screen and (max-width: 1700px) {
  #student-outcomes .studentOutcomeSlider .item .outcome-num {
    font-size: 2.4rem;
  }
}
#student-outcomes .studentOutcomeSlider .item .outcome-num span {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 60px;
}
@media screen and (max-width: 1700px) {
  #student-outcomes .studentOutcomeSlider .item .outcome-num span {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  #student-outcomes .studentOutcomeSlider .item .outcome-content {
    min-height: auto;
  }
}
#student-outcomes .studentOutcomeSlider .item p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#student-outcomes .studentOutcomeSlider .item p.outcome-headline {
  color: #000000;
  font-size: 2.4rem;
}
@media screen and (max-width: 1700px) {
  #student-outcomes .studentOutcomeSlider .item p.outcome-headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #student-outcomes .studentOutcomeSlider .item p.outcome-headline {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  #student-outcomes .studentOutcomeSlider .item p.outcome-headline {
    font-size: 1.6rem;
  }
}
#student-outcomes .studentOutcomeSlider .item .arrow-button {
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 1024px) {
  #counter.numbers-section {
    margin: 0 auto;
  }
}
#counter .big {
  width: 25%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #counter .big {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #counter .big {
    width: 100%;
  }
}
#counter .small {
  width: 25%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #counter .small {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #counter .small {
    width: 100%;
  }
}
#counter .num_box {
  padding-right: 25px;
  margin-right: 50px;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1366px) {
  #counter .num_box {
    padding-right: 15px;
    margin-right: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #counter .num_box {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #counter .num_box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
    margin-right: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #counter .num_box {
    padding-bottom: 15px;
    padding-right: 10px;
  }
}
#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;
}
#counter .num_box p {
  margin-bottom: 0;
}
#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: 1700px) {
  #counter .num_box p.num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1536px) {
  #counter .num_box p.num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  #counter .num_box p.num {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #counter .num_box p.num {
    font-size: 4rem;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #counter .num_box p.num {
    font-size: 4rem;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #counter .num_box p.num {
    font-size: 3.2rem;
  }
}
#counter .num_box p.num .count {
  font-weight: 700;
}
#counter .num_box p.num sup {
  top: -18px;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #counter .num_box p.num sup {
    font-size: 2.6rem;
  }
}
#counter .num_box p.desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #39414C;
  font-size: 2.2rem;
}
@media screen and (max-width: 1700px) {
  #counter .num_box p.desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #counter .num_box p.desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #counter .num_box p.desc {
    width: 46%;
  }
}

.findYourProgram-wrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1536px) {
  .findYourProgram-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap {
    max-width: 100%;
  }
}
.findYourProgram-wrap.home .findYourProgram.active .listSearchArea {
  top: auto;
  padding-top: 0;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55%;
  transform: translateX(-55%);
  top: 0px;
  z-index: 1;
}
@media screen and (max-width: 1536px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea {
    justify-content: flex-end;
    transform: none;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: flex-start;
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar {
  height: 70px;
  width: 50px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar {
    margin: 0 5px;
    height: 40px;
    width: 30px;
    position: relative;
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar .search-program-button {
  border: none;
  outline: none;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar .search-program-button {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.7);
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar .search-program-close {
  opacity: 1;
  display: none;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .search-bar .search-program-close {
    transform: scale(0.7);
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item {
  padding: 0 20px;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item:first-child {
  padding-left: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item:first-child {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item {
    padding: 0 15px;
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link:hover {
  color: #000000;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link:hover:before {
  width: 100%;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link:before {
  height: 1px;
  background-color: #707070;
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link:before {
    bottom: 0px;
  }
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link.active {
  color: #000000;
}
.findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
  width: 100%;
  background-color: #707070;
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
    bottom: 0px;
  }
}
.findYourProgram-wrap.home .findYourProgram .search-program-full {
  height: 92px;
  background-color: transparent;
  display: none;
  margin: 0px 0;
  top: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home .findYourProgram .search-program-full {
    top: 0;
  }
}
.findYourProgram-wrap .program-more {
  display: none;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .program-more {
    display: block;
  }
}
.findYourProgram-wrap .listSearchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55%;
  transform: translateX(-55%);
  top: 0px;
  z-index: 1;
}
@media screen and (max-width: 1536px) {
  .findYourProgram-wrap .listSearchArea {
    justify-content: flex-end;
    transform: none;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: flex-start;
  }
}
.findYourProgram-wrap .listSearchArea .search-bar {
  height: 70px;
  width: 50px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea .search-bar {
    margin: 0 5px;
    height: 40px;
    width: 30px;
    position: relative;
  }
}
.findYourProgram-wrap .listSearchArea .search-bar .search-program-button {
  border: none;
  outline: none;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea .search-bar .search-program-button {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.7);
  }
}
.findYourProgram-wrap .listSearchArea .search-bar .search-program-close {
  opacity: 1;
  display: none;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea .search-bar .search-program-close {
    transform: scale(0.7);
  }
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item {
  padding: 0 20px;
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item {
    padding: 0 5px;
  }
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1700px) {
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 2.2rem;
  }
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:hover {
  color: #000000;
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:hover:before {
  width: 100%;
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:before {
  height: 1px;
  background-color: #707070;
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link:before {
    bottom: 0px;
  }
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active {
  color: #000000;
}
.findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
  width: 100%;
  background-color: #707070;
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .listSearchArea .tabs-buttons .nav-item .nav-link.active:before {
    bottom: 0px;
  }
}
.findYourProgram-wrap .search-program-full {
  height: 92px;
  background-color: #eff1f4;
  display: none;
  margin: 0px 0;
}
.findYourProgram-wrap .search-program-box {
  display: none;
  background: #ffffff;
  border-radius: 8px;
  margin: 15px 0;
  box-shadow: 0 3px 8px 0px #ccc;
  position: relative;
  padding: 0px 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.findYourProgram-wrap .search-program-box .input-group .rbt {
  flex: 1 1;
}
.findYourProgram-wrap .search-program-box .input-group .rbt .form-control {
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}
.findYourProgram-wrap .search-program-box .input-group .input-group-append {
  position: relative;
  margin: 0;
}
.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;
}
.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;
}
.findYourProgram-wrap .search-program-box .input-group .input-group-append button.btn-close {
  width: auto;
  height: auto;
  opacity: 1;
}
.findYourProgram-wrap .search-program-box .searchWrap-section {
  margin: 30px 0;
}
.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;
}
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.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 0.3s;
}
.findYourProgram-wrap .search-program-box .searchWrap-section .search-result-section ul li a:hover {
  background: #ffffff;
  color: #747474;
}
.findYourProgram-wrap .section-heads {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .section-heads {
    position: relative;
  }
}
.findYourProgram-wrap .findYourProgram.active {
  position: relative;
  padding-top: 90px;
}
.findYourProgram-wrap .findYourProgram.active .search-program-full {
  display: block;
  margin-bottom: 15px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram.active .search-program-full {
    top: 0px;
    z-index: 1;
  }
}
.findYourProgram-wrap .findYourProgram.active #findYourProgramTabs-content {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram.active .listSearchArea {
    padding-top: 0px;
  }
}
.findYourProgram-wrap .findYourProgram.active .listSearchArea .search-bar {
  border-radius: 25px 25px 0 0;
  background: #eff1f4;
}
.findYourProgram-wrap .findYourProgram.active .listSearchArea .search-bar .search-program-button {
  display: none;
}
.findYourProgram-wrap .findYourProgram.active .listSearchArea .search-bar .search-program-close {
  display: block;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram.active .search-program-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram {
    padding-top: 0px;
  }
}
.findYourProgram-wrap #findYourProgramTabs-content {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .programListRow .programListField {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .rightbutton-align {
    display: flex !important;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap.mobile-active .program-more {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programList-wrap .rightbutton-align {
    display: none !important;
  }
}
.findYourProgram-wrap #findYourProgramTabs-content .programListRow {
  justify-content: flex-start;
  margin: 0 -50px;
  padding-bottom: 30px;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow {
    margin: 0;
    padding-bottom: 0;
    justify-content: space-between;
  }
}
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField {
    padding: 0px 0px;
    display: none;
    margin-bottom: 25px;
  }
}
.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;
}
.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: 1700px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .programListField a {
    font-size: 2.2rem;
  }
}
.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;
}
.findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
  font-weight: 400;
  color: #BABABA;
  font-size: 2.2rem;
  padding-bottom: 3px;
  line-height: normal;
}
@media screen and (max-width: 1700px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap #findYourProgramTabs-content .programListRow .headText {
    font-size: 2.2rem;
  }
}
.findYourProgram-wrap #findYourProgramTabs-content .btnWrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap #findYourProgramTabs-content .btnWrap {
    justify-content: center;
  }
}

#design-degree .designDegree-wrap {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  #design-degree .designDegree-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #design-degree .designDegree-wrap {
    max-width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap {
    max-width: 100%;
  }
}
#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) {
  #design-degree .designDegree-wrap .captionText {
    background: url(../images/design-mobile-degree.webp);
    background-size: 100% 100%;
    height: 100vh;
    display: block;
    padding: 35px;
  }
}
#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) {
  #design-degree .designDegree-wrap .captionText h3 {
    font-size: 4rem;
  }
}
#design-degree .designDegree-wrap .captionText .textPara-wrap {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap {
    max-width: 80%;
    position: absolute;
    bottom: auto;
    top: 65%;
  }
}
#design-degree .designDegree-wrap .captionText .textPara-wrap .textPara {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#design-degree .designDegree-wrap .captionText .textPara-wrap .textPara p {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1366px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #design-degree .designDegree-wrap .captionText .textPara-wrap .textPara {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
#design-degree .designDegree-wrap .captionText ul {
  padding: 0px;
  display: flex;
  margin: 0px;
  max-width: 80%;
}
@media screen and (max-width: 1536px) {
  #design-degree .designDegree-wrap .captionText ul {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #design-degree .designDegree-wrap .captionText ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .captionText ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap .captionText ul {
    flex-direction: column;
  }
}
#design-degree .designDegree-wrap .captionText ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .captionText ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#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;
}
#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) {
  #design-degree .designDegree-wrap .captionText ul li.customiseLink a .arrow-button {
    top: 12px;
    transform: scale(1);
  }
}
#design-degree .designDegree-wrap .captionText ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .captionText ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap .captionText ul li a {
    font-size: 2.2rem;
  }
}
#design-degree .designDegree-wrap .captionText ul li a:hover .arrow-button {
  background-image: url(../images/link-arrow-hover-white.png);
}
#design-degree .designDegree-wrap .captionText ul li a .arrow-button {
  background-image: url(../images/link-arrow-white.png);
}
#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;
}
#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: 991px) {
  #design-degree .designDegree-wrap .design-degree-content {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .design-degree-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  #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;
  }
}
#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: 1700px) {
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 3rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .design-degree-content h3 {
    font-size: 4rem;
    line-height: 40px;
  }
}
#design-degree .designDegree-wrap .design-degree-content .textPara-wrap {
  max-width: 45%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap {
    max-width: 85%;
    position: absolute;
    bottom: 50px;
    top: auto;
  }
}
#design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
#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: 1700px) {
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .design-degree-content .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}
#design-degree .designDegree-wrap .design-degree-content ul {
  padding: 0px;
  display: flex;
  margin: 0px;
  max-width: 80%;
}
@media screen and (max-width: 1536px) {
  #design-degree .designDegree-wrap .design-degree-content ul {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #design-degree .designDegree-wrap .design-degree-content ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #design-degree .designDegree-wrap .design-degree-content ul {
    flex-direction: column;
  }
}
#design-degree .designDegree-wrap .design-degree-content ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .design-degree-content ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#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;
}
#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) {
  #design-degree .designDegree-wrap .design-degree-content ul li.customiseLink a .arrow-button {
    top: 12px;
    transform: scale(1);
  }
}
#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) {
  #design-degree .designDegree-wrap .design-degree-content ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #design-degree .designDegree-wrap .design-degree-content ul li a {
    font-size: 2.2rem;
  }
}
#design-degree .designDegree-wrap .design-degree-content ul li a:hover .arrow-button {
  background-image: url(../images/link-arrow-hover-white.png);
}
#design-degree .designDegree-wrap .design-degree-content ul li a .arrow-button {
  background-image: url(../images/link-arrow-white.png);
}

#upes-values .img-text-card-wrap .slick-list {
  margin: 0px -50px;
}
@media screen and (max-width: 1366px) {
  #upes-values .img-text-card-wrap .slick-list {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .slick-list {
    margin: 0px -20px;
  }
}
#upes-values .img-text-card-wrap .item {
  margin: 15px 50px 40px 50px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  #upes-values .img-text-card-wrap .item {
    margin: 10px 30px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .item {
    margin: 0px 20px 30px 20px;
  }
}
#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) {
  #upes-values .img-text-card-wrap .item.core-val-1:before {
    transform: scale(0.8);
    top: -30px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .item.core-val-1:before {
    transform: scale(0.6);
    top: -30px;
    right: -20px;
  }
}
#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) {
  #upes-values .img-text-card-wrap .item.core-val-2:before {
    transform: scale(0.8);
    top: -30px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .item.core-val-2:before {
    transform: scale(0.6);
    top: -30px;
    right: -20px;
  }
}
#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) {
  #upes-values .img-text-card-wrap .item.core-val-3:before {
    transform: scale(0.8);
    right: -30px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .item.core-val-3:before {
    transform: scale(0.6);
    top: -30px;
  }
}
#upes-values .img-text-card-wrap .item .common-card-body {
  height: 100%;
}
#upes-values .img-text-card-wrap .item .common-card-body p {
  font-size: 2.2rem;
  min-height: 100px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  #upes-values .img-text-card-wrap .item .common-card-body p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #upes-values .img-text-card-wrap .item .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #upes-values .img-text-card-wrap .item .common-card-body p {
    margin-bottom: 30px;
  }
}
#upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
  width: 60%;
  font-size: 5rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  white-space: normal;
}
@media screen and (max-width: 1700px) {
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    padding-top: 20px;
    width: 80%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  #upes-values .img-text-card-wrap .item .common-card-body .common-card-body-heads h3 {
    white-space: normal;
  }
}
#upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media (max-width: 1700px) {
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 50px;
    bottom: 50px;
  }
}
@media (max-width: 1400px) {
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 1366px) {
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  #upes-values .img-text-card-wrap .item .common-card-body .arrow-button {
    left: 20px;
    bottom: 20px;
  }
}

.hero-section {
  position: relative;
}
.hero-section .row > * {
  padding: 0;
}
.hero-section figure {
  position: relative;
  margin: 0;
}
.hero-section figure img {
  width: 100%;
  object-fit: cover;
}
.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) {
  .hero-section figure figcaption {
    display: none;
  }
}
.hero-section .hero-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-section .slick-slide {
  position: relative;
}
.hero-section .slick-slide img {
  width: 100%;
}
.hero-section .container-fluid .banner_txt_main {
  position: absolute;
  width: 60%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 60px 20px 60px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .hero-section .container-fluid .banner_txt_main {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .hero-section .container-fluid .banner_txt_main {
    width: 45%;
  }
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main {
    padding: 40px 40px 40px 0;
  }
}
.hero-section .container-fluid .banner_txt_main h1, .hero-section .container-fluid .banner_txt_main h2 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 3px;
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main h1, .hero-section .container-fluid .banner_txt_main h2 {
    font-size: 4rem;
  }
}
.hero-section .container-fluid .banner_txt_main h1 span, .hero-section .container-fluid .banner_txt_main h2 span {
  font-size: 18rem;
  line-height: 170px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main h1 span, .hero-section .container-fluid .banner_txt_main h2 span {
    font-size: 16rem;
    line-height: 150px;
  }
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main h1 span, .hero-section .container-fluid .banner_txt_main h2 span {
    font-size: 13rem;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  .hero-section .container-fluid .banner_txt_main h1 span, .hero-section .container-fluid .banner_txt_main h2 span {
    font-size: 6rem;
    line-height: 50px;
  }
}
.hero-section .container-fluid .banner_txt_main p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hero-section .container-fluid .banner_txt_main p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .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;
  }
  .hero-section .container-fluid .banner_txt_main h1 {
    font-size: 3.3rem;
  }
}
.hero-section .container-fluid .banner_txt_main .trans-buttons {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 168px;
}
@media (max-width: 1700px) {
  .hero-section .container-fluid .banner_txt_main .trans-buttons {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .hero-section .container-fluid .banner_txt_main .trans-buttons {
    margin-top: 0px;
  }
}
.hero-section .container-fluid .banner_txt_main .trans-buttons.active span {
  color: #39414C;
}
.hero-section .container-fluid .banner_txt_main .trans-buttons span {
  color: #ffffff;
  text-transform: capitalize;
}
.hero-section .container-fluid .banner_txt_main .trans-buttons:hover span {
  color: #39414C;
}

.hero-content {
  padding-top: 99px;
}
@media (max-width: 991px) {
  .hero-content {
    padding-top: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .hero-content {
    position: relative;
    height: 85vh;
    overflow: hidden;
  }
}
.hero-content img {
  max-width: 100%;
}
.hero-content p {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
.hero-content .f-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 12px;
}
.hero-content .f-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 20px;
}
.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;
}
.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) {
  .hero-content .f-light {
    font-size: 2.2rem;
    letter-spacing: 8px;
  }
  .hero-content .f-medium {
    font-size: 3.7rem;
    letter-spacing: 14px;
  }
}

.videoContainer {
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.videoContainer #homevideo {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .videoContainer #homevideo {
    height: 100vh;
  }
}
.videoContainer .imgBox {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.videoContainer .imgBox .desktop {
  display: block;
}
@media (max-width: 991px) {
  .videoContainer .imgBox .desktop {
    display: none;
  }
}
.videoContainer .imgBox .mobile {
  display: none;
}
@media (max-width: 991px) {
  .videoContainer .imgBox .mobile {
    display: block;
  }
}

.hide {
  display: none;
}

@media (max-width: 991px) {
  .campus-life-gallery-item .slick-list {
    margin: 0px -15px;
  }
}
@media (max-width: 991px) {
  .campus-life-gallery-item .slick-slide {
    margin: 0px 15px 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .campus-life-gallery-item.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
.campus-life-gallery-item .campusgallery-item-inner {
  width: 25%;
  float: left;
  position: relative;
  padding: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .campus-life-gallery-item .campusgallery-item-inner {
    padding: 0 !important;
  }
}
.campus-life-gallery-item .campusgallery-item-inner a {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media screen and (max-width: 991px) {
  .campus-life-gallery-item .campusgallery-item-inner a {
    border-radius: 20px;
  }
}
.campus-life-gallery-item .campusgallery-item-inner a:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
.campus-life-gallery-item .campusgallery-item-inner a:hover img {
  transform: scale(1.05);
  transition: all ease 0.3s;
}
.campus-life-gallery-item .campusgallery-item-inner:first-child {
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .campus-life-gallery-item .campusgallery-item-inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .campus-life-gallery-item {
    margin-right: -20px;
    overflow: hidden;
  }
}

.slick-lightbox-slick-item-inner {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home .section-heads {
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home .findYourProgram .listSearchArea {
    position: relative;
    justify-content: flex-start;
  }
}
.findYourProgram-wrap.home .findYourProgram.active .search-program-box {
  max-width: 100%;
}
.findYourProgram-wrap.home #findYourProgramTabs-content {
  padding-top: 0;
  position: relative;
  top: 100px;
}
@media (max-width: 1024px) {
  .findYourProgram-wrap.home #findYourProgramTabs-content {
    padding-top: 30px;
    top: 0;
    margin-top: 10px !important;
  }
}
.findYourProgram-wrap.home #findYourProgramTabs-content.active {
  top: 0;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .search-program-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 100%;
  }
}

.findYourProgram-wrap.home .findYourProgram.active .search-program-full {
  top: 80px;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home .findYourProgram.active .search-program-full {
    top: -25px;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap.home .findYourProgram.active .search-program-full {
    top: 0px;
  }
}

.videoNImg-gallery {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.videoNImg-gallery .vidImgInner {
  width: 25%;
  float: left;
  position: relative;
  padding: 10px;
}
.videoNImg-gallery .vidImgInner:first-child {
  width: 50%;
  float: left;
  height: 100%;
}
.videoNImg-gallery .video-same-window {
  position: relative;
  height: 100%;
}
.videoNImg-gallery .video-same-window video {
  position: relative;
  height: 100% !important;
  top: auto !important;
  transform: none;
  left: auto;
}
.videoNImg-gallery a {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media screen and (max-width: 991px) {
  .videoNImg-gallery a {
    border-radius: 20px;
  }
}
.videoNImg-gallery a:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
.videoNImg-gallery a:hover img {
  transform: scale(1.05);
  transition: all ease 0.3s;
}

.pagenotFoundSection {
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 991px) {
  .pagenotFoundSection {
    padding-bottom: 140px;
  }
}
.pagenotFoundSection .pgNotFound-wrap {
  position: relative;
}
.pagenotFoundSection .pgNotFound-wrap .img-wrap {
  max-width: 500px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pagenotFoundSection .pgNotFound-wrap .img-wrap {
    height: 250px;
  }
}
.pagenotFoundSection .pgNotFound-wrap .img-wrap:before {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  left: 0;
  bottom: -10px;
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pagenotFoundSection .pgNotFound-wrap .img-wrap:before {
    bottom: -10px;
  }
}
@media screen and (max-width: 991px) {
  .pagenotFoundSection .pgNotFound-wrap .img-wrap:before {
    display: none;
  }
}
.pagenotFoundSection .pgNotFound-wrap .pagenotfound-content {
  padding: 30px 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content {
    background-color: #ffffff;
    position: absolute;
    bottom: -85px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content {
    background-color: #ffffff;
    position: absolute;
    bottom: -60px;
    padding: 15px 15px;
  }
}
.pagenotFoundSection .pgNotFound-wrap .pagenotfound-content.content-overlap-503 {
  background-color: transparent;
  padding: 0px 0;
  bottom: 0;
  position: relative;
}
.pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h2, .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h3 {
  font-size: 2.6rem;
  line-height: 35px;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h2, .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h3 {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h2, .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h3 {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h2, .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h2, .pagenotFoundSection .pgNotFound-wrap .pagenotfound-content h3 {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.textDescription a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
  font-size: inherit;
  display: inline-block;
}
.textDescription a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.textDescription a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.textDescription a.text-link {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
  font-size: inherit;
  display: inline-block;
}
.textDescription a.text-link:after {
  display: none;
}
.textDescription a.text-link:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.textDescription a.text-link:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}

.social-corner-list ul.nav-tabs {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.social-corner-list ul.nav-tabs li {
  padding: 0 30px 0 0;
}
.social-corner-list ul.nav-tabs li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .social-corner-list ul.nav-tabs li {
    padding: 0 10px 0 0;
  }
}
.social-corner-list ul.nav-tabs li a {
  width: 62px;
  height: 62px;
  background-color: #000000;
  border: 1px solid #BABABA;
  transition: all ease 0.3s;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .social-corner-list ul.nav-tabs li a {
    width: 46px;
    height: 46px;
  }
}
.social-corner-list ul.nav-tabs li a span {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .social-corner-list ul.nav-tabs li a span {
    width: 26px;
    height: 26px;
  }
}
.social-corner-list ul.nav-tabs li a span.follow-icon svg {
  fill: #BABABA;
}
.social-corner-list ul.nav-tabs li a:hover, .social-corner-list ul.nav-tabs li a.active {
  background-color: #39414C;
  border: 1px solid #39414C;
  color: #39414C;
  transition: all ease 0.3s;
}
.social-corner-list ul.nav-tabs li a:hover span.follow-icon svg, .social-corner-list ul.nav-tabs li a.active span.follow-icon svg {
  fill: #ffffff;
}

@media screen and (max-width: 480px) {
  .process-steps-link .trans-buttons span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1366px) {
  #academic-section .col-date-details .table {
    white-space: normal;
  }
}

.picture-yourself-gallery .video-col {
  height: 80vh;
  max-height: 572px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .picture-yourself-gallery .video-col {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .picture-yourself-gallery .video-col {
    max-width: 100%;
  }
}

#followus-content .fade:not(.show) {
  height: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .eapps-twitter-feed {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 1366px) {
  .figures-note p {
    font-size: 1.4rem;
  }
}

.single-item-banner-wrap {
  overflow-x: hidden;
}
.single-item-banner-wrap .slick-slider.single-item-banner {
  padding: 0px;
  margin: 0px;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-track .slick-slide {
  padding: 0px;
  display: block;
  margin: 0px;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-dots {
  display: block !important;
  bottom: 10px;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 10px;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-dots li button {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-dots li button::before {
  width: 15px;
  height: 15px;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px #ffffff;
  background-color: #9ca0a5;
  opacity: 1;
  border-radius: 100%;
}
.single-item-banner-wrap .slick-slider.single-item-banner .slick-dots li.slick-active button::before {
  background-color: #39414c;
}

.multiple-item-banner-wrap {
  overflow-x: hidden;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner {
  padding: 0px;
  margin: 0px;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-track .slick-slide {
  padding: 0px;
  display: block;
  margin: 0px;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-dots {
  display: block !important;
  bottom: 10px;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 10px;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-dots li button {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-dots li button::before {
  width: 15px;
  height: 15px;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px #ffffff;
  background-color: #9ca0a5;
  opacity: 1;
  border-radius: 100%;
}
.multiple-item-banner-wrap .slick-slider.home-item-banner .slick-dots li.slick-active button::before {
  background-color: #39414c;
}

.hero-video-section {
  position: relative;
  margin-top: 10px;
}
.hero-video-section .row > * {
  padding: 0;
}
.hero-video-section figure {
  position: relative;
  margin: 0;
}
.hero-video-section figure img {
  width: 100%;
  object-fit: cover;
}
.hero-video-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) {
  .hero-video-section figure figcaption {
    display: none;
  }
}
.hero-video-section .hero-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-video-section .slick-slide {
  position: relative;
}
.hero-video-section .slick-slide img {
  width: 100%;
}
.hero-video-section .slick-slide video {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.hero-video-section .container-fluid .banner_txt_main {
  position: absolute;
  width: 60%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 60px 20px 60px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .hero-video-section .container-fluid .banner_txt_main {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .hero-video-section .container-fluid .banner_txt_main {
    width: 45%;
  }
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main {
    padding: 40px 40px 40px 0;
  }
}
.hero-video-section .container-fluid .banner_txt_main h1, .hero-video-section .container-fluid .banner_txt_main h2, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1536px) {
  .hero-video-section .container-fluid .banner_txt_main h1, .hero-video-section .container-fluid .banner_txt_main h2, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading {
    font-size: 5rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .hero-video-section .container-fluid .banner_txt_main h1, .hero-video-section .container-fluid .banner_txt_main h2, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading {
    font-size: 4.4rem;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .hero-video-section .container-fluid .banner_txt_main h1, .hero-video-section .container-fluid .banner_txt_main h2, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading {
    font-size: 3rem;
    line-height: 35px;
  }
}
.hero-video-section .container-fluid .banner_txt_main h1 span, .hero-video-section .container-fluid .banner_txt_main h2 span, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading span {
  font-size: 3rem;
  line-height: 40px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .hero-video-section .container-fluid .banner_txt_main h1 span, .hero-video-section .container-fluid .banner_txt_main h2 span, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading span {
    font-size: 4rem;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .hero-video-section .container-fluid .banner_txt_main h1 span, .hero-video-section .container-fluid .banner_txt_main h2 span, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading span {
    font-size: 3rem;
    line-height: 40px;
    letter-spacing: 2.7px;
  }
}
@media (max-width: 480px) {
  .hero-video-section .container-fluid .banner_txt_main h1 span, .hero-video-section .container-fluid .banner_txt_main h2 span, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading span {
    font-size: 2rem;
    line-height: 30px;
  }
}
.hero-video-section .container-fluid .banner_txt_main h1 span.toLower, .hero-video-section .container-fluid .banner_txt_main h2 span.toLower, .hero-video-section .container-fluid .banner_txt_main .banner-main-heading span.toLower {
  display: inline-block;
  width: auto;
  text-transform: lowercase;
}
.hero-video-section .container-fluid .banner_txt_main p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hero-video-section .container-fluid .banner_txt_main p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-video-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;
  }
  .hero-video-section .container-fluid .banner_txt_main h1 {
    font-size: 3.3rem;
  }
}
.hero-video-section .container-fluid .banner_txt_main .trans-buttons {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 168px;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main .trans-buttons {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .hero-video-section .container-fluid .banner_txt_main .trans-buttons {
    margin-top: 0px;
  }
}
.hero-video-section .container-fluid .banner_txt_main .trans-buttons.active span {
  color: #39414C;
}
.hero-video-section .container-fluid .banner_txt_main .trans-buttons span {
  color: #ffffff;
  text-transform: capitalize;
}
.hero-video-section .container-fluid .banner_txt_main .trans-buttons:hover span {
  color: #39414C;
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text {
  position: absolute;
  width: 60%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 60px 20px 60px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text {
    width: 45%;
  }
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text {
    padding: 40px 40px 40px 0;
  }
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text h1, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 3px;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text h1, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 {
    font-size: 4rem;
  }
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text h1 span, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 span {
  font-size: 18rem;
  line-height: 170px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text h1 span, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 span {
    font-size: 16rem;
    line-height: 150px;
  }
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text h1 span, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 span {
    font-size: 13rem;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text h1 span, .hero-video-section .container-fluid .banner_txt_main.video-caption-text h2 span {
    font-size: 6rem;
    line-height: 50px;
  }
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text {
    bottom: auto;
    top: 0;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    align-items: center;
  }
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text h1 {
    font-size: 3.3rem;
  }
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 168px;
}
@media (max-width: 1700px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons {
    margin-top: 0px;
  }
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons.active span {
  color: #39414C;
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons span {
  color: #ffffff;
  text-transform: capitalize;
}
.hero-video-section .container-fluid .banner_txt_main.video-caption-text .trans-buttons:hover span {
  color: #39414C;
}

.hero-section .container-fluid.single-banner .banner_txt_main.banner_caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .hero-section .container-fluid.single-banner .banner_txt_main.banner_caption {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .hero-section .container-fluid.single-banner .banner_txt_main.banner_caption {
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}
.hero-section .container-fluid.single-banner .banner_txt_main.banner_caption .sub-title {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  display: block;
  border-left: 4px solid #ffffff;
  padding: 0px 0 5px 20px;
  margin: 20px 0px;
}
@media (max-width: 991px) {
  .hero-section .container-fluid.single-banner .banner_txt_main.banner_caption .sub-title {
    font-size: 2.2rem;
    line-height: 22px;
    padding: 0px 0 10px 0px;
    margin-bottom: 0px;
    border: 0px;
  }
}

.engineering-counter#counter .big {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .engineering-counter#counter .big {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .engineering-counter#counter .big {
    width: 100%;
  }
}
.engineering-counter#counter .small {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .engineering-counter#counter .small {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .engineering-counter#counter .small {
    width: 100%;
  }
}
.engineering-counter#counter .figures-note {
  padding-top: 20px;
}
.engineering-counter#counter .figures-note p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  color: #000000;
  margin-bottom: 3px;
}
.engineering-counter#counter .figures-note p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .engineering-counter#counter .figures-note p {
    font-size: 1.4rem;
  }
}

.about-school-paragraph p {
  font-family: "Saira Condensed", sans-serif;
  font-size: 3rem;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .about-school-paragraph p {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .about-school-paragraph p {
    font-size: 2.4rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-paragraph p {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about-school-paragraph p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-paragraph p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

.about-school-engineering {
  padding: 100px 0px 0px 0px;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering {
    padding: 60px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering {
    padding: 50px 0px 0px 0px;
  }
}
.about-school-engineering .top-section {
  padding: 0px 0px 20px 0px;
}
@media screen and (max-width: 768px) {
  .about-school-engineering .top-section {
    padding-bottom: 15px;
  }
}
.about-school-engineering p {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .about-school-engineering p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .about-school-engineering p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.about-school-engineering ul {
  padding-left: 0;
}
.about-school-engineering ul li {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 1rem;
}
.about-school-engineering ul li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering ul li:before {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-engineering ul li:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-school-engineering ul li:before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}
@media screen and (max-width: 1700px) {
  .about-school-engineering ul li {
    font-size: 2rem;
    line-height: 28px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .about-school-engineering ul li {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-engineering ul li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .about-school-engineering ul li {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.about-school-engineering .global-opportunities {
  padding: 60px 80px;
  border-radius: 32px;
  background: transparent linear-gradient(270deg, #B8C5D6 0%, #E7E8ED 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering .global-opportunities {
    padding: 40px 25px;
  }
}
.about-school-engineering .global-opportunities .global-row {
  align-items: center;
}
.about-school-engineering .global-opportunities .global-row .left-section {
  padding-left: 27px;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-row .left-section {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering .global-opportunities .global-row .left-section .section-heads br {
    display: none;
  }
}
.about-school-engineering .global-opportunities .global-row .section-heads {
  font-family: "Saira Condensed", sans-serif;
  font-size: 5.6rem;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-row .section-heads {
    font-size: 4.4rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering .global-opportunities .global-row .section-heads {
    font-size: 3.4rem;
    line-height: 45px;
  }
}
.about-school-engineering .global-opportunities .global-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0;
}
.about-school-engineering .global-opportunities .global-links li {
  width: 50%;
  list-style: none;
  padding: 30px 60px 30px 0px;
  position: relative;
}
.about-school-engineering .global-opportunities .global-links li p {
  font-weight: 400;
  color: #000000;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-links li p {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-engineering .global-opportunities .global-links li p {
    padding-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .about-school-engineering .global-opportunities .global-links li p {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-links li {
    padding: 20px 40px 20px 0px;
  }
}
@media screen and (max-width: 1366px) {
  .about-school-engineering .global-opportunities .global-links li {
    padding: 20px 20px 20px 0px;
  }
}
.about-school-engineering .global-opportunities .global-links li:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .about-school-engineering .global-opportunities .global-links li {
    width: 100%;
    padding: 10px 20px;
  }
}
.about-school-engineering .global-opportunities .global-links li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 43px;
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 100%;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-links li::before {
    width: 8px;
    height: 8px;
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-engineering .global-opportunities .global-links li::before {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-engineering .global-opportunities .global-links li::before {
    width: 5px;
    height: 5px;
    top: 20px;
  }
}
.about-school-engineering .global-opportunities .global-links li a {
  font-size: 2.6rem;
  line-height: 40px;
  font-weight: 400;
  color: #000000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.about-school-engineering .global-opportunities .global-links li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .about-school-engineering .global-opportunities .global-links li a {
    font-size: 2.2rem;
    line-height: 30px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-engineering .global-opportunities .global-links li a {
    padding-left: 0px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .about-school-engineering .global-opportunities .global-links li a {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 0px;
  }
}

.about-engineering-faculty .top-section p {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .about-engineering-faculty .top-section p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .about-engineering-faculty .top-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-engineering-faculty .top-section p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .about-engineering-faculty .top-section p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.about-engineering-faculty .img-text-card-wrap .tabs-buttons {
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .about-engineering-faculty .img-text-card-wrap .tabs-buttons {
    top: auto;
  }
}

.about-school-placement .top-section {
  padding: 0px 0px 50px 0px;
}
@media screen and (max-width: 768px) {
  .about-school-placement .top-section {
    padding-bottom: 20px;
  }
}
.about-school-placement p {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .about-school-placement p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .about-school-placement p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-placement p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .about-school-placement p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.about-school-placement .placement-inner-wrap .subTitle {
  font-size: 3rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  padding-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .about-school-placement .placement-inner-wrap .subTitle {
    font-size: 2.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-school-placement .placement-inner-wrap .subTitle {
    font-size: 2.2rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .about-school-placement .placement-inner-wrap .subTitle {
    font-size: 2rem;
    line-height: 25px;
  }
}
.about-school-placement .engineering-counter#counter .big {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-school-placement .engineering-counter#counter .big {
    width: 100%;
  }
}
.about-school-placement .engineering-counter#counter .small {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-school-placement .engineering-counter#counter .small {
    width: 100%;
  }
}
.about-school-placement .engineering-counter#counter .text-sec {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  top: -10px;
  margin-left: 5px;
  line-height: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .about-school-placement .engineering-counter#counter .text-sec {
    top: -3px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-school-placement .engineering-counter#counter .text-sec {
    top: -15px;
    font-size: 1.4rem;
  }
}
.about-school-placement .recruiters-slider-wrap {
  position: relative;
}
@media screen and (max-width: 1366px) {
  .about-school-placement .recruiters-slider-wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-placement .recruiters-slider-wrap .desktop-show-only {
    display: none;
  }
}
.about-school-placement .recruiters-slider-wrap .tab-mobile-show-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .about-school-placement .recruiters-slider-wrap .tab-mobile-show-only {
    display: block;
  }
}
.about-school-placement .recruiters-slider-wrap .item {
  display: flex;
  padding: 0px;
}
.about-school-placement .recruiters-slider-wrap .item .recruiters-item {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.about-school-placement .recruiters-slider-wrap .item .recruiters-item .img-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 200px;
  height: 207px;
  max-width: 330px;
  width: 100%;
  background-color: #eff1f4;
  border-radius: 10px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  margin-bottom: 40px;
}
.about-school-placement .recruiters-slider-wrap .item .recruiters-item .img-sec: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) {
  .about-school-placement .recruiters-slider-wrap .item .recruiters-item .img-sec:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.about-school-placement .recruiters-slider-wrap .imgCardTextSlider .slick-next {
  right: 33.8%;
}
.about-school-placement .recruiters-slider-wrap .imgCardTextSlider .slick-prev {
  left: 33.8%;
}
.about-school-placement .recruiters-slider-wrap .imgCardTextSlider.multiSlide:after {
  width: 20%;
}
@media screen and (max-width: 1366px) {
  .about-school-placement .recruiters-slider-wrap .imgCardTextSlider.multiSlide:after {
    width: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .about-school-placement .recruiters-slider-wrap .imgCardTextSlider.multiSlide:after {
    width: 15%;
  }
}
.about-school-placement .recruiters-slider-wrap .rightbutton-align .white-buttons {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .about-school-placement .recruiters-slider-wrap .recruitersSlider.slick-slider .slick-next:after, .about-school-placement .recruiters-slider-wrap .recruitersSlider.slick-slider .slick-prev:after {
    width: 110px;
  }
}
.about-school-placement .recruiters-slider-wrap .recruitersSlider.slick-slider .slick-track .slick-slide {
  margin: 20px 0px 0px 20px;
  width: 100% !important;
}

#find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .program-tab-outer .listSearchArea {
  width: auto;
}
#find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item {
  padding: 0 30px 0px 0px;
}
@media screen and (max-width: 1024px) {
  #find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item {
    padding: 0px 15px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .program-tab-outer .listSearchArea {
    width: 100%;
  }
}
#find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .search-with-filter .search-bar {
  padding-bottom: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .search-with-filter .search-bar {
    display: none;
  }
}
#find-program-detailed .findYourProgram-wrap.findYourProgram-detailed-wrap .search-with-filter .search-program-button.detail-search {
  font-size: 0px;
}

.faculty-wrap #allAchievementsTiles.icon-cards-row .inner-icon-cards {
  display: block;
  margin-bottom: 30px;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item {
  background-color: #eff1f4;
  border-radius: 30px;
  overflow: hidden;
  cursor: default;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item {
    border-radius: 20px;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .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) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  position: unset;
  width: 100%;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card figure {
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card figure img {
  filter: none;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
  padding: 60px 60px 30px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: unset;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
    padding: 50px 50px 30px;
  }
}
@media (max-width: 1400px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 1366px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body {
    padding: 20px 20px 30px;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p {
  font-size: 2rem;
  min-height: 60px;
}
@media screen and (max-width: 1700px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p {
    font-size: 1.4rem;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p a:hover {
  transition: all ease 0.3s;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body p a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #747474;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads span {
  font-size: 2rem;
  min-height: auto;
}
@media screen and (max-width: 1700px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.6rem;
  }
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads a:hover {
  transition: all ease 0.3s;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .common-card-body-heads a.arrow-button:before {
  display: none;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-body .arrow-button {
  bottom: 30px;
  position: absolute;
}
.faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-footer {
  position: absolute;
  bottom: -60px;
  left: 0px;
}
@media screen and (max-width: 1366px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-footer {
    bottom: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap #allAchievementsTiles.icon-cards-row .item .common-card .common-card-footer {
    bottom: -20px;
  }
}

.catUrlWithViewAll.hide {
  display: none !important;
}

.ongoingWrap .show-all-ongoing {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ongoingWrap .show-all-ongoing {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .ongoingWrap .ongoingBox:nth-child(4), .ongoingWrap .ongoingBox:nth-child(5), .ongoingWrap .ongoingBox:nth-child(6), .ongoingWrap .ongoingBox:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ongoingWrap .ongoingBox.show {
    display: block;
  }
}

.sitemap-layers {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BCBCBC;
}
.sitemap-layers p.sitemap-links {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
}
@media (max-width: 1700px) {
  .sitemap-layers p.sitemap-links {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .sitemap-layers p.sitemap-links {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-layers p.sitemap-links {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .sitemap-layers p.sitemap-links {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.sitemap-layers p.sitemap-links a {
  font-family: "Roboto", sans-serif;
  color: #000000;
  position: relative;
}
.sitemap-layers p.sitemap-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
}
.sitemap-layers p.sitemap-links a:hover:after {
  width: 100%;
}
.sitemap-layers .common-bullets ul {
  padding-left: 0px;
  padding-top: 15px;
}
.sitemap-layers .common-bullets ul li {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 15px;
  list-style: none;
  color: #000000;
  width: 100%;
}
.sitemap-layers .common-bullets ul li:last-child {
  margin-bottom: 0;
}
.sitemap-layers .common-bullets ul li a {
  color: #000000;
  position: relative;
  font-weight: 500;
}
.sitemap-layers .common-bullets ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
}
.sitemap-layers .common-bullets ul li a:hover:after {
  width: 100%;
}
@media (max-width: 1700px) {
  .sitemap-layers .common-bullets ul li {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .sitemap-layers .common-bullets ul li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-layers .common-bullets ul li {
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .sitemap-layers .common-bullets ul li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.sitemap-layers .common-bullets ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  .sitemap-layers .common-bullets ul li:before {
    top: 11px;
  }
}
@media (max-width: 1366px) {
  .sitemap-layers .common-bullets ul li:before {
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .sitemap-layers .common-bullets ul li:before {
    top: 8px;
  }
}
.sitemap-layers .common-bullets ul ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemap-layers .common-bullets ul ul li {
  width: 33.33%;
}
@media (max-width: 1366px) {
  .sitemap-layers .common-bullets ul ul li {
    width: 33.33%;
  }
}
@media (max-width: 1280px) {
  .sitemap-layers .common-bullets ul ul li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sitemap-layers .common-bullets ul ul li {
    width: 100%;
  }
}
.sitemap-layers .common-bullets ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  .sitemap-layers .common-bullets ul ul li:before {
    top: 11px;
  }
}
@media (max-width: 1366px) {
  .sitemap-layers .common-bullets ul ul li:before {
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .sitemap-layers .common-bullets ul ul li:before {
    top: 8px;
  }
}
.sitemap-layers .common-bullets ul ul li:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1700px) {
  .sitemap-layers .common-bullets ul ul li:after {
    top: 12px;
  }
}
@media (max-width: 1366px) {
  .sitemap-layers .common-bullets ul ul li:after {
    top: 11px;
  }
}
@media (max-width: 1024px) {
  .sitemap-layers .common-bullets ul ul li:after {
    top: 9px;
  }
}
.sitemap-layers .common-bullets ul ul li a {
  font-weight: 300;
}
.sitemap-layers .common-bullets .blankLi {
  padding-left: 0px;
}
.sitemap-layers .common-bullets .blankLi:before {
  display: none;
}

.needMoreInfoWrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  background: #39414C;
  border-radius: 32px;
  padding: 68px 115px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap {
    padding: 60px 90px;
    max-width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  .needMoreInfoWrap {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .needMoreInfoWrap {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
}
.needMoreInfoWrap .icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .icon figure {
    width: 88px;
  }
}
.needMoreInfoWrap .icon img {
  width: 100%;
  height: 162px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .icon img {
    height: 112px;
  }
}
.needMoreInfoWrap .icon h4 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 77px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .icon h4 {
    font-size: 5rem;
    line-height: 55px;
  }
}
.needMoreInfoWrap .icon h4:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 7px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, #F9A91A 0%, #EB417A 36%, #3F91C1 67%, rgba(255, 255, 255, 0) 100%);
}
.needMoreInfoWrap .needMoreInfoContent {
  max-width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .needMoreInfoContent {
    max-width: 60%;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .needMoreInfoWrap .needMoreInfoContent {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap .needMoreInfoContent {
    padding-left: 0px;
    max-width: 100%;
  }
}
.needMoreInfoWrap .needMoreInfoContent p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .needMoreInfoContent p {
    font-size: 2.4rem;
    line-height: 25px;
  }
}
.needMoreInfoWrap .needMoreInfoContent .trans-buttons {
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 8px;
  padding: 16px 16px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap .needMoreInfoContent .trans-buttons {
    padding: 10px 16px;
  }
}
.needMoreInfoWrap .needMoreInfoContent .trans-buttons span {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 25px;
}
.needMoreInfoWrap .needMoreInfoContent .trans-buttons:hover span {
  color: #39414C;
}

.needMoreInfoWrap2 {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  background: #39414C;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #A4B1B7;
}
@media screen and (max-width: 1024px) {
  .needMoreInfoWrap2 {
    max-width: 100%;
    border-radius: 20px;
  }
}
.needMoreInfoWrap2 .icon {
  width: 175px;
}
.needMoreInfoWrap2 .icon picture {
  display: block;
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 .icon {
    width: 115px !important;
  }
}
.needMoreInfoWrap2 .icon img {
  width: 100%;
  height: 100%;
}
.needMoreInfoWrap2 .needMoreInfoTitle {
  padding: 60px;
}
@media screen and (max-width: 1366px) {
  .needMoreInfoWrap2 .needMoreInfoTitle {
    padding: 20px 40px;
  }
}
.needMoreInfoWrap2 h4 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfoWrap2 h4 {
    font-size: 5rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .needMoreInfoWrap2 h4 {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 h4 {
    font-size: 5.6rem;
    line-height: 60px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .needMoreInfoWrap2 h4 {
    font-size: 4.5rem;
    line-height: 50px;
    margin-left: 0;
  }
}
.needMoreInfoWrap2 h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 7px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, #F9A91A 0%, #EB417A 36%, #3F91C1 67%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .needMoreInfoWrap2 h4:before {
    height: 5px;
    bottom: 0px;
  }
}
.needMoreInfoWrap2 .needMoreInfoContent {
  background-color: #ffffff;
  padding: 60px;
}
@media screen and (max-width: 1366px) {
  .needMoreInfoWrap2 .needMoreInfoContent {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .needMoreInfoWrap2 .needMoreInfoContent {
    padding: 20px 20px;
  }
}
.needMoreInfoWrap2 .needMoreInfoContent a {
  height: 50px;
  line-height: 32px;
}
.needMoreInfoWrap2 .needMoreInfoContent a:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .needMoreInfoWrap2 .needMoreInfoContent a:last-child {
    margin-left: 0px;
  }
}
.needMoreInfoWrap2 .needMoreInfoContent p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 25px;
  color: #555555;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .needMoreInfoWrap2 .needMoreInfoContent p {
    font-size: 1.8rem;
  }
}
.needMoreInfoWrap2 .needMoreInfoLinks {
  padding: 20px 40px;
}
@media screen and (max-width: 1536px) {
  .needMoreInfoWrap2 .needMoreInfoLinks {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 .needMoreInfoLinks {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 .needMoreInfoLinks {
    padding-top: 0;
  }
}
.needMoreInfoWrap2 .needMoreInfoLinks .max-200 {
  max-width: 300px;
}
.needMoreInfoWrap2 .needMoreInfoLinks a.gray-buttons {
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 1536px) {
  .needMoreInfoWrap2 .needMoreInfoLinks a.gray-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 .needMoreInfoLinks a.gray-buttons {
    width: auto;
  }
}
.needMoreInfoWrap2 .needMoreInfoLinks a.gray-buttons span {
  text-transform: uppercase;
}
.needMoreInfoWrap2 .needMoreInfoLinks a.white-buttons {
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 1536px) {
  .needMoreInfoWrap2 .needMoreInfoLinks a.white-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .needMoreInfoWrap2 .needMoreInfoLinks a.white-buttons {
    width: auto;
    margin-top: 10px;
  }
}
.needMoreInfoWrap2 .needMoreInfoLinks a.white-buttons span {
  text-transform: uppercase;
}

.needMoreInfo-v3 {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  background: #39414C;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #A4B1B7;
  padding: 68px 115px;
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 {
    max-width: 100%;
    padding: 30px;
  }
}
.needMoreInfo-v3 .icon {
  width: 105px;
  height: 105px;
}
.needMoreInfo-v3 .icon img {
  width: 100%;
  height: 162px;
}
@media screen and (max-width: 1700px) {
  .needMoreInfo-v3 .icon img {
    height: 112px;
  }
}
.needMoreInfo-v3 .trans-buttons {
  border-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.needMoreInfo-v3 .trans-buttons span {
  color: #ffffff;
}
.needMoreInfo-v3 .trans-buttons:hover span {
  color: #39414C;
}
.needMoreInfo-v3 .white-buttons {
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 .white-buttons {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 .needMoreInfoTitle {
    flex-wrap: wrap;
  }
}
.needMoreInfo-v3 h4 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 77px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 75%;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .needMoreInfo-v3 h4 {
    font-size: 5rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .needMoreInfo-v3 h4 {
    font-size: 4rem;
    line-height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 h4 {
    padding-bottom: 10px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.needMoreInfo-v3 h4:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 7px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, #F9A91A 0%, #EB417A 36%, #3F91C1 67%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 h4:before {
    bottom: -20px;
  }
}
.needMoreInfo-v3 .needMoreInfoContent {
  background-color: #ffffff;
  padding: 60px;
}
@media screen and (max-width: 1366px) {
  .needMoreInfo-v3 .needMoreInfoContent {
    padding: 20px 40px;
  }
}
.needMoreInfo-v3 .needMoreInfoContent a {
  height: 50px;
  line-height: 32px;
}
.needMoreInfo-v3 .needMoreInfoContent p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 25px;
  color: #555555;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .needMoreInfo-v3 .needMoreInfoContent p {
    font-size: 1.8rem;
  }
}

#infrastructure .content-info {
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  #infrastructure .content-info {
    max-width: 100%;
  }
}

#scholarships .scholarshipsSlider {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  #scholarships .scholarshipsSlider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  #scholarships .scholarshipsSlider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #scholarships .scholarshipsSlider .slick-list {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #scholarships .scholarshipsSlider .slick-list {
    margin: 0;
  }
}
#scholarships .scholarshipsSlider .item {
  padding: 0 40px;
}
@media screen and (max-width: 1536px) {
  #scholarships .scholarshipsSlider .item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  #scholarships .scholarshipsSlider .item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #scholarships .scholarshipsSlider .item {
    padding: 0px;
  }
}
@media screen and (max-width: 480px) {
  #scholarships .scholarshipsSlider .item {
    padding: 0px;
    margin: 0 20px;
  }
}
#scholarships .scholarshipsSlider .item_inner {
  background-color: #eff1f4;
  border-radius: 30px;
  padding: 60px 60px 100px;
  margin-bottom: 30px;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  #scholarships .scholarshipsSlider .item_inner {
    padding: 50px 50px 100px;
  }
}
@media screen and (max-width: 1536px) {
  #scholarships .scholarshipsSlider .item_inner {
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  #scholarships .scholarshipsSlider .item_inner {
    background-color: #eff1f4;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #scholarships .scholarshipsSlider .item_inner {
    margin-top: 5px;
  }
}
#scholarships .scholarshipsSlider .item_inner: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) {
  #scholarships .scholarshipsSlider .item_inner:hover {
    top: auto;
    animation: none;
  }
}
@media screen and (max-width: 991px) {
  #scholarships .scholarshipsSlider .item_inner:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#scholarships .scholarshipsSlider .item_inner 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: 1700px) {
  #scholarships .scholarshipsSlider .item_inner h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1366px) {
  #scholarships .scholarshipsSlider .item_inner h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #scholarships .scholarshipsSlider .item_inner h3 {
    font-size: 3rem;
  }
}
#scholarships .scholarshipsSlider .item_inner p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 32px;
}
@media screen and (max-width: 1700px) {
  #scholarships .scholarshipsSlider .item_inner p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #scholarships .scholarshipsSlider .item_inner p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #scholarships .scholarshipsSlider .item_inner p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
#scholarships .scholarshipsSlider .item_inner .arrow-button {
  position: absolute;
  bottom: 30px;
}

.img-text-card-wrap #alliancesTabs-content .slick-list {
  margin: 0px -40px;
}
@media screen and (max-width: 1366px) {
  .img-text-card-wrap #alliancesTabs-content .slick-list {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap #alliancesTabs-content .slick-list {
    margin: 0px -20px;
  }
}
.img-text-card-wrap #alliancesTabs-content .item {
  justify-content: center;
  margin-bottom: 45px;
}
.img-text-card-wrap #alliancesTabs-content .item.slick-slide {
  margin: 40px 40px 45px 40px;
}
@media screen and (max-width: 1366px) {
  .img-text-card-wrap #alliancesTabs-content .item.slick-slide {
    margin: 30px 30px 35px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap #alliancesTabs-content .item.slick-slide {
    margin: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap #alliancesTabs-content .item {
    margin-bottom: 35px;
  }
}
.img-text-card-wrap #alliancesTabs-content .item .alliance-item {
  min-height: 205px;
}
@media screen and (max-width: 991px) {
  .img-text-card-wrap #alliancesTabs-content .item .alliance-item {
    min-height: 145px;
  }
}
@media screen and (max-width: 480px) {
  .img-text-card-wrap #alliancesTabs-content .item .alliance-item {
    min-height: 205px;
  }
}
.img-text-card-wrap #alliancesTabs-content .item .alliance-item figure {
  padding: 10px;
}
.img-text-card-wrap #alliancesTabs-content .item .alliance-item figure img {
  max-width: 230px;
}
@media screen and (max-width: 1024px) {
  .img-text-card-wrap #alliancesTabs-content .item .alliance-item figure {
    transform: scale(0.7);
  }
}

#design-own-degree .design-degree-potrait {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
#design-own-degree .design-degree-potrait .design-degree-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
}
#design-own-degree .design-degree-potrait .design-degree-content:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #design-own-degree .design-degree-potrait .design-degree-content {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 10px;
    height: 100%;
    right: 0;
    left: auto;
  }
}
#design-own-degree .design-degree-potrait .designdegree-inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#design-own-degree .design-degree-potrait h3 {
  font-size: 5rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#design-own-degree .design-degree-potrait h3 span {
  width: 100%;
}
#design-own-degree .design-degree-potrait h3 span:first-child {
  opacity: 0.5;
}
#design-own-degree .design-degree-potrait h3 span:last-child {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #design-own-degree .design-degree-potrait h3 {
    font-size: 2rem;
  }
}
#design-own-degree .textPara-wrap {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  #design-own-degree .textPara-wrap {
    max-width: 80%;
    position: absolute;
    bottom: auto;
    top: 65%;
  }
}
#design-own-degree .textPara-wrap .textPara {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#design-own-degree .textPara-wrap .textPara p {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  #design-own-degree .textPara-wrap .textPara p {
    font-size: 2rem;
  }
}
#design-own-degree .links-designdegree {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  #design-own-degree .links-designdegree {
    max-width: 100%;
  }
}
#design-own-degree ul li {
  color: #000000;
}
@media screen and (max-width: 768px) {
  #design-own-degree ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#design-own-degree ul li.howItWorkLink span {
  width: 20px;
  height: 20px;
  padding-left: 5px;
}
#design-own-degree ul li.customiseLink a .arrow-button {
  display: inline-block;
  top: 10px;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  #design-own-degree ul li.customiseLink a .arrow-button {
    top: 12px;
    transform: scale(1);
  }
}
#design-own-degree ul li a {
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
}
@media screen and (max-width: 1700px) {
  #design-own-degree ul li a {
    font-size: 1.8rem;
  }
}
#design-own-degree ul li p {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 12px;
}
#design-own-degree ul li p.step-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}
@media screen and (max-width: 1700px) {
  #design-own-degree ul li p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

.design-degree-diagram {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .design-degree-diagram {
    padding-left: 0;
  }
}

#our-school-section .ourschool-wrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #our-school-section .ourschool-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap {
    padding-top: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programList-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programList-wrap.mobile-active .programListRow .programListField {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programList-wrap.mobile-active .rightbutton-align {
    display: flex !important;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programList-wrap.mobile-active .program-more {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programList-wrap .rightbutton-align {
    display: none !important;
  }
}
#our-school-section .ourschool-wrap .programListRow {
  justify-content: space-between;
  margin: 0 -50px;
  padding-bottom: 30px;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  #our-school-section .ourschool-wrap .programListRow {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programListRow {
    margin: 0;
  }
}
#our-school-section .ourschool-wrap .programListRow .programListField {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #our-school-section .ourschool-wrap .programListRow .programListField {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .programListRow .programListField {
    padding: 0px 0px;
    display: none;
    margin-bottom: 25px;
  }
}
#our-school-section .ourschool-wrap .programListRow .programListField:nth-child(1), #our-school-section .ourschool-wrap .programListRow .programListField:nth-child(2), #our-school-section .ourschool-wrap .programListRow .programListField:nth-child(3) {
  display: block;
}
#our-school-section .ourschool-wrap .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: 1700px) {
  #our-school-section .ourschool-wrap .programListRow .programListField a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) {
  #our-school-section .ourschool-wrap .programListRow .programListField a {
    font-size: 2.2rem;
  }
}
#our-school-section .ourschool-wrap .programListRow .programListField a .arrow-button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  bottom: 8px;
  width: 32px;
  height: 16px;
}
#our-school-section .ourschool-wrap .programListRow .headText {
  font-weight: 400;
  color: #BABABA;
  font-size: 2.2rem;
  padding-bottom: 3px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  #our-school-section .ourschool-wrap .programListRow .headText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #our-school-section .ourschool-wrap .programListRow .headText {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
}
#our-school-section .ourschool-wrap .btnWrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .btnWrap {
    justify-content: center;
  }
}
#our-school-section .ourschool-wrap .program-more {
  display: none;
}
#our-school-section .ourschool-wrap .program-more .text-link::after {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #our-school-section .ourschool-wrap .program-more {
    display: block;
  }
}

.section-intro p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .section-intro p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-intro p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intro p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .section-intro p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.section-intro a {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  transition: all ease 0.3s;
  display: inline-block;
  word-break: break-all;
}
.section-intro a:before {
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: inline-block;
  transition: all ease 0.3s;
}
.section-intro a:hover:before {
  width: 0;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1700px) {
  .section-intro a {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-intro a {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intro a {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .section-intro a {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.section-intro a.trans-buttons:before {
  display: none;
}
.section-intro ul li {
  position: relative;
  padding-left: 30px;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 15px;
  list-style: none;
  color: #000000;
  width: 100%;
}
.section-intro ul li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  .section-intro ul li {
    font-size: 2rem;
    line-height: 30px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .section-intro ul li {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intro ul li {
    font-size: 1.6rem;
    line-height: 26px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .section-intro ul li {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 15px;
  }
}
.section-intro ul li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  .section-intro ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 768px) {
  .section-intro ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.section-intro ol li {
  position: relative;
  list-style-position: inside;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 15px;
  color: #000000;
  width: 100%;
}
.section-intro ol li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  .section-intro ol li {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .section-intro ol li {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intro ol li {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .section-intro ol li {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.findYourProgram-wrap {
  max-width: 100%;
}
.findYourProgram-wrap.home {
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.home {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .findYourProgram.dropdown-active.active #findYourProgramTabs-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .findYourProgram.dropdown-active #findYourProgramTabs-content {
    margin-top: 60px;
  }
}
.findYourProgram-wrap .findYourProgram #findYourProgramTabs-content {
  padding: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap .findYourProgram #findYourProgramTabs-content {
    position: relative;
    padding: 0px 0 30px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram #findYourProgramTabs-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .findYourProgram #findYourProgramTabs-content {
    margin-top: 20px;
  }
}
.findYourProgram-wrap .findYourProgram.active {
  padding-top: 0;
}
.findYourProgram-wrap .findYourProgram.active .search-with-filter .search-program-button.detail-search {
  display: none;
}
.findYourProgram-wrap .findYourProgram.active .search-with-filter .search-program-close.detail-close {
  display: block;
}
.findYourProgram-wrap .program-tab-outer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .findYourProgram-wrap .program-tab-outer .search-outer {
    max-width: 90%;
    width: 100%;
  }
}
.findYourProgram-wrap .program-tab-outer .listSearchArea {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  justify-content: flex-start;
  width: 100%;
}
.findYourProgram-wrap .program-tab-outer .listSearchArea .listSearchAreaInner {
  padding: 0px 5px 10px 0px;
}
.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
.findYourProgram-wrap .search-program-box {
  margin-bottom: 0;
  width: 100%;
  left: 0;
  top: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .search-program-box {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .search-program-box {
    max-width: 90%;
    width: 100%;
  }
}
.findYourProgram-wrap .search-with-filter {
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .search-with-filter {
    align-items: flex-end;
  }
}
.findYourProgram-wrap .search-with-filter .search-bar {
  padding: 0px 5px 10px 0px;
}
.findYourProgram-wrap .search-with-filter .search-program-button.detail-search {
  width: 205px;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .search-with-filter .search-program-button.detail-search {
    width: auto;
    font-size: 1.2rem;
  }
}
.findYourProgram-wrap .search-with-filter .search-program-button svg {
  padding-right: 10px;
}
.findYourProgram-wrap .search-with-filter .search-program-close.detail-close {
  display: none;
}
.findYourProgram-wrap .search-with-filter .filter-bar label {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
}
.findYourProgram-wrap .search-with-filter .filter-bar label span {
  width: 30px;
  height: 30px;
  padding-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .findYourProgram-wrap .search-with-filter .filter-bar label span {
    width: 20px;
    height: 20px;
  }
}
.findYourProgram-wrap .search-with-filter .filter-bar.selectBox {
  min-width: 310px;
}
@media screen and (max-width: 991px) {
  .findYourProgram-wrap .search-with-filter .filter-bar.selectBox {
    width: 50%;
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .findYourProgram-wrap .search-with-filter .filter-bar.selectBox {
    width: 180px;
    min-width: auto;
  }
}

.programHeadings {
  padding: 40px 60px 20px;
}
@media screen and (max-width: 1024px) {
  .programHeadings {
    padding: 20px;
  }
}
.programHeadings p {
  color: #0B0B0B;
  font-weight: 500;
  margin: 0;
  font-size: 2rem;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .programHeadings p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .programHeadings p {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
.programHeadings p:first-child {
  max-width: 20%;
  width: 100%;
}
.programHeadings p:last-child {
  max-width: 80%;
  width: 100%;
}

.programAccordion .programaccordion-item {
  border: none;
}
.programAccordion .programaccordion-item .accordian_content {
  display: none;
  background-color: #E7EAEF;
  border-radius: 0 0 30px 30px;
  padding: 30px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content {
    padding: 20px;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlight-wrap {
  max-width: 75%;
  width: 100%;
  margin-left: 20%;
}
@media screen and (max-width: 991px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlight-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights {
    padding: 15px;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights p {
  color: #0B0B0B;
  font-weight: 500;
  margin: 0;
  font-size: 2rem;
  line-height: 28px;
}
@media screen and (max-width: 1366px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights p {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights p {
    font-size: 1.2rem;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights a {
  color: #3181F3;
  font-weight: 400;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 28px;
}
@media screen and (max-width: 1366px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights a {
    font-size: 1.4rem;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner {
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner {
    width: 100%;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner:nth-child(2) {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner:nth-child(2) {
    border-left: none;
  }
}
.programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner:nth-child(2) p {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .accordian_content .program-highlights .highlights-inner:nth-child(2) p {
    padding-left: 0;
    width: 100px;
  }
}
.programAccordion .programaccordion-item .programaccordion-header {
  background-color: rgba(239, 241, 244, 0.7);
  padding: 30px 60px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
  border-radius: 30px;
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .programAccordion .programaccordion-item .programaccordion-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .programAccordion .programaccordion-item .programaccordion-header {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .programAccordion .programaccordion-item .programaccordion-header {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .programAccordion .programaccordion-item .programaccordion-header {
    font-size: 1.4rem;
  }
}
.programAccordion .programaccordion-item .programaccordion-header p {
  margin-bottom: 0;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowdown {
  position: absolute;
  width: 20px;
  height: 40px;
  right: 30px;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowdown:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 10%;
  transition: all ease 0.3s;
  transform: translateY(-10%);
}
.programAccordion .programaccordion-item .programaccordion-header .arrowdown:after {
  content: "";
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 1px;
  bottom: 0px;
  transition: all ease 0.3s;
  border-radius: 0px 6px 0px 0;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowdown:hover {
  transform: scale(1);
}
.programAccordion .programaccordion-item .programaccordion-header .arrowdown:hover:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
.programAccordion .programaccordion-item .programaccordion-header .arrowup {
  display: none;
  position: absolute;
  width: 20px;
  height: 40px;
  right: 30px;
  transform: scale(0.8);
  transition: all ease-in 0.3s;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowup:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  bottom: 0;
  transition: all 0.4s;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowup:after {
  content: "";
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(-45deg);
  position: absolute;
  right: 1px;
  bottom: 20px;
  transition: all 0.4s;
  border-radius: 0px 6px 0px 0;
}
.programAccordion .programaccordion-item .programaccordion-header .arrowup:hover {
  transform: scale(1);
}
.programAccordion .programaccordion-item .programaccordion-header .arrowup:hover:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  bottom: 0;
  transition: all 0.4s;
}
.programAccordion .programaccordion-item .programaccordion-header.active {
  border-radius: 30px 30px 0 0;
  background-color: #E7EAEF;
}
.programAccordion .programaccordion-item .programaccordion-header.active .arrowup {
  display: block;
}
.programAccordion .programaccordion-item .programaccordion-header.active .arrowdown {
  display: none;
}
.programAccordion .programaccordion-item .programaccordion-header .program-heading-title {
  padding-right: 30px;
}
.programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:first-child {
  max-width: 20%;
  width: 100%;
}
.programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child {
  display: flex;
  justify-content: space-between;
  max-width: 75%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child span {
  font-size: 1.8rem;
  line-height: 28px;
  text-decoration: underline;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1366px) {
  .programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child span {
    font-size: 1.2rem;
  }
}
.programAccordion .programaccordion-item .programaccordion-header .program-heading-title p:last-child span:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .core-list {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1366px) {
  .core-list.coreTabFunc {
    flex-wrap: wrap;
  }
}
.core-list li {
  width: auto !important;
  margin: 0 15px;
  padding-left: 0 !important;
}
@media screen and (max-width: 1366px) {
  .core-list li {
    margin: 0px 8px;
  }
}
.core-list li:before {
  display: none;
}
.core-list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .core-list li a.trans-buttons span {
    font-size: 1.4rem;
  }
}

.core-specialise-wrap {
  padding-bottom: 25px;
}
.core-specialise-wrap:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap {
    padding-bottom: 15px;
  }
}
.core-specialise-wrap p {
  font-family: "Roboto", sans-serif;
}
.core-specialise-wrap p.heads {
  font-size: 2.2rem !important;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .core-specialise-wrap p.heads {
    font-size: 2rem !important;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .core-specialise-wrap p.heads {
    font-size: 1.8rem !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap p.heads {
    font-size: 1.4rem !important;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
.core-specialise-wrap p.heads2 {
  font-weight: 700;
  padding-right: 10px;
  margin-bottom: 0;
}
.core-specialise-wrap p.integratedLabel {
  font-size: 1.6rem !important;
  font-weight: 300;
  padding-left: 40px;
  position: relative;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap p.integratedLabel {
    font-size: 1.2rem !important;
    padding-right: 5px;
    padding-left: 30px;
  }
}
.core-specialise-wrap p.integratedLabel:before {
  width: 33px;
  height: 22px;
  position: absolute;
  content: "";
  background: url(../images/icon-integrated.svg);
  left: 0;
  top: 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap p.integratedLabel:before {
    width: 26px;
    height: 18px;
  }
}
.core-specialise-wrap p.globaldLabel {
  font-size: 1.6rem !important;
  font-weight: 300;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap p.globaldLabel {
    font-size: 1.2rem !important;
    padding-left: 25px;
  }
}
.core-specialise-wrap p.globaldLabel:before {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  background: url(../images/icon-global.svg);
  left: 0;
  top: 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap p.globaldLabel:before {
    width: 18px;
    height: 18px;
  }
}
.core-specialise-wrap .specilase-course {
  display: none;
}
.core-specialise-wrap .specilase-course.specialise-show {
  display: block;
}
.core-specialise-wrap .specialsie-details-row {
  margin: 0 -30px;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap .specialsie-details-row {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .core-specialise-wrap .specialsie-details-row {
    margin: 0 0px;
  }
}
.core-specialise-wrap .specialise-details {
  padding: 0 30px 30px;
}
@media screen and (max-width: 991px) {
  .core-specialise-wrap .specialise-details {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .core-specialise-wrap .specialise-details {
    padding: 0 0px 20px;
  }
}
.core-specialise-wrap .specialise-details p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
}

#own-degree-design .global-industry p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Saira Condensed", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  color: #000000;
}
#own-degree-design .global-industry p img {
  margin: 0px 30px;
}
@media screen and (max-width: 1366px) {
  #own-degree-design .global-industry p img {
    margin: 0px 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .global-industry p img {
    margin: 0px 10px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 991px) {
  #own-degree-design .global-industry p img {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .global-industry p {
    letter-spacing: 2px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  #own-degree-design .global-industry p {
    letter-spacing: 0.4;
  }
}
@media screen and (max-width: 480px) {
  #own-degree-design .global-industry p {
    font-size: 2rem;
    line-height: 36px;
  }
  #own-degree-design .global-industry p span {
    font-size: 28px;
    line-height: 36px;
  }
}
#own-degree-design .degree-video-info {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #own-degree-design .degree-video-info {
    margin: 0 -20px;
  }
}
#own-degree-design .degree-video-info .degree-video-col {
  padding-left: 0;
  padding-right: 0;
}
#own-degree-design .degree-video-info .degree-video-col .degree-design-video {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  #own-degree-design .degree-video-info .degree-video-col .degree-design-video {
    border-radius: 0px;
  }
}
#own-degree-design .degree-video-info .degree-video-col .degree-design-video:before {
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  background: url(../images/icon-video-play.svg) no-repeat rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(85, 85, 85);
  -moz-box-shadow: 0px 0px 10px 0px rgb(85, 85, 85);
  box-shadow: 0px 0px 10px 0px rgb(85, 85, 85);
}
@media screen and (max-width: 1700px) {
  #own-degree-design .degree-video-info .degree-video-col .degree-design-video:before {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .degree-video-info .degree-video-col .degree-design-video:before {
    width: 50px;
    height: 50px;
  }
}
#own-degree-design .degree-rows {
  padding-left: 50px;
}
@media screen and (max-width: 1366px) {
  #own-degree-design .degree-rows {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .degree-rows {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  #own-degree-design .degree-rows {
    padding-left: 0px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #own-degree-design .degree-rows {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
#own-degree-design .degree-rows .degree-columns {
  padding-bottom: 30px;
}
#own-degree-design .degree-rows .degree-columns span {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 24px;
  color: #707070;
  display: block;
}
#own-degree-design .degree-rows .degree-columns h3 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 40px;
  color: #000000;
  max-width: 65%;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #39414C;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1700px) {
  #own-degree-design .degree-rows .degree-columns h3 {
    font-size: 2.4rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  #own-degree-design .degree-rows .degree-columns h3 {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .degree-rows .degree-columns h3 {
    font-size: 2rem;
    line-height: 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #own-degree-design .degree-rows .degree-columns h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
#own-degree-design .degree-rows .degree-columns p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 2.2rem;
  line-height: 32px;
  word-break: break-all;
}
@media screen and (max-width: 1700px) {
  #own-degree-design .degree-rows .degree-columns p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #own-degree-design .degree-rows .degree-columns p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #own-degree-design .degree-rows .degree-columns p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  #own-degree-design .degree-rows .degree-columns p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

#designDegreeVideo #iframeYoutube {
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 1024px) {
  #designDegreeVideo #iframeYoutube {
    height: 90%;
  }
}

#undergraduate-program .trans-buttons:hover {
  box-shadow: none;
  border-color: #ffffff;
}
#undergraduate-program .trans-buttons.active {
  box-shadow: none;
  border-color: #ffffff;
}

.locate-us-wrap {
  border: 2px solid #D6D6D6;
  border-radius: 45px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  height: 490px;
}
@media screen and (max-width: 1024px) {
  .locate-us-wrap {
    border-radius: 25px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .locate-us-wrap {
    border-radius: 17px;
  }
}
.locate-us-wrap img {
  width: 100%;
  height: 100%;
}

.enquiry-form-wrap {
  background-color: #eff1f4;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .enquiry-form-wrap {
    border-radius: 25px;
  }
}
@media screen and (max-width: 480px) {
  .enquiry-form-wrap {
    border-radius: 17px;
  }
}
.enquiry-form-wrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #academic-section .container {
    padding: 0;
  }
}

.commonAccordion .commonAccordion-item .commonAccordian_content p.heads2 {
  font-weight: 700;
  padding-right: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content p.heads2 {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  #alliances .imgCardTextSlider {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #alliances .imgCardTextSlider {
    padding-bottom: 0px;
  }
}

.img-text-card-wrap .messageFromLeaderSlider .item .common-card {
  width: 100%;
}

.placementOverview-wrap p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .placementOverview-wrap p {
    font-size: 2rem;
    line-height: 29px;
  }
}
@media screen and (max-width: 1366px) {
  .placementOverview-wrap p {
    font-size: 1.8rem;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .placementOverview-wrap p {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

.img-text-card-wrap .slick-slider.studentOutcomesSlider.imgCardTextSlider.excellenceStorySlider .item .common-card {
  display: block;
}
.img-text-card-wrap .slick-slider.imgCardTextSlider.excellenceStorySlider .item .common-card {
  display: block;
}

.varied-specialisations-wrap {
  padding: 50px 0px 20px;
}
.varied-specialisations-wrap .varied-specialisations-inner {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .varied-specialisations-wrap .varied-specialisations-inner {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .varied-specialisations-wrap .varied-specialisations-inner .slick-list {
    margin: 0 -15px;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .item.slick-slide {
  padding: 0px;
}
@media (max-width: 991px) {
  .varied-specialisations-wrap .varied-specialisations-inner .item.slick-slide {
    margin: 0 15px 20px 15px;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section {
  border: 1px solid #C0C6D0;
  border-top: 0px;
  border-radius: 30px;
  max-width: 784px;
  background-color: #eff1f4;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section {
    max-width: 700px;
  }
}
@media (max-width: 1536px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section {
    max-width: fit-content;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .image-section {
  padding-bottom: 30px;
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .image-section figure {
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section {
  padding: 0px 50px 50px;
}
@media (max-width: 1700px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section {
    padding: 0px 40px 40px 40px;
  }
}
@media (max-width: 1536px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section {
    padding: 0px 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section {
    padding: 0px 23px 25px 23px;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section .sub-title {
  font-family: "Saira Condensed", sans-serif;
  font-size: 2.8rem;
  line-height: 38px;
  color: #000000;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section .sub-title {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
@media (max-width: 1366px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section .sub-title {
    font-size: 2.4rem;
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section .sub-title {
    font-size: 2.2rem;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section p {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
@media (max-width: 1700px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section p {
    font-size: 1.4rem;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .box-section .content-section .arrow-button {
  margin: 10px 0px 10px 0;
}
.varied-specialisations-wrap .varied-specialisations-inner .sp-course-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .varied-specialisations-wrap .varied-specialisations-inner .sp-course-columns {
    padding: 0;
  }
}
.varied-specialisations-wrap .varied-specialisations-inner .sp-course-columns .item {
  width: 50%;
  margin: 0 -20px 40px;
}
@media (max-width: 480px) {
  .varied-specialisations-wrap .varied-specialisations-inner .sp-course-columns .item {
    width: 100%;
    margin: 0 0 20px;
  }
}

.common-course-details {
  padding-right: 40px;
}
@media (max-width: 1400px) {
  .common-course-details {
    padding-right: 30px;
  }
}
@media (max-width: 1366px) {
  .common-course-details {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .common-course-details {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .common-course-details {
    padding-right: 0px;
  }
}

.commonAccordion .commonAccordion-item {
  background-color: rgba(239, 241, 244, 0.7);
  border-radius: 30px;
  overflow: hidden;
  border: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item {
    border-radius: 20px;
  }
}
.commonAccordion .commonAccordion-item.common-accord-active {
  border-radius: 30px;
  background-color: #E7EAEF;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item.common-accord-active {
    border-radius: 20px;
  }
}
.commonAccordion .commonAccordion-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item:last-child {
    margin-bottom: 0px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content {
  display: none;
  background-color: #E7EAEF;
  border-radius: 0 0 30px 30px;
  padding: 0 60px 30px;
  position: relative;
  border-top: 0px;
  font-size: 2.4rem;
  line-height: 36px;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content strong {
  font-weight: 500;
}
.commonAccordion .commonAccordion-item .commonAccordian_content ul {
  padding-left: 0px;
}
.commonAccordion .commonAccordion-item .commonAccordian_content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 25px;
  list-style: none;
  color: #000000;
  width: 100%;
}
.commonAccordion .commonAccordion-item .commonAccordian_content ul li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content ul li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ul.core-list li {
    margin: 0 0 0 10px;
    padding: 0;
  }
  .commonAccordion .commonAccordion-item .commonAccordian_content ul.core-list li:first-child {
    margin-left: 0;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content ol {
  padding-left: 0px;
}
.commonAccordion .commonAccordion-item .commonAccordian_content ol li {
  position: relative;
  list-style-position: inside;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 25px;
  color: #000000;
  width: 100%;
}
.commonAccordion .commonAccordion-item .commonAccordian_content ol li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ol li {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ol li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ol li {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content ol li {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content p {
  font-size: 2rem;
  line-height: 30px;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content p {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content p {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content p strong {
  font-weight: 500;
}
.commonAccordion .commonAccordion-item .commonAccordian_content a {
  color: #0d6efd;
  font-weight: 400;
  transition: all ease 0.3s;
  position: relative;
}
.commonAccordion .commonAccordion-item .commonAccordian_content a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.commonAccordion .commonAccordion-item .commonAccordian_content a:hover {
  transition: all ease 0.3s;
}
.commonAccordion .commonAccordion-item .commonAccordian_content a:hover:before {
  width: 100%;
  transition: all ease 0.3s;
}
.commonAccordion .commonAccordion-item .commonAccordian_content.bg-white {
  border: 1px solid #B0B8C4;
  border-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.bg-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content {
    padding: 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordion-header {
  background-color: rgba(239, 241, 244, 0.7);
  padding: 30px 110px 30px 60px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 32px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 2rem;
    line-height: 30px;
    padding: 25px 90px 25px 60px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header {
    padding: 20px 45px 20px 20px;
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordion-header:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #555555;
  border-right: solid 3px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 75px;
  top: 30px;
  transition: all 0.4s;
  border-radius: 0px 6px 0px 0;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-radius: 0 4px 0 0;
    right: 25px;
    top: 25px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordion-header p {
  margin-bottom: 0;
}
.commonAccordion .commonAccordion-item .commonAccordion-header.active {
  border-radius: 30px 30px 0 0;
  background-color: #E7EAEF;
  border-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header.active {
    border-radius: 20px 20px 0 0;
  }
}
.commonAccordion .commonAccordion-item .commonAccordion-header.active.withActiveBorder {
  border: 1px solid #B0B8C4;
  border-bottom: 0px;
}
.commonAccordion .commonAccordion-item .commonAccordion-header.active:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #555555;
  border-right: solid 3px #555555;
  transform: rotate(-45deg);
  position: absolute;
  right: 75px;
  top: 40px;
  transition: all 0.4s;
  border-radius: 0px 6px 0px 0;
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordion-header.active:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-radius: 0 4px 0 0;
    right: 25px;
    top: 25px;
  }
}

.commonInnerAccordion .commonInnerAccordion-item {
  border: none;
}
.commonInnerAccordion .commonInnerAccordion-item:last-child {
  margin-bottom: 0;
}
.commonInnerAccordion .commonInnerAccordion-item:last-child .commonInnerAccordion_content {
  border-bottom: none;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
  position: relative;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul {
  padding-left: 0px;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  line-height: 36px;
  list-style: none;
  color: #000000;
  width: 100%;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li {
    font-size: 1.8rem;
    line-height: 25px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 768px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content p {
  font-size: 2.4rem;
  line-height: 36px;
}
@media screen and (max-width: 1700px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content p {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion_content {
    padding: 20 0px;
    border-radius: 0 0 20px 20px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 28px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
    font-size: 2.4rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #555555;
  border-right: solid 3px #555555;
  transform: rotate(-45deg);
  position: absolute;
  right: 75px;
  top: 40px;
  transition: all 0.4s;
  border-radius: 0px 6px 0px 0;
}
@media screen and (max-width: 1024px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-radius: 0 4px 0 0;
    right: 5px;
    top: 17px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header p {
  margin-bottom: 0;
  width: 100%;
  padding-right: 40px;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header.active:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #555555;
  border-right: solid 3px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 75px;
  top: 40px;
  transition: all 0.4s;
  border-radius: 0px 6px 0px 0;
}
@media screen and (max-width: 1024px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header.active:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-radius: 0 4px 0 0;
    right: 25px;
    top: 25px;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading {
  padding-right: 30px;
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading p span {
  color: #000000;
  font-weight: 700;
  padding-right: 35px;
}
@media screen and (max-width: 1366px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading p span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading p span {
    font-size: 1.2rem;
  }
}
.commonInnerAccordion .commonInnerAccordion-item .commonInnerAccordion-header .commonInnerAccordionheading p span:hover {
  text-decoration: none;
}

ul.list-with-bullet {
  padding-left: 0px;
}
ul.list-with-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  list-style: none;
  color: #000000;
  width: 100%;
  font-size: 2rem;
  line-height: 30px;
}
ul.list-with-bullet li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  ul.list-with-bullet li {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  ul.list-with-bullet li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ul.list-with-bullet li {
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  ul.list-with-bullet li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
ul.list-with-bullet li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1700px) {
  ul.list-with-bullet li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 768px) {
  ul.list-with-bullet li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}

ul.list-without-bullet {
  padding-left: 0px;
}
ul.list-without-bullet li {
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 40px;
  list-style: none;
  color: #000000;
  width: 100%;
}
ul.list-without-bullet li a {
  color: #000000;
  position: relative;
}
@media (max-width: 1700px) {
  ul.list-without-bullet li {
    font-size: 1.8rem;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  ul.list-without-bullet li {
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  ul.list-without-bullet li {
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  ul.list-without-bullet li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

ul.list-with-arrow {
  padding-left: 0px;
}
ul.list-with-arrow li {
  position: relative;
  padding-left: 30px;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 40px;
  color: #000000;
}
ul.list-with-arrow li::marker {
  font-size: 0px;
}
@media (max-width: 1700px) {
  ul.list-with-arrow li {
    font-size: 1.8rem;
    line-height: 25px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1366px) {
  ul.list-with-arrow li {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  ul.list-with-arrow li {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  ul.list-with-arrow li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
ul.list-with-arrow li:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(45deg);
}
@media (max-width: 1700px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 18px;
  }
}
@media (max-width: 1366px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 16px;
  }
}
@media (max-width: 1024px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}
ul.width-50 li {
  max-width: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  ul.width-50 li {
    max-width: 100%;
    width: 100%;
  }
}

.common-text p {
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .common-text p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .common-text p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .common-text p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .common-text p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.common-text p:last-child {
  margin-bottom: 0;
}
.common-text p.strong {
  font-weight: 500;
  color: #000000;
}

.b-horizontal {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.32);
  margin: 35px 0;
  display: inline-block;
}
@media (max-width: 1700px) {
  .b-horizontal {
    margin: 30px 0;
  }
}
@media (max-width: 1366px) {
  .b-horizontal {
    margin: 25px 0;
  }
}
@media (max-width: 1024px) {
  .b-horizontal {
    margin: 20px 0;
  }
}

.jumSectionHeading {
  background-color: #E2E7EF;
  position: relative;
}
.jumSectionHeading:before {
  width: 50%;
  height: 100%;
  background: #eff1f4;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.jumSectionHeading p {
  margin-bottom: 0;
  width: 13%;
  position: relative;
  color: #000000;
  font-size: 2.8rem;
  line-height: 40px;
  font-size: 2.8rem;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  background: #eff1f4;
}
@media (max-width: 1700px) {
  .jumSectionHeading p {
    font-size: 2.4rem;
    line-height: 30px;
    min-width: 130px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading p {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 20px 0;
  }
}
.jumSectionHeading .jumSectionInner {
  background-color: #E2E7EF;
  position: relative;
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner ul {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.jumSectionHeading .jumSectionInner ul li {
  padding: 0 30px;
}
.jumSectionHeading .jumSectionInner ul li a {
  color: #000000;
  font-size: 2.8rem;
  line-height: 40px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .jumSectionHeading .jumSectionInner ul li a {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading .jumSectionInner ul li a {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner ul li a {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
.jumSectionHeading .jumSectionInner .arrowdown {
  position: relative;
  width: 20px;
  height: 40px;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
.jumSectionHeading .jumSectionInner .arrowdown:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 10%;
  transition: all ease 0.3s;
  transform: translateY(-10%);
}
.jumSectionHeading .jumSectionInner .arrowdown:after {
  content: "";
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 1px;
  bottom: 0px;
  transition: all ease 0.3s;
  border-radius: 0px 6px 0px 0;
}
.jumSectionHeading .jumSectionInner .arrowdown:hover {
  transform: scale(1);
}
.jumSectionHeading .jumSectionInner .arrowdown:hover:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}

.program-tab-heads h3 {
  margin-bottom: 0;
}
.program-tab-heads .b-horizontal {
  margin: 15px 0;
}

.two-col-program {
  border-radius: 30px;
  background-color: #eff1f4;
  padding: 40px 60px;
  width: 100%;
  display: flex;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
}
@media screen and (max-width: 1366px) {
  .two-col-program {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .two-col-program {
    font-size: 1.8rem;
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .two-col-program {
    font-size: 1.4rem;
  }
}
.two-col-program p {
  margin-bottom: 0;
}
.two-col-program p span {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .two-col-program p.two-col-titles {
    border-bottom: 1px solid rgba(112, 112, 112, 0.32);
  }
}
@media screen and (max-width: 768px) {
  .two-col-program p {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
.two-col-program a {
  font-size: 1.8rem;
  line-height: 28px;
  text-decoration: underline;
  color: #000000;
}
.two-col-program a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .two-col-program a {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .two-col-program a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .two-col-program a {
    font-size: 1.4rem;
  }
}

.side-column h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
  padding: 20px 0 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .side-column h3 {
    font-size: 2.4rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .side-column h3 {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .side-column h3 {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .side-column h3 {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.three-rows {
  margin: 0 -30px;
}
.three-rows .side-column {
  padding: 30px;
}
.three-rows .side-column h3 {
  padding-top: 0;
}

#school-filters {
  padding: 30px 0;
}
#school-filters .school-filter-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #school-filters .school-filter-list {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
#school-filters .school-filter-list li {
  margin: 0 20px 15px 0px;
}
#school-filters .school-filter-list li:first-child {
  margin-left: 0;
}

.search-result-row {
  padding: 30px 0;
  border-bottom: 1px solid #ADADAD;
}
.search-result-row h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 1700px) {
  .search-result-row h2 {
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1536px) {
  .search-result-row h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result-row h2 {
    font-size: 1.6rem;
  }
}
.search-result-row .search-result-detail {
  margin-bottom: 30px;
}
.search-result-row .search-result-detail:last-child {
  margin-bottom: 0;
}
.search-result-row .search-result-detail a.search-url {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 1536px) {
  .search-result-row .search-result-detail a.search-url {
    font-size: 1.8rem;
    line-height: normal;
  }
}
.search-result-row .search-result-detail p {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 2rem;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1700px) {
  .search-result-row .search-result-detail p {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1536px) {
  .search-result-row .search-result-detail p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result-row .search-result-detail p {
    font-size: 1.4rem;
  }
}
.search-result-row .search-result-detail p.title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1700px) {
  .search-result-row .search-result-detail p.title {
    font-size: 2rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1536px) {
  .search-result-row .search-result-detail p.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result-row .search-result-detail p.title {
    font-size: 1.6rem;
  }
}

.search-wrap {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .search-wrap {
    margin-top: 50px;
  }
}
.search-wrap input.form-control {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .search-wrap input.form-control {
    padding: 20px;
  }
}
.search-wrap input.form-control:focus {
  box-shadow: none;
}
.search-wrap .btn-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
}

.search-result-wrap {
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .search-result-wrap {
    padding: 10px 0;
  }
}
.search-result-wrap p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #747474;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .search-result-wrap p {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1536px) {
  .search-result-wrap p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result-wrap p {
    font-size: 1.4rem;
  }
}

.whiteBgShadowRoundwrap {
  padding: 30px 15px 0;
}
@media screen and (max-width: 1024px) {
  .whiteBgShadowRoundwrap {
    padding: 15px 15px 0;
  }
}
.whiteBgShadowRoundwrap .whiteBgShadowRound {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 13, 0.2);
}
@media screen and (max-width: 991px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound {
    margin: 0 0 10px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
.whiteBgShadowRoundwrap .whiteBgShadowRound .strong p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound .strong p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound .strong p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound .strong p {
    font-size: 1.4rem;
  }
}
.whiteBgShadowRoundwrap .whiteBgShadowRound p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .whiteBgShadowRoundwrap .whiteBgShadowRound p {
    font-size: 1.4rem;
  }
}
.whiteBgShadowRoundwrap .whiteBgShadowRound a {
  color: #0d6efd;
  position: relative;
}
.whiteBgShadowRoundwrap .whiteBgShadowRound a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all ease 0.3s;
}
.whiteBgShadowRoundwrap .whiteBgShadowRound a:hover:before {
  width: 100%;
}
.whiteBgShadowRoundwrap .whiteBgShadowRound ul.list-with-bullet li a {
  color: #0d6efd;
  position: relative;
}
.whiteBgShadowRoundwrap .whiteBgShadowRound ul.list-with-bullet li a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all ease 0.3s;
}
.whiteBgShadowRoundwrap .whiteBgShadowRound ul.list-with-bullet li a:hover:before {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .table {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
.table table tr {
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .table table tr .first-tr-heading {
    display: none;
  }
}
.table table tr th {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  padding: 25px 30px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  width: auto;
}
.table table tr th:first-child {
  border-radius: 0px;
}
.table table tr th:last-child {
  border-radius: 0px;
}
@media screen and (max-width: 1700px) {
  .table table tr th {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .table table tr th {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .table table tr th {
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.table table tr td {
  color: #000000;
  padding: 25px 30px;
  border-left: 1px solid #bbb;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 300;
  width: auto;
}
.table table tr td.main-heading {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table table tr td.main-heading {
    display: none;
  }
}
.table table tr td:last-child {
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 1700px) {
  .table table tr td {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .table table tr td {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .table table tr td {
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.table table tr td a {
  color: #0d6efd;
  position: relative;
}
.table table tr td a:before {
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all ease 0.3s;
}
.table table tr td a:hover {
  transition: all ease 0.3s;
}
.table table tr td a:hover:before {
  width: 100%;
}
.table.tablebg-noborder {
  background-color: #eff1f4;
}
.table.tablebg-noborder tr th {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  .table.three-column {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
.table.three-column tr td, .table.three-column tr th {
  width: 33%;
}
@media screen and (max-width: 480px) {
  .table.three-column tr td, .table.three-column tr th {
    width: auto;
  }
}

#findYourProgramTabs-content.tab-content .tab-pane .nav.nav-tabs.tabs-buttons.programs-list-scroll {
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  white-space: nowrap;
}

.faculty-wrap-section .faculty-wrap .icon-cards-row {
  justify-content: center;
}

.commonAccordion .commonAccordion-item .commonAccordian_content .three-rows {
  margin: -20px -30px;
}

.stroryOfStudentSingleSliderWrap .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .stroryOfStudentSingleSliderWrap .slick-dots {
    display: block !important;
  }
}
.stroryOfStudentSingleSliderWrap .slick-list {
  margin: 0px;
}
.stroryOfStudentSingleSliderWrap .slick-track .slick-slide {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .stroryOfStudentSingleSliderWrap .slick-track .slick-slide {
    padding: 15px;
  }
}
.stroryOfStudentSingleSliderWrap .common-card {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #eff1f4;
  border-radius: 30px;
  margin-bottom: 20px;
}
.stroryOfStudentSingleSliderWrap .common-card .common-card-body {
  padding: 30px 60px 20px 60px;
}
@media (max-width: 1366px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body {
    padding: 20px 20px 20px 20px;
  }
}
.stroryOfStudentSingleSliderWrap .common-card .common-card-body .common-card-body-heads {
  padding-bottom: 20px;
}
@media (max-width: 1366px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body .common-card-body-heads {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body .common-card-body-heads {
    padding-bottom: 5px;
  }
}
.stroryOfStudentSingleSliderWrap .common-card .common-card-body h3 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 50px;
  color: #555555;
  padding-bottom: 20px;
}
@media (max-width: 1700px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body h3 {
    font-size: 3.4rem;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1536px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body h3 {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body h3 {
    font-size: 2.2rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
.stroryOfStudentSingleSliderWrap .common-card .common-card-body p {
  font-size: 2.8rem;
  line-height: 35px;
  color: #555555;
}
@media (max-width: 1700px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body p {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (max-width: 1536px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body p {
    font-size: 2rem;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body p {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .stroryOfStudentSingleSliderWrap .common-card .common-card-body p {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.common-course-details .commonAccordion .commonAccordion-item .commonAccordian_content.curriculumSliderWrap {
  padding: 0 40px 30px;
}
@media screen and (max-width: 1400px) {
  .common-course-details .commonAccordion .commonAccordion-item .commonAccordian_content.curriculumSliderWrap {
    padding: 0 30px 25px;
  }
}
@media screen and (max-width: 1366px) {
  .common-course-details .commonAccordion .commonAccordion-item .commonAccordian_content.curriculumSliderWrap {
    padding: 0 25px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .common-course-details .commonAccordion .commonAccordion-item .commonAccordian_content.curriculumSliderWrap {
    padding: 0px 0px 0px 20px;
  }
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #39414C;
}

.curriculumSliderWrap .slick-slider .slick-track .item {
  padding-bottom: 16px;
}
.curriculumSliderWrap .slick-slider .slick-track .item.slick-slide {
  padding: 0px;
}
.curriculumSliderWrap .slick-slider .slick-dots {
  bottom: -25px;
}
.curriculumSliderWrap .curriculumSlider {
  margin-left: -28px;
  margin-right: 0px;
}
@media screen and (max-width: 1400px) {
  .curriculumSliderWrap .curriculumSlider {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1366px) {
  .curriculumSliderWrap .curriculumSlider {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .curriculumSliderWrap .curriculumSlider {
    margin-left: 0px;
  }
}
.curriculumSliderWrap .item {
  padding-bottom: 16px;
  display: flex;
  padding: 0px 0px 15px 28px;
}
@media screen and (max-width: 1400px) {
  .curriculumSliderWrap .item {
    padding: 0px 0px 10px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .curriculumSliderWrap .item {
    padding: 0px 0px 10px 10px;
  }
}
.curriculumSliderWrap .rhs-box {
  border-radius: 18px;
}
.curriculumSliderWrap .rhs-box .rhs-box-heading {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  padding: 22px 17px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .curriculumSliderWrap .rhs-box .rhs-box-heading {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .curriculumSliderWrap .rhs-box .rhs-box-heading {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .curriculumSliderWrap .rhs-box .rhs-box-heading {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.curriculumSliderWrap .rhs-box .rhs-box-content {
  padding: 20px 17px;
}
.curriculumSliderWrap .rhs-box .rhs-box-content .rhs-content-l {
  font-size: 1.8rem;
  font-weight: 300;
}
.curriculumSliderWrap .rhs-box .rhs-box-content .rhs-content-l::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .curriculumSliderWrap .rhs-box .rhs-box-content .rhs-content-l {
    font-size: 1.4rem;
  }
}
.curriculumSliderWrap .rhs-box .rhs-box-content .rhs-content-r {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .curriculumSliderWrap .rhs-box .rhs-box-content .rhs-content-r {
    font-size: 1.4rem;
  }
}

.icon-cards-row {
  margin: 0 -30px;
}
@media screen and (max-width: 991px) {
  .icon-cards-row {
    margin: 0 -20px;
  }
}
.icon-cards-row .card {
  padding: 60px 60px 100px 60px;
  border-radius: 30px;
  height: 100%;
  cursor: default;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.icon-cards-row .card: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) {
  .icon-cards-row .card:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1700px) {
  .icon-cards-row .card {
    padding: 50px 40px 80px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .card {
    padding: 30px 30px 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .icon-cards-row .card {
    padding: 20px 20px 40px;
    height: auto;
  }
}
.icon-cards-row .card.bg-dark-gray {
  background-color: #39414C;
}
.icon-cards-row .card.bg-dark-gray .icon-cards-heads p {
  color: #ffffff;
}
.icon-cards-row .card.bg-dark-gray p {
  color: #ffffff;
}
.icon-cards-row .card.bg-dark-gray .arrow-button {
  background: url(../images/white-arrow-icon.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.icon-cards-row .card.bg-dark-gray .arrow-button:hover {
  background: url(../images/link-arrow-hover-white.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.icon-cards-row .inner-icon-cards {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .icon-cards-row .inner-icon-cards {
    padding: 0 20px 0px;
  }
}
.icon-cards-row .inner-icon-cards .icon-cards-heads {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads.big {
    flex-wrap: wrap !important;
  }
  .icon-cards-row .inner-icon-cards .icon-cards-heads.big p {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #c0c6d0;
  }
}
.icon-cards-row .inner-icon-cards .icon-cards-heads.big .icon {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads.big .icon {
    transform: scale(0.8);
    transform-origin: left center;
  }
}
.icon-cards-row .inner-icon-cards .icon-cards-heads.big .icon img {
  width: auto;
  height: auto;
}
.icon-cards-row .inner-icon-cards .icon-cards-heads .icon {
  max-width: 90%;
  height: 105px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads .icon {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads .icon {
    height: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.icon-cards-row .inner-icon-cards .icon-cards-heads .icon img {
  width: 107px;
  height: 90px !important;
}
@media screen and (max-width: 1700px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads .icon img {
    width: 90px;
    height: 76px !important;
  }
}
@media screen and (max-width: 1366px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads .icon img {
    width: 60px;
    height: 60px !important;
  }
}
.icon-cards-row .inner-icon-cards .icon-cards-heads p {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 38px;
  font-weight: 500;
  color: #000000;
  padding: 30px 0 20px;
  margin: 50px 0 0;
  border-top: 1px solid #c0c6d0;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads p {
    font-size: 2.6rem;
    line-height: 36px;
    padding: 20px 0 15px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 1536px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads p {
    border: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    height: auto !important;
  }
}
@media screen and (max-width: 1366px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads p {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards-row .inner-icon-cards .icon-cards-heads p {
    font-size: 2.2rem;
  }
}
.icon-cards-row .inner-icon-cards p {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .icon-cards-row .inner-icon-cards p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1536px) {
  .icon-cards-row .inner-icon-cards p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .icon-cards-row .inner-icon-cards p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards ul {
    padding: 20px 0px 10px;
  }
}
.icon-cards-row .inner-icon-cards ul li {
  margin-bottom: 15px;
}
.icon-cards-row .inner-icon-cards ul li a {
  font-weight: 500;
  font-size: 1.8rem;
  color: #555555;
  position: relative;
  border-bottom: 1px solid #555555;
  padding-bottom: 2px;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.icon-cards-row .inner-icon-cards ul li a:hover {
  border-bottom: 1px solid transparent;
}
.icon-cards-row .inner-icon-cards .arrow-button {
  position: absolute;
  bottom: 55px;
}
@media screen and (max-width: 1536px) {
  .icon-cards-row .inner-icon-cards .arrow-button {
    bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-cards-row .inner-icon-cards .arrow-button {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards-row .inner-icon-cards .arrow-button {
    bottom: 0px;
    position: relative;
  }
}

.border-round {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .border-round {
    border-radius: 20px;
  }
}

.picture-yourself-gallery img {
  width: 100%;
}

.imgText-side {
  border-radius: 30px;
  background-color: #eff1f4;
  overflow: hidden;
}
.imgText-side figure {
  height: 100%;
}
.imgText-side figure img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .imgText-side {
    border-radius: 20px;
  }
}
.imgText-side .textDescription {
  padding: 0 50px;
}
@media screen and (max-width: 1700px) {
  .imgText-side .textDescription {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .imgText-side .textDescription {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .imgText-side .textDescription {
    padding: 25px;
  }
}
.imgText-side .textDescription h3 {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  line-height: 65px;
  color: #000000;
}
@media (max-width: 1366px) {
  .imgText-side .textDescription h3 {
    font-size: 3.4rem;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .imgText-side .textDescription h3 {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .imgText-side .textDescription h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
.imgText-side .textDescription p {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 40px;
  color: #000000;
}
.imgText-side .textDescription p:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 1700px) {
  .imgText-side .textDescription p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .imgText-side .textDescription p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .imgText-side .textDescription p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .imgText-side .textDescription p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .findYourProgram .tabs-buttons .nav-item {
    padding: 0 10px;
  }
  .findYourProgram .tabs-buttons .nav-item:first-child {
    padding-left: 0;
  }
}
.findYourProgram .tabs-buttons .nav-item.nav-item-inner .nav-link {
  font-family: "Saira Condensed", sans-serif;
}
.findYourProgram .tabs-buttons .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1700px) {
  .findYourProgram .tabs-buttons .nav-item .nav-link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .findYourProgram .tabs-buttons .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
.findYourProgram .tabs-buttons .nav-item .nav-link:before {
  width: 0;
  background-color: #707070;
  bottom: -5px;
  height: 1px;
}
.findYourProgram .tabs-buttons .nav-item .nav-link.active:before {
  width: 100%;
  background-color: #707070;
  bottom: -5px;
  height: 1px;
}

#picture-yourself .picture-gallery-slider.picture-yourself-gallery .caption-text {
  display: none;
}
@media screen and (max-width: 1700px) {
  #picture-yourself .picture-gallery-slider.picture-yourself-gallery .video-col {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  #picture-yourself .picture-gallery-slider.picture-yourself-gallery .video-col {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #picture-yourself .picture-gallery-slider.picture-yourself-gallery .video-col {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  #picture-yourself .picture-gallery-slider.picture-yourself-gallery .video-col {
    height: 270px;
    margin: 0;
  }
}
#picture-yourself .picture-gallery-slider.picture-yourself-gallery .slick-track .slick-slide {
  height: 100%;
}

.about-school-paragraph a {
  font-weight: 700;
}

.tab-content .undergraduate-content {
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #EFF1F4;
}
.tab-content .undergraduate-content .right-section {
  max-width: 640px;
  padding: 60px;
}
@media (max-width: 1536px) {
  .tab-content .undergraduate-content .right-section {
    padding: 50px;
  }
}
@media (max-width: 1366px) {
  .tab-content .undergraduate-content .right-section {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .tab-content .undergraduate-content .right-section {
    padding: 20px 23px;
  }
}
.tab-content .undergraduate-content .right-section h3 {
  color: #000000;
  font-family: "Saira Condensed", sans-serif;
  font-weight: lighter;
  font-size: 4rem;
  line-height: 50px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .tab-content .undergraduate-content .right-section h3 {
    font-size: 3.4rem;
    line-height: 40px;
  }
}
@media (max-width: 1366px) {
  .tab-content .undergraduate-content .right-section h3 {
    font-size: 3rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .tab-content .undergraduate-content .right-section h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
.tab-content .undergraduate-content .right-section p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .tab-content .undergraduate-content .right-section p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .tab-content .undergraduate-content .right-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content .undergraduate-content .right-section p {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .tab-content .undergraduate-content .right-section p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.tab-content .undergraduate-content .right-section ul.list-with-arrow {
  padding-top: 10px;
}
.tab-content .undergraduate-content .right-section ul.list-with-arrow li {
  font-weight: 500;
  margin-bottom: 25px;
  color: #000000;
  font-size: 2.2rem;
  line-height: 32px;
}
.tab-content .undergraduate-content .right-section ul.list-with-arrow li a {
  color: #000000;
}
@media (max-width: 1700px) {
  .tab-content .undergraduate-content .right-section ul.list-with-arrow li {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .tab-content .undergraduate-content .right-section ul.list-with-arrow li {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content .undergraduate-content .right-section ul.list-with-arrow li {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .tab-content .undergraduate-content .right-section ul.list-with-arrow li {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.tab-content .undergraduate-content .image-section {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .tab-content .undergraduate-content .image-section {
    border-radius: 17px;
  }
}
.tab-content .two-col-img {
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #EFF1F4;
}
.tab-content .two-col-img .right-section {
  padding: 30px 0 60px 60px;
}
@media (max-width: 1536px) {
  .tab-content .two-col-img .right-section {
    padding: 25px 0 50px 50px;
  }
}
@media (max-width: 1366px) {
  .tab-content .two-col-img .right-section {
    padding: 20px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .tab-content .two-col-img .right-section {
    padding: 20px 0px;
  }
}
.tab-content .two-col-img .right-section h3 {
  color: #000000;
  font-family: "Saira Condensed", sans-serif;
  font-weight: lighter;
  font-size: 4rem;
  line-height: 50px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
@media (max-width: 1536px) {
  .tab-content .two-col-img .right-section h3 {
    font-size: 3.4rem;
    line-height: 40px;
  }
}
@media (max-width: 1366px) {
  .tab-content .two-col-img .right-section h3 {
    font-size: 3rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .tab-content .two-col-img .right-section h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
.tab-content .two-col-img .right-section p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .tab-content .two-col-img .right-section p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .tab-content .two-col-img .right-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content .two-col-img .right-section p {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content .two-col-img .right-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .tab-content .two-col-img .right-section p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.tab-content .two-col-img .right-section ul.list-with-arrow {
  padding-top: 10px;
}
.tab-content .two-col-img .right-section ul.list-with-arrow li {
  font-weight: 500;
  margin-bottom: 14px;
}
.tab-content .two-col-img .image-section {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .tab-content .two-col-img .image-section {
    border-radius: 17px;
  }
}

.section-space .placementSchools .tab-content .two-col-img {
  background-color: #fff;
}

.placementSchools .tab-content .two-col-img {
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #EFF1F4;
}
.placementSchools .tab-content .two-col-img .right-section {
  padding: 30px 60px 60px 60px;
}
@media (max-width: 1536px) {
  .placementSchools .tab-content .two-col-img .right-section {
    padding: 25px 50px 50px 50px;
  }
}
@media (max-width: 1366px) {
  .placementSchools .tab-content .two-col-img .right-section {
    padding: 20px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .placementSchools .tab-content .two-col-img .right-section {
    padding: 20px 20px;
  }
}
.placementSchools .tab-content .two-col-img .right-section h3 {
  color: #000000;
  font-family: "Saira Condensed", sans-serif;
  font-weight: lighter;
  font-size: 4rem;
  line-height: 50px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
@media (max-width: 1536px) {
  .placementSchools .tab-content .two-col-img .right-section h3 {
    font-size: 3.4rem;
    line-height: 40px;
  }
}
@media (max-width: 1366px) {
  .placementSchools .tab-content .two-col-img .right-section h3 {
    font-size: 3rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .placementSchools .tab-content .two-col-img .right-section h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
.placementSchools .tab-content .two-col-img .right-section p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .placementSchools .tab-content .two-col-img .right-section p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .placementSchools .tab-content .two-col-img .right-section p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .placementSchools .tab-content .two-col-img .right-section p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .placementSchools .tab-content .two-col-img .right-section p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.placementSchools .tab-content .two-col-img .right-section ul.list-with-arrow {
  padding-top: 10px;
}
.placementSchools .tab-content .two-col-img .right-section ul.list-with-arrow li {
  font-weight: 500;
  margin-bottom: 14px;
}
.placementSchools .tab-content .two-col-img .image-section {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .placementSchools .tab-content .two-col-img .image-section {
    border-radius: 17px;
  }
}

.about-refund-wrap {
  align-items: center;
}
.about-refund-wrap.about-refund-with-bg {
  margin: 0px;
  background-color: #E7EAEF;
  border-radius: 29px;
}
@media screen and (max-width: 1024px) {
  .about-refund-wrap.about-refund-with-bg {
    margin: 0 -12px;
    border-radius: 17px;
  }
}
.about-refund-wrap.about-refund-with-bg .left-sec, .about-refund-wrap.about-refund-with-bg .right-sec {
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .about-refund-wrap.about-refund-with-bg .left-sec, .about-refund-wrap.about-refund-with-bg .right-sec {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1024px) {
  .about-refund-wrap.about-refund-with-bg .left-sec {
    padding: 0 0px;
  }
}
.about-refund-wrap .left-sec .bg-dark-grey {
  background-color: #39414C;
  padding: 35px;
  border-radius: 32px;
}
@media screen and (max-width: 991px) {
  .about-refund-wrap .left-sec .bg-dark-grey {
    display: flex;
    padding: 20px 20px 20px 20px;
    margin-bottom: 25px;
    border-radius: 20px;
  }
}
.about-refund-wrap .left-sec figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .about-refund-wrap .left-sec figure {
    font-size: 3.4rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-refund-wrap .left-sec figure {
    width: 37px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
.about-refund-wrap .left-sec figure img {
  width: auto;
}
.about-refund-wrap .left-sec .section-heads {
  color: #ffffff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .about-refund-wrap .left-sec .section-heads {
    font-size: 5rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 1536px) {
  .about-refund-wrap .left-sec .section-heads {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .about-refund-wrap .left-sec .section-heads {
    font-size: 3.4rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-refund-wrap .left-sec .section-heads {
    font-size: 3rem;
  }
  .about-refund-wrap .left-sec .section-heads:before {
    width: 100px;
  }
}
.about-refund-wrap .right-sec .right-sec-inner {
  align-items: center;
}
.about-refund-wrap .right-sec .right-sec-inner .right-sec-box {
  padding-left: 100px;
}
@media screen and (max-width: 1700px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1536px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box {
    padding-left: 0px;
    padding-bottom: 15px;
  }
}
.about-refund-wrap .right-sec .right-sec-inner .right-sec-box P {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1700px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box P {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box P {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box P {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box P {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.about-refund-wrap .right-sec .right-sec-inner .right-sec-box P strong {
  font-weight: 500;
}
.about-refund-wrap .right-sec .right-sec-inner .right-sec-box .with-top-border {
  border-top: 1px solid #000000;
  padding-top: 10px;
  width: 90%;
}
@media screen and (max-width: 1366px) {
  .about-refund-wrap .right-sec .right-sec-inner .right-sec-box .with-top-border {
    width: 100%;
  }
}

.selectBoxWrap .selectBoxinnerWrap {
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .selectBoxWrap .selectBoxinnerWrap {
    padding-top: 20px;
  }
}
.selectBoxWrap .selectBoxinnerWrap .dropdownBoxWrap {
  display: flex;
  justify-content: flex-end;
}
.selectBoxWrap .selectBoxinnerWrap .selectBox {
  max-width: 309px;
}
.selectBoxWrap.selectBoxWrapDesk {
  display: none;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap {
    width: 100%;
  }
}
.selectBoxWrap.programSelect {
  max-width: 325px;
  width: 100%;
}
.selectBoxWrap.programSelect.dropdownOpen .selectBox select {
  display: block;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect {
    position: relative;
    width: 300px;
    right: 0;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox select {
    top: 50px;
    height: 30px;
    width: 300px;
    left: auto;
    right: 0;
    z-index: 1;
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox .selectedValue {
    display: none;
  }
  .selectBoxWrap.programSelect .selectBox .selectedValue.active {
    display: block;
  }
}
.selectBoxWrap.programSelect .selectBox.firstSelecetBox .selectedValue {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox.firstSelecetBox .selectedValue {
    background: none;
    padding-left: 0px;
    position: absolute;
    right: 0;
    width: 100%;
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox.firstSelecetBox .selectedValue {
    width: 300px;
  }
}
.selectBoxWrap.programSelect .selectBox label {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox label {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .selectBoxWrap.programSelect .selectBox label span {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .selectBoxWrap.programSelect .selectBox label span:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .selectBoxWrap.programSelect .selectBox label {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    margin-top: -15px;
    height: 25px;
    width: 25px;
    right: 0;
  }
}
.selectBoxWrap .selectBox {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap .selectBox {
    padding-left: 0px;
  }
}
.selectBoxWrap .selectBox.focused.firstSelecetBox .selectedValue {
  background: transparent;
  padding-left: 0;
}
.selectBoxWrap .selectBox.firstSelecetBox .selectedValue {
  background: url(../../assets/images/icon-filter-search.svg) no-repeat center left;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap .selectBox.firstSelecetBox .selectedValue {
    background: none;
  }
}
.selectBoxWrap .selectBox.secondSelecetBox .selectedValue {
  background: url(../../assets/images/icon-filter-search.svg) no-repeat center left;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap .selectBox.secondSelecetBox .selectedValue {
    background: none;
  }
}
.selectBoxWrap .selectBox .selectedValue {
  padding: 10px 25px 10px 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap .selectBox .selectedValue {
    background: none;
    padding-left: 0px;
    font-size: 1.4rem;
  }
}
.selectBoxWrap .selectBox .selectedValue::before {
  padding: 5px;
  border-radius: 3px;
  border-width: 0 3px 3px 0;
}
.selectBoxWrap .selectBox label {
  display: none;
}
.selectBoxWrap .selectBox label.show {
  display: block;
}
.selectBoxWrap .selectBox label span {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .selectBoxWrap .selectBox label {
    display: block;
    padding-top: 20px;
  }
  .selectBoxWrap .selectBox label span {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
  }
}

.date-details-wrap {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991px) {
  .date-details-wrap {
    margin: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .col-date-details {
    padding: 30px 20px 0px;
  }
}
.date-details-wrap .date-details-heads {
  background-color: #000000;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  border-radius: 6px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .date-details-wrap .date-details-heads {
    padding: 15px 10px;
  }
}
.date-details-wrap .date-details-heads p {
  font-size: 2.4rem;
  font-weight: 700 !important;
  color: #ffffff;
}
.date-details-wrap p {
  margin-bottom: 0;
  color: #000000;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .date-details-wrap p {
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap p {
    line-height: 20px;
  }
}
.date-details-wrap .date-details-row {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #C7C7C7 !important;
  padding: 30px 0;
}
.date-details-wrap .date-details-row:last-child {
  border-bottom-width: 0 !important;
}
@media screen and (max-width: 991px) {
  .date-details-wrap .date-details-row {
    padding: 20px;
    background-color: #EFF1F4;
  }
}
@media screen and (max-width: 480px) {
  .date-details-wrap .date-details-row {
    padding: 20px 10px;
    background-color: #EFF1F4;
    justify-content: space-between;
  }
}
.date-details-wrap .date-details {
  padding: 10px;
  width: 30%;
  border: none;
}
@media screen and (max-width: 991px) {
  .date-details-wrap .date-details {
    padding: 0px;
    width: 40%;
  }
}
.date-details-wrap .date-details p {
  position: relative;
  padding-left: 25px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .date-details-wrap .date-details p {
    font-size: 2.2rem;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .date-details p {
    font-size: 1.8rem;
    padding-left: 18px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .date-details p {
    font-size: 1.4rem;
    padding-left: 22px;
  }
}
@media screen and (max-width: 480px) {
  .date-details-wrap .date-details p {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.date-details-wrap .date-details p span {
  width: 100%;
  display: inline-block;
}
.date-details-wrap .date-details p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .date-details p:before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .date-details p:before {
    width: 8px;
    height: 8px;
    top: 4px;
  }
}
.date-details-wrap .date-details.academic-icon p:before {
  background-color: #51B5DC;
}
.date-details-wrap .date-details.non-academic-icon p:before {
  background-color: #E7538A;
}
.date-details-wrap .non-academic-icon .date-details p:before {
  background-color: #e7538a;
}
.date-details-wrap .academic-icon .date-details p:before {
  background-color: #51B5DC;
}
.date-details-wrap .holidays-icon .date-details p:before {
  background-color: #EFF1F4;
  border: 1px solid #D1D1D1;
}
.date-details-wrap .academic-non-academic-icon .date-details p:after {
  position: absolute;
  content: "";
  top: 16px;
  left: -4px;
  width: 14px;
  height: 8px;
  background-color: #51B5DC;
  border-radius: 150px 150px 0 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .academic-non-academic-icon .date-details p:after {
    width: 10px;
    height: 6px;
    top: 11px;
    left: -3px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .academic-non-academic-icon .date-details p:after {
    width: 8px;
    height: 4px;
    top: 6px;
    left: -2px;
  }
}
.date-details-wrap .academic-non-academic-icon .date-details p:before {
  background-color: #e7538a;
}
.date-details-wrap .academic-holiday-icon .date-details p:after {
  position: absolute;
  content: "";
  top: 16px;
  left: -4px;
  width: 14px;
  height: 8px;
  background-color: #51B5DC;
  border-radius: 150px 150px 0 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .academic-holiday-icon .date-details p:after {
    width: 10px;
    height: 6px;
    top: 11px;
    left: -3px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .academic-holiday-icon .date-details p:after {
    width: 8px;
    height: 4px;
    top: 6px;
    left: -2px;
  }
}
.date-details-wrap .academic-holiday-icon .date-details p:before {
  background-color: #EFF1F4;
  border: 1px solid #D1D1D1;
}
.date-details-wrap .holiday-no-academic-icon .date-details p:after {
  position: absolute;
  content: "";
  top: 16px;
  left: -4px;
  width: 14px;
  height: 8px;
  background-color: #EFF1F4;
  border-radius: 150px 150px 0 0;
  transform: rotate(-90deg);
  border: 1px solid #D1D1D1;
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .holiday-no-academic-icon .date-details p:after {
    width: 10px;
    height: 6px;
    top: 11px;
    left: -3px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .holiday-no-academic-icon .date-details p:after {
    width: 8px;
    height: 4px;
    top: 6px;
    left: -2px;
  }
}
.date-details-wrap .holiday-no-academic-icon .date-details p:before {
  background-color: #e7538a;
  border: 1px solid #D1D1D1;
}
.date-details-wrap .info-details {
  padding: 10px;
  width: 70%;
  border: none;
}
@media screen and (max-width: 480px) {
  .date-details-wrap .info-details {
    padding: 0px;
    width: 55%;
    border: none;
  }
}
.date-details-wrap .info-details p {
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .date-details-wrap .info-details p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .date-details-wrap .info-details p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .info-details p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .col-calendar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .date-details-wrap .col-calendar {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .col-calendar .academic-wrap {
    border-radius: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .date-details-wrap .table table {
    overflow-x: hidden;
    white-space: normal;
  }
}
.date-details-wrap .table table tr td:last-child {
  border-right: none;
}
.date-details-wrap .table table tr td a {
  color: #000;
}

@media screen and (max-width: 991px) {
  #academic-section.section-gray {
    background-color: transparent;
  }
}

.calender-area-wrap {
  display: none;
  padding-top: 20px;
}
.calender-area-wrap.active {
  display: block;
}
.calender-area-wrap ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .calender-area-wrap ul {
    flex-wrap: wrap;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 480px) {
  .calender-area-wrap ul {
    padding: 0px 20px;
  }
}
.calender-area-wrap ul li {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
  margin-left: 20px;
  border: 1px solid transparent;
}
.calender-area-wrap ul li::marker {
  display: none;
  font-size: 0px;
}
.calender-area-wrap ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border-radius: 100%;
}
@media screen and (max-width: 1700px) {
  .calender-area-wrap ul li::before {
    width: 15px;
    height: 15px;
    top: 1px;
  }
}
@media screen and (max-width: 991px) {
  .calender-area-wrap ul li::before {
    width: 12px;
    height: 12px;
    top: 0px;
  }
}
.calender-area-wrap ul li.academic-icon:before {
  background-color: #51B5DC;
}
.calender-area-wrap ul li.non-academic-icon:before {
  background-color: #e7538a;
}
.calender-area-wrap ul li.holidays-icon:before {
  background-color: #EFF1F4;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 1700px) {
  .calender-area-wrap ul li {
    font-size: 1.4rem;
    padding-left: 22px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .calender-area-wrap ul li {
    font-size: 1.2rem;
    padding-left: 18px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 1024px) {
  #our-figures #counter.whoweare-counter {
    max-width: 100%;
  }
}
#our-figures #counter.whoweare-counter .num_box {
  max-width: 300px;
  padding-top: 0;
}
@media screen and (max-width: 1400px) {
  #our-figures #counter.whoweare-counter .num_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #our-figures #counter.whoweare-counter .num_box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #our-figures #counter.whoweare-counter .num_box p.num {
    font-size: 5rem;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  #our-figures #counter.whoweare-counter .num_box p.desc {
    max-width: 50%;
    width: 100%;
  }
}
#our-figures #counter.whoweare-counter .num_box:after {
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  #our-figures #counter.whoweare-counter .num_box:after {
    bottom: 0;
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 991px) {
  #our-figures #counter.whoweare-counter .figures-second-row {
    display: none;
  }
}
#our-figures #counter.whoweare-counter.show-second-row .figures-second-row {
  display: block;
}
#our-figures .figures-more {
  display: none;
}
@media screen and (max-width: 991px) {
  #our-figures .figures-more {
    display: block;
  }
  #our-figures .figures-more.active {
    display: none;
  }
}

#ranks-n-accreditation .ranking-slider-wrap {
  position: relative;
  margin: 0 -30px;
}
@media screen and (max-width: 768px) {
  #ranks-n-accreditation .ranking-slider-wrap {
    margin: 0 auto;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider {
    margin-right: -20px;
    overflow: hidden;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #D4D3D2;
  padding: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1700px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item {
    padding: 30px 30px 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item {
    padding: 20px;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item .w-75 {
  position: relative;
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item .w-75 a.arrow-button {
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1700px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item .w-75 a.arrow-button {
    bottom: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item .w-75 a.arrow-button {
    bottom: 0px;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item img {
    width: 85px;
    height: 113px;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-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: 1700px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item p {
    font-size: 1.6rem;
    margin-bottom: 30px;
    min-height: unset;
  }
}
#ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-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) {
  #ranks-n-accreditation .ranking-slider-wrap #ranking-slider .ranking-slide-item span {
    font-size: 1.6rem;
  }
}
#ranks-n-accreditation .whiteImgTextWrap {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  height: 100%;
}
#ranks-n-accreditation .whiteImgTextWrap .img-section {
  background-color: #e2e7ef;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 75px;
}
@media screen and (max-width: 1700px) {
  #ranks-n-accreditation .whiteImgTextWrap .img-section {
    margin-right: 55px;
  }
}
#ranks-n-accreditation .whiteImgTextWrap .content-section {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#ranks-n-accreditation .whiteImgTextWrap .content-section h3 {
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1536px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1366px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section h3 {
    font-size: 2.4rem;
  }
}
#ranks-n-accreditation .whiteImgTextWrap .content-section p {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  #ranks-n-accreditation .whiteImgTextWrap .content-section p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .whround-shadowrap {
    margin-top: 30px;
  }
}
.whround-shadowrap .white-round-shadow {
  background: #fff;
  padding: 20px 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 13, 0.2);
  margin: 0 2% 30px;
  width: 46%;
}
@media screen and (max-width: 991px) {
  .whround-shadowrap .white-round-shadow {
    margin: 0 0 10px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
.whround-shadowrap .white-round-shadow p {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .whround-shadowrap .white-round-shadow p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .whround-shadowrap .white-round-shadow p {
    font-size: 1.6rem;
  }
}
.whround-shadowrap .white-round-shadow:last-child {
  width: 96%;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .whround-shadowrap .white-round-shadow:last-child {
    margin: 0 0 10px;
    width: 100%;
  }
}

.steps-first {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .steps-first {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .steps-first br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .steps-first .needMoreInfoWrap2 .icon {
    width: 275px;
  }
}

.history-wrap #history-with-slide {
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .history-wrap #history-with-slide {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .history-wrap #history-with-slide {
    padding-bottom: 0;
  }
}
.history-wrap #history-with-slide:before {
  background: #eff1f4;
  width: 100%;
  height: 70%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .history-wrap #history-with-slide .history-container {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 480px) {
  .history-wrap #history-with-slide .history-container {
    padding: 0;
  }
}
.history-wrap #history-with-slide .history-slider-wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap {
    margin-bottom: 0;
    padding-bottom: 5px;
    top: -100px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider {
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 0 50px;
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider {
    position: relative;
    bottom: auto;
    padding: 0;
    border-radius: 0;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider:after {
  width: 65px;
  left: 115px;
  bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider:after {
    bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider:after {
    display: none;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item {
  width: 100%;
  height: fit-content;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item {
    margin: 0px 0px 30px 20px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-inner {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 13, 0.2);
  border-radius: 30px;
  padding: 20px 30px 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  min-height: 180px;
}
@media screen and (max-width: 1700px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-inner {
    min-height: 150px;
  }
}
@media screen and (max-width: 1536px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-inner {
    min-height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-inner {
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 0;
  width: 15%;
  display: inline-block;
}
@media screen and (max-width: 1536px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content h3 {
    font-size: 3rem;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  color: #555555;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0px;
  width: 85%;
  display: inline-block;
}
@media screen and (max-width: 1700px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    width: 82%;
  }
}
@media screen and (max-width: 1024px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item .item-content p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .item a {
  position: relative;
  width: 150px;
  margin-left: 15%;
}
@media screen and (max-width: 1280px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item a {
    margin-left: 18%;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .item a {
    left: auto;
    margin-left: 0;
    position: absolute;
    bottom: 25px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous, .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next {
  top: auto;
  bottom: 45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #39414C !important;
  background-image: none !important;
  transform: none;
  z-index: 1;
  text-indent: -9999px;
  position: absolute;
  opacity: 1;
  border: none;
}
@media screen and (max-width: 1024px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous, .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous, .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next {
    display: none !important;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next {
  left: 150px;
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next.slick-disabled {
  opacity: 0.5;
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(135deg);
  z-index: 1;
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next:after {
  width: 70px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  right: 35px;
  bottom: 17px;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-next:after {
    width: 50px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous {
  left: 45px;
}
@media screen and (max-width: 1366px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous {
    left: 65px;
  }
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous.slick-disabled {
  opacity: 0.5;
}
.history-wrap #history-with-slide .history-slider-wrap .history-slider .history-previous:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .history-wrap #history-with-slide .history-slider-wrap .history-slider .slick-dots {
    bottom: 0px;
  }
}

.figures-second-row {
  margin-top: 30px;
}

.img-text-card-wrap .item .common-card.black-text .common-card-body {
  color: #000000;
}
.img-text-card-wrap .item .common-card.black-text .common-card-body .common-card-body-heads h3 {
  color: #000000;
}
.img-text-card-wrap .item .common-card.black-text .common-card-body .common-card-body-heads span {
  color: #000000;
}

.all-tab-pane:not(.active) {
  display: none;
}

.all-tabs-outer {
  width: 100%;
}
.all-tabs-outer.placementSchools #school-filters {
  padding-top: 0px;
}
.all-tabs-outer.placementSchools h3 {
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1700px) {
  .all-tabs-outer.placementSchools h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1536px) {
  .all-tabs-outer.placementSchools h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .all-tabs-outer.placementSchools h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .all-tabs-outer.placementSchools h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane {
  position: relative;
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord {
  margin-bottom: 30px;
  background-color: #eff1f4;
  border-radius: 30px;
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord.active {
  background: #E7EAEF;
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading {
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading {
    padding: 20px;
    border-radius: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading h3 {
  font-size: 2.5rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading h3 {
    padding-right: 25px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-titles {
  font-size: 2rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-titles {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-titles {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-description {
  font-size: 1.8rem;
  line-height: 28x;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-description {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-description {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-description {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading p.job-description {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a {
  font-size: 2rem;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a {
    font-size: 1.6rem;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a.view-description:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a.view-description {
    text-indent: -9999px;
  }
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a.view-description:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a.view-description.active {
    text-indent: -9999px;
  }
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-heading a.view-description.active:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    content: "";
    position: absolute;
    right: 10px;
    margin-top: 5px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content {
  padding: 0 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content {
    padding: 0 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner {
  border-top: 1px solid rgba(85, 85, 85, 0.5);
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner {
    padding: 20px 0;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner p {
  font-size: 2.4rem;
  line-height: 40px;
}
@media (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner p {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner p {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner p {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content .all-tabs-inner p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p {
  padding-left: 0;
  padding-right: 0;
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p.heads {
  font-size: 2.4rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
@media (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p.heads {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p.heads {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p.heads {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content p.heads {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul {
  padding-left: 0;
}
.all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  line-height: 40px;
  list-style: none;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .all-tabs-outer .tab-content .all-tab-pane .all-tabs-accord .all-tabs-content ul.list-with-bullet li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.all-tabs-outer .opening-filter-desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .opening-filter-desktop {
    display: none;
  }
}
.all-tabs-outer .opening-filter-mobile {
  display: none;
}
.all-tabs-outer .opening-filter-mobile label {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .opening-filter-mobile {
    display: block;
    padding-bottom: 10px;
  }
}
.all-tabs-outer .opening-filter-mobile .selectBox {
  width: 300px;
}
.all-tabs-outer .opening-filter-mobile .selectBox .selectedValue {
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .all-tabs-outer .opening-filter-mobile .selectBox {
    width: 205px;
  }
}
.all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap label {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  color: #000000 !important;
}
@media screen and (max-width: 480px) {
  .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap label {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap .selectedValue {
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
}

.common-text.light-text p {
  font-size: 2.6rem;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .common-text.light-text p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .common-text.light-text p {
    font-size: 2.2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .common-text.light-text p {
    font-size: 2rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .common-text.light-text p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.common-text.regular-text p {
  font-size: 2.6rem;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .common-text.regular-text p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .common-text.regular-text p {
    font-size: 2.2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .common-text.regular-text p {
    font-size: 2rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .common-text.regular-text p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.vision-mission-wrap .section-heads {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .vision-mission-wrap .section-heads {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .vision-mission-wrap .section-heads {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .vision-mission-wrap .section-heads {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .vision-mission-wrap .whround-shadowrap {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .process-steps {
    overflow-x: scroll;
  }
}
.process-steps ul {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .process-steps ul {
    width: 1550px;
  }
}
@media (max-width: 1024px) {
  .process-steps ul {
    padding-top: 30px;
  }
}
.process-steps ul li {
  width: 312px;
  height: 275px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.process-steps ul li figure {
  max-width: 90%;
}

@media screen and (max-width: 1024px) {
  .process-steps-link a.trans-buttons {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1024px) {
  .core-value-steps {
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) {
  .core-value-steps ul {
    width: 1550px;
  }
}
.core-value-steps ul li {
  width: 323px;
  height: 276px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-right: 15px;
}
.core-value-steps ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .core-value-steps ul li span {
    font-size: 2.4rem;
  }
}

.report-chart-row {
  margin: 0 -20px;
}
.report-chart-row .report-chart-col {
  padding: 0 20px 30px;
}
.report-chart-row .report-chart-col .report-chart-inner {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .report-chart-row .report-chart-col .report-chart-inner {
    height: auto;
  }
}
.report-chart-row .report-chart-col figure img {
  width: auto;
}
.report-chart-row .report-chart-col p {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .report-chart-row .report-chart-col p {
    font-size: 1.2rem;
  }
}
.report-chart-row .report-chart-col:nth-child(3), .report-chart-row .report-chart-col:nth-child(4) {
  display: none;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .report-chart-row .report-chart-col:nth-child(3), .report-chart-row .report-chart-col:nth-child(4) {
    margin-top: auto;
  }
}
.report-chart-row .report-chart-col.show:nth-child(3), .report-chart-row .report-chart-col.show:nth-child(4) {
  display: block;
}

.highlight-cards {
  padding: 55px 40px 35px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .highlight-cards {
    padding: 30px;
  }
}
.highlight-cards h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 2.2rem;
  line-height: 32px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .highlight-cards h3 {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .highlight-cards h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .highlight-cards h3 {
    font-size: 2rem;
  }
}
.highlight-cards h3:before {
  position: absolute;
  content: "";
  width: 45px;
  background: #000000;
  height: 3px;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .highlight-cards #counter.numbers-section {
    max-width: 100%;
  }
}
.highlight-cards #counter .num_box {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .highlight-cards #counter .num_box {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .highlight-cards #counter .num_box {
    padding-bottom: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .highlight-cards #counter .num_box:after {
    width: 75px;
    height: 75px;
  }
}
.highlight-cards #counter .num_box p.num {
  font-size: 6.5rem;
}
@media screen and (max-width: 1700px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1536px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 4rem;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 4rem;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .highlight-cards #counter .num_box p.num {
    font-size: 3.2rem;
  }
}
.highlight-cards #counter .num_box p.num .count:first-child {
  padding-right: 3px;
}
.highlight-cards #counter .num_box p.num .count.percent.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .highlight-cards #counter .num_box p.num .count.percent.mobile {
    display: inline-block;
  }
}
.highlight-cards #counter .num_box p.num .count.percent.desk {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .highlight-cards #counter .num_box p.num .count.percent.desk {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .highlight-cards #counter .num_box p.desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .highlight-cards #counter .num_box p.desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .highlight-cards #counter .num_box p.desc {
    width: 46%;
  }
}

.placementOverview-wrap {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .placementOverview-wrap {
    border-radius: 17px;
    padding: 35px 25px;
  }
}

@media screen and (max-width: 480px) {
  .placementSlider.imgCardTextSlider img {
    width: 80px;
    height: 80px;
  }
}
.placementSlider.slick-slider .slick-track .slick-slide {
  padding: 0px;
  display: block;
}

@media screen and (max-width: 1024px) {
  #counter.numbers-section.whoweare-counter {
    max-width: 100%;
  }
}

#placement-stories .imgCardTextSlider {
  padding-bottom: 0;
}

.recruiters-slider-wrap .item {
  display: flex;
  padding: 0px;
  margin: 0 auto;
}
.recruiters-slider-wrap .item .recruiters-item {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.recruiters-slider-wrap .item .recruiters-item .img-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-height: 110px;
  height: 110px;
  max-width: 180px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  margin: 10px;
}
@media screen and (max-width: 1024px) {
  .recruiters-slider-wrap .item .recruiters-item .img-sec {
    max-width: 135px;
    min-height: 82px;
    height: 100%;
  }
}

.count.percent.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .count.percent.mobile {
    display: inline-block;
  }
}
.count.percent.desk {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .count.percent.desk {
    display: none;
  }
}

.faculty-wrap {
  position: relative;
}
.faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards {
  display: block;
  margin-bottom: 30px;
}
.faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards .item {
  position: relative;
}
.faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards .item .common-card {
  position: initial;
}
.faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards .item .common-card .common-card-body {
  position: initial;
}
.faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards .arrow-button {
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faculty-wrap.facultyListingPagewrap .icon-cards-row .inner-icon-cards .arrow-button {
    bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .faculty-wrap {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .faculty-wrap {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.faculty-wrap .icon-cards-row .inner-icon-cards {
  display: none;
}
@media screen and (max-width: 480px) {
  .faculty-wrap .icon-cards-row .inner-icon-cards {
    max-width: 100%;
  }
}
.faculty-wrap .icon-cards-row .inner-icon-cards:nth-child(1), .faculty-wrap .icon-cards-row .inner-icon-cards:nth-child(2), .faculty-wrap .icon-cards-row .inner-icon-cards:nth-child(3) {
  display: block;
}
.faculty-wrap .icon-cards-row.active .inner-icon-cards {
  display: block;
}
.faculty-wrap .item {
  background-color: #eff1f4;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .faculty-wrap .item {
    border-radius: 20px;
    margin-bottom: 25px;
  }
}
.faculty-wrap .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) {
  .faculty-wrap .item:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.faculty-wrap .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .faculty-wrap .item {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .faculty-wrap .item {
    margin-right: -20px;
    overflow: hidden;
  }
}
.faculty-wrap .item .common-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.faculty-wrap .item .common-card figure {
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.faculty-wrap .item .common-card figure img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.faculty-wrap .item .common-card .common-card-body {
  padding: 60px 40px;
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1700px) {
  .faculty-wrap .item .common-card .common-card-body {
    padding: 50px 40px;
  }
}
@media (max-width: 1400px) {
  .faculty-wrap .item .common-card .common-card-body {
    padding: 40px;
  }
}
@media (max-width: 1366px) {
  .faculty-wrap .item .common-card .common-card-body {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .faculty-wrap .item .common-card .common-card-body {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap .item .common-card .common-card-body {
    padding: 30px;
  }
}
.faculty-wrap .item .common-card .common-card-body p {
  font-size: 2rem;
}
@media screen and (max-width: 1700px) {
  .faculty-wrap .item .common-card .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap .item .common-card .common-card-body p {
    font-size: 1.6rem;
  }
}
.faculty-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #747474;
}
@media screen and (max-width: 1700px) {
  .faculty-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1536px) {
  .faculty-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 1.8rem;
  }
}
.faculty-wrap .item .common-card .common-card-body .common-card-body-heads span {
  font-size: 2rem;
  min-height: auto;
}
@media screen and (max-width: 1366px) {
  .faculty-wrap .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .faculty-wrap .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 1.6rem;
  }
}
.faculty-wrap .item .common-card .common-card-footer {
  position: relative;
  padding: 0px 50px 40px;
}
@media (max-width: 1700px) {
  .faculty-wrap .item .common-card .common-card-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1400px) {
  .faculty-wrap .item .common-card .common-card-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1366px) {
  .faculty-wrap .item .common-card .common-card-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .faculty-wrap .item .common-card .common-card-footer {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .faculty-wrap .item .common-card .common-card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faculty-wrap .item .common-card .common-card-footer .arrow-button {
  position: relative;
  bottom: auto;
}

.faculty-tab-content .tabs-buttons.nav-tabs {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 2px;
  white-space: nowrap;
}

.faculty-full-row {
  width: 100%;
  border-radius: 30px;
  background: rgb(184, 197, 214);
  background: linear-gradient(4deg, rgb(184, 197, 214) 0%, rgb(231, 232, 237) 100%);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .faculty-full-row {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .faculty-full-row {
    flex-wrap: wrap;
  }
}
.faculty-full-row figure {
  max-width: 450px;
  display: flex;
  justify-content: flex-end;
}
.faculty-full-row figure img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.faculty-full-row .faculty-info {
  background: #39414C;
  border-radius: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .faculty-full-row .faculty-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .faculty-full-row .faculty-info {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .faculty-full-row .faculty-info {
    padding: 30px;
  }
}
.faculty-full-row .faculty-info .moreDegree {
  display: block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  position: relative;
  transition: all ease 0.3s;
}
.faculty-full-row .faculty-info .moreDegree:hover:before {
  width: 0px;
  transition: all ease 0.3s;
}
.faculty-full-row .faculty-info .moreDegree:before {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.faculty-full-row .faculty-info h3, .faculty-full-row .faculty-info h1, .faculty-full-row .faculty-info .leader-name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 1700px) {
  .faculty-full-row .faculty-info h3, .faculty-full-row .faculty-info h1, .faculty-full-row .faculty-info .leader-name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1536px) {
  .faculty-full-row .faculty-info h3, .faculty-full-row .faculty-info h1, .faculty-full-row .faculty-info .leader-name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .faculty-full-row .faculty-info h3, .faculty-full-row .faculty-info h1, .faculty-full-row .faculty-info .leader-name {
    font-size: 2.2rem;
  }
}
.faculty-full-row .faculty-info h2.leader-designation {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.faculty-full-row .faculty-info .leader-designation {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.faculty-full-row .faculty-info .degree-wrapper li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 3px;
  display: none;
}
.faculty-full-row .faculty-info .degree-wrapper li:nth-child(1), .faculty-full-row .faculty-info .degree-wrapper li:nth-child(2), .faculty-full-row .faculty-info .degree-wrapper li:nth-child(3), .faculty-full-row .faculty-info .degree-wrapper li:nth-child(4), .faculty-full-row .faculty-info .degree-wrapper li:nth-child(5) {
  display: block;
}
@media screen and (max-width: 1700px) {
  .faculty-full-row .faculty-info .degree-wrapper li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1536px) {
  .faculty-full-row .faculty-info .degree-wrapper li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .faculty-full-row .faculty-info .degree-wrapper li {
    font-size: 1.4rem;
  }
}

.findYourProgram-wrap.student-project-search .selectBoxWrap {
  position: relative;
  max-width: 300px;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.student-project-search .selectBoxWrap {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .findYourProgram-wrap.student-project-search .selectBoxWrap .selectBoxinnerWrap .selectBox {
    max-width: 100%;
  }
}
.findYourProgram-wrap .search-program-box-wrap {
  border-right: 1px solid #707070 !important;
}

.student-project-cards {
  margin: 0 -50px;
}
@media screen and (max-width: 1024px) {
  .student-project-cards {
    margin: 0;
  }
}
.student-project-cards .student-project-col {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col {
    padding: 0 15px;
  }
}
.student-project-cards .student-project-col .common-card-wrap {
  background-color: #eff1f4;
  border-radius: 30px;
  margin-bottom: 50px;
  overflow: hidden;
  cursor: default;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap {
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.student-project-cards .student-project-col .common-card-wrap: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) {
  .student-project-cards .student-project-col .common-card-wrap:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body {
  padding: 28px 28px 50px 28px;
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  min-height: 135px;
  position: relative;
}
@media (max-width: 1700px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body {
    padding: 25px 25px 40px 25px;
  }
}
@media (max-width: 1366px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body {
    padding: 22px 22px 40px 22px;
  }
}
@media (max-width: 991px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body {
    padding: 30px 30px 40px 30px;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body p {
    font-size: 1.6rem;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 2.8rem;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.4rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.2rem;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
  font-size: 2rem;
  min-height: auto;
  color: #555555;
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.4rem;
  }
}
.student-project-cards .student-project-col .common-card-wrap .common-card .common-card-footer {
  position: absolute;
  bottom: 45px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .student-project-cards .student-project-col .common-card-wrap .common-card .common-card-footer {
    bottom: 30px;
    left: 30px;
  }
}
.student-project-cards .student-project-col .common-card-wrap.slick-slide {
  flex-wrap: wrap;
  padding: 0 !important;
}

.placement-bg {
  background: url(../images/placement-bg.webp) no-repeat;
  background-size: cover;
}

.placementOverview-wrap .placementSlider {
  padding-bottom: 0;
}
.placementOverview-wrap .placementSlider:after {
  display: none;
}
.placementOverview-wrap .slider-controls {
  width: 200px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.placementOverview-wrap .slider-controls:before {
  width: 130px;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.5);
  position: absolute;
  content: "";
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .placementOverview-wrap .slider-controls {
    display: none;
  }
}
.placementOverview-wrap .slider-controls .slick-prev, .placementOverview-wrap .slider-controls .slick-next {
  top: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #39414C !important;
  background-image: none !important;
  transform: none;
  z-index: 1;
  text-indent: -9999px;
  border: none;
  position: relative;
  left: 0;
  right: 0;
}
.placementOverview-wrap .slider-controls .slick-next.slick-disabled {
  opacity: 0.5;
}
.placementOverview-wrap .slider-controls .slick-next:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(135deg);
  z-index: 1;
}
.placementOverview-wrap .slider-controls .slick-prev.slick-disabled {
  opacity: 0.5;
}
.placementOverview-wrap .slider-controls .slick-prev:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}

.slider-controls {
  position: relative;
}
@media screen and (max-width: 991px) {
  .slider-controls {
    display: none;
  }
}
.slider-controls .slider-controls-inner {
  width: 200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.slider-controls .slider-controls-inner:after {
  background-color: rgba(85, 85, 85, 0.5);
  width: 130px;
  height: 1px;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slider-controls .slide-m-prev, .slider-controls .slide-m-next {
  top: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #39414C !important;
  background-image: none !important;
  transform: none;
  z-index: 1;
  text-indent: -9999px;
  border: none;
  position: relative;
}
.slider-controls .slide-m-next.slick-disabled {
  opacity: 0.5;
}
.slider-controls .slide-m-next:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(135deg);
  z-index: 1;
}
.slider-controls .slide-m-prev.slick-disabled {
  opacity: 0.5;
}
.slider-controls .slide-m-prev:before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}

.section-gray-light {
  background: rgba(239, 241, 244, 0.6);
}

.placementRecruitersSlider.slick-slider .slick-list {
  margin: 0px -15px;
}
.placementRecruitersSlider.slick-slider .slick-track .slick-slide {
  padding: 0px;
  display: block;
  margin: 15px 5px;
}

.title-design-degree {
  padding: 50px 0 10px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .title-design-degree {
    padding: 30px 0 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title-design-degree {
    padding: 20px 0 10px;
    margin-bottom: 20px;
  }
}
.title-design-degree:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 20%;
  height: 3px;
  background: rgb(249, 169, 26);
  background: linear-gradient(90deg, rgb(249, 169, 26) 0%, rgb(235, 65, 122) 30%, rgb(63, 145, 193) 60%, rgb(255, 255, 255) 90%);
}
.title-design-degree p {
  color: #555555;
  font-family: "Saira Condensed", sans-serif;
  font-size: 3.8rem;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .title-design-degree p {
    font-size: 3rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1536px) {
  .title-design-degree p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .title-design-degree p {
    font-size: 2rem;
  }
}
.title-design-degree span {
  width: 44px;
  height: 44px;
  margin: 0 20px;
}
@media screen and (max-width: 1700px) {
  .title-design-degree span {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1536px) {
  .title-design-degree span {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .title-design-degree span {
    width: 22px;
    height: 22px;
  }
}
.title-design-degree span svg {
  width: 100%;
  height: 100%;
}

.degree-steps-img {
  word-wrap: break-word;
}
.degree-steps-img span {
  font-size: 2rem;
  font-size: "Saira Condensed", sans-serif;
  font-weight: 400;
}
.degree-steps-img span.yellow {
  color: #FCBB23;
}
.degree-steps-img span.pink {
  color: #E7538A;
}
.degree-steps-img span.blue {
  color: #27AAE1;
}
.degree-steps-img .title {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 3.2rem;
  line-height: 38px;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .degree-steps-img .title {
    font-size: 2.6rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .degree-steps-img .title {
    font-size: 3.2rem;
    line-height: 38px;
  }
}
.degree-steps-img .description {
  border-top: 1px solid #555555;
  margin-top: 15px;
  padding-top: 15px;
}
.degree-steps-img .description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 2.2rem;
  line-height: 32px;
}
@media screen and (max-width: 1700px) {
  .degree-steps-img .description p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .degree-steps-img .description p {
    font-size: 2.2rem;
    line-height: 32px;
  }
}

.video-row {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .video-row {
    margin: 0 -20px;
  }
}

.video-col {
  position: relative;
  height: 80vh;
  max-height: 572px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .video-col {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .video-col {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .video-col {
    height: 300px;
    border-radius: 0px;
  }
}

.video-same-window {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: fill;
}
.video-same-window .videoPlayIcon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.video-same-window .videoPlayIcon:before {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(../images/icon-videoplay.svg) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
  transition: all ease 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .video-same-window .videoPlayIcon:before {
    width: 78px;
    height: 78px;
  }
}
.video-same-window .videoPlayIcon.playIconHide {
  z-index: 0;
}
.video-same-window .videoPlayIcon.playIconHide:before {
  display: none;
  transition: all ease 0.3s;
}
.video-same-window video {
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.img-text-card-wrap #facultyDataLoad .imgCardTextSlider .item {
  margin-top: 10px;
}
.img-text-card-wrap #facultyDataLoad .imgCardTextSlider .item .common-card figure {
  max-height: 350px;
  overflow: hidden;
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.img-text-card-wrap #facultyDataLoad .imgCardTextSlider .item .common-card figure img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.design-common-text .common-text p {
  margin-bottom: 20px;
}

#designDegreeVideo #designdegree-videoshow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#designDegreeVideo .imgBox {
  height: 100%;
}
#designDegreeVideo .imgBox img {
  border-radius: 30px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #designDegreeVideo .imgBox img {
    border-radius: 0px;
    min-height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .design-degree-infographic {
    width: 100%;
  }
}
.design-degree-infographic .infographic-inner .imgBox {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .design-degree-infographic .infographic-inner .imgBox {
    max-width: unset;
    margin: 0 auto;
    width: auto;
  }
}

.process-steps-link {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .placementOverview-wrap .placementSlider.imgCardTextSlider .slick-list {
    margin: 0px;
  }
}
@media screen and (max-width: 480px) {
  .placementOverview-wrap .placementSlider.imgCardTextSlider .slick-list .slick-slide {
    width: 110px !important;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 480px) {
  .placementOverview-wrap .placementSlider.imgCardTextSlider .item {
    width: 80px !important;
    height: 80px !important;
  }
}

@media screen and (max-width: 1366px) {
  .img-text-card-wrap.studentOutcomesSlider .item .common-card .common-card-body {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  .img-text-card-wrap.studentOutcomesSlider .item .common-card .common-card-body {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruitersSec .placementRecruitersSlider.imgCardTextSlider .slick-prev {
    bottom: -20px;
    left: 40%;
  }
}
@media screen and (max-width: 767px) {
  .recruitersSec .placementRecruitersSlider.imgCardTextSlider .slick-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitersSec .placementRecruitersSlider.imgCardTextSlider .slick-next {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .recruitersSec .placementRecruitersSlider.imgCardTextSlider .slick-next {
    display: none;
  }
}

.table table tr td a {
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .table table tr td a {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .table table tr td a {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .table table tr td a {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.table table tr td ul li {
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .table table tr td ul li {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .table table tr td ul li {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .table table tr td ul li {
    font-size: 1.4rem;
    line-height: 18px;
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.jumSectionHeading {
  background-color: #E2E7EF;
  position: relative;
}
@media (max-width: 480px) {
  .jumSectionHeading {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.jumSectionHeading.fixed {
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 480px) {
  .jumSectionHeading.fixed {
    min-height: 62px;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
  }
}
.jumSectionHeading.fixed .jumSectionInner {
  margin-bottom: 0px;
}
.jumSectionHeading.fixed .jumSectionInner .navbar .navbar-nav .nav-item {
  padding: 15px 0px;
}
.jumSectionHeading:before {
  width: 50%;
  height: 100%;
  background: #eff1f4;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.jumSectionHeading .jumSectionInner {
  background-color: #E2E7EF;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .jumSectionHeading .jumSectionInner {
    margin-bottom: 35px;
  }
}
@media (max-width: 1536px) {
  .jumSectionHeading .jumSectionInner {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading .jumSectionInner {
    margin-bottom: 25px;
  }
}
.jumSectionHeading .jumSectionInner .scrollingWrap {
  overflow: hidden;
}
.jumSectionHeading .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap {
    overflow-x: scroll;
  }
}
.jumSectionHeading .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons {
  color: #ffffff;
  padding: 10px 15px;
  min-width: 175px;
}
.jumSectionHeading .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons:hover {
  color: #000000;
  background-color: #ffffff;
}
.jumSectionHeading .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons:hover::after {
  width: 0px;
}
.jumSectionHeading .jumSectionInner .navbar {
  box-shadow: none;
  background: none;
  padding: 0px;
  backdrop-filter: none;
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-collapse {
    width: 100%;
  }
}
.jumSectionHeading .jumSectionInner .navbar .navbar-nav {
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1366px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item {
  padding: 25px 0px;
  margin: 0 20px;
  font-size: 0px;
  display: inline-block;
}
.jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
@media (max-width: 1366px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item {
    font-size: 2rem;
    line-height: 28px;
    padding: 20px 0px;
    margin: 0 18px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 15px 0px;
  }
}
.jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: 2.8rem;
  line-height: 40px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  padding: 5px 0px;
}
.jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item a.active {
  font-weight: 700;
  background: none;
  border: none;
}
@media (max-width: 1700px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
.jumSectionHeading .jumSectionInner .arrowdown {
  position: relative;
  width: 20px;
  height: 40px;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
.jumSectionHeading .jumSectionInner .arrowdown:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 10%;
  transition: all ease 0.3s;
  transform: translateY(-10%);
}
.jumSectionHeading .jumSectionInner .arrowdown:after {
  content: "";
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 1px;
  bottom: 0px;
  transition: all ease 0.3s;
  border-radius: 0px 6px 0px 0;
}
.jumSectionHeading .jumSectionInner .arrowdown:hover {
  transform: scale(1);
}
.jumSectionHeading .jumSectionInner .arrowdown:hover:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
.jumSectionHeading .jumSectionInner .slick-slider .slick-list {
  margin: 0px;
}
.jumSectionHeading .jumSectionInner .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-138deg);
  border-radius: 3px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  background: none !important;
}
.jumSectionHeading .jumSectionInner .slick-slider .slick-arrow::before {
  display: none;
}
.jumSectionHeading .jumSectionInner .slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(45deg);
  left: auto;
  right: 0px;
}

.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column {
    margin-bottom: 15px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(even) {
  padding-left: 50px;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(even) {
    padding: 0px 12px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(odd) {
  padding-right: 50px;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(odd) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column:nth-child(odd) {
    padding: 0 12px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content {
  background-color: #E7EAEF;
  border-radius: 30px;
  border: 1px solid #B0B8C4;
  padding: 30px 60px;
  color: #0B0B0B;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content {
    padding: 20px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content h3 {
  font-size: 2.5rem;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content h3 {
    font-size: 2rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content h3 {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #0B0B0B;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content p {
    font-size: 1.6rem;
    line-height: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content p {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .para-heading {
  font-size: 2rem;
  font-weight: 500;
  color: #0B0B0B;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1366px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .para-heading {
    font-size: 1.7rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .para-heading {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .content-para {
  padding-top: 10px;
  padding-bottom: 30px;
}
.selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .content-para:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .content-para {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-criteria-tabwrap .commonAccordion .commonAccordion-item .box-row .box-column .inner-box-content .content-para {
    padding-bottom: 15px;
  }
}

.scholarship-wrap {
  background-color: #eff1f4;
  padding-bottom: 20px;
  position: relative;
  border-radius: 30px;
}
.scholarship-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 30px;
  display: none;
}
.scholarship-wrap .imgBox {
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .imgBox {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .imgBox {
    padding-bottom: 25px;
  }
}
.scholarship-wrap .imgBox img {
  border-radius: 30px;
}
.scholarship-wrap .scholarship-inner-section {
  padding: 30px 35px 0px 35px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section {
    padding: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section {
    padding: 12px 12px 0px 12px;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-main-wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-main-wrap {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-main-wrap {
    padding-bottom: 25px;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap {
    margin-bottom: 10px;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 29px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec {
    padding: 15px 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec {
    border-radius: 17px;
    display: block;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec .left-sec {
  width: 300px;
  padding-right: 40px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec .left-sec {
    width: 150px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec .left-sec {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec .right-sec {
  width: 100%;
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec p {
  color: #0B0B0B;
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 27px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec p {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec h3 {
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .box-sec-wrap .box-sec h3 {
    padding-bottom: 15px;
  }
}
.scholarship-wrap .scholarship-inner-section h3 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section h3 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section h3 {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
}
.scholarship-wrap .scholarship-inner-section ul li {
  font-size: 2.4rem;
  color: #000000;
  line-height: normal;
  padding-bottom: 24px;
  font-weight: 300;
  line-height: 32px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section ul li {
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section ul li {
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
.scholarship-wrap .scholarship-inner-section ul li:last-child {
  padding-bottom: 0px;
}
.scholarship-wrap .scholarship-inner-section p {
  font-size: 2.4rem;
  color: #000000;
  line-height: normal;
  padding-bottom: 24px;
  font-weight: 300;
  line-height: 32px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section p {
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section p {
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
.scholarship-wrap .scholarship-inner-section .info-box-wrap {
  padding: 30px 0px;
  border-top: 2px solid #dcdde0;
}
.scholarship-wrap .scholarship-inner-section .info-box-wrap .trans-buttons {
  margin-left: 20px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .info-box-wrap {
    padding: 20px 0px;
  }
}
.scholarship-wrap .scholarship-inner-section .table {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table {
    display: flex;
    align-items: center;
    border: 2px solid #e7e9ec;
    border-radius: 6px;
    border-right: 1px solid #e7e9ec;
  }
}
.scholarship-wrap .scholarship-inner-section .table .mobile-heading {
  display: none;
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table .mobile-heading {
    display: block;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    padding: 7px;
    font-weight: 700;
    transform: rotate(-180deg);
  }
}
.scholarship-wrap .scholarship-inner-section .table table tr {
  border-bottom: 2px solid #e7e9ec;
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr .first-tr-heading {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr:last-child {
    border-bottom: 0px;
  }
}
.scholarship-wrap .scholarship-inner-section .table table tr th {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  padding: 15px 30px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 700;
}
.scholarship-wrap .scholarship-inner-section .table table tr th:first-child {
  border-radius: 0px;
}
.scholarship-wrap .scholarship-inner-section .table table tr th:last-child {
  border-radius: 0px;
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .table table tr th {
    padding: 15px 20px;
    font-size: 2rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .table table tr th {
    padding: 12px 8px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr th {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 10px 5px;
  }
}
.scholarship-wrap .scholarship-inner-section .table table tr td {
  color: #000000;
  padding: 15px 30px;
  border-left: 2px solid #e7e9ec;
  font-size: 2.2rem;
  line-height: 25px;
  font-weight: 300;
}
.scholarship-wrap .scholarship-inner-section .table table tr td.main-heading {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr td.main-heading {
    display: none;
  }
}
.scholarship-wrap .scholarship-inner-section .table table tr td:last-child {
  border-right: 2px solid #e7e9ec;
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr td:last-child {
    border-right: 0px;
  }
}
@media screen and (max-width: 1366px) {
  .scholarship-wrap .scholarship-inner-section .table table tr td {
    padding: 15px 20px;
    font-size: 2rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .scholarship-wrap .scholarship-inner-section .table table tr td {
    padding: 12px 8px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scholarship-wrap .scholarship-inner-section .table table tr td {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 10px 5px;
  }
}

.imgCardTextSlider.excellenceStorySlider figure {
  position: relative;
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.imgCardTextSlider.excellenceStorySlider figure .video-play-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1366px) {
  .imgCardTextSlider.excellenceStorySlider figure .video-play-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .imgCardTextSlider.excellenceStorySlider figure .video-play-icon {
    width: 35px;
    height: 35px;
  }
}
.imgCardTextSlider.excellenceStorySlider figure .video-play-sec {
  display: block;
}
@media screen and (max-width: 1024px) {
  .imgCardTextSlider.excellenceStorySlider figure .video-play-sec {
    height: 100%;
  }
}

.admissionDate-cards:nth-child(even) {
  padding-left: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .admissionDate-cards:nth-child(even) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .admissionDate-cards:nth-child(even) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .admissionDate-cards:nth-child(even) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .admissionDate-cards:nth-child(even) {
    padding-left: 7.5px;
  }
}
.admissionDate-cards:nth-child(odd) {
  padding-right: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .admissionDate-cards:nth-child(odd) {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .admissionDate-cards:nth-child(odd) {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .admissionDate-cards:nth-child(odd) {
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .admissionDate-cards:nth-child(odd) {
    padding-right: 7.5px;
  }
}
.admissionDate-cards .admissionDateInner {
  background-color: #E7EAEF;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .admissionDate-cards .admissionDateInner {
    border-radius: 25px;
    padding: 25px;
  }
}
.admissionDate-cards .admissionDateInner p {
  font-size: 2.8rem;
  line-height: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.admissionDate-cards .admissionDateInner p.title {
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
}
.admissionDate-cards .admissionDateInner p.title:before {
  width: 45px;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (max-width: 1366px) {
  .admissionDate-cards .admissionDateInner p.title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .admissionDate-cards .admissionDateInner p {
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .admissionDate-cards .admissionDateInner p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .admissionDate-cards .admissionDateInner p {
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .admissionDate-cards .admissionDateInner p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .admissionDate-cards .admissionDateInner p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.custom-modal .modal-header {
  justify-content: flex-end;
}
.custom-modal .modal-content {
  border-radius: 30px;
  background-color: #F0F4FA;
  padding: 55px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .custom-modal .modal-content {
    padding: 30px;
    border-radius: 17px;
  }
}
.custom-modal .modal-content .custom-modal-close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-close-black.svg) no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
  border: none;
  position: absolute;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}
.custom-modal .modal-content .modal-body {
  padding: 0;
}
.custom-modal .modal-content .modal-body p.modal-title {
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 24px;
  font-weight: 700;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  position: relative;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
}
.custom-modal .modal-content .modal-body p.modal-title:before {
  width: 45px;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body p.modal-title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body p.modal-title {
    font-size: 1.4rem;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.custom-modal .modal-content .modal-body p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body p {
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body p {
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
.custom-modal .modal-content .modal-body .eligibility-modal-content p {
  font-size: 2rem;
  color: #000000;
  line-height: normal;
  font-weight: 300;
  line-height: 30px;
}
.custom-modal .modal-content .modal-body .eligibility-modal-content p.bold {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body .eligibility-modal-content p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body .eligibility-modal-content p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.eligibility-criteria-wrap {
  display: none;
}
.eligibility-criteria-wrap p {
  font-size: 2rem;
  color: #000000;
  line-height: normal;
  padding-bottom: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.eligibility-criteria-wrap p.bold {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .eligibility-criteria-wrap p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .eligibility-criteria-wrap p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.load-report-row {
  display: none;
}
@media screen and (max-width: 991px) {
  .load-report-row {
    display: flex;
  }
}

.reports-row {
  margin: 0 -30px;
}
@media screen and (max-width: 1024px) {
  .reports-row {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 480px) {
  .reports-row {
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column;
    margin: 0px;
  }
}
.reports-row.active .placement-report-col {
  display: block;
}
.reports-row.active .placement-report-col:last-child {
  margin-bottom: 50px;
}
.reports-row .placement-report-col {
  padding: 0 30px 20px;
}
@media screen and (max-width: 1024px) {
  .reports-row .placement-report-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .reports-row .placement-report-col {
    display: none;
  }
  .reports-row .placement-report-col:nth-child(1), .reports-row .placement-report-col:nth-child(2), .reports-row .placement-report-col:nth-child(3), .reports-row .placement-report-col:nth-child(4), .reports-row .placement-report-col:nth-child(5), .reports-row .placement-report-col:nth-child(6) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .reports-row .placement-report-col {
    padding: 0 0px 10px;
  }
}
.reports-row .placement-report-col .placement-report-card {
  border-radius: 30px;
  padding: 30px 25px;
  background-color: #eff1f4;
}
@media screen and (max-width: 1700px) {
  .reports-row .placement-report-col .placement-report-card {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1366px) {
  .reports-row .placement-report-col .placement-report-card {
    border-radius: 17px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .reports-row .placement-report-col .placement-report-card {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .reports-row .placement-report-col .placement-report-card {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .reports-row .placement-report-col .placement-report-card {
    padding: 30px 20px;
  }
}
.reports-row .placement-report-col .placement-report-card p {
  max-width: 70%;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 2.2rem;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .reports-row .placement-report-col .placement-report-card p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .reports-row .placement-report-col .placement-report-card p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .reports-row .placement-report-col .placement-report-card p {
    font-size: 1.6rem;
  }
}
.reports-row .placement-report-col .placement-report-card .pdfDownload {
  width: 29px;
  height: 35px;
  background: url(../images/icon-pdf-download.png) no-repeat 0 0;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .reports-row .placement-report-col .placement-report-card .trans-buttons:hover {
    box-shadow: none;
  }
  .reports-row .placement-report-col .placement-report-card .trans-buttons:hover:after {
    width: 0px;
  }
}

.training-row .image-section {
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .training-row .image-section {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.section-intro.training-prepar-intro {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-intro.training-prepar-intro {
    padding-bottom: 15px;
  }
}
.section-intro.training-prepar-intro p {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .findYourProgram-wrap .findYourProgram .commonAccordion .commonAccordion-item {
    display: block;
  }
}

.commonAccordion.alert-row.active .commonAccordion-item {
  display: block;
}
.commonAccordion.alert-row.active .commonAccordion-item:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .commonAccordion .commonAccordion-item {
    display: none;
  }
  .commonAccordion .commonAccordion-item:nth-child(1), .commonAccordion .commonAccordion-item:nth-child(2), .commonAccordion .commonAccordion-item:nth-child(3), .commonAccordion .commonAccordion-item:nth-child(4), .commonAccordion .commonAccordion-item:nth-child(5), .commonAccordion .commonAccordion-item:nth-child(6) {
    display: block;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content.alert-content p {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 30px;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.alert-content p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.alert-content p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.alert-content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.alert-content p {
    font-size: 1.4rem;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content.alert-content .alert-content-b p {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content.alert-content .ad-alert-buttons {
    display: block !important;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table {
  width: 100%;
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table {
    display: flex;
    align-items: center;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table .mobile-heading {
  display: none;
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table .mobile-heading {
    display: block;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    padding: 7px;
    font-weight: 700;
    transform: rotate(-180deg);
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr .first-tr-heading {
    display: none;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  padding: 15px 30px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th:first-child {
  border-radius: 0px;
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th:last-child {
  border-radius: 0px;
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
    padding: 12px 8px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr th {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
  color: #000000;
  padding: 15px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  line-height: 30px;
  font-weight: 300;
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td.main-heading {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td.main-heading {
    display: none;
  }
}
.commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1700px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
    padding: 12px 8px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .commonAccordion .commonAccordion-item .commonAccordian_content .common-table.table table tr td {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.load-alert-row {
  display: none;
}
@media screen and (max-width: 991px) {
  .load-alert-row {
    display: flex;
  }
}

#eligibilityModal .custom-modal .modal-content .modal-body p.modal-title {
  font-weight: 700;
}
#eligibilityModal .custom-modal .modal-content .modal-body .eligibility-modal-content .row .col-12:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .common-course-details #course-details .commonAccordion .commonAccordion-item {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap {
  width: 221px;
}
@media screen and (max-width: 400px) {
  .fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap {
    width: 180px;
  }
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap .selectBox {
  width: 100%;
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .selectBoxMobileWrap label {
  display: block;
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .filterBySec a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  border: 0.6px solid #000000;
  border-radius: 8px;
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .filterBySec a span {
  font-size: 1.6rem;
  line-height: normal;
  display: block;
  color: #000000;
  font-weight: 300;
  padding-right: 17px;
}
@media screen and (max-width: 400px) {
  .fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .filterBySec a span {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}
.fee-structure-details-wrap .all-tabs-outer .opening-filter-mobile .filterBySec a img {
  display: block;
}
.fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
  font-size: 2.2rem;
  line-height: 32px;
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordion-header {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordion-header::after {
  right: 30px;
  top: 20px;
}
.fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordian_content {
  border: 1px solid #E7EAEF;
  background-color: transparent;
  padding: 20px 20px 20px 30px;
}
.fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordian_content.accordContentShow {
  display: block;
}
.fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordian_content label {
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordian_content label {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .commonAccordion .commonAccordion-item .commonAccordian_content label {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.fee-structure-details-wrap .common-course-details {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .fee-structure-details-wrap .common-course-details {
    padding-right: 0px;
    display: none;
  }
}
.fee-structure-details-wrap .radioWrap .form-group {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.fee-structure-details-wrap .radioWrap .form-group label {
  margin-bottom: 0px;
  padding-left: 35px !important;
  word-break: break-word;
}
.fee-structure-details-wrap .other-fee-section {
  border: 1px solid #C0C6D0;
  border-radius: 20px;
  padding: 30px 40px 10px 40px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .other-fee-section {
    padding: 20px 30px 10px 30px;
  }
}
.fee-structure-details-wrap .other-fee-section h3 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}
.fee-structure-details-wrap ul.list-with-bullet li {
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap ul.list-with-bullet li {
    padding-left: 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .fee-structure-details-wrap ul.list-with-bullet li {
    padding-left: 12px;
  }
}
.fee-structure-details-wrap ul.list-with-bullet li:before {
  width: 11px;
  height: 11px;
  top: 5px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap ul.list-with-bullet li:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap ul.list-with-bullet li:before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 480px) {
  .fee-structure-details-wrap ul.list-with-bullet li:before {
    width: 5px;
    height: 5px;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .commonAccordion .commonAccordion-item .commonAccordion-header:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .commonAccordion .commonAccordion-item .commonAccordion-header:after {
    display: block;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .commonAccordion .commonAccordion-item .commonAccordian_content {
  display: block;
}
@media screen and (max-width: 1024px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .commonAccordion .commonAccordion-item .commonAccordian_content {
    display: none;
  }
  .fee-structure-details-wrap .fee-structure-content-wrap .commonAccordion .commonAccordion-item .commonAccordian_content.accordContentShow {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .right-sec {
    margin-top: 30px;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .right-sec p {
  font-size: 2.2rem;
  line-height: 32px;
  padding-bottom: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .right-sec p {
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .right-sec p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .right-sec p {
    font-size: 1.8rem;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .table {
  border: 1px solid #C0C6D0;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table {
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table tr {
  border: 0px;
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table tr th {
  text-transform: capitalize;
  padding: 18px 18px;
  letter-spacing: 1px;
  font-weight: 500;
  vertical-align: top;
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table table tr th {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table table tr th {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table tr th:first-child {
  border-radius: 20px 0px 0px 20px;
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table tr th:last-child {
  border-radius: 0px 20px 20px 0px;
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table tr th span {
  font-size: 1.4rem;
  opacity: 0.8;
  display: block;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table table tr th span {
    font-size: 1.2rem;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .table table td {
  border: 0px;
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table table td {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .table table td {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section p {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 300;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section p {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section:last-child .d-flex {
    flex-wrap: wrap;
  }
}
.fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section:last-child .d-flex .trans-buttons {
  text-transform: capitalize;
}
@media screen and (max-width: 1536px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section:last-child .d-flex .trans-buttons {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section:last-child .d-flex .trans-buttons:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fee-structure-details-wrap .fee-structure-content-wrap .other-fee-bottom-section:last-child .d-flex .trans-buttons:last-child {
    margin-top: 0px;
  }
}

.img-text-card-wrap .messageFromLeaderSlider .item .common-card .common-card-body .common-card-body-heads {
  border: 0px;
}

.imgCardTextSlider.messageFromLeaderSlider figure {
  position: relative;
}
.imgCardTextSlider.messageFromLeaderSlider figure .video-play-icon {
  position: absolute;
  right: 42px;
  top: 28px;
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 1366px) {
  .imgCardTextSlider.messageFromLeaderSlider figure .video-play-icon {
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .imgCardTextSlider.messageFromLeaderSlider figure .video-play-icon {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}
.imgCardTextSlider.messageFromLeaderSlider figure .video-play-sec {
  display: block;
}

@media screen and (max-width: 1366px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .leaderships-tabs-wrap {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
.governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
  margin-bottom: 30px;
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1366px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 1280px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 768px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 640px;
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons.nav-tabs {
    max-width: 360px;
  }
}
.governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item {
  padding: 0 30px;
}
.governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item {
    padding: 0px 15px;
    font-size: 1.6rem;
  }
}
.governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
  font-size: 2.2rem;
}
@media screen and (max-width: 1700px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap.findYourProgram-wrap .program-tab-outer .listSearchArea .tabs-buttons .nav-item .nav-link {
    padding-bottom: 2px;
  }
}
.governance-structure-wrap .imgCardTextSlider {
  margin: 0px -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .imgCardTextSlider {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .imgCardTextSlider {
    margin: 0px -20px;
  }
}
@media screen and (max-width: 768px) {
  .governance-structure-wrap .imgCardTextSlider {
    margin: 0px -10px;
  }
}
@media screen and (max-width: 480px) {
  .governance-structure-wrap .imgCardTextSlider {
    margin: 0px 0px;
  }
}
.governance-structure-wrap .imgCardTextSlider .item-wrap {
  width: 33.33%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap {
    margin-bottom: 22px;
    width: 100%;
  }
}
.governance-structure-wrap .imgCardTextSlider .item-wrap .item {
  margin: 0px 50px;
  display: flex;
  height: 100%;
}
.governance-structure-wrap .imgCardTextSlider .item-wrap .item .common-card .common-card-body .common-card-body-heads {
  margin: 0px;
  border: 0px;
  padding-bottom: 40px;
}
.governance-structure-wrap .imgCardTextSlider .item-wrap .item .common-card .common-card-body .common-card-body-heads .post-name {
  font-size: 1.6rem;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item .common-card .common-card-body .common-card-body-heads .post-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item .common-card .common-card-body .common-card-body-heads .post-name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 480px) {
  .governance-structure-wrap .imgCardTextSlider .item-wrap .item {
    margin: 0px 0px;
  }
}
.governance-structure-wrap .committee-box-wrap {
  margin: 0px -25px;
}
@media screen and (max-width: 1400px) {
  .governance-structure-wrap .committee-box-wrap {
    margin: 0px -20px;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .committee-box-wrap {
    margin: 0px -15px;
  }
}
@media screen and (max-width: 1024px) {
  .governance-structure-wrap .committee-box-wrap {
    margin: 0px -12px;
  }
}
.governance-structure-wrap .committee-box-wrap .committee-box {
  margin-bottom: 30px;
  display: flex;
  padding: 0px 25px;
}
.governance-structure-wrap .committee-box-wrap .committee-box.hide {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .governance-structure-wrap .committee-box-wrap .committee-box {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .committee-box-wrap .committee-box {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .governance-structure-wrap .committee-box-wrap .committee-box {
    padding: 0px 12px;
  }
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee {
  background-color: #EFF1F4;
  border-radius: 30px;
  padding: 40px 30px;
  width: 100%;
  position: relative;
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee .post-name {
  font-size: 1.6rem;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  border-radius: 18px;
  padding: 5px 10px;
  margin-bottom: 0px;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 30px;
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee .post-name {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee .post-name {
    font-size: 1.2rem;
    line-height: 14px;
  }
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee .top-section .left-text {
  width: 100%;
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee h3 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 38px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee h3 {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee h3 {
    font-size: 2.4rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee h3 {
    font-size: 2rem;
  }
}
.governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 32px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee p {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1366px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee p {
    font-size: 1.6rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) {
  .governance-structure-wrap .committee-box-wrap .committee-box .inner-box-committee p {
    font-size: 1.4rem;
  }
}

.leadership-details-row {
  background: transparent linear-gradient(4deg, #B8C5D6 0%, #E7E8ED 100%) 0% 0% no-repeat;
  border-radius: 30px;
  margin-bottom: 70px;
  justify-content: space-between;
  align-items: center;
  min-height: 415px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .leadership-details-row {
    min-height: auto;
    margin-top: 50px;
    background: transparent;
    border-radius: 0px;
  }
}
.leadership-details-row .common-card {
  max-width: 400px;
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .common-card {
    max-width: 360px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .common-card {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .common-card {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .leadership-details-row .common-card {
    width: 245px;
  }
}
.leadership-details-row .common-card .post-name {
  font-size: 1.6rem;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  border-radius: 18px;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .common-card .post-name {
    font-size: 1.5rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .common-card .post-name {
    font-size: 1.4rem;
    line-height: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .common-card .post-name {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.leadership-details-row .common-card h3 {
  font-size: 4.3rem;
  line-height: 50px;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0px;
  color: #000000;
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .common-card h3 {
    font-size: 3.4rem;
    line-height: 35px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .common-card h3 {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .common-card h3 {
    font-size: 2.2rem;
    line-height: 25px;
  }
}
.leadership-details-row .common-card p {
  font-size: 2.5rem;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .common-card p {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .common-card p {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .common-card p {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.leadership-details-row .common-card ul {
  list-style: none;
  padding-left: 0px;
}
.leadership-details-row .common-card ul li {
  margin-right: 10px;
}
.leadership-details-row .common-card ul li a {
  display: block;
}
.leadership-details-row .common-card ul li a img {
  display: block;
}
.leadership-details-row .image-section {
  position: absolute;
  right: 80px;
  bottom: 0px;
  width: 408px;
  height: 477px;
  overflow: visible;
}
@media screen and (max-width: 1600px) {
  .leadership-details-row .image-section {
    width: 370px;
    height: 420px;
  }
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .image-section {
    width: 343px;
    height: 392px;
    right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .leadership-details-row .image-section {
    width: 250px;
    height: auto;
    right: 0;
    display: block;
    bottom: -40px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .image-section {
    width: 170px;
    bottom: 0px;
    position: absolute;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .image-section {
    width: 150px;
  }
}
.leadership-details-row .leadership-left-box {
  position: relative;
  padding: 40px 0px 40px 40px;
}
@media screen and (max-width: 1200px) {
  .leadership-details-row .leadership-left-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .leadership-left-box {
    background: transparent linear-gradient(4deg, #B8C5D6 0%, #E7E8ED 100%) 0% 0% no-repeat;
    border-radius: 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  .leadership-details-row .leadership-left-box {
    padding: 20px;
  }
}
.leadership-details-row .leadership-right-box {
  position: relative;
  padding: 40px 40px 40px 0px;
}
@media screen and (max-width: 1200px) {
  .leadership-details-row .leadership-right-box {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .leadership-right-box {
    background: #eff1f4;
    margin-top: -30px;
    border-radius: 30px;
    padding: 100px 20px;
    text-align: center;
  }
}
.leadership-details-row .leadership-right-box .leadership-inner-content {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .leadership-right-box .leadership-inner-content {
    padding-top: 0px;
  }
}
.leadership-details-row .leadership-right-box::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 89px;
  background: url(../../assets/images/prev-blockquotes.svg);
  left: 0px;
  top: -50px;
}
@media screen and (max-width: 1600px) {
  .leadership-details-row .leadership-right-box::before {
    top: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .leadership-right-box::before {
    background-size: 100% 100%;
    width: 90px;
    height: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .leadership-right-box::before {
    background-size: 100% 100%;
    width: 50px;
    height: 38px;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}
.leadership-details-row .leadership-right-box::after {
  content: "";
  position: absolute;
  width: 114px;
  height: 89px;
  background: url(../../assets/images/next-blockquotes.svg);
  right: 30px;
  bottom: -50px;
}
@media screen and (max-width: 1600px) {
  .leadership-details-row .leadership-right-box::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .leadership-right-box::after {
    background-size: 100% 100%;
    width: 90px;
    height: 60px;
    bottom: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-details-row .leadership-right-box::after {
    background-size: 100% 100%;
    width: 50px;
    height: 38px;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}
.leadership-details-row .leadership-right-box p {
  font-size: 3.6rem;
  line-height: 46px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  color: #000000;
}
.leadership-details-row .leadership-right-box p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .leadership-details-row .leadership-right-box p {
    font-size: 3rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .leadership-right-box p {
    font-size: 2.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .leadership-details-row .leadership-right-box p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-row .leadership-right-box p {
    font-size: 2.6rem;
    line-height: 30px;
  }
}

.leadership-details-content h2 {
  font-size: 3.6rem;
  color: #000000;
  line-height: 50px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 28px;
}
@media screen and (max-width: 1400px) {
  .leadership-details-content h2 {
    font-size: 3rem;
    line-height: 40px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-content h2 {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .leadership-details-content h2 {
    font-size: 2.4rem;
    line-height: 28px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .leadership-details-content h2 {
    font-size: 2rem;
    line-height: 25px;
    padding-bottom: 15px;
  }
}
.leadership-details-content p {
  font-size: 2.8rem;
  color: #000000;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .leadership-details-content p {
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .leadership-details-content p {
    font-size: 2.4rem;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .leadership-details-content p {
    font-size: 1.8rem;
    line-height: 25px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .leadership-details-content p {
    font-size: 1.4rem;
    line-height: 20px;
    padding-bottom: 15px;
  }
}

.formContainer {
  max-width: 1200px;
}
@media (max-width: 1536px) {
  .formContainer {
    max-width: 886px;
  }
}
.formContainer .createBtn.proceed {
  width: 250px;
}

.form-bg {
  background-image: url(../images/upes-form-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .form-bg {
    background-image: none;
    background-color: #fff;
  }
}

.form_rounded_box {
  padding: 45px;
  border-radius: 45px;
  border: solid 2px #A8A8A8;
}
@media (max-width: 767px) {
  .form_rounded_box {
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 45px 35px;
  }
}
.form_rounded_box .form_wrap {
  max-width: 455px;
  margin: 0 auto;
}
.form_rounded_box .form_wrap ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.form_rounded_box .form_wrap .nav-link.active h2 {
  font-weight: 500;
  color: #000;
}

.field_head {
  font-weight: 500;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .field_head {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 1536px) {
  .field_head {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .field_head {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 45px;
  }
}

label {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  label {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  label {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}

label.headLabel {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1536px) {
  label.headLabel {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  label.headLabel {
    margin-bottom: 15px;
  }
}

.form-control {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  border-radius: 10px;
  border-color: #BABABA;
  padding: 15px 30px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .form-control {
    padding: 13px 22px;
    border-radius: 7px;
  }
}
@media (max-width: 1536px) {
  .form-control {
    padding: 13px 18px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .form-control {
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.form-control:disabled {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}
.form-control.mobileno {
  padding-left: 60px;
}

.tel-prefix {
  position: absolute;
  left: 0;
  z-index: 1;
  left: 60px;
  top: 67px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1700px) {
  .tel-prefix {
    top: 50px;
  }
}
@media (max-width: 1536px) {
  .tel-prefix {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .tel-prefix {
    top: 42px;
    left: 40px;
  }
}

.form-group {
  margin-bottom: 40px;
  position: relative;
}
.form-group.padd-lr {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .form-group.padd-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .form-group {
    margin-bottom: 35px;
  }
}
.form-group .edit-input {
  position: absolute;
  right: 30px;
  top: 53px;
  text-decoration: underline;
  cursor: pointer;
  z-index: 10;
  font-size: 1.6rem;
}
@media (max-width: 1536px) {
  .form-group .edit-input {
    top: 46px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .form-group .edit-input {
    top: 48px;
  }
}

.verifyBTN {
  border: #BCBCBC 1px solid;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #000;
  font-size: 2rem;
  display: inline-flex;
}
.verifyBTN .lottieVerify {
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
@media (max-width: 1536px) {
  .verifyBTN .lottieVerify {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 1700px) {
  .verifyBTN {
    padding: 13px 30px;
  }
}
@media (max-width: 1536px) {
  .verifyBTN {
    padding: 7px 25px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .sendOTP {
    font-size: 1.6rem !important;
  }
}
.backlink {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 40px;
}
.backlink a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.backlink img {
  transform: scale(0.85);
  margin-right: 10px;
}

.backlink {
  font-size: 2.2rem;
  margin-bottom: 55px;
}
@media (max-width: 1536px) {
  .backlink {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .backlink {
    font-size: 1.6rem;
    margin-bottom: 40px;
    display: none;
  }
  .backlink img {
    width: 50px;
    margin-right: 10px;
  }
}

.form_title {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1700px) {
  .form_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form_title {
    display: block;
    margin-bottom: 20px;
  }
}

.form_rounded_box.createBox {
  border-radius: 20px;
  padding: 30px 100px 0;
  margin-bottom: 40px;
}
@media (max-width: 1536px) {
  .form_rounded_box.createBox {
    padding: 30px 70px 0;
  }
}
@media (max-width: 480px) {
  .form_rounded_box.createBox {
    border-radius: 15px;
  }
}
@media (max-width: 992px) {
  .form_rounded_box.createBox {
    padding: 30px 50px 0;
  }
}
.form_rounded_box.createBox .row {
  margin-left: -20px;
  margin-right: -20px;
}
.form_rounded_box.createBox .row .lrSpace {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .form_rounded_box.createBox {
    padding: 25px 20px 5px;
  }
}

.form-check {
  cursor: pointer;
  padding-left: 0;
}
@media (max-width: 767px) {
  .form-check {
    width: 100%;
    margin-bottom: 20px;
  }
}

.createAccountBtn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.createAccountBtn .createBtn {
  font-size: 1.8rem;
  font-weight: 500;
  box-shadow: none;
  width: 260px;
  border-radius: 10px;
}
.createAccountBtn .createBtn:after {
  display: none;
}
@media (max-width: 1700px) {
  .createAccountBtn .createBtn {
    font-size: 1.6rem;
  }
}
@media (max-width: 1536px) {
  .createAccountBtn .createBtn {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .createAccountBtn .createBtn {
    width: 100%;
    font-size: 1.4rem;
  }
}

.success-details {
  display: flex;
  justify-content: center;
  text-align: center;
}
.success-details .completeNow {
  font-size: 1.8rem;
  box-shadow: none;
  width: auto;
  border-radius: 10px;
}
.success-details .completeNow:after {
  display: none;
}
@media (max-width: 480px) {
  .success-details .completeNow {
    width: 100%;
    font-size: 1.6rem;
  }
}

.form-check.radiomain {
  padding-left: 0;
}

.form-check.customCheck input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 0 0 0 43px;
  cursor: pointer;
}

.form-check.customCheck input[type=checkbox] {
  display: none;
}

.form-check.customCheck input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  color: transparent;
  transition: 0.2s;
  line-height: 1.3;
  position: absolute;
  left: 0;
  text-align: center;
}
@media (max-width: 1536px) {
  .form-check.customCheck input[type=checkbox] + label:before {
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .form-check.customCheck input[type=checkbox] + label:before {
    line-height: 26px;
  }
}

.form-check.customCheck input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.form-check.customCheck input[type=checkbox]:checked + label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.form-check.radiomain [type=radio]:checked,
.form-check.radiomain [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-check.radiomain [type=radio]:checked + label,
.form-check.radiomain [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #000;
  font-weight: 400;
}

.form-check.radiomain [type=radio]:checked + label:before,
.form-check.radiomain [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.form-check.radiomain [type=radio]:checked + label:before {
  border: 1px solid #454545;
}

.form-check.radiomain [type=radio]:checked + label:after,
.form-check.radiomain [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #454545;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check.radiomain [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check.radiomain [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-select {
  position: relative;
  background-image: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
.form-select:after {
  position: absolute;
  right: 40px;
  top: 22px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #9E9E9E;
  border-right: 2px solid #9E9E9E;
  transform: rotate(135deg);
}
@media (max-width: 1536px) {
  .form-select:after {
    top: 15px;
  }
}
@media (max-width: 480px) {
  .form-select:after {
    top: 12px;
  }
}

.innerDetails {
  display: none;
}

.redStar {
  color: #EF4637;
  padding-right: 3px;
}

.errorMsg {
  display: none;
  position: absolute;
  left: 40px;
  bottom: -25px;
  color: #EF4637;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .errorMsg {
    font-size: 1.2rem;
    left: 25px;
  }
}

.error-search {
  display: none;
  color: #EF4637;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .error-search {
    font-size: 1.2rem;
  }
}

.selectedValue {
  display: none;
}

.radioWrap {
  margin-bottom: 0px;
}
.radioWrap .form-group {
  margin-bottom: 0px;
  width: auto;
  margin-right: 5px;
}

.form_rounded_box.appForm {
  max-width: 700px;
}
@media (max-width: 1700px) {
  .form_rounded_box.appForm {
    max-width: 600px;
    border-radius: 35px;
  }
}
@media (max-width: 1536px) {
  .form_rounded_box.appForm {
    max-width: 400px;
    border-radius: 20px;
  }
}

@media (max-width: 1700px) {
  .form-group.btn_wrap.text-center {
    margin-bottom: 0px;
  }
}
@media (max-width: 1536px) {
  .form-group.btn_wrap.text-center {
    margin-bottom: 0px;
  }
}
.eventPageScrollMenuWrap.fixed {
  position: fixed;
  width: 100%;
  z-index: 33;
  padding: 20px 0px !important;
}
.eventPageScrollMenuWrap.fixed .feature-event-wrap .section-heads {
  display: none;
}
.eventPageScrollMenuWrap.fixed .feature-event-wrap .text-section {
  display: none;
}

.feature-event-wrap .text-section {
  max-width: 730px;
}
@media screen and (max-width: 1700px) {
  .feature-event-wrap .text-section {
    max-width: 550px;
  }
}
@media screen and (max-width: 1366px) {
  .feature-event-wrap .text-section {
    max-width: 450px;
  }
}
.feature-event-wrap p {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 35px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .feature-event-wrap p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .feature-event-wrap p {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-event-wrap p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section {
    display: block;
  }
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap {
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  padding-right: 60px;
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap {
    max-width: 580px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap {
    max-width: 470px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap {
    border: 0px !important;
    max-width: 100%;
    padding-right: 0px;
  }
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap .search-program-box {
  display: block;
  top: 0px;
  margin: 10px 0px;
  width: 100%;
  left: 0px;
  transform: none;
}
@media screen and (max-width: 1024px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap .search-program-box {
    margin: 0px 0px 30px 0;
  }
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .search-program-box-wrap .search-program-box .form-control:focus {
  box-shadow: none;
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap {
  display: flex;
  align-items: center;
  padding-left: 80px;
}
@media screen and (max-width: 1700px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap {
    padding-left: 0px;
  }
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap .form-group {
  margin-right: 40px;
}
.feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap .form-group label {
  margin-bottom: 0px;
  padding-left: 35px;
}
@media screen and (max-width: 1700px) {
  .feature-event-wrap .findYourProgram-wrap.search-event-wrap-section .radioWrap .form-group {
    margin-right: 30px;
  }
}

.event-pin-wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.event-pin-wrap .event-pin-slider .item.slick-slide {
  display: block;
  padding: 0px;
}
.event-pin-wrap .event-pin-slider .img-sec {
  padding-bottom: 20px;
}
.event-pin-wrap .event-pin-slider .img-sec figure img {
  border-radius: 17px;
}
.event-pin-wrap .event-pin-slider h4 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .event-pin-wrap .event-pin-slider h4 {
    font-size: 2rem;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .event-pin-wrap .event-pin-slider h4 {
    font-size: 1.8rem;
    line-height: 22px;
  }
}
.event-pin-wrap .event-pin-slider .date-section {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25px;
  color: #5C5C5C;
  display: block;
  padding-bottom: 15px;
}
@media screen and (max-width: 1700px) {
  .event-pin-wrap .event-pin-slider .date-section {
    font-size: 1.4rem;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .event-pin-wrap .event-pin-slider .date-section {
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.event-thumb-wrap {
  position: relative;
}
.event-thumb-wrap.showAll .event-thumb-row {
  display: flex;
}
.event-thumb-wrap .event-thumb-row {
  display: flex;
  margin: 0 -50px 50px -50px;
}
.event-thumb-wrap .event-thumb-row:nth-child(-n+6) {
  display: flex;
}
@media screen and (max-width: 1700px) {
  .event-thumb-wrap .event-thumb-row {
    margin: 0 -40px 40px -40px;
  }
}
@media screen and (max-width: 1366px) {
  .event-thumb-wrap .event-thumb-row {
    margin: 0 -30px 30px -30px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .event-thumb-row {
    margin: 0 -12px 40px -12px;
  }
}
.event-thumb-wrap .event-thumb-row.active .pin-icon svg g {
  stroke: #000000;
}
.event-thumb-wrap .img-section {
  padding: 0 50px;
}
@media screen and (max-width: 1700px) {
  .event-thumb-wrap .img-section {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1366px) {
  .event-thumb-wrap .img-section {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .img-section {
    padding: 0px 12px 20px 12px;
  }
}
.event-thumb-wrap .img-section figure img {
  border-radius: 30px;
  border: 2px solid #eff1f4;
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .img-section figure img {
    border-radius: 20px;
  }
}
.event-thumb-wrap .content-section {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .content-section {
    padding: 0px 12px;
  }
}
.event-thumb-wrap .content-section .top-section {
  display: flex;
  padding-bottom: 15px;
}
.event-thumb-wrap .content-section ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 30px;
  margin-bottom: 0px;
  display: flex;
}
.event-thumb-wrap .content-section ul li {
  margin-left: 8px;
}
.event-thumb-wrap .content-section ul li:first-child {
  margin-left: 0px;
}
.event-thumb-wrap .content-section ul li a {
  font-size: 1.6rem;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  border-radius: 18px;
  padding: 5px 10px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .event-thumb-wrap .content-section ul li a {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .content-section ul li a {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.event-thumb-wrap .content-section h4 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 35px;
  color: #000000;
  padding-bottom: 22px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .event-thumb-wrap .content-section h4 {
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .event-thumb-wrap .content-section h4 {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .content-section h4 {
    font-size: 1.8rem;
    line-height: 20px;
  }
}
.event-thumb-wrap .content-section .date-section {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25px;
  color: #5C5C5C;
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  .event-thumb-wrap .content-section .date-section {
    font-size: 1.4rem;
    line-height: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .content-section .date-section {
    font-size: 1.2rem;
    line-height: 18px;
    padding-bottom: 10px;
  }
}
.event-thumb-wrap .content-section p {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 35px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .event-thumb-wrap .content-section p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .event-thumb-wrap .content-section p {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .event-thumb-wrap .content-section p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.webinars-activity-wrap {
  position: relative;
}
.webinars-activity-wrap .webinars-activity-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -100px;
}
@media screen and (max-width: 1700px) {
  .webinars-activity-wrap .webinars-activity-slider {
    margin-left: -70px;
  }
}
@media screen and (max-width: 1366px) {
  .webinars-activity-wrap .webinars-activity-slider {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .webinars-activity-slider {
    margin-left: -30px;
  }
}
@media screen and (max-width: 991px) {
  .webinars-activity-wrap .webinars-activity-slider {
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .webinars-activity-wrap .webinars-activity-slider#studentProjtTiles {
    margin: 0 -20px;
  }
  .webinars-activity-wrap .webinars-activity-slider#studentProjtTiles .item {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 480px) {
  .webinars-activity-wrap .webinars-activity-slider#studentProjtTiles {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .webinars-activity-wrap .webinars-activity-slider#studentProjtTiles .item {
    width: 100%;
    padding: 0px;
  }
}
.webinars-activity-wrap .webinars-activity-slider figure {
  position: relative;
  background: #b8c5d6;
  background: linear-gradient(1deg, #b8c5d6 0%, #e7e8ed 100%);
}
.webinars-activity-wrap .webinars-activity-slider figure .video-play-icon {
  position: absolute;
  right: 42px;
  top: 28px;
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 1366px) {
  .webinars-activity-wrap .webinars-activity-slider figure .video-play-icon {
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webinars-activity-wrap .webinars-activity-slider figure .video-play-icon {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}
.webinars-activity-wrap .webinars-activity-slider figure .video-play-sec {
  display: block;
}
.webinars-activity-wrap .item {
  padding-left: 100px;
  width: 50%;
  cursor: default;
  margin-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  .webinars-activity-wrap .item {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .webinars-activity-wrap .item {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .webinars-activity-wrap .item {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .item.slick-slide {
    padding: 0px;
  }
}
.webinars-activity-wrap .common-card-wrap {
  background-color: #eff1f4;
  border-radius: 30px;
  overflow: hidden;
  cursor: default;
  position: relative;
  top: 0px;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap {
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.webinars-activity-wrap .common-card-wrap: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) {
  .webinars-activity-wrap .common-card-wrap:hover {
    top: auto;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.webinars-activity-wrap .common-card-wrap .common-card figure img {
  height: 100%;
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body {
  padding: 28px 28px 50px 28px;
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body {
    padding: 25px 25px 40px 25px;
  }
}
@media (max-width: 1366px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body {
    padding: 22px 22px 40px 22px;
  }
}
@media (max-width: 991px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body {
    padding: 30px 30px 40px 30px;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body .arrow-button {
  position: absolute;
  bottom: 30px;
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body p {
    font-size: 1.6rem;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
  font-size: 2.8rem;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.4rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads h3 {
    font-size: 2rem;
    line-height: 30px;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
  font-size: 2rem;
  min-height: auto;
  color: #555555;
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-body .common-card-body-heads p {
    font-size: 1.4rem;
  }
}
.webinars-activity-wrap .common-card-wrap .common-card .common-card-footer {
  position: absolute;
  bottom: 45px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .common-card-wrap .common-card .common-card-footer {
    bottom: 30px;
    left: 30px;
  }
}
.webinars-activity-wrap .common-card-wrap.slick-slide {
  flex-wrap: wrap;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .webinars-activity-wrap .pagination-wrap {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .event-gallery-wrap {
    background-color: #EFF1F4;
    border-radius: 17px;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .event-gallery-wrap {
    border-radius: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .container {
    padding: 0px;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap {
  background-color: #EFF1F4;
  border-radius: 30px;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .slick-arrow {
    width: 24px;
    height: 12px;
    background-size: 100% 100% !important;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .slick-prev {
  left: 0px;
}
.event-gallery-wrap .event-gallery-slider-wrap .slick-next {
  right: 0px;
}
.event-gallery-wrap .event-gallery-slider-wrap .slick-slider .slick-track .slick-slide {
  padding: 0px;
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-single .slick-list {
  margin: 0px;
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-single .slick-slide {
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-single .slick-slide {
    margin-bottom: 10px;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-single figure img {
  border-radius: 30px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-single figure img {
    border-radius: 17px;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .slick-list {
  margin: 0px -15px;
  padding: 0px !important;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .slick-list {
    width: 85%;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .slick-list .slick-track {
  margin: 0;
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .slick-slide {
  margin: 0px 15px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .slick-slide {
    margin: 0px 5px;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav figure img {
  border-radius: 17px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav figure img {
    border-radius: 6px;
  }
}
.event-gallery-wrap .event-gallery-slider-wrap .event-gallery-slider-nav .nav-item {
  cursor: pointer;
}

.event-gallery-slider-single .single-item {
  position: relative;
}
.event-gallery-slider-single .single-item .event-description {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-slider-single .single-item .event-description {
    padding: 20px;
  }
}
.event-gallery-slider-single .single-item .event-description .title p {
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif;
  font-size: 3.6rem;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-slider-single .single-item .event-description .title p {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.event-gallery-slider-single .single-item .event-description .info p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .event-gallery-slider-single .single-item .event-description .info p {
    display: none;
  }
}

.newsSelection.selectBoxWrap .selectBoxinnerWrap {
  justify-content: flex-end;
}
.newsSelection.selectBoxWrap .selectBox .selectedValue {
  padding-left: 0;
}
.newsSelection.selectBoxWrap .selectBox label {
  display: block;
  padding-top: 0;
  margin-bottom: 0;
}

.news-wrap {
  padding-bottom: 50px;
}
.news-wrap .news-wrap-row {
  margin: 0 -20px;
}
.news-wrap .news-wrap-row .item {
  padding: 0 20px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.news-wrap .news-wrap-row .item:nth-child(1), .news-wrap .news-wrap-row .item:nth-child(2), .news-wrap .news-wrap-row .item:nth-child(3), .news-wrap .news-wrap-row .item:nth-child(4) {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .news-wrap .news-wrap-row .item {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .news-wrap .news-wrap-row .item:nth-child(3), .news-wrap .news-wrap-row .item:nth-child(4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-wrap .news-wrap-row .item {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .news-wrap .news-wrap-row .item:nth-child(3), .news-wrap .news-wrap-row .item:nth-child(4) {
    margin-top: 0px;
  }
}
.news-wrap .news-wrap-row .img-sec {
  padding-bottom: 20px;
}
.news-wrap .news-wrap-row .img-sec figure img {
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.news-wrap .news-wrap-row h4 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1700px) {
  .news-wrap .news-wrap-row h4 {
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .news-wrap .news-wrap-row h4 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .news-wrap .news-wrap-row h4 {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-wrap .news-wrap-row h4 {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.news-wrap .news-wrap-row .trans-buttons {
  position: absolute;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .news-wrap .news-wrap-row .trans-buttons {
    position: relative;
    bottom: auto;
  }
}

.picture-gallery-slider .slick-list {
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.picture-gallery-slider .slick-track .slick-slide {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .picture-gallery-slider .slick-track .slick-slide {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .picture-gallery-slider .slick-track .slick-slide {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
  }
}
.picture-gallery-slider .slick-prev, .picture-gallery-slider .slick-next {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 480px) {
  .picture-gallery-slider .slick-prev, .picture-gallery-slider .slick-next {
    bottom: -20px;
  }
}
.picture-gallery-slider .slick-prev {
  background: url(../images/slick-arrow-prev.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 42%;
}
@media screen and (max-width: 991px) {
  .picture-gallery-slider .slick-prev {
    left: 39%;
  }
}
@media screen and (max-width: 768px) {
  .picture-gallery-slider .slick-prev {
    left: 40%;
  }
}
@media screen and (max-width: 640px) {
  .picture-gallery-slider .slick-prev {
    left: 33%;
  }
}
@media screen and (max-width: 480px) {
  .picture-gallery-slider .slick-prev {
    left: 30%;
    bottom: -20px;
  }
}
@media screen and (max-width: 430px) {
  .picture-gallery-slider .slick-prev {
    left: 28%;
    bottom: -20px;
  }
}
@media screen and (max-width: 414px) {
  .picture-gallery-slider .slick-prev {
    left: 26%;
    bottom: -20px;
  }
}
@media screen and (max-width: 390px) {
  .picture-gallery-slider .slick-prev {
    left: 26%;
  }
}
@media screen and (max-width: 375px) {
  .picture-gallery-slider .slick-prev {
    left: 26.5%;
  }
}
.picture-gallery-slider .slick-prev:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  left: 35px;
  bottom: 17px;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 1919px) {
  .picture-gallery-slider .slick-prev:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  .picture-gallery-slider .slick-prev:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  .picture-gallery-slider .slick-prev:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  .picture-gallery-slider .slick-prev:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .picture-gallery-slider .slick-prev:after {
    width: 81px;
  }
}
.picture-gallery-slider .slick-prev.slick-disabled:after {
  display: none;
}
.picture-gallery-slider .slick-next {
  background: url(../images/slick-arrow-next.svg) no-repeat 0 0 !important;
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  right: 42%;
}
@media screen and (max-width: 991px) {
  .picture-gallery-slider .slick-next {
    right: 39%;
  }
}
@media screen and (max-width: 480px) {
  .picture-gallery-slider .slick-next {
    bottom: -20px;
    right: 35%;
  }
}
@media screen and (max-width: 430px) {
  .picture-gallery-slider .slick-next {
    right: 33.5%;
  }
}
@media screen and (max-width: 414px) {
  .picture-gallery-slider .slick-next {
    right: 34%;
    bottom: -20px;
  }
}
@media screen and (max-width: 390px) {
  .picture-gallery-slider .slick-next {
    right: 30.5%;
  }
}
@media screen and (max-width: 375px) {
  .picture-gallery-slider .slick-next {
    right: 28.5%;
  }
}
.picture-gallery-slider .slick-next:after {
  width: 198px;
  height: 1px;
  background-color: #DFDEE6;
  position: absolute;
  content: "";
  right: 35px;
  bottom: 17px;
  z-index: 0;
}
@media screen and (max-width: 1919px) {
  .picture-gallery-slider .slick-next:after {
    width: 180px;
  }
}
@media screen and (max-width: 1699px) {
  .picture-gallery-slider .slick-next:after {
    width: 152px;
  }
}
@media screen and (max-width: 1499px) {
  .picture-gallery-slider .slick-next:after {
    width: 138px;
  }
}
@media screen and (max-width: 1399px) {
  .picture-gallery-slider .slick-next:after {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .picture-gallery-slider .slick-next:after {
    width: 81px;
  }
}
.picture-gallery-slider .slick-next.slick-disabled:after {
  display: none;
}
.picture-gallery-slider .caption-text {
  position: absolute;
  left: 0px;
  right: 0px;
  transform: translateY(-30%);
  top: 70%;
  margin: 0 auto;
  text-align: center;
}
.picture-gallery-slider .caption-text p {
  background-color: #000000;
  padding: 5px 10px;
  font-size: 5.1rem;
  line-height: 51px;
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 1536px) {
  .picture-gallery-slider .caption-text p {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .picture-gallery-slider .caption-text p {
    font-size: 3.2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .picture-gallery-slider .caption-text p {
    font-size: 2.6rem;
    line-height: 26px;
  }
}
.picture-gallery-slider .caption-text p span {
  font-size: 3.7rem;
  line-height: 37px;
  color: #ffffff;
  display: block;
  font-weight: 900;
}
@media screen and (max-width: 1536px) {
  .picture-gallery-slider .caption-text p span {
    font-size: 3rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .picture-gallery-slider .caption-text p span {
    font-size: 2.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .picture-gallery-slider .caption-text p span {
    font-size: 2.2rem;
    line-height: 22px;
  }
}

.browse-testimonials-wrap .img-text-card-wrap .tabs-buttons {
  position: relative;
  top: 0px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .browse-testimonials-wrap .img-text-card-wrap .tabs-buttons {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .tabs-buttons {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .browse-testimonials-wrap .img-text-card-wrap .tabs-buttons {
    padding-bottom: 25px;
  }
}
.browse-testimonials-wrap .img-text-card-wrap .tab-content .row {
  margin: 0px -50px;
}
@media screen and (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .tab-content .row {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 991px) {
  .browse-testimonials-wrap .img-text-card-wrap .tab-content .row {
    margin: 0px -20px;
  }
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap {
    margin-bottom: 30px;
  }
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item {
  margin: 10px 50px 0px 50px;
  padding: 0px;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item {
    margin: 10px 30px 0px 30px;
  }
}
@media screen and (max-width: 991px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item {
    margin: 10px 20px 0px 20px;
  }
}
@media (max-width: 1700px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body {
    padding: 50px 50px 30px 50px;
  }
}
@media (max-width: 1400px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body {
    padding: 30px;
  }
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body p {
  color: #000000;
  min-height: auto;
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
  color: #000000;
  white-space: nowrap;
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .common-card-body-heads span {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
    white-space: normal;
  }
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .place-section {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .place-section .text-sec {
  font-size: 1.4rem;
  line-height: 18px;
  color: #000000;
  padding-right: 10px;
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .place-section .img-sec {
  background-color: #585a5d;
  padding: 8px 10px;
  border-radius: 10px;
}
.browse-testimonials-wrap .img-text-card-wrap .item-wrap .item .common-card .common-card-body .place-section .img-sec img {
  display: block;
}
.browse-testimonials-wrap .img-text-card-wrap .item-btn-wrap .load-more-btn {
  margin: 0px 50px;
}
@media screen and (max-width: 1366px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-btn-wrap .load-more-btn {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 991px) {
  .browse-testimonials-wrap .img-text-card-wrap .item-btn-wrap .load-more-btn {
    margin: 0px 20px;
  }
}

.enquiry-form-wrap.active .otp-elements-wrap {
  display: flex;
}
.enquiry-form-wrap.active .form-elements-wrap {
  display: none !important;
}
.enquiry-form-wrap .otp-elements-wrap {
  display: none;
}

.jumSectionHeading.jumSectionHeadingNew {
  background-color: #E2E7EF;
  position: relative;
}
.jumSectionHeading.jumSectionHeadingNew.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
}
@media (max-width: 480px) {
  .jumSectionHeading.jumSectionHeadingNew.fixed {
    min-height: 62px;
  }
}
.jumSectionHeading.jumSectionHeadingNew.fixed .jumSectionInner {
  margin-bottom: 0px;
}
.jumSectionHeading.jumSectionHeadingNew.fixed .jumSectionInner .navbar .navbar-nav .nav-item {
  padding: 15px 0px;
}
.jumSectionHeading.jumSectionHeadingNew:before {
  width: 50%;
  height: 100%;
  background: #eff1f4;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner {
  background-color: #E2E7EF;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner {
    margin-bottom: 35px;
  }
}
@media (max-width: 1536px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner {
    margin-bottom: 25px;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap {
  overflow: hidden;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap {
    overflow-x: scroll;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons {
  color: #ffffff;
  padding: 10px 15px;
  min-width: 175px;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons:hover {
  color: #000000;
  background-color: #ffffff;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .scrollingWrap .mainPageScrollFlexWrap .btnWrap .black-buttons:hover::after {
  width: 0px;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar {
  box-shadow: none;
  background: none;
  padding: 0px;
  backdrop-filter: none;
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-collapse {
    width: 100%;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1366px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item {
  padding: 25px 0px;
  margin: 0 20px;
  font-size: 0px;
  display: inline-block;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
@media (max-width: 1366px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item {
    font-size: 2rem;
    line-height: 28px;
    padding: 20px 0px;
    margin: 0 18px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 15px 0px;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: 2.8rem;
  line-height: 40px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  padding: 5px 0px;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item a.active {
  font-weight: 700;
  background: none;
  border: none;
}
@media (max-width: 1700px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 2rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .jumSectionHeading.jumSectionHeadingNew .jumSectionInner .navbar .navbar-nav .nav-item a {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .arrowdown {
  position: relative;
  width: 20px;
  height: 40px;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .arrowdown:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 10%;
  transition: all ease 0.3s;
  transform: translateY(-10%);
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .arrowdown:after {
  content: "";
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  position: absolute;
  right: 1px;
  bottom: 0px;
  transition: all ease 0.3s;
  border-radius: 0px 6px 0px 0;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .arrowdown:hover {
  transform: scale(1);
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .arrowdown:hover:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #555555;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .slick-slider .slick-list {
  margin: 0px;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-138deg);
  border-radius: 3px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  background: none !important;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .slick-slider .slick-arrow::before {
  display: none;
}
.jumSectionHeading.jumSectionHeadingNew .jumSectionInner .slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(45deg);
  left: auto;
  right: 0px;
}

.otp_container {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin: 100px auto;
}
.otp_container > .card {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.otp_container > .card > h5 {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 10px;
}
.otp_container > .card > .verify_btn > .register_btn {
  background: linear-gradient(90deg, #2EC5B6 0%, #32E3D3 100%);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding: 10px;
  cursor: pointer;
  height: 30px;
  text-decoration: none;
}

.otp-form .otp-field {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 3rem;
  text-align: center;
  border: none;
  border-bottom: 2px solid #6c757d;
  outline: none;
}

.otp-form .otp-field:focus {
  border-bottom-color: #2ec7b8;
}

.resend:hover {
  font-weight: 800;
  text-decoration: none;
  color: #000;
}

.blogStickyForm .errorMsg {
  font-size: 1.2rem;
  left: 0;
}
