@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: 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: 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: url(../images/banner.webp) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 64px 0 60px;
  min-height: 800px;
  position: relative;
}
.bpTop
{
  position: relative;
  z-index: 99;
}
.bannerPic
{
  width: auto;
  height: auto;
  text-align: right;
  position: absolute;
  z-index: 0;
  right: 24%;
  bottom: 0;
}
.bannerPic img
{
  max-width: 750px;
}


@media only screen and (min-width: 1442px) {
  .homeBanner {
    padding: 64px 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner {
    padding: 40px 0;
  }
}

.homeBanner .bannerMainHeading {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 49px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .bannerMainHeading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1441px) {
  .homeBanner .bannerMainHeading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner .bannerMainHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .bannerMainHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .bannerMainHeading {
    font-size: 32px;
  }
}
.homeBanner .programme_List {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .homeBanner .programme_List {
    margin-bottom: 1rem;
  }
}
.homeBanner .programme_List .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #FFFFFF;
  letter-spacing: 2%;

}
@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List .heading {
    font-size: 24px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .programme_List .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
  }
}
.homeBanner .programme_List .content {
   margin: 30px 0 0 0;
}
.homeBanner .programme_List ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.homeBanner .programme_List ul li {
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #fff;
  font-style: italic;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .programme_List ul li {
    font-size: 20px;
    line-height: 120%;
  }
  .bannerPic
  {
    right: 22%;
    max-width: 650px;
  }
  .bannerPic img
  {
    max-width: 100%;
  }
  .homeBanner
  {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1540px) {
  .homeBanner .programme_List ul li
  {
    max-width: 500px;
    line-height: 140%;
    font-size: 16px;
  }

}
@media only screen and (max-width: 1400px) {
  .homeBanner .programme_List ul li
  {
    max-width: 400px;
  }
}




@media only screen and (max-width: 1280px) {
  .homeBanner .programme_List ul li {
    font-size: 16px;
    line-height: 150%;
  }
   .bannerPic {
    right: 28%;
    max-width: 550px;
  }

}
@media only screen and (max-width: 1000px) {
   .bannerPic
  {
    right: 0;
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .programme_List ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.43px;
    letter-spacing: 0%;
    max-width: ;
  }
}
@media only screen and (max-width: 767px) {

.bannerPic
{
  position: relative;
  right: 0;
  text-align: center;
  max-width: 100%;
}
.bannerPic img 
{
  max-width: 90%;
}
.homeBanner {
    min-height: auto;
    padding: 40px 0 0;
  }
  .homeBanner .programme_List ul li {
    max-width: 100%;
  }
}


.aboutUs {
  background: #012561;
  width: 100%;
  padding: 60px 0 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .aboutUs {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs {
    padding: 20px 0 40px;
  }
}
.aboutUs h6 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1280px) {
  .aboutUs h6 {
    font-weight: 400;
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs h6 {
    font-weight: 400;
    font-size: 20px;
  }
}
.aboutUs .content {
  margin-bottom: 2.5rem;
}
.aboutUs .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #fff;
}


@media only screen and (max-width: 1680px) {
  .aboutUs .content p {
    font-size: 16px;
    line-height: 30px;
  }
  .aboutUs h6
  {
    font-size: 26px;
  }
  .btn-common
  {
    font-size: 18px;
  }
}


@media only screen and (max-width: 1280px) {
  .aboutUs .content p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutUs .content p {
    font-size: 14px;
    line-height: 28px;
  }
}
.aboutUs .featureBlock {
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF80;
  backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 1680px) {
  .aboutUs .featureBlock {
    margin: 0 0rem;
    padding: 1.5rem 10px;

  }
}
@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock {
    margin: 0 auto 0;
    padding: 1.5rem 10px;
    text-align: center;
    max-width: 90%;
    min-height: 206px;
  }
}







@media only screen and (max-width: 768px) {
  .aboutUs .featureBlock {
    border-radius: 8px;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .aboutUs .featureBlock {
    padding: 20px 10px;
    text-align: center;
    max-width: 95%;
    min-height: 250px;
  }
}

.aboutUs .featureBlock img {
  margin: 0px auto 1rem;
}
.aboutUs .featureBlock h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 1rem;
}

