.sec1st {
  position: relative;
}

.homeBg {
  width: 100%;
}
.mobBg {
  display: none;
}
.sec1stContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec1st h3 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
  text-align: left;
  font-family: "League Spartan", serif;
}
.sec1st h1 {
  margin: 0;
  font-size: 110px;
  font-weight: 700;
  line-height: 100px;
  text-align: left;
  font-family: "League Spartan", serif;
}
.sec1st h5 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 33.12px;
  text-align: left;
  font-family: "League Spartan", serif;
}

.sec1st ul {
  padding: 0;
  list-style: none;
}
.sec1st ul li {
  min-width: 200px;
  width: auto;
  padding: 0.5rem 1rem;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  font-family: "Roboto", serif;
  background: linear-gradient(
    90.08deg,
    rgba(254, 115, 1, 0.42) 0.08%,
    rgba(254, 115, 1, 0) 99.96%
  );
  margin-bottom: 0.8rem;
  border-radius: 5px;
}
/* ================================= */
.sec3rdContainer {
  margin: 5rem 0;
}
.programsContainer {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.programCard {
  width: 32%;
  height: 320px;
  border-radius: 30px;
  backdrop-filter: blur(40px);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(254, 115, 1, 0.2);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  &:hover {
    transition: 0.3s;
    background-color: #6b4099;
  }
  &:hover .pgTitle,
  &:hover .pgPara {
    color: #ffffff;
  }
}
.pgTitle {
  margin: 0;
  font-family: "League Spartan", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  color: #fe7301;
}
.pgPara {
  margin: 0;
  color: #555555;
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
/* ===========specialisations ============ */
.sec4thContainer {
  margin-bottom: 4rem;
}
.specialisationsContainer {
  margin: 0 !important;
  margin-top: 2rem !important;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dadada;
  backdrop-filter: blur(40px);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}
.specialCard {
  height: 80px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.specialCard img {
  height: 60px;
}
.specialCard p {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  color: #555555;
  font-family: "Roboto", serif;
}
.webblank {
  display: none;
}
.btnBox {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialisationsImg {
  width: 100%;
  margin-top: -15rem;
}
/* =============================== */
.sec5thContainer {
  margin: 5rem 0;
  z-index: 2;
}
.recognizedImg {
  width: 100%;
  margin-top: -28rem;
}
.sec5thContainer .logoBox {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec5thContainer .logoBox img {
  height: 210px;
  margin-bottom: 1.5rem;
}
/* =============================== */
.sec4th {
  background-color: #3c1645;
}
.sec4thContainer {
  margin-bottom: 0;
}
/* ------------------------- */
.cardContainer {
  margin: 0 !important;
  margin-bottom: 4rem !important;
  margin-top: -280px !important;
}
.card-custom {
  margin: 0 2rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.card-header-custom {
  background-color: #ff7e00;
  color: #ffffff;
  height: 280px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px 300px 0% 0%;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  font-family: "League Spartan", serif;
}

.card-body-custom {
  height: 400px;
  background-color: #ffffff;
  border-radius: 0% 0% 300px 300px;
  padding: 2rem;
}

.card-body-custom h2 {
  margin: 0;
  font-family: "League Spartan", serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 83.16px;
  text-align: center;
  color: #6b4099;
  gap: 6px;
}
.card-body-custom h2 span {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  color: #333333;
  margin: 0 4px;
}

.card-body-custom p {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

.divider {
  width: 50%;
  height: 2px;
  background-color: #ddd;
  margin: 15px auto;
}
/* ---------------- */
.table-custom {
  margin-top: 2rem;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
  font-family: "Roboto", serif;
  border-collapse: separate;
  border-spacing: 0;
}
.table-custom thead {
  background-color: #fe7301;
}
.table-custom tbody {
  backdrop-filter: blur(40px);
}
.table-custom th {
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  vertical-align: middle;
  padding: 1rem 1.5rem !important;
}
.table-custom td {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #ffffff;
  padding: 1rem 1.5rem !important;
  border-bottom: 1px solid #ffffff !important;
}
.lastTr {
  font-size: 28px !important;
  font-weight: 700 !important;
}
/* ------------------- */
.recContainer {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruiterScroll {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.sec6th {
  position: relative;
  background-color: #eaeaea;
}
.sec6thContainer .leftBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutContent {
  position: absolute;
  font-family: "League Spartan", serif;
  min-width: 70%;
}
.sec6thContainer .righBox h1 {
  margin: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
  text-align: left;
  font-family: "League Spartan", serif;
}
.sec6thContainer .righBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec6thContainer .righBox p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  font-family: "Roboto", serif;
}
.aboutContent h1 {
  margin: 0;
  font-size: 250px;
  font-weight: 700;
  line-height: 150px;
  text-align: left;
  color: #000000;
}
.aboutContent h3 {
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  color: #000000;
}

/* ================ */
.sec7th {
  position: relative;
}
.sec7thBg {
  width: 100%;
}
.sec7thContainer {
  position: absolute;
}
.sec7thContainer .righBox h1 {
  margin: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
  text-align: left;
  font-family: "League Spartan", serif;
}
.sec7thContainer .righBox {
  margin-bottom: 14rem;
}
.sec7thContainer .righBox p {
  margin: 0;
  font-size: 42px;
  line-height: 58px;
  text-align: left;
  font-family: "Roboto", serif;
  color: #555555;
}
/* =============== */
.sec8thContainer {
  margin: 5rem 0;
}
.sec8thContainer .sec8thBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec8thContainer .midBox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.sec8thContainer .leftBox {
  align-items: flex-end;
  text-align: right;
}
.sec8thContainer .rightBox {
  align-items: flex-start;
  text-align: left;
}
.sec8thContainer .sec8thBox h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #fe7301;
  font-family: "League Spartan", serif;
  min-height: 80px;
}
.sec8thContainer .sec8thBox p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Roboto", serif;
}
.sec8thContainer .iconBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sec8thContainer .iconBox .line,
.sec8thContainer .iconBox .num {
  height: 100px;
}
/* ================================================= */
.sec9th {
  margin-top: -5rem;
  background: linear-gradient(180deg, #9779b7 0%, #6b4099 100%);
  border-radius: 50px 50px 0 0;
}
.sec9thContainer {
  margin: 4rem 0;
}
.sec9thContainer p {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
.sec9thContainer .table {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.sec9thContainer td {
  font-family: "Roboto", serif;
  font-size: 20px;
  text-align: left;
  padding: 1rem 2rem !important;
  border: 1px solid #ccc9c9;
}
/* ================ */
.sec10th {
  position: relative;
}
.sec10thContainer {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec10thContainer h1 {
  margin: 0;
  font-size: 110px;
  font-weight: 700;
  line-height: 108.9px;
  font-family: "League Spartan", serif;
  color: #000000;
}
.sec10bgImg {
  margin-top: -24rem;
}

/* =========== Responsive ========= */
@media screen and (max-width: 1800px) {
  .sec1st {
    margin-top: 110px;
  }
  .recognizedImg {
    margin-top: -25rem;
  }
  .sec5thContainer .logoBox img {
    height: 190px;
  }
  .sec7thContainer .righBox h1 {
    margin-top: 1.5rem !important;
    font-size: 86px;
    line-height: 86px;
  }
  .sec7thContainer .righBox p {
    margin-top: 1.5rem !important;
    font-size: 38px;
    line-height: 48px;
  }
  .sec1st h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1660px) {
  .sec1st h3 {
    font-size: 54px;
    line-height: 58px;
  }
  .sec1st h1 {
    font-size: 94px;
    line-height: 80px;
  }
  .sec1st h5 {
    font-size: 28px;
    line-height: auto;
  }
  .sec1st ul li {
    font-size: 22px;
  }
  /* =============== */
  .programCard {
    padding: 1.5rem;
  }
  .pgTitle {
    font-size: 38px;
    line-height: 40px;
  }
  .pgPara {
    font-size: 22px;
    line-height: 34px;
  }
  .specialCard img {
    height: 50px;
  }
  .specialCard p {
    font-size: 24px;
  }
  .recognizedImg {
    margin-top: -22rem;
  }
  .sec5thContainer .logoBox img {
    height: 150px;
  }
  /* ------------------- */
  .cardContainer {
    margin-top: -250px !important;
    margin-bottom: 3rem !important;
  }
  .card-custom {
    margin: 0 1rem;
  }
  .card-header-custom {
    height: 250px;
    padding: 1.5rem;
    font-size: 38px;
    line-height: 44px;
  }
  .card-body-custom {
    height: 350px;
    padding: 1.5rem;
  }
  .card-body-custom h2 {
    font-size: 64px;
    line-height: 70px;
  }
  .card-body-custom h2 span {
    font-size: 40px;
    line-height: 50px;
  }
  .card-body-custom p {
    font-size: 22px;
  }
  .table-custom th {
    font-size: 26px;
    line-height: 28px;
    padding: 1rem !important;
  }
  .table-custom td {
    font-size: 22px;
    padding: 1rem !important;
  }
  .lastTr {
    font-size: 26px !important;
  }
  /* ------------ */
  .sec8thContainer .sec8thBox h4 {
    font-size: 28px;
    line-height: 28px;
    min-height: 80px;
  }
  .sec8thContainer .sec8thBox p br {
    display: none;
  }
  .sec8thContainer .sec8thBox p {
    font-size: 18px;
    line-height: 26px;
  }
  .sec8thContainer .iconBox .line,
  .sec8thContainer .iconBox .num {
    height: 80px;
  }
  .sec9thContainer p br {
    display: none;
  }
  .sec9thContainer p {
    font-size: 22px;
    line-height: 28px;
  }
  .sec9thContainer td {
    font-size: 18px;
    padding: 0.5rem 1rem !important;
  }
  .sec10thContainer h1 {
    font-size: 84px;
    line-height: 70px;
  }
  .sec10bgImg {
    margin-top: -18rem;
  }
  .sec6thContainer .righBox h1 {
    font-size: 74px;
    line-height: 64px;
  }
  .sec6thContainer .righBox p {
    font-size: 22px;
    line-height: 32px;
  }
  .aboutContent h1 {
    font-size: 220px;
    line-height: 110px;
  }
  .aboutContent h3 {
    font-size: 48px;
    line-height: 54px;
  }
  .sec7thContainer .righBox h1 {
    font-size: 74px;
    line-height: 74px;
  }
  .sec7thContainer .righBox p {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1440px) {
  .sec1st {
    margin-top: 100px;
  }
  .sec1st h3 {
    font-size: 48px;
    line-height: 48px;
  }
  .sec1st h1 {
    font-size: 84px;
    line-height: 70px;
  }
  .sec1st h5 {
    font-size: 24px;
  }
  .sec1st ul li {
    font-size: 20px;
  }
  /* ================= */
  .specialisationsImg {
    margin-top: -10rem;
  }
  /* ================= */
  .card-custom {
    margin: 0;
  }
  .sec8thContainer .sec8thBox h4 {
    font-size: 24px;
    line-height: 24px;
    min-height: 80px;
  }
  .sec8thContainer .sec8thBox p br {
    display: none;
  }
  .sec8thContainer .sec8thBox p {
    font-size: 18px;
    line-height: 26px;
  }
  .sec8thContainer .iconBox .line,
  .sec8thContainer .iconBox .num {
    height: 60px;
  }

  .sec9thContainer p {
    font-size: 20px;
    line-height: 26px;
  }

  .sec10thContainer h1 {
    font-size: 74px;
    line-height: 60px;
  }
  .sec10bgImg {
    margin-top: -15rem;
  }
  .sec6thContainer .righBox h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .sec6thContainer .righBox p {
    font-size: 20px;
    line-height: 28px;
  }
  .aboutContent h1 {
    font-size: 180px;
    line-height: 100px;
  }
  .aboutContent h3 {
    font-size: 42px;
    line-height: 48px;
  }

  .sec7thContainer .righBox {
    margin-bottom: 10rem;
  }
  .sec7thContainer .righBox h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .sec7thContainer .righBox p {
    font-size: 28px;
    line-height: 32px;
  }
  .programCard{
    height: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .homeBg {
    height: 700px;
    object-fit: cover;
    object-position: left;
  }
  .programCard {
    padding: 1rem;
    height: 320px;
  }
  .pgTitle {
    font-size: 32px;
    line-height: 32px;
  }
  .pgPara {
    font-size: 20px;
    line-height: 30px;
  }
  .specialCard {
    gap: 1rem;
  }
  .specialCard img {
    height: 40px;
  }
  .specialCard p {
    font-size: 22px;
  }

  .recognizedImg {
    margin-top: -18rem;
  }
  .sec5thContainer .logoBox img {
    height: 120px;
  }
  /* ----------------- */

  .cardContainer {
    margin-top: -220px !important;
  }
  .card-header-custom {
    height: 220px;
    padding: 1rem;
    font-size: 34px;
    line-height: 38px;
  }
  .card-body-custom {
    height: 300px;
    padding: 1rem;
  }
  .card-body-custom h2 {
    font-size: 48px;
    line-height: 55px;
  }
  .card-body-custom h2 span {
    font-size: 34px;
    line-height: 40px;
  }
  .card-body-custom p {
    font-size: 20px;
  }
  .table-custom th {
    font-size: 24px;
    line-height: 24px;
  }
  .table-custom td {
    font-size: 20px;
  }
  .lastTr {
    font-size: 24px !important;
  }
  .sec8thContainer .sec8thBox h4 {
    font-size: 22px;
    line-height: 22px;
    min-height: 80px;
  }
  .sec8thContainer .sec8thBox p {
    font-size: 16px;
    line-height: 20px;
  }
  .sec8thContainer .iconBox .line,
  .sec8thContainer .iconBox .num {
    height: 50px;
  }

  .sec9thContainer p {
    font-size: 18px;
    line-height: 26px;
  }
  .sec9thContainer td {
    font-size: 16px;
    padding: 0.5rem 1rem !important;
  }

  .sec10thContainer h1 {
    font-size: 64px;
    line-height: 50px;
  }
  .sec10bgImg {
    margin-top: -10rem;
  }

  .sec6thContainer .righBox h1 {
    margin-top: 8px !important;
    font-size: 54px;
    line-height: 48px;
  }
  .sec6thContainer .righBox p {
    margin-top: 8px !important;
    font-size: 18px;
    line-height: 24px;
  }
  .sec6thContainer .righBox p br {
    display: none;
  }
  .aboutContent h1 {
    font-size: 140px;
    line-height: 80px;
  }
  .aboutContent h3 {
    font-size: 38px;
    line-height: 38px;
  }

  .sec7thContainer .righBox {
    margin-bottom: 10rem;
  }
  .sec7thContainer .righBox h1 {
    margin-top: 0.7rem !important;
    font-size: 48px;
    line-height: 48px;
  }
  .sec7thContainer .righBox p {
    margin-top: 0.7rem !important;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .homeBg {
    height: 650px;
    object-fit: cover;
    object-position: left;
  }
  .sec1st h3 {
    font-size: 38px;
    line-height: 38px;
  }
  .sec1st h1 {
    font-size: 74px;
    line-height: 60px;
  }
  .sec1st h5 {
    font-size: 20px;
  }
  .specialisationsImg {
    margin-top: -8rem;
  }
  .programCard {
    padding: 1rem;
    height: 280px;
  }
  .pgTitle {
    font-size: 28px;
    line-height: 28px;
  }
  .pgPara {
    font-size: 18px;
    line-height: 26px;
  }
  .specialCard {
    height: 60px;
  }
  .specialCard img {
    height: 35px;
  }
  .specialCard p {
    font-size: 20px;
  }
  /* ------------------- */

  .cardContainer {
    margin-top: -200px !important;
  }
  .card-header-custom {
    height: 200px;
    font-size: 28px;
    line-height: 34px;
  }
  .card-body-custom {
    height: 270px;
    padding: 1rem;
  }
  .card-body-custom h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .card-body-custom h2 span {
    font-size: 30px;
    line-height: 34px;
  }
  .card-body-custom p {
    font-size: 18px;
  }
  .table-custom th {
    font-size: 22px;
    line-height: 24px;
  }
  .table-custom td {
    font-size: 18px;
  }
  .lastTr {
    font-size: 22px !important;
  }
  .sec8thContainer .sec8thBox h4 {
    font-size: 20px;
  }
  .sec8thContainer .sec8thBox p {
    font-size: 14px;
  }
  .sec9thContainer p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec9thContainer td {
    font-size: 16px;
    padding: 0.5rem !important;
  }
  .sec10thContainer h1 {
    font-size: 54px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .sec1st {
    margin-top: 90px;
  }
  .homeBg {
    height: 600px;
  }
  .sec1st h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .sec1st h1 {
    font-size: 64px;
    line-height: 50px;
  }
  .sec3rdContainer {
    margin: 3rem 0;
  }
  .programsContainer {
    justify-content: center;
    gap: 1rem;
  }
  .programCard {
    width: calc(50% - 1rem);
    height: 250px;
    padding: 1.5rem;
  }
  .specialCard {
    height: 60px;
  }
  .specialCard img {
    height: 30px;
  }
  .specialCard p {
    font-size: 18px;
  }
  .sec5thContainer {
    margin: 3rem 0;
  }
  .recognizedImg {
    margin-top: -15rem;
  }
  .sec5thContainer .logoBox img {
    height: 90px;
  }

  .cardContainer {
    margin-top: -160px !important;
  }
  .card-header-custom {
    height: 160px;
    font-size: 24px;
    line-height: 28px;
  }
  .card-body-custom {
    height: 230px;
  }
  .card-body-custom h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .card-body-custom h2 span {
    font-size: 24px;
    line-height: 30px;
  }
  .card-body-custom p {
    font-size: 16px;
  }
  .table-custom th {
    padding: 0.5rem !important;
    font-size: 20px;
    line-height: 22px;
  }
  .table-custom td {
    padding: 0.5rem !important;
    font-size: 16px;
  }
  .lastTr {
    font-size: 20px !important;
  }
  .sec10thContainer h1 {
    font-size: 48px;
    line-height: auto;
  }
  .sec10thContainer h1,
  .sec10thContainer p,
  .sec10thContainer .applyBtn {
    margin-top: 1.5rem !important;
  }
  .sec10bgImg {
    margin-top: -10rem;
  }
  .leftBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sec7thBg {
    height: 600px;
    object-fit: cover;
  }
  .sec7thContainer .righBox {
    margin-bottom: 10rem;
  }
  .sec7thContainer .righBox h1 {
    margin-top: 0.5rem !important;
    font-size: 38px;
    line-height: 38px;
  }
  .sec7thContainer .righBox p {
    margin-top: 0.5rem !important;
    font-size: 22px;
    line-height: 28px;
  }
  .sec7thContainer .righBox p br {
    display: none;
  }
  .sec10thContainer p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sec6thContainer .leftBox img {
    width: 60% !important;
  }
  .aboutContent {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -4rem;
  }
  .sec6thContainer .righBox {
    margin: 4rem 0;
  }
  .sec6thContainer video {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .sec1st {
    margin-top: 80px;
    justify-content: flex-start;
  }
  .sec1stContainer {
    margin-top: 40px;
  }
  .homeBg {
    width: 100%;
    height: auto;
    object-position: bottom;
    max-height:900px;
  }
  .webBg {
    display: none;
  }
  .mobBg {
    display: block;
  }
  .sec1stContainer .applyBtn {
    display: none;
  }
  .sec7thContainer .righBox p {
    color: #000000;
  }
  .sec1st h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .sec1st h1 {
    font-size: 48px;
    line-height: 40px;
  }
  .sec1st h3 br,
  .sec1st h1 br {
    display: none;
  }
  .sec1st h5 {
    font-size: 18px;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .sec1st ul li {
    font-size: 16px;
    padding: 0.5rem;
  }
  .specialisationsImg {
    margin-top: -5rem;
  }
  .programCard {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 20px;
  }
  .pgTitle br {
    display: none;
  }
  .pgTitle {
    font-size: 24px;
    line-height: 24px;
  }
  .pgPara {
    font-size: 16px;
    line-height: auto;
  }
  .specialCard {
    height: 50px;
  }
  .specialCard img {
    height: 28px;
  }
  .specialCard p {
    font-size: 16px;
  }
  .specialCard.blank {
    display: none;
  }
  .webblank {
    display: flex;
  }
  .sec5thContainer .logoBox {
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .recognizedImg {
    margin-top: -10rem;
  }
  .sec5thContainer .logoBox img {
    height: auto;
    width: calc(33% - 1rem);
  }
  .recContainer {
    flex-direction: column;
  }
  /* -------------- */
  .sec6thContainer video {
    width: 100% !important;
  }
  .cardContainer {
    margin-top: -100px !important;
    gap: 1rem;
  }
  .card-header-custom {
    height: 70px;
    font-size: 22px;
    line-height: 24px;
    border-radius: 20px 20px 0 0;
  }
  .card-header-custom br {
    display: none;
  }
  .card-body-custom {
    height: 200px;
    border-radius: 0 0 20px 20px;
  }
  .card-body-custom h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .card-body-custom h2 span {
    font-size: 20px;
    line-height: 26px;
  }
  .card-body-custom p {
    font-size: 16px;
  }
  .table-custom th {
    font-size: 18px;
    line-height: 20px;
  }
  .table-custom td {
    padding: 0.5rem !important;
    font-size: 16px;
  }
  .lastTr {
    font-size: 18px !important;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  .table-custom {
    min-width: 700px;
  }
  .sec8thContainer .sec8thBox h4 {
    min-height: auto;
  }
  .sec8thContainer .leftBox,
  .sec8thContainer .rightBox {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }
  .sec8thContainer .sec8thBox p br {
    display: block;
  }
  .sec9thContainer .table-responsive {
    margin-top: 1rem;
  }
  .sec10thContainer h1 {
    font-size: 38px;
    line-height: auto;
  }
  .sec10thContainer h1,
  .sec10thContainer p,
  .sec10thContainer .applyBtn {
    margin-top: 1rem !important;
  }
  .sec10bgImg {
    margin-top: -5rem;
  }
  .sec6thContainer .leftBox img {
    width: 70% !important;
  }
  .sec6thContainer .righBox {
    margin: 2rem 0;
  }
  .sec6thContainer .righBox h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .aboutContent h1 {
    font-size: 110px;
    line-height: 60px;
  }
  .aboutContent h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .sec7thBg {
    height: 500px;
    object-fit: cover;
    opacity: 0.5;
    object-position: left;
    filter: blur(1px);
  }
  .sec7thContainer .righBox {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .sec6thContainer .leftBox img {
    width: 80% !important;
  }
  .sec6thContainer .righBox {
    margin: 2rem 0;
  }
  .aboutContent h1 {
    font-size: 84px;
    line-height: 60px;
  }
  .aboutContent h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 550px) {
  .programCard {
    padding: 1rem;
    gap: 0.5rem;
  }
  .pgTitle {
    font-size: 22px;
    line-height: 22px;
  }
  .specialCard {
    height: 50px;
  }
  .recognizedImg {
    margin-top: -2rem;
  }
  .sec5thContainer .logoBox img {
    height: auto;
    width: calc(50% - 1rem);
    margin-bottom: 0;
  }
  .sec7thContainer .righBox h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .sec7thContainer .righBox p {
    font-size: 20px;
    line-height: 24px;
  }
  .homeBg {
    min-height: 900px;
  }
  .sec9thContainer,
  .sec10thContainer {
    margin: 3rem 0;
  }
  .specialisationsImg {
    margin-top: -0rem;
  }
  .sec8thContainer .iconBox .line,
  .sec8thContainer .iconBox .num {
    height: 40px;
  }
  .sec9thContainer p {
    font-size: 16px;
    line-height: 22px;
  }
  .sec9thContainer td {
    font-size: 14px;
  }
  .sec10thContainer h1 {
    font-size: 34px;
  }
  .sec10thContainer h1,
  .sec10thContainer p,
  .sec10thContainer .applyBtn {
    margin-top: 0.8rem !important;
  }
}
@media screen and (max-width: 450px) {
  .sec6thContainer .leftBox img {
    width: 100% !important;
  }
}
/* ======================================================= */
