@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;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .btn-common {
    font-size: 14px;
  }

}

.content p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  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: 60px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1680px) {
  h2.sectionHeading {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1441px) {
  h2.sectionHeading {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1280px) {
  h2.sectionHeading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h2.sectionHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  h2.sectionHeading {
    font-size: 24px;
  }
}

header {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0.5rem 0;
  z-index: 9999999;
  transition: all 2s ease;
  width: 100%;
}
header.sticky {
  position: fixed;
}
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: 768px) {
  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: 768px) {
  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: #565C7C url(../images/banner-pic.webp) no-repeat;
  background-position: right 500px bottom;
  width: 100%;
  padding: 64px 0 0;
  min-height: 690px;
  position: relative;
}
.lf
{
  position: absolute;
  left: 0;
  top: 50px;
  width: auto;
  z-index: 0;
}
.lf img  
{
  opacity: 0.2;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1442px) {
  .homeBanner {
    padding: 64px 0 20px;
  }
}
@media only screen and (max-width: 1650px) {
  .homeBanner {
    background-size: 50%;
    background-position: right 450px bottom;
  }
}
@media only screen and (max-width: 1450px) {

  .homeBanner {
    background-size: 52%;
    background-position: right 400px bottom;
  }
}
@media only screen and (max-width: 1200px) {
 .homeBanner {
    background-size: 60%;
    background-position: right 350px bottom;
  }
}
@media only screen and (max-width: 991px) {
 .homeBanner {
    background-size: 70%;
    background-position: right 0px bottom;
    min-height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .homeBanner {
    background-size: 90%;
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner {
    min-height: 470px;
    background-size: 95%;
    background-position: center 0px bottom;
  }
  .lf {
    width: 90%;
  }
  .lf img
  {
    max-width: 100%;
  }
}
.homeBanner .bannerMainHeading {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #ffffff;

}
.homeBanner .bannerMainHeading span
{
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-transform: initial;
  display: block;
}



@media only screen and (max-width: 1680px) {
  .homeBanner .bannerMainHeading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1441px) {
  .homeBanner .bannerMainHeading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .bannerMainHeading {
    font-size: 32px;
  }
  .homeBanner .bannerMainHeading span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .bannerMainHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .homeBanner .bannerMainHeading {
    font-size: 28px;
  }
   .homeBanner .bannerMainHeading span {
    font-size: 20px;
  }
}
.homeBanner .universityBlock {
  border: 1px solid #C69930;
  border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  display: inline-block;
}
.homeBanner .universityBlock .topLevel {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 87.27px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background-color: #C69930;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .universityBlock .topLevel {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1441px) {
  .homeBanner .universityBlock .topLevel {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .universityBlock .topLevel {
    font-size: 36px;
  }
}
.homeBanner .universityBlock .bottomLevel {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 78.82px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .universityBlock .bottomLevel {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1441px) {
  .homeBanner .universityBlock .bottomLevel {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .universityBlock .bottomLevel {
    font-size: 36px;
  }
}
.homeBanner .hashTagCode {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: #C69930;
  padding: 1.5rem 2rem;
  border-radius: 30px 0 30px 0;
  margin-top: 3rem;
  position: relative;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .hashTagCode {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .hashTagCode {
    font-size: 28px;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .hashTagCode {
    font-size: 24px;
    margin-top: 1.5rem;
  }
}
.homeBanner .hashTagCode::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px 0 30px 0;
  border: 1px solid #A67615;
}
.homeBanner .admissionInfo {
  margin: 0px 0 2rem 0;
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 0 0rem;
}
@media only screen and (max-width: 1442px) {
  .homeBanner .admissionInfo {
    margin: 0px 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .admissionInfo {
    margin-top: 0;
  }
}
/*.homeBanner .admissionInfo::before {
  content: "";
  position: absolute;
  background-image: url(../images/line-3.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  top: 23px;
  background-size: contain;
  left: 0;
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .homeBanner .admissionInfo::before {
    top: 15px;
    transform: scale(1.05);
  }
}*/
.homeBanner .admissionInfo .upperLevel {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #C79D55;
  margin-bottom: 60px;
}
.homeBanner .admissionInfo .upperLevel span  
{
  font-size: 80px;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .admissionInfo .upperLevel {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .homeBanner .admissionInfo .upperLevel
  {
    margin-bottom: 0px;
  }

}

@media only screen and (max-width: 768px) {
  .homeBanner .admissionInfo .upperLevel {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .homeBanner .admissionInfo .upperLevel span {
    font-size: 51px;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .admissionInfo .upperLevel {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.homeBanner .admissionInfo .lowerlevel {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #C79D55;
  margin: 150px 0 0 0;
}
.homeBanner .admissionInfo .lowerlevel span 
{
  font-weight: 800;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  .homeBanner .admissionInfo .lowerlevel {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .homeBanner .admissionInfo .lowerlevel {
    font-size: 36px;
    margin: 70px 0 0 0;
  }
}

@media only screen and (max-width: 1100px) {
  .homeBanner .admissionInfo .lowerlevel {
    margin: 0px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .homeBanner .admissionInfo .lowerlevel {
    font-size: 26px;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .homeBanner .admissionInfo .lowerlevel {
    font-size: 24px;
  }
}
.homeBanner .bannerContent p {
  font-size: 24px;
  line-height: 160%;
  color: #ffffff;
  margin-top: 4rem;
}
@media only screen and (max-width: 1441px) {
  .homeBanner .bannerContent p {
    margin-top: 1rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner .bannerContent p {
    margin-top: 0rem;
    font-size: 16px;
  }
}

.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;
}

.aboutUs {
  background: url(../images/aboutus.webp) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 80px 0 170px;
  color: #000000;
  position: relative;
  overflow: hidden;
}
.relative
{
  position: relative;
  z-index: 1;
}
.flagPic
{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.flagPic img 
{
  width: 100%;
}


@media only screen and (max-width: 768px) {

  .fblock {
    max-width: 100%;
    margin: 0px 0 0 0;
  }
}
.aboutUs h6 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .aboutUs h6 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.aboutUs .content {
  margin-bottom: 2.5rem;
}
.fblock
{
  width: 100%;
  max-width: 570px;
  margin: 50px 0 0 0;
}
.aboutUs .featureBlock {
  background: #002561;
  border-radius: 8px;
  padding:10px 20px;
  display: flex;
  gap: 20px;
  margin:0 0 10px 0;
}
.fPic
{
  min-width:45px ;
}

@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 768px) {
  .aboutUs .featureBlock {
    padding: 10px 10px;
    gap: 10px;
  }
  .fblock
  {
    max-width: 100%;
    margin: 0px 0 0 0;
  }
}
.aboutUs .featureBlock h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1680px) {
  .aboutUs .featureBlock h5 {
    font-size: 18px;
  }
}
.aboutUs .featureBlock p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin:0;
}
@media only screen and (max-width: 1680px) {
  .aboutUs .featureBlock p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 570px) {
  .aboutUs .featureBlock h5 {
    font-size: 16px;
  }
  .aboutUs .featureBlock p {
    font-size: 14px;
  }

}

@media only screen and (max-width: 1500px) {

  .flagPic img 
  {
    width: 120%;
  }
  .fblock {
    width: 100%;
    margin: 0px 0 0 0;
  }
}
@media only screen and (max-width: 1300px) {

  .flagPic img 
  {
    width: 104%;
  }
  .fblock {
    max-width: 450px;
  }
  .aboutUs
  {
    padding: 80px 0 70px;
  }
}
@media only screen and (max-width: 991px) {

  .flagPic
  {
    position: relative;
  }
  .aboutUs
  {
    padding: 80px 0 0px;
  }

}








.programmesSection {
  padding:50px 0;
  background-image: url(../images/Programmes.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: #000000;
}
@media only screen and (max-width: 1680px) {
  .programmesSection {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection {
    padding: 50px 0 80px;
  }
}
.programmesSection .programmeBlockRow .slick-list {
  padding-left: 0 !important;
}
.programmesSection .programmeBlockRow .slick-prev, .programmesSection .programmeBlockRow .slick-next {
  width: 50px;
  height: 50px;
  top: auto;
  background-repeat: no-repeat;
  background-size: contain;
  top: -60px;
}
.programmesSection .programmeBlockRow .slick-prev::before, .programmesSection .programmeBlockRow .slick-next::before {
  display: none;
}
.programmesSection .programmeBlockRow .slick-prev {
  background-image: url(../images/prev.webp);
  right: 100px;
  transform: translateX(50%);
  left: auto;
}
.programmesSection .programmeBlockRow .slick-next {
  background-image: url(../images/next.webp);
  right: 27px;
  transform: translateX(50%);
}
.programmesSection .programmeBlock {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-width: 95%;
  margin: 20px auto;

}
@media only screen and (max-width: 1200px){
  .programmesSection .programmeBlockRow .slick-prev, .programmesSection .programmeBlockRow .slick-next
  {
     top: inherit;
     bottom: -46px;
  }

}
@media only screen and (max-width: 768px){
  .programmesSection .programmeBlockRow .slick-prev, .programmesSection .programmeBlockRow .slick-next
  {
     bottom: -62px;
  }
  .programmesSection .programmeBlockRow .slick-prev
  {
    right: 60%;
  }
  .programmesSection .programmeBlockRow .slick-next
  {
    right: 40%;
  }

}


@media only screen and (max-width: 1280px) {
  .programmesSection .programmeBlock {
    box-shadow: unset;
    min-height: 300px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .programmesSection .programmeBlock {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmeBlock {
    margin: 0 1rem;
  }
}
.programmesSection .programmeBlock:hover {
  background-color: #C69930;
  color: #ffffff;
}

.programmesSection .programmeBlock.ba_program {
  background-image: url(../images/ba-1.webp);
}
.programmesSection .programmeBlock.llb_program {
  background-image: url(../images/ba-2.webp);
}
.programmesSection .programmeBlock.bsc_program {
  background-image: url(../images/ba-3.webp);
}
.programmesSection .programmeBlock.mca_program {
  background-image: url(../images/ba-4.webp);
}
.programmesSection .programmeBlock.mba_program {
  background-image: url(../images/ba-5.webp);
}

.programmesSection .programmeBlock.biotechnology_program {
  background-image: url(../images/programmw-ic-4.svg);
}

.programmesSection .programmeBlock h4 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  min-height: 50px;
}
@media only screen and (max-width: 1680px) {
  .programmesSection .programmeBlock h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .programmesSection .programmeBlock h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmeBlock h4 {
    font-size: 16px;
  }
}
.programmesSection .programmeBlock ul
{
  padding: 0 0 0 15px;
}
.programmesSection .programmeBlock ul li {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .programmesSection .programmeBlock ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .programmesSection .programmeBlock ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .programmesSection .programmeBlock ul li {
    font-size: 14px;
  }
}

.campusSection {
  padding: 50px 0;
  color: #ffffff;
  background:#002561;
}

@media only screen and (max-width: 768px) {
  .campusSection {
    padding: 60px 0 100px;
  }
}
.campusSection .campusSlider {
  margin: 0;
  padding: 0;
  margin-left: 3.5%;
}
.campusSection .campusSlider .slick-list {
  padding-left: 0 !important;
}
.campusSection .campusSlider .slick-prev, .campusSection .campusSlider .slick-next {
  top: -70px;
  width: 50px;
  height: 50px;
  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/prev.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/next.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%;
  min-height: 500px;
}
.campusSection .campusBlock .img
{
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1600px)
{
  .campusSection .campusBlock ul
  {
    min-height: 90px;
  }
}
@media only screen and (max-width: 1200px){

  .campusSection .campusBlock
  {
    min-height: 450px;
  }

}
@media only screen and (max-width: 900px){

  .campusSection .campusBlock
  {
    min-height: 500px;
  }
}
@media only screen and (max-width: 570px){

  .campusSection .campusBlock
  {
    min-height: 470px;
  }
}
@media only screen and (max-width: 400px){

  .campusSection .campusBlock
  {
    min-height: 430px;
  }
}






@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: 20px;
  }
}
.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: 14px;
    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: 150%;
  letter-spacing: 0%;
  color: #555555;
  flex: 0 0 50%;
  padding-left: 0.7rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.campusSection .campusBlock ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #555555;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
@media only screen and (max-width: 1680px) {
  .campusSection .campusBlock ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) {
  .campusSection .campusBlock ul li {
    font-size: 13px;
  }
  .campusSection .campusBlock p
  {
    min-height: 65px;
    height: auto;
  }
}

.residentialSection {
  padding: 50px 0;
  width: 100%;
  background-color: #002561;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .residentialSection {
    padding: 60px 0;
  }
}
.residentialSection .areaSlider {
  margin: 0;
  padding: 0;
  margin-left: 3.5%;
}
.residentialSection .areaSlider .slick-list {
  padding-left: 0 !important;
}
.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;
  }
  .residentialSection .areaSlider
  {
    margin-top: 40px;
  }
  
}

.academicSection {
  color: #ffffff;
  background-color: #191F2B;
}
.academicSection .video-container {
  height: 900px;
  position: relative;
  width: 100%;
}


@media only screen and (max-width:1300px) {
  .academicSection .video-container {
    height: 600px;
  }

}


@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 {
  -o-object-fit: cover;
     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: 50px 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 {
  padding: 50px 0 30px;
}

@media only screen and (max-width: 1400px) {
  .placementSection {
    padding: 40px 0 40px;
  }
}


@media only screen and (max-width: 768px) {
  .placementSection {
    padding: 40px 0;
  }
}
.placementSection .placementLogoleft li .img, .placementSection .placementLogoRight li .img {
  padding: 0 0.5rem;
}
.placementSection .packageSection {

  width: 100%;
  background-repeat: no-repeat;
  color: #000000;
  position: relative;
  margin: 0 0 0 0;
  border-radius: 12px;
}
@media only screen and (max-width: 1280px) {
  .placementSection .packageSection {
    height: auto;
    margin:0 0 0 0;
  }
  .placementSection {
    padding: 50px 0 40px;
 }
}
@media only screen and (max-width: 768px) {
  .placementSection .packageSection {
    height: auto;
    margin: 1rem 0 0;
  }
}
.placementSection .packageSection .packageBox {
  border: 1px solid #C69930;
  border-radius:10px;
  font-family: "Merriweather", serif;
  overflow: hidden;
  text-align: center;
}
.placementSection .packageSection .packageBox .top {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  background-color: #C18F0D;
  padding: 1.5rem 0.5rem;
}
@media only screen and (max-width: 1680px) {
  .placementSection .packageSection .packageBox .top {
    font-size: 28px;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .placementSection .packageSection .packageBox .top {
    font-size: 24px;
    padding: 0.5rem;
  }
  .placementSection .packageSection .packageBox
  {
    margin: 0 0 30px 0;
  }
}


@media only screen and (max-width: 768px) {
  .placementSection .packageSection .packageBox .top {
    font-size: 16px;
    padding: 0.5rem;
  }
}
.placementSection .packageSection .packageBox .bottom {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0.5rem;
  color: #C18F0D;
}
@media only screen and (max-width: 1680px) {
  .placementSection .packageSection .packageBox .bottom {
    font-size: 48px;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .packageSection .packageBox .bottom {
    font-size: 28px;
    padding: 0.5rem;
  }
}
.placementSection .packageSection .packageFeature {
 
  height: 100%;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  border:1px solid #C18F0D;
  overflow:hidden;
}
.placementSection .packageSection .packageFeature h5 {
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  background-color: #C18F0D;
  width: 100%;
  padding: 10px 0;
}
.placementSection .packageSection .packageFeature p {
  font-weight:700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #C18F0D;
  margin: 0 0 10px 0;
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 1680px) {
  .placementSection .packageSection .packageFeature h5 {
    font-size: 54px;
  }
  .placementSection .packageSection .packageFeature p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {

  .placementSection .packageSection .packageFeature h5 {
    font-size: 36px;
  }
  .placementSection .packageSection .packageFeature p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .placementSection .packageSection .packageFeature {
    margin-bottom: 1rem;
    height: auto;
  }
  .placementSection .packageSection .packageBox {
    margin: 0 0 16px 0;
  }
  .placementSection .packageSection .packageFeature h5 {
    font-size: 24px;
  }
  .placementSection .packageSection .packageFeature p {
    font-size: 14px;
  }
}

.expertSection {
  background-image: url(../images/bg-structure.webp);
  background-size: cover;
  padding: 40px 0 60px;
  width: 100%;
  background-repeat: no-repeat;
  color: #000000;
  position: relative;
}
/*.expertSection::before {
  content: "";
  background-image: url(../images/leaf.webp);
  width: 30%;
  height: 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}*/
@media only screen and (max-width: 768px) {
  .expertSection::before {
    height: 20%;
  }
}
@media only screen and (max-width: 1280px) {
  .expertSection {
    padding: 60px 0;
  }
}
@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: 1400px) 
{
  .expertSection .expertBlock p
  {
    min-height: 51px;
    margin: 0;
  }
}
.expertSection .expertBlock img {
  border-radius: 10px;
}

.scholershipSection {
  background: linear-gradient(120.74deg, #002561 31.35%, #DB6C29 110.82%);
  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;
  }
}
.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: 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 70px;
  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 {
  height: 500px;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -40px;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
.learningSection .learningSlider .learningBlock .bg img {
  border-radius: 10px;
}
@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;
    transform: scale3d(0.8, 0.8, 1);
  }
  .learningSection .learningSlider .learningBlock .bg img {
    border-radius: 10px;
  }
}
.learningSection .learningSlider .slick-list {
  padding: 0px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.learningSection .learningSlider .slick-center .bg {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  position: relative;
  z-index: 99;
}
.learningSection .learningSlider .slick-center .bg img {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5490196078);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .learningSection .learningSlider .slick-center .bg {
    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 0rem;
  }
}
.learningSection .learningSlider .slick-prev, .learningSection .learningSlider .slick-next {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: -25px;
  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: 1280px) {
  .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;
  }
}

.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 {
    padding: 0rem;
  }
}
@media only screen and (max-width: 1441px) {
   .api_form {
    top: 115px;
    width: 350px;
  }
}
@media only screen and (max-width: 1280px) {
  .api_form {
    top: 120px;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .api_form {
    top: unset;
    right: unset;
    position: unset;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    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::-moz-placeholder, .api_form .form-control::-moz-placeholder {
  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: 50px 0;
  color: #000000;
}
.meritSection .meritLeftSide {
  list-style: none;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
@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: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding:15px 15px;
  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: 40px;
  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: 20px;
  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: 1300px) {
  .meritSection .meritBox h6 {
    font-size: 32px;
  }
  .meritSection .meritBox .meritMainContent
  {
    font-size: 16px;
  }

}
@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: 991px) {
  .meritSection .contentBlockBottom
  {
    height: auto;
  }
}

@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: 0;
}
.meritSection .step {
  position: relative;
  padding-left: 50px;
  min-height: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1750px) {
  .meritSection .contentBlockBottom ul li {
     line-height: 26px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .meritSection .headerBlockTop
  {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1450px) {

  .meritSection .headerBlockTop
  {
    font-size: 18px;
    padding: 21px 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .meritSection .step {
    margin-bottom: 10px;
  }
  .meritSection .headerBlockTop
  {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .meritSection .headerBlockTop
  {
    margin: 10px 0 0 0;
  }
}
@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: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding-left: 50px;
  margin-bottom: 1rem;
}
.meritSection .step-text span  
{
  font-weight: 300;
  font-size: 16px;
}
@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: 16px;
    padding: 21px 10px 0;
    height: auto;
    line-height: 100%;
    min-height: 72px;
  }
}
@media only screen and (max-width: 1280px) {
  .meritSection .title {
    font-size: 16px;
    padding: 21px 10px 0;
    height: auto;
    line-height: 100%;
    min-height: 72px;
  }
}
@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: 20px;
  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: 20px;
  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: 16px;
  }
}
.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;
  }
}

h2.sectionHeading.font-48
{
  font-size: 48px;
}
@media only screen and (max-width: 1441px) {
  h2.sectionHeading.font-48
  {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h2.sectionHeading.font-48
  {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
 .placementSection .col-xl-9.my-5
  {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}