@media only screen and (max-width: 1280px) {
  .aboutUs .featureBlock h5 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
  }
}
.aboutUs .featureBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}
@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;
    line-height: 140%;
    font-weight: 400;
  }
}
.aboutUs .aboutUsImg img {
  border-radius: 10px;
}
.aboutUs .rowFeatureBlockSlider .slick-list {
  padding-left: 0 !important;
}
.aboutUs .rowFeatureBlockSlider
{
  margin-top: 30px;
}



.programmesSection {
  padding: 80px 0;
  background-image: url(../images/ug_programme2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: #000000;
}
@media only screen and (max-width: 1680px) {
  .programmesSection {
    padding: 60px 0;
  }
}
.programmesSection .programmBox {
  backdrop-filter: blur(13.8000001907px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmBox {
    padding: 0;
  }
}
.programmesSection .programmBox .programContenLeft {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 1rem;
  display: block;
}
.programmesSection .programmBox .programContenLeft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programmesSection .programmBox .programContenLeft ul li {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  padding: 1.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}
@media only screen and (max-width: 1441px) {
  .programmesSection .programmBox .programContenLeft ul li {
    font-size: 14px;
    padding: 0.8rem 1rem;
    line-height: 140%;
  }
}
.programmesSection .programmBox .programContenLeft ul li .arrow {
  display: none;
}
.programmesSection .programmBox .programContenLeft ul li.active, .programmesSection .programmBox .programContenLeft ul li:hover {
  background-color: #214786;
  color: #FFFFFF;
}
.programmesSection .programmBox .programContenLeft ul li.active .arrow, .programmesSection .programmBox .programContenLeft ul li:hover .arrow {
  display: inline-block;
}
.programmesSection .programmBox .programContentRight p {
  color: #5C5C5C;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1441px) {
  .programmesSection .programmBox .programContentRight p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .programmesSection .programmBox .programContentRight p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmBox .programContentRight p {
    padding: 1rem 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
  }
}
.programmesSection .programmBox .programContentRight ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
}
.programmesSection .programmBox .programContentRight ul li {
  color: #5C5C5C;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.programmesSection .programmBox .programContentRight ul li span {
  display: block;
  font-weight: 400;
  padding-left: 1rem;
}
@media only screen and (max-width: 1441px) {
  .programmesSection .programmBox .programContentRight ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .programmesSection .programmBox .programContentRight ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmBox .programContentRight ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #5C5C5C;
    margin-bottom: 1rem;
  }
}
.programmesSection .programmBox .programContentRight .programContentDescr {
  display: none;
}
.programmesSection .programmBox .programContentRight .programContentDescr.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmBox .programContenLeft {
    display: none;
  }
  .programmesSection .programmBox .programContentDescr {
    display: block !important;
  }
  .programmesSection .programmBox .programContentHeading {
    cursor: pointer;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .programmesSection .programmBox .programContentHeading::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow-che-black.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .programmesSection .programmBox .programContentHeading.active {
    background-color: #214786;
    color: #FFFFFF;
  }
  .programmesSection .programmBox .programContentHeading.active::after {
    background-image: url(../images/arrow-che.svg);
  }
}

.excellenceAwardSection {
  background-color: #C69930;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .excellenceAwardSection .excellenceAwards .inner {
    margin-bottom: 1rem;
  }
}
.excellenceAwardSection .excellenceAwards h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0%;
  font-family: "Merriweather", serif;
  color: #000;
}

.excellenceAwardSection .inner
{
  position: relative;
}
.excellenceAwardSection .inner:before
{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  background: #000;
  top: 0;
}
.excellenceAwardSection .col-12:last-child .inner:before
{
  display: none;
}


@media only screen and (max-width: 1441px) {
  .excellenceAwardSection .excellenceAwards h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1300px) {
  .excellenceAwardSection .excellenceAwards h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .excellenceAwardSection .col-12:nth-child(2) .inner:before
  {
    display: none;
  }
}



@media only screen and (max-width: 768px) {
  .excellenceAwardSection .excellenceAwards h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
  }
}
  @media only screen and (max-width: 767px) {
  .excellenceAwardSection .inner:before
  {
    display: none;
  }
  .excellenceAwardSection .inner
  {
    border-bottom: 1px dotted #000;
    padding: 0 0 20px;
  }
  .excellenceAwardSection .col-12:last-child .inner
  {
    border-bottom:0px dotted #000;
    padding: 0 0 0px;
  }

}
.excellenceAwardSection .excellenceAwards p {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #000000;
}
@media only screen and (max-width: 1441px) {
  .excellenceAwardSection .excellenceAwards p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .excellenceAwardSection .excellenceAwards p {
    font-size: 14px;
  }
}
.excellenceAwardSection .excellenceAwards p span {
  font-weight: 400;
}
.block-1
{
  display: block;
}

