@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #C69930;
}

.container-fluid {
  width: 1780px;
  max-width: 95%;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.btn-primary {
  background-color: #C69930;
  border-color: #C69930;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #C69930;
  border-color: #C69930;
  color: #ffffff;
}

.btn-secondary {
  background-color: #002561;
  border-color: #002561;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #002561;
  border-color: #002561;
  color: #ffffff;
}

.btn-common {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1441px) {
  .btn-common {
    font-size: 14px;
    padding: 0.3rem 1rem;
  }
  .btn-common img {
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-common {
    font-size: 16px;
  }
}

.content p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1441px) {
  .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .content p {
    font-size: 14px;
  }
}

h2.sectionHeading {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1680px) {
  h2.sectionHeading {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1441px) {
  h2.sectionHeading {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1280px) {
  h2.sectionHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h2.sectionHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  h2.sectionHeading {
    font-size: 28px;
  }
}

header {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0.5rem 0;
  z-index: 9999;
  transition: all 2s ease;
  width: 100%;
}
header.sticky {
  position: fixed;
  z-index: 99999999;
}
header .logo {
  display: inline-block;
}
header .logo img {
  height: 81.25px;
  width: auto;
}
@media only screen and (max-width: 1680px) {
  header .logo img {
    height: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  header .logo img {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  header .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  header .logo img {
    height: 40px;
  }
}
header .sub-logo img {
  height: 80px;
}
@media only screen and (max-width: 1680px) {
  header .sub-logo img {
    height: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  header .sub-logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  header .sub-logo img {
    height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  header .sub-logo img {
    height: 30px;
  }
}

.homeBanner {
  background-image: url(../images/home_banner_pg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  padding: 64px 0 60px;
  min-height: 1000px;
}
@media only screen and (min-width: 1442px) {
  .homeBanner {
    padding: 64px 0 20px;
    min-height: 800px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner {
    background-image: url(../images/home_banner_pg.webp);
    min-height: auto;
    padding: 40px 0;
    min-height:700px;
    background-position: 38% 0;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner {
    background-image: url(../images/bg-mb-1.webp);
    background-position: center center;
    min-height: 800px;
  }
}
.homeBanner .bannerMainHeading {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffffff;
}
.homeBanner .bannerMainHeading span  
{
  font-size: 60px;
  display: block;
}

@media only screen and (max-width: 1680px) {
  .homeBanner .bannerMainHeading {
    font-size: 46px;
  }
  .homeBanner .bannerMainHeading span  
  {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1441px) {
  .homeBanner .bannerMainHeading {
    font-size: 42px;
  }
  .homeBanner .bannerMainHeading span  
  {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner .bannerMainHeading {
    font-size: 34px;
  }
  .homeBanner .bannerMainHeading span  
  {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .bannerMainHeading {
    font-size: 34px;
  }
  .homeBanner .bannerMainHeading span  
  {
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .bannerMainHeading {
    font-size: 28px;
  }
  .homeBanner .bannerMainHeading span  
  {
    font-size: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .homeBanner .bannerMainHeading {
    font-size: 26px;
  }
  .homeBanner .bannerMainHeading {
    font-size: 28px;
  }
}
.homeBanner .programme_List {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .homeBanner .programme_List {
    margin-bottom: 1rem;
  }
  .homeBanner .programme_List {
    margin-top: 0;
  }
}
.homeBanner .programme_List .heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  padding: 0.5rem 0 1.5rem;
}
.homeBanner .programme_List .heading span {
  font-size: 48px;
  line-height: 140%;
  color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List .heading {
    font-size: 24px;
    line-height: 120%;
  }
  .homeBanner .programme_List .heading span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .programme_List .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
  }
  .homeBanner .programme_List .heading span {
    font-size: 28px;
  }
}
.homeBanner .programme_List ul {
  padding: 0 0 0 25px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List ul {
    gap: 0.5rem;
  }
}
.homeBanner .programme_List ul li {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #FFFFFF;
  width: 100%;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 1441px) {
  .homeBanner .programme_List ul li {
    font-size: 18px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 768px) {
  .homeBanner .programme_List ul li {
    font-weight: 400;
    font-size: 15px;
    line-height:120%;
    letter-spacing: 0%;
  }
}
/*.homeBanner .programme_List ul li::after {
  content: "";
  background-image: url(../images/arrow_pointer.svg);
  width: 22px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.5rem;
  top: 8px;
}*/
@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List ul li::after {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .programme_List ul li::after {
    width: 16px;
    height: 13px;
    top: 5px;
  }
}
.homeBanner h3 {
  font-family: "Merriweather", serif;
  font-size: 40px;
  padding: 20px 4rem;
  color: #FFFFFF;
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  margin-top: 1.5rem;
  backdrop-filter: blur(25px);
  background: linear-gradient(90.25deg, rgba(148, 146, 146, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%, rgba(12, 12, 12, 0.5) 100%);
}
@media only screen and (max-width: 991px) {
  .homeBanner h3 {
    font-size: 28px;
    padding: 10px 2rem;
  }
}

.aboutUs {
  background-image: url(../images/pg_1.webp);
  background-position: 0 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 500px;
  color: #000000;
}
@media only screen and (max-width: 1680px) {
  .aboutUs {
    padding: 60px 0 400px;
  }
}
@media only screen and (max-width: 1280px) {
 
}
@media only screen and (max-width: 991px) {
  .aboutUs {
    padding: 20px 0 250px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs {
    background-image: url(../images/pg_1.webp);
    background-position: bottom center;
    padding: 20px 0 250px;
  }
}
@media only screen and (max-width: 570px) {
  .aboutUs {
    padding: 20px 0 150px;
  }
}
.aboutUs h6 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #C69930;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .aboutUs h6 {
    font-size: 14px;
    letter-spacing: 0.3rem;
    line-height: 1.5;
  }
}
.aboutUs .content {
  margin-bottom: 2.5rem;
}
.aboutUs .content p {
  color: #21201F;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.aboutUs .content p strong {
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .aboutUs .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs .rowFeatureBlockSlider .slick-list {
    padding-left: 0 !important;
  }
}
.aboutUs .featureBlock {
  background: #fff;
  position: relative;
  backdrop-filter: blur(40px);
  border-radius: 30px;
  padding: 1.5rem;
  height: 100%;
  border: 2px solid #363F5E;
  color: #C18F0D;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock {
    margin: 0 auto;
    min-height: 250px;
    max-width: 95%;
  }
  .rowFeatureBlockSlider
  {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs .featureBlock {
    border-radius: 8px;
    margin: 0 1rem;
    height: 200px;
  }
}

.aboutUs h2.sectionHeading
{
  color: #C18F0D;
}
.aboutUs .featureBlock h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 1rem;
}
@media only screen and (max-width: 1680px) {
  .aboutUs .featureBlock h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock h5 {
    font-size: 16px;
  }
}
.aboutUs .featureBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333333;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1680px) {
  .aboutUs .featureBlock p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock img {
    height: auto;
    margin: 0px auto;
  }
}

.pgProgramWrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease-in-out;
  min-height: 900px;
  position: relative;
  padding: 80px 0 20px;
  color: #FFFFFF;
  background-image: url("../images/pg_9.webp");
}
.pgProgramWrapper.pg-bg-1 {
  background-image: url("../images/pg_9.webp");
}
.pgProgramWrapper.pg-bg-2 {
  background-image: url("../images/pg_7.webp");
}
.pgProgramWrapper.pg-bg-3 {
  background-image: url("../images/pg_5.webp");
}
.pgProgramWrapper.pg-bg-4 {
  background-image: url("../images/pg_6.webp");
}
.pgProgramWrapper.pg-bg-5 {
  background-image: url("../images/pg_4.webp");
}
.pgProgramWrapper.pg-bg-6 {
  background-image: url("../images/pg_6.webp");
}
@media only screen and (max-width: 1680px) {
  .pgProgramWrapper {
    min-height: 800px;
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper {
    min-height: 650px;
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pgProgramWrapper {
    background-color: #022966;
    background-image: url("../images/pg_9_mb.webp");
    background-size: contain;
    background-position: center bottom;
    min-height: 1150px;
    padding: 30px 0 20px;
  }
  .pgProgramWrapper.pg-bg-1 {
    background-image: url("../images/pg_9_mb.webp");
  }
  .pgProgramWrapper.pg-bg-2 {
    background-image: url("../images/pg_7_mb.webp");
  }
  .pgProgramWrapper.pg-bg-3 {
    background-image: url("../images/pg_5_mb.webp");
  }
  .pgProgramWrapper.pg-bg-4 {
    background-image: url("../images/pg_6_mb.webp");
  }
  .pgProgramWrapper.pg-bg-5 {
    background-image: url("../images/pg_4_mb.webp");
  }
  .pgProgramWrapper.pg-bg-6 {
    background-image: url("../images/pg_6_mb.webp");
  }
}
.pgProgramWrapper .pgTabs {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .pgProgramWrapper .pgTabs {
    position: relative;
  }
}
.pgProgramWrapper .pgTabs .pgTabsul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  border-bottom: 0px solid rgba(255, 255, 255, 0.5);
  gap: 1rem;
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper .pgTabs .pgTabsul {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .pgProgramWrapper .pgTabs .pgTabsul {
    flex-wrap: wrap;
    border-bottom: 0;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}
.pgProgramWrapper .pgTabs .pgTabsul li {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 1.5rem;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
}
@media only screen and (max-width: 1680px) {
  .pgProgramWrapper .pgTabs .pgTabsul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper .pgTabs .pgTabsul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .pgProgramWrapper .pgTabs .pgTabsul li {
    flex: 0 0 45%;
    width: 45%;
    margin: 0;
    font-size: 12px;
    padding: 0.5rem 0;
    border-radius: 4px;
    border: 1px solid;
    border-radius: rgba(198, 153, 48, 0.3882352941);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    color: #FFFFFF;
    height: 50px;
    align-self: center;
  }
}
.pgProgramWrapper .pgTabs .pgTabsul li.active {
  background-color: #ffffff;
  color: #051431;
}
.pgProgramWrapper .programmPG_content {
  display: none;
  margin-bottom: 2rem;
}
.pgProgramWrapper h2.sectionHeading
{
  color: #C08F0E;
}
.pgProgramWrapper .programmPG_content h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
  color: #C08F0E;
}
@media only screen and (max-width: 1680px) {
  .pgProgramWrapper .programmPG_content h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper .programmPG_content h4 {
    font-size: 20px;
  }
}
.pgProgramWrapper .programmPG_content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .pgProgramWrapper .programmPG_content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper .programmPG_content p {
    font-size: 14px;
  }
}
.pgProgramWrapper .programmPG_content .programName {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
}


@media only screen and (max-width: 1680px) {
  .pgProgramWrapper .programmPG_content .programName {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .pgProgramWrapper .programmPG_content .programName {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .pgProgramWrapper .programmPG_content .programName {
    font-size: 12px;
  }
}
.pgProgramWrapper .programmPG_content .programName img {
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .pgProgramWrapper .programmPG_content .programName img {
    height: 32px;
    width: auto;
  }
}
.pgProgramWrapper .programmPG_content .programName span {
  display: inline-block;
  padding: 0 10px 0 18px;
  position: relative;
}
.pgProgramWrapper .programmPG_content .programName span:before
{
  content: "";
  width: 7px;
  height:7px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .pgProgramWrapper .programmPG_content .programName span {
    width: 48%;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .pgProgramWrapper .programmPG_content .programName span {
    width:100%;
    margin-bottom: 0.5rem;
  }
}
.pgProgramWrapper .programmPG_content .programName .subProgramme {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 5rem;
}
.pgProgramWrapper .programmPG_content .programName .subProgramme li {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .pgProgramWrapper .programmPG_content .programName .subProgramme li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .pgProgramWrapper .programmPG_content .programName .subProgramme li {
    font-size: 10px;
  }
}

.excellenceAwardSection {
  background-color: #C69930;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 653px;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  /*below show how it works*/
}
.excellenceAwardSection:after {
  content: "";
  width: 200%;
  height: 0;
  padding-top: 200%;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #000;
}
@media only screen and (max-width: 1680px) {
  .excellenceAwardSection {
    height: 580px;
  }
}
@media only screen and (max-width: 1280px) {
  .excellenceAwardSection {
    height: 450px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection {
    height: 370px;
    padding-top: 40px;
  }
}
.excellenceAwardSection .inner {
  padding: 0 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 999;
}
.excellenceAwardSection .inner.inner-40 {
  transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection .inner.inner-40 {
    transform: translateY(0);
  }
}
.excellenceAwardSection .inner.inner-20 {
  transform: translateY(15%);
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection .inner.inner-20 {
    transform: translateY(0);
  }
}
.excellenceAwardSection .inner h5 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1680px) {
  .excellenceAwardSection .inner h5 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .excellenceAwardSection .inner h5 {
    font-size: 24px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 991px) {
  .excellenceAwardSection .inner h5 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection .inner h5 {
    font-size: 20px;
    line-height: 120%;
  }
}
.excellenceAwardSection .inner p {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 1680px) {
  .excellenceAwardSection .inner p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .excellenceAwardSection .inner p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .excellenceAwardSection .inner p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection .inner p {
    font-size: 12px;
  }
}
.excellenceAwardSection .inner .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 5px solid #000;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excellenceAwardSection .inner .icon img 
{
  max-width: 40px;
  max-height: 80%;
}
@media only screen and (max-width: 1280px) {
  .excellenceAwardSection .inner .icon {
    height: 60px;
    width: 60px;
  }
}


.campusSection {
  padding: 0px 0 100px;
  color: #ffffff;
  background: url(../images/pg_3.webp);
  background-color: #ffffff;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-height: 1400px;
  background-repeat: no-repeat;
  color: #000000;
  z-index: 99;
}
@media only screen and (max-width: 1680px) {
  .campusSection {
    min-height: 1100px;
  }
}
@media only screen and (max-width: 1280px) {
  .campusSection {
    padding: 0px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .campusSection {
    padding: 20px 0 100px;
    background-image: url(../images/pg_3_mb.webp);
    background-color: #FFFFFF;
    background-size: contain;
    background-position: center bottom;
  }
}
.campusSection .campusSlider {
  margin: 0;
  padding: 0;
  margin-left: 3.5%;
  transform: translateY(-60px);
}
.campusSection .campusSlider .slick-list {
  padding-left: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.campusSection .campusSlider .slick-prev, .campusSection .campusSlider .slick-next {
  top: -70px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.campusSection .campusSlider .slick-prev::before, .campusSection .campusSlider .slick-next::before {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .campusSection .campusSlider .slick-prev, .campusSection .campusSlider .slick-next {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .campusSection .campusSlider .slick-prev, .campusSection .campusSlider .slick-next {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -80px;
  }
}
.campusSection .campusSlider .slick-prev {
  background-image: url(../images/arrow-2.svg);
  right: 140px;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .campusSection .campusSlider .slick-prev {
    right: 55%;
    transform: translateX(50%);
  }
}
.campusSection .campusSlider .slick-next {
  background-image: url(../images/arrow-1.svg);
  right: 0;
  right: 70px;
}
@media only screen and (max-width: 768px) {
  .campusSection .campusSlider .slick-next {
    right: 45%;
    transform: translateX(50%);
  }
}
.campusSection .campusBlock {
  background:#fff;
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 10px;
  margin: 0 1rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .campusSection .campusBlock {
    border-radius: 8px;
  }
}
.campusSection .campusBlock h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 1680px) {
  .campusSection .campusBlock h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .campusSection .campusBlock h4 {
    font-size: 14px;
  }
}



.campusSection .campusBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #555555;
  margin-top: 1rem;
  height: 80px;
}
@media only screen and (max-width: 1680px) {
  .campusSection .campusBlock p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .campusSection .campusBlock p {
    font-size: 12px;
    height: 50px;
  }
}
.campusSection .campusBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.campusSection .campusBlock ul li {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #555555;
  flex: 0 0 50%;
  padding-left: 0.7rem;
  position: relative;
}
.campusSection .campusBlock ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #555555;
  border-radius: 100%;
  left: 0;
  top: 6px;
}
@media only screen and (max-width: 1680px) {
  .campusSection .campusBlock ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .campusSection .campusBlock ul li {
    font-size: 12px;
  }
}
.campusSection .video-section {
    width: 100%;
    height: 677px;
    overflow: hidden;
    position: relative;
    border: 6px solid #FFFFFF;
    border-radius: 20px;
}
.campusSection .video-section iframe {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1280px) {
 .campusSection .video-section {
        height: 500px;
    }
  
}
@media only screen and (max-width: 600px) {
  .campusSection .video-section {
    height: 300px;
  }
}
.campusSection .video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Makes sure the video fills the space nicely */
}
.campusSection .video_click {
  transform: translateY(-30%);
  cursor: pointer;
}
.campusSection .video_click img {
  height: 450px;
  width: auto;
}
@media only screen and (max-width: 1680px) {
  .campusSection .video_click img {
    height: 450px;
  }
}
@media only screen and (max-width: 1480px) {
  .campusSection .video_click img {
    height: 150px;
  }
}
@media only screen and (max-width: 1200px) {

  .campusSection .video_click {
    transform: translateY(0%);
    margin: 0 0 20px 0;
  }
}

.campusSection .leaf_absolute {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -200px);
}
.campusSection .leaf_absolute img {
  height: 200px;
}
@media only screen and (max-width: 1280px) {
  .campusSection .leaf_absolute {
    transform: translate(-50%, -120px);
  }
  .campusSection .leaf_absolute img {
    height: 120px;
  }
}

.residentialSection {
  padding: 40px 0 40px;
  width: 100%;
  background-color: #061532;
  color: #FFFFFF;
}
@media only screen and (max-width: 1280px) {
  .residentialSection {
    padding: 40px 0;
  }
}
.residentialSection .residentialTransform {
  transform: translateY(-10%);
  position: relative;
  z-index: 9999;
}
.residentialSection .areaSlider {
  margin: 0;
  padding: 0;
  margin-left: 4%;
}
.residentialSection .areaSlider .slick-list {
  padding-left: 0 !important;
}
.residentialSection .areaSlider .areaBlock {
  padding: 0 1rem;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .residentialSection .areaSlider .areaBlock {
    padding: 0 1rem;
  }
}
.residentialSection .areaSlider .areaBlock img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .residentialSection .areaSlider .areaBlock img {
    border-radius: 8px;
  }
}

.academicSection {
  color: #ffffff;
  background-color: #061532;
}
.academicSection .video-container {
  height: 750px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container {
    height: 750px;
  }
}
.academicSection .video-container::before {
  content: "";
  width: 40%;
  position: absolute;
  height: 90%;
  background: linear-gradient(0deg, #061432 0%, rgba(6, 20, 50, 0.03) 100%);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  z-index: 999;
  bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container::before {
    display: none;
  }
}
.academicSection .video-container .video {
  position: absolute;
  width: 60%;
  height: 650px;
  bottom: 0;
  right: 0;
  background-color: #061532;
  z-index: 99;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container .video {
    height: 100%;
    width: 100%;
  }
}
.academicSection .video-container .video video {
  object-fit: cover;
  width: 150%;
}
.academicSection .video-container .video .desktopVideo {
  display: none;
}
@media only screen and (min-width: 769px) {
  .academicSection .video-container .video .desktopVideo {
    display: block;
  }
}
.academicSection .video-container .video .mobileVideo {
  display: block;
  position: relative;
}
.academicSection .video-container .video .mobileVideo::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #061532;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .academicSection .video-container .video .mobileVideo {
    display: none;
  }
}
.academicSection .video-container .academicContent {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container .academicContent {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .academicSection .video-container .logoContainer {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 991px) {
  .academicSection .video-container .logoContainer .logoCollaboration {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container .logoContainer .logoCollaboration {
    margin-bottom: 1rem;
  }
}
.academicSection .logoIndustry {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  left: 0;
  padding-left: 4%;
  padding: 20px 0;
  background: linear-gradient(0deg, #191E2B 0%, rgba(25, 30, 43, 0) 100%);
}
.academicSection .logoIndustry .industryLogo {
  margin: 0;
  padding: 0;
}
.academicSection .logoIndustry .industryLogo li .img {
  padding: 0 0.5rem;
}

.placementSection {
  padding: 80px 0 0;
}
.placementSection .placementSectionLeft {
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
}
.placementSection .placementLogoleft, .placementSection .placementLogoRight {
  padding: 0;
  margin: 0;
}
.placementSection .placementLogoleft li .img, .placementSection .placementLogoRight li .img {
  padding: 0 1rem;
}
.placementSection .placementNewSection {

  width: 100%;
  padding: 80px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection {
    padding: 40px 0;
  }
}
.placementSection .placementNewSection .packageBox {
  border: 1px solid #C69930;
  border-radius: 11.27px;
  font-family: "Merriweather", serif;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageBox {
    transform: translateY(0);
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .placementSection .placementNewSection .packageBox {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .row.justify-content-center.gap-xl-5.mt-5.mb-5.pbc {
    margin-top: 10px !important;
  }
}




.placementSection .placementNewSection .packageBox .top {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  background-color: #C69930;
  padding: 1.5rem 0.5rem;
}
.placementSection .placementNewSection .pbc .packageBox .top
{
  font-size: 64px;
}


@media only screen and (max-width: 1680px) {
  .placementSection .placementNewSection .packageBox .top {
    font-size: 28px;
    padding: 0.5rem;
  }
  .placementSection .placementNewSection .pbc .packageBox .top
  {
    font-size: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageBox .top {
    font-size: 20px;
    padding: 0.5rem;
  }
  .placementSection .placementNewSection .pbc .packageBox .top
  {
    font-size: 20px;
  }
}
.placementSection .placementNewSection .packageBox .bottom {
  font-weight: 400;
  font-size: 52px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 10px 5px;
  min-height: 130px;
  color: #C18F0D;
}
.placementSection .placementNewSection .packageBox .bottom p 
{
  font-size: 22px;
  line-height: 150%;
  color: #C18F0D;
  font-weight: 400;
}
@media only screen and (max-width: 1680px) {
  .placementSection .placementNewSection .packageBox .bottom {
    font-size: 48px;
    padding: 0.5rem;
  }
  .placementSection .placementNewSection .packageBox .bottom p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageBox .bottom {
    font-size: 28px;
    padding: 0.5rem;
    min-height: auto;
  }
  .placementSection .placementNewSection .packageBox .bottom p {
    font-size: 16px;
  }
}
.placementSection .placementNewSection .packageFeatureMain {
  position: relative;
}
.placementSection .placementNewSection .packageFeatureMain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 3px dashed #002561;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageFeatureMain::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
.placementSection .placementNewSection .packageBox .bottom {
    font-size: 16px;
  }
}




.placementSection .placementNewSection .packageFeatureMain .packageFeature {
  backdrop-filter: blur(40px);
  background-color: #FFFFFF;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(40px);
  border-radius: 20px;
  position: relative;
}
.placementSection .placementNewSection .packageFeatureMain .packageFeature::before {
  content: "";
  border: 1px dashed rgba(0, 37, 97, 0.5);
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 20px;
}
.placementSection .placementNewSection .packageFeatureMain .packageFeature h5 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #C69930;
  font-family: "Merriweather", serif;
}
.placementSection .placementNewSection .packageFeatureMain .packageFeature p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageFeatureMain .packageFeature p {
    text-align: left;
  }
}
@media only screen and (max-width: 1680px) {
  .placementSection .placementNewSection .packageFeatureMain .packageFeature {
    padding: 0.5rem;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature h5 {
    font-size: 54px;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .placementSection .placementNewSection .packageFeatureMain .packageFeature {
    padding: 0.5rem;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature h5 {
    font-size: 36px;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementNewSection .packageFeatureMain .packageFeature {
    margin-bottom: 1rem;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    gap: 0.5rem;
    height: 80px;
    align-items: center;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature h5 {
    font-size: 24px;
    font-weight: 800;
  }
  .placementSection .placementNewSection .packageFeatureMain .packageFeature p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.expertSection {
  background-image: url(../images/pg_2.webp);
  background-size: cover;
  padding: 0px 0;
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  color: #000000;
  background-position: bottom center;
  position: relative;
  margin-top: -8%;
}
.expertSection .expertBlockRowMAin {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(150px);
}
@media only screen and (max-width: 768px) {
  .expertSection .expertBlockRowMAin {
    transform: translateY(80%);
  }
}
.expertSection .sectionHeadingBlock {
  transform: translateY(80%);
}
@media only screen and (max-width: 1280px) {
  .expertSection .sectionHeadingBlock {
    transform: translateY(30%);
  }
}
@media only screen and (max-width: 768px) {
  .expertSection .sectionHeadingBlock {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1680px) {
  .expertSection {
    height: 800px;
  }
}
@media only screen and (max-width: 1280px) {
  .expertSection {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  .expertSection {
    padding: 40px 0;
    background-image: url(../images/pg_2_mb.webp);
    background-size: contain;
    background-position: center bottom;
    height: 520px;
  }
}
@media only screen and (max-width: 600px) {
  .expertSection {
    padding: 40px 0;
    height: 450px;
  }
}
.expertSection .expertBlock {
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: rgba(255, 255, 255, 0.1490196078);
  padding: 1rem;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .expertSection .expertBlock {
    margin: 0 0;
  }
}
.expertSection .expertBlock h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 1680px) {
  .expertSection .expertBlock h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .expertSection .expertBlock h4 {
    font-size: 12px;
  }
}
.expertSection .expertBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1680px) {
  .expertSection .expertBlock p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .expertSection .expertBlock p {
    font-size: 10px;
  }
}
.expertSection .expertBlock img {
  border-radius: 10px;
  filter: grayscale(100%);
}

.scholershipSection {
  background: linear-gradient(360deg, #124494 -1.68%, #000000 101.83%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 240px 0 100px;
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .scholershipSection {
    padding: 200px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .scholershipSection {
    padding: 240px 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .scholershipSection {
    background: linear-gradient(360deg, #124494 -1.68%, #000000 101.83%);
    padding: 400px 0 100px;
  }
}
.scholershipSection .ScholarshipsInner {
  padding: 0 3rem;
  margin-top: 4rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .scholershipSection .ScholarshipsInner {
    padding: 0 1rem;
  }
}
.scholershipSection .ScholarshipsInner::before {
  content: "";
  background-color: #FFFFFF;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .scholershipSection .ScholarshipsInner::before {
    width: 1px;
    height: 80%;
    top: 5.3px;
    left: 40px;
    background-color: transparent;
    border-right: 1px dashed #C69930;
  }
}
@media only screen and (max-width: 991px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.scholershipSection .ScholarshipsInner .ScholarshipBlock .img {
  margin-bottom: 2rem;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock .img img {
    width: 52px;
    height: 52px;
  }
}
.scholershipSection .ScholarshipsInner .ScholarshipBlock h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock h4 {
    font-size: 16px;
  }
}
.scholershipSection .ScholarshipsInner .ScholarshipBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .scholershipSection .ScholarshipsInner .ScholarshipBlock p {
    font-size: 14px;
  }
}
.scholershipSection .ScholarshipsInner .ScholarshipBlock p.note {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.learningSection {
  padding: 100px 0;
  position: relative;
}
.learningSection::before {
  content: "";
  background-image: url(../images/cu-logo.svg);
  width: 35%;
  height: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .learningSection::before {
    height: 20%;
  }
}
@media only screen and (max-width: 1680px) {
  .learningSection {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .learningSection {
    padding: 40px 0;
  }
}
.learningSection .learningSlider .learningBlock .bg {
  height: 480px;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 10px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease-in-out;
}
.learningSection .learningSlider .learningBlock .bg img {
  border-radius: 10px;
}
@media only screen and (max-width: 1680px) {
  .learningSection .learningSlider .learningBlock .bg {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .learningBlock .bg {
    height: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1,1, 1);
  }
  .learningSection .learningSlider .learningBlock .bg img {
    border-radius: 10px;
  }
}
.learningSection .learningSlider .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.learningSection .learningSlider .slick-center .bg {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  position: relative;
  z-index: 99;
}
.learningSection .learningSlider .slick-center .bg img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-center .bg {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.learningSection .learningSlider .slick-slide {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-slide .bg {
    margin: 0 0.5rem;
  }
}
.learningSection .learningSlider .slick-prev, .learningSection .learningSlider .slick-next {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: -50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.learningSection .learningSlider .slick-prev::before, .learningSection .learningSlider .slick-next::before {
  display: none;
}
@media only screen and (max-width: 1680px) {
  .learningSection .learningSlider .slick-prev, .learningSection .learningSlider .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-prev, .learningSection .learningSlider .slick-next {
    width: 30px;
    height: 30px;
    bottom: -20px;
  }
}
.learningSection .learningSlider .slick-prev {
  background-image: url(../images/blue-arrow-3.svg);
  transform: translateX(50%);
  left: 45.5%;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-prev {
    right: 55%;
    left: auto;
  }
}
.learningSection .learningSlider .slick-next {
  background-image: url(../images/blue-arrow-2.svg);
  transform: translateX(50%);
  right: 45.5%;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-next {
    right: 45%;
  }
}

.admissionProcess {
  background-image: url(../images/bg-structure.webp);
  background-size: cover;
  padding: 50px 0;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1280px) {
  .admissionProcess {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .admissionProcess {
    padding: 40px 0;
  }
}

.process
{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.processBox
{
  width: 100%;
  position: relative;
}
.processIcon
{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 34px 0px #00000040;
  margin:0px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
  z-index: 9;
  position: relative;
}
.processDec
{
  width: 100%;
  height: auto;
  min-height: 200px;
  background: #002561;
  padding: 60px 10px 0 ;
  text-align: center;
  border-radius: 0px;
  color: #fff;
  box-shadow: 4px 4px 4px 0px #00000040;
  margin-top: -38px;
}
.processDec p 
{
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  font-family: "Merriweather", serif;
}
.processBox:nth-child(2) .processDec
{
  background:#243B61;
}
.processBox:nth-child(3) .processDec
{
  background:#2B666E;
}
.processBox:nth-child(4) .processDec
{
  background:#7D9885;
}
.processBox:nth-child(5) .processDec
{
  background:#B6B682;
}
.processBox:nth-child(6) .processDec
{
  background:#C18F0D;
}
.processBox:nth-child(7) .processDec
{
  background:#E9BA6A;
}
.processNo
{
  width: 100%;
  height: auto;
  color: #c7c5ba;
  font-size: 70px;
  margin:0 0 20px 0;
  font-family: "Merriweather", serif;
  font-weight: 900;
  position: relative;
}
.processBox:before
{
   content: "";
   position: absolute;
   left: 72%;
   top: 41px;
   width: 140px;
   height: 23px;
   background: url(../images/arw.webp) no-repeat;
}
.processBox:last-child:before
{
  display: none;
}
@media only screen and (max-width: 1750px) {
  .processDec p
  {
    font-size: 16px;
  }
  .processNo
  {
    font-size: 46px;
  }
  .processBox::before
  {
    left: 68%;
    top: 25px;
  }

}
@media only screen and (max-width: 1400px) {
  .processBox::before
  {
    width: 100px;
    background-size: 100%;
    left: 72%;
  }

}
@media only screen and (max-width: 1200px) {
  .process
  {
    flex-wrap: wrap;
  }
  .processBox
  {
    width: 25%;
    margin: 0 0 20px 0;
  }
  .processBox::before
  {
    display: none;
  }

}
@media only screen and (max-width: 767px) {
  .processBox
  {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    gap: 10px;
    position: relative;
  }
  .processNo {
    font-size: 31px;
    margin: 0 0 0px 0;
    display: block;
    position: absolute;
    width: 50px;
    left: 70px;
    top: 7px;
    z-index: 99;
    color: #fff;
  }
  .processDec
  {
    min-height: auto;
    margin-top: 0px;
    padding: 10px 10px 10px 60px;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .processIcon
  {
    min-width: 60px;
    width: 50px;
    height: 50px;
    min-height: 60px;
  }
  .processIcon img 
  {
    max-width: 30px;
  }
  .processDec p
  {
    margin: 0 0 0 0;
  }
}

.innovativeSection {
  background: #002561;
  padding: 40px 0;
  color: #ffffff;
}
.innovativeSection h4 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media only screen and (max-width: 1441px) {
  .innovativeSection h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .innovativeSection h4 {
    font-size: 28px;
  }
}
.innovativeSection .infoLinkMain {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .innovativeSection .infoLinkMain {
    flex-direction: column;
    align-items: center;
  }
}
.innovativeSection .infoLink {
  text-align: left;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 1680px) {
  .innovativeSection .infoLink {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1441px) {
  .innovativeSection .infoLink {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .innovativeSection .infoLink {
    font-size: 14px;
  }
  .innovativeSection .infoLink img {
    height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .innovativeSection .infoLink {
    font-size: 12px;
  }
}
.innovativeSection .infoLink img {
  height: 32px;
}
.innovativeSection .footer-logo {
  display: block;
}
.innovativeSection .footer-logo img {
  height: 138px;
  max-width: 100%;
}
@media only screen and (max-width: 1680px) {
  .innovativeSection .footer-logo img {
    height: 90px;
  }
}
@media only screen and (max-width: 1441px) {
  .innovativeSection .footer-logo img {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .innovativeSection .footer-logo img {
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .innovativeSection .footer-logo img {
    height: 50px;
  }
}

footer {
  background-color: #08162E;
  padding: 1.5rem 0;
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width: 1280px) {
  footer {
    padding: 1rem 0;
  }
}
footer p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1441px) {
  footer p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  footer p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 60px;
  }
}


.btnBottom {
  width: 100%;
  padding: 1rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: 99999;
  transition: all 0.4s ease-in;
}
@media only screen and (min-width: 769px) {
  .btnBottom {
    width: auto;
    left: auto;
    right: -80px;
    opacity: 0;
    transform: rotate(-90deg);
    bottom: 200px;
    border-radius: 4px 4px 0 0;
  }
  .btnBottom.revealed {
    opacity: 1;
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .api_Main {
    background-color: #C18F0D;
    padding: 2rem 0;
  }
}

.api_form {
  position: absolute;
  right: 4%;
  top: 150px;
  width: 400px;
  background: #002561;
  padding: 0.5rem;
  border-radius: 25px;
  z-index: 9;
}
@media only screen and (max-width: 1680px) {
  .api_form {
    top: 150px;
    padding: 0rem;
  }
}

@media only screen and (max-width: 1280px) {
  .api_form {
    width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .api_form {
    top: unset;
    right: unset;
    position: unset;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .api_form {
    top: unset;
    right: unset;
    position: unset;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    width: 450px;
  }
}
.api_form h4 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 24px;
  text-align: center;
  padding: 1.5rem 1.5rem 0;
}
.api_form .form-select, .api_form .form-control {
  background-color: rgba(255, 255, 255, 0.214);
  border: none;
  font-weight: 300;
  color: #ffffff;
}
.api_form .form-select::placeholder, .api_form .form-control::placeholder {
  font-weight: 300;
  color: #ffffff;
}
.api_form .form-select {
  background-image: url(../images/arrow-white.svg), var(--bs-form-select-bg-icon, none);
}
.api_form .form-select option {
  color: #000000;
}
.api_form .form-select option:hover {
  background-color: #555555;
  color: #000000;
}
.api_form select option:hover {
  background-color: #555555 !important;
  color: white; /* Optional: Change text color for better contrast */
}
.api_form #allerror {
  color: #d61212;
  font-size: 1rem;
}

.thankyou {
  background-color: #002561;
  color: #ffffff;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.thankyou h1 {
  font-size: 110px;
  font-family: "Merriweather", serif;
  line-height: 110%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thankyou h1 {
    font-size: 64px;
  }
}
.thankyou h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 48px;
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  .thankyou h4 {
    font-size: 28px;
  }
}
.thankyou p {
  font-size: 24px;
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  .thankyou p {
    font-size: 16px;
  }
}

#videoContainer_brief {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5764705882);
  padding: 20px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  justify-content: center;
  align-items: center;
}

#closeVideoBtn {
  background: transparent;
  color: #fff;
  font-size: 60px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

.date_timer_header {
  position: fixed;
  max-width: 40%;
  background: linear-gradient(180deg, #002561 0%, #004CC7 100%);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  z-index: 100000000;
  display: flex;
  font-size: 20px;
  font-family: "Merriweather", serif;
  color: #ffffff;
}
.date_timer_header .countdown {
  display: flex;
}
.date_timer_header .countdown > div {
  border-right: 1px solid #C9C9C9;
  padding: 0 1rem;
  font-size: 14px;
}
.date_timer_header .countdown > div:last-child {
  border-right: 0;
}
.date_timer_header .countdown > div span {
  font-size: 22px;
  font-weight: 800;
}
@media only screen and (max-width: 1680px) {
  .date_timer_header {
    font-size: 18px;
  }
  .date_timer_header .countdown > div {
    font-size: 14px;
  }
  .date_timer_header .countdown > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1441px) {
  .date_timer_header {
    font-size: 16px;
  }
  .date_timer_header .countdown > div {
    font-size: 12px;
  }
  .date_timer_header .countdown > div span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .date_timer_header {
    font-size: 14px;
    max-width: 35%;
  }
  .date_timer_header .countdown > div {
    font-size: 12px;
  }
  .date_timer_header .countdown > div span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .date_timer_header {
    font-size: 14px;
    max-width: 35%;
  }
  .date_timer_header .countdown > div {
    font-size: 12px;
  }
  .date_timer_header .countdown > div span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .date_timer_header {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    max-width: 80%;
    justify-content: center;
    margin: 0 auto;
  }
  .date_timer_header.fixed_timer {
    position: fixed;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .date_timer_header {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    max-width: 100%;
  }
  .date_timer_header.fixed_timer {
    width: 100%;
    top: 60px;
  }
}

.last_date_Apply {
  background-color: rgba(0, 0, 0, 0.79);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply {
    padding: 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .last_date_Apply {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.4509803922);
  }
}
.last_date_Apply .title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.last_date_Apply .title .img {
  height: 44px;
  padding: 4px;
  border-radius: 6px;
  background-color: #ffffff;
}
.last_date_Apply .title .img img {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .last_date_Apply .title .img {
    height: 30px;
  }
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply .title {
    font-size: 14px;
  }
}
.last_date_Apply .final_date {
  font-weight: 800;
  border-left: 1px solid #FFFFFF;
  padding-left: 1rem;
  font-size: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply .final_date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .last_date_Apply .final_date {
    font-size: 14px;
    padding-left: 0.5rem;
  }
}

.last_date_Apply {
  background-color: rgba(0, 0, 0, 0.4509803922);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply {
    padding: 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .last_date_Apply {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.4509803922);
  }
}
.last_date_Apply .title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.last_date_Apply .title .img {
  height: 44px;
  padding: 4px;
  border-radius: 6px;
  background-color: #ffffff;
}
.last_date_Apply .title .img img {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .last_date_Apply .title .img {
    height: 30px;
  }
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply .title {
    font-size: 14px;
  }
}
.last_date_Apply .final_date {
  font-weight: 800;
  border-left: 1px solid #FFFFFF;
  padding-left: 1rem;
  font-size: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 1441px) {
  .last_date_Apply .final_date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .last_date_Apply .final_date {
    font-size: 14px;
    padding-left: 0.5rem;
  }
}

#exitOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000001;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
#exitOverlay .formContainer {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#exitOverlay .formContainer h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 140%;
  color: #002561;
  font-weight: 700;
}
#exitOverlay .formContainer h3 span {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 400;
}
#videoContainer_brief iframe
{
  width: 100%;
  max-width: 80%;
  height: 700px;
}