.campusSection {
  padding: 60px 0;
  color: #ffffff;
  background: #012561;
}
@media only screen and (max-width: 1280px) {
  .campusSection {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .campusSection {
    padding: 40px 0 40px;
  }
}
.campusSection .campusSlider {
  margin: 0;
  padding: 0;
  margin-left: 3%;
}
.campusSection .campusSlider .slick-list {
  padding-left: 0 !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.webp);
  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.webp);
  right: 0;
  right: 70px;
}
@media only screen and (max-width: 768px) {
  .campusSection .campusSlider .slick-next {
    right: 45%;
    transform: translateX(50%);
  }
}
.campusSection .campusBlock {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
  margin: 0 1rem;
  height: 100%;
}
@media only screen and (max-width: 1680px) {
  .campusBlock
  {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1400px) {
  .campusBlock
  {
    min-height: 430px;
  }
}



@media only screen and (max-width: 768px) {
  .campusSection .campusBlock {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 570px) {
  .campusSection .campusBlock {
    min-height: 400px;
  }
}




.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: 78px;
    margin-bottom: 0;
  }
}
.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: 13px;
}
@media only screen and (max-width: 1680px) {
  .campusSection .campusBlock ul li {
    font-size: 14px;
  }

}
@media only screen and (max-width: 1280px) {
  .campusSection .campusBlock ul
  {
    min-height: 78px;
  }
  .campusSection .campusBlock ul li {
    font-size: 12px;
  }
}
.campusSection .video-section {
  width: 100%;
  height: 677px; /* Adjust as needed */
  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 */
}

.residentialSection {
  padding: 50px 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 1280px) {
  .residentialSection {
    padding: 40px 0;
  }
}
.residentialSection .areaSlider {
  margin: 0;
  padding: 0;
}
.residentialSection .areaSlider .slick-list {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
@media only screen and (max-width: 1280px) {
  .residentialSection .areaSlider .slick-list {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .residentialSection .areaSlider .slick-list {
    padding-top: 0rem !important;
    padding: 0rem !important;
    padding-left: 0 !important;
  }
}
.residentialSection .areaSlider .slick-center .areaBlock {
  transform: scale(1);
}
.residentialSection .areaSlider .slick-center .areaBlock img {
  width: 100%;
}
.residentialSection .areaSlider .areaBlock {
  padding: 0 10px;
  transition: all ease 0.4s;
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .residentialSection .areaSlider .areaBlock {
    padding: 0 10rem;
  }
}
.residentialSection .areaSlider .areaBlock img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .residentialSection .areaSlider .areaBlock img {
    border-radius: 10px;
  }
}

.academicSection {
  color: #ffffff;
  background-color: #191F2B;
}
.academicSection .video-container {
  height: 900px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container {
    height: 730px;
  }
}
.academicSection .video-container .video {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-color: #191F2B;
  z-index: 99;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container .video {
    height: 100%;
  }
}
.academicSection .video-container .video video {
  object-fit: cover;
}
.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;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: #191E2B;
  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;
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .academicSection .video-container .academicContent {
    padding: 40px 0;
  }
}
.academicSection .video-container .logoContainer {
  background: linear-gradient(180deg, #191E2B 0%, rgba(25, 30, 43, 0) 100%);
  transform: translateY(50px);
  min-height: 165px;
}
@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 .placementSectionLeft {
  background-color: #102138;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFFFFF;
  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 .placementSectionRight {
  background-image: url(../images/bg-structure-1.webp);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1680px) {
  .placementSection .placementSectionRight {
    padding: 40px 0;
  }
  .placementSection .placementSectionLeft
  {
    padding: 40px 0;
  }
  .placementSection .placementSectionRight h2.sectionHeading
  {
    margin-bottom:0rem !important;
  }
  .placementSection .placementSectionRight .packageBox {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .placementSection .placementSectionRight {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementSectionRight {
    padding: 20px 0;
  }
  .placementSection .placementSectionLeft
  {
     padding-top: 40px;
    padding-bottom: 40px;
  }
}
.placementSection .placementSectionRight .packageBox {
  margin: 2rem 0;
}
@media only screen and (max-width: 1280px) {
  .placementSection .placementSectionRight .packageBox {
    margin: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementSectionRight .packageBox {
    margin: 0.5rem;
  }
}
.placementSection .placementSectionRight .packageBox .top {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Merriweather", serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1280px) {
  .placementSection .placementSectionRight .packageBox .top {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .placementSectionRight .packageBox .top {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.placementSection .placementSectionRight .packageBox .bottom {
  color: #888888;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1280px) {
  .placementSection .placementSectionRight .packageBox .bottom {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .placementSection .placementSectionRight .packageBox .bottom {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .placementSection .placementSectionRight .packageBox .bottom {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.expertSection {
  background-image: url(../images/bg-structure.webp);
  background-size: cover;
  padding: 50px 0;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .expertSection {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .expertSection {
    padding: 40px 0;
  }
}
.expertSection .expertBlock {
  background-color: #ffffff;
  padding: 1rem;
  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 1rem 10px;
  }
}
.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;
  }
}
.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: #555555;
}
@media only screen and (max-width: 1680px) {
  .expertSection .expertBlock p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {

  .expertSection .expertBlock p {
    min-height: 50px;
    margin: 0;
  }
  
}
.expertSection .expertBlock img {
  border-radius: 10px;
}

.scholershipSection {
  background-image: url(../images/scholershipSection.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .scholershipSection {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .scholershipSection {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .scholershipSection {
    background-image: url(../images/scholershipSection_mobile.webp);
  }
}
.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: 50px 0 100px;
  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: 768px) {
  .learningSection {
    padding: 40px 0;
  }
}
.learningSection .learningSlider .learningBlock .bg {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.learningSection .learningSlider .learningBlock .bg img {
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .learningSection .learningSlider .learningBlock .bg {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .learningBlock .bg {
    height: auto;
  }
  .learningSection .learningSlider .learningBlock .bg img {
    border-radius: 15px;
  }
}
.learningSection .learningSlider .slick-list {
  padding: 20px !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.learningSection .learningSlider .slick-current .bg {
  opacity: 1;
  position: relative;
  z-index: 99;
}
.learningSection .learningSlider .slick-current .bg img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-current .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: 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: 15%;
  width: 400px;
  background: #002561;
  padding: 0.5rem;
  border-radius: 25px;
  z-index: 999;
}
@media only screen and (max-width: 1800px) {

  .api_form
  {
    right: 15px;
  }

}
@media only screen and (max-width: 1680px) {
  .api_form {
    top: 15%;
    padding: 0rem;
    right: 30px;
    width: 100%;
    max-width: 340px;
  }
}
@media only screen and (max-width: 1441px) {
  .api_form {
    top:110px;
    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%;
  }
}
.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;
  }
}

.meritSection {
  padding: 80px 0;
  color: #000000;
  /* Specific colors for each section */
  /* Light backgrounds for percentages */
}
.meritSection .meritLeftSide {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .meritSection .meritLeftSide {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.meritSection .meritLeftSide li {
  background-color: #F6F4ED;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding: 2rem 1.5rem 2rem 3rem;
  position: relative;
}
.meritSection .meritLeftSide li::before {
  content: "";
  background-image: url(../images/arrow-left.svg);
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.meritSection .meritLeftSide li.active {
  background-color: #002561;
  color: #FFFFFF;
}
.meritSection .meritLeftSide li.active::before {
  visibility: visible;
  opacity: 1;
}
.meritSection .meritLeftSide li:hover {
  background-color: #002561;
  color: #FFFFFF;
}
@media only screen and (max-width: 1441px) {
  .meritSection .meritLeftSide li {
    font-size: 16px;
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .meritLeftSide li {
    font-size: 14px;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.meritSection .meritBox {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  padding: 2rem 2rem;
  position: relative;
  background-color: #FFFFFF;
}
.meritSection .meritBox h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 1680px) {
  .meritSection .meritBox h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1441px) {
  .meritSection .meritBox h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .meritBox h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .meritSection .meritBox .meritMainContent p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1441px) {
  .meritSection .meritBox .meritMainContent p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 768px) {
  .meritSection .meritBox .meritMainContent p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .meritBox {
    padding: 1rem;
  }
  .meritSection .meritBox .sectionHeading {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
  }
  .meritSection .meritBox .meritMainContent p {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }
}
.meritSection .meritBox .meritMainContent {
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4B4B4B;
}
.meritSection .meritBox h6 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Merriweather", serif;
  color: #000000;
  margin: 2.5rem 0;
}
@media only screen and (max-width: 1280px) {
  .meritSection .meritBox h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .meritBox h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin: 1.5rem 0;
  }
}
.meritSection .headerBlockTop {
  background-color: #01122E;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 1.5rem 1.5rem;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1280px) {
  .meritSection .headerBlockTop {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .headerBlockTop {
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 1rem 1rem;
  }
}
.meritSection .contentBlockBottom {
  background-color: #F3F3F3;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 1rem;
  height: 200px;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1441px) {
  .meritSection .contentBlockBottom {
    font-size: 14px;
    line-height: 90%;
    padding: 0.5rem;
  }
  .meritSection .contentBlockBottom ul li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .contentBlockBottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    padding: 1rem;
    border-radius: 0;
    margin-bottom: 1rem;
    height: auto;
  }
}
.meritSection .contentBlockBottom ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
}
.meritSection .contentBlockBottom ul li {
  line-height: 30px;
  margin-bottom: 1rem;
}
.meritSection .step {
  position: relative;
  padding-left: 50px;
  min-height: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .meritSection .step {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .step {
    margin-bottom: 10px;
  }
}
.meritSection .step-number {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #E3E3E3;
}
@media only screen and (max-width: 1280px) {
  .meritSection .step-number {
    font-size: 56px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .step-number {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.meritSection .step-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding-left: 50px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1280px) {
  .meritSection .step-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .step-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-left: 20px;
  }
}
.meritSection .rowStepSlider .slick-dots li button::before {
  font-size: 36px !important;
}
.meritSection .tableContainer {
  display: flex;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .meritSection .tableContainer {
    overflow-x: scroll;
  }
}
.meritSection .item {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
}
.meritSection .item:last-child {
  border-right: none;
}
.meritSection .title {
  font-weight: bold;
  color: white;
  padding: 1.5rem 2rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1441px) {
  .meritSection .title {
    font-size: 20px;
    height: 60px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .meritSection .title {
    font-size: 16px;
    padding: 0.4rem 2rem;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .title {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0.8rem 2rem;
    height: auto;
  }
}
.meritSection .value {
  background-color: rgba(255, 255, 255, 0.7490196078);
  padding: 2rem 2rem;
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1280px) {
  .meritSection .value {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .value {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.meritSection .sslc {
  background-color: #00275F;
}
.meritSection .puc {
  background-color: #C08E26;
}
.meritSection .sop {
  background-color: #6D4D3C;
}
.meritSection .cset {
  background-color: #697349;
}
.meritSection .interview {
  background-color: #DA6B32;
}
.meritSection .verificationNote {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #949494;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .meritSection .verificationNote {
    font-family: Merriweather Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.meritSection .meritMainContentPoints li {
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4B4B4B;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1441px) {
  .meritSection .meritMainContentPoints li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .meritMainContentPoints li {
    font-size: 14px;
  }
}
.meritSection .highlightedContent {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4B4B4B;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1441px) {
  .meritSection .highlightedContent {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .meritSection .highlightedContent {
    font-size: 16px;
  }
}

.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: 99999999;
  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.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;
  }
}


.schSec
{
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: url(../images/sch-bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
}
.schflx
{
  display: flex;
  justify-content: space-between;
  gap:40px;
}
.schBox
{
  width: 100%;
  margin: 30px 0 0 0;
}
.schBox h4 
{
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0 10px 0;
}
.schBox p 
{
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin: 0px 0 10px 0;
}
.btnn
{
  text-align: center;
}


@media only screen and (max-width: 1441px) {
  .schBox h4
  {
    font-size: 20px
  }
  .schBox p
  {
    font-size: 15px;
  }
  .schflx
  {
    gap:20px;
  }
}
@media only screen and (max-width: 991px) {
 .schBox h4
  {
    font-size: 18px
  }
}
@media only screen and (max-width: 768px) {
  .schflx
  {
    flex-wrap: wrap;
  }
  .schBox
  {
    width: 48%;
    margin: 0px 0 0 0;
  }
 
}
@media only screen and (max-width: 570px) {
  .schBox
  {
    width: 100%;
    margin: 0px 0 0 0;
    text-align: center;
  }
 
}