* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

h1, h2, h3, h4, h5, h6, li {
  line-height: 1.4;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 45px;
  text-transform: uppercase;
}
h3 {
  font-size: 38px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 25px;
}
p {
  font-size: 22px;
  line-height: 1.2;
}
h6 {
  font-size: 21px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
figure {
  margin: 0;
}
section {
  padding: 80px 0;
}

:root {
  --red: #aa212f;
  --red1: #b90e31;
  --red2: #c45250;
  --red3: #ce8077;
  --white: #fff;
  --yellow: #f6e619;
  --blue: #00468b;
  --blue1: #273678;
  --gray: #e4e5e6;
  --black: #000;
  --black1: #231f20;
}
input,
button,
select,
optgroup,
textarea {
  font-family: 'arial'
}

/* @font-face{ font-family: 'Gotham-Black'; 
  src: url('../fonts/Gotham-Black.woff'); 
}

@font-face{ font-family: 'GothamBold'; 
  src: url('../fonts/GothamBold.woff'); 
}

@font-face{ font-family: 'GothamBook'; 
  src: url('../fonts/GothamBook.woff'); 
}

@font-face{ font-family: 'GothamLight'; 
  src: url('../fonts/GothamLight.woff'); 
}

@font-face{ font-family: 'GothamMedium'; 
  src: url('../fonts/GothamMedium.woff'); 
} */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system;
  font-family: "Raleway", serif;
}



h2 strong,
h2 b,
h4, .banner-txt p,
.banner-txt h2,
.app-btn a,
.leader-txt h5,
.industry-box h5,
.prog h5 {
  font-weight: 700;
}

h2 {
  margin-bottom: 50px;
  font-family: -apple-system;
}
/* header section start */
header {
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 50px 30px;
}

.banner-sec {
  padding-top: 100px;
}

.logo-sec img {
    max-width: 280px;
}

.banner-sec h1,
.legacy-box h3 {
  font-weight: 900;
}

.banner-sec h1 {
  text-transform: uppercase;
  line-height: 1;
}

.banner-sec h5,
.banner-txt h4,
.legacy-sec h2,
.program-sec h2,
.insight-sec h2,
.nurture-sec h2,
.design-sec h2,
.eligibility-hd h2,
.leader-hd h2,
.campus-life-sec h2,
.about-us-sec h2,
.accreditation-sec h2,
.international-txt h2,
.student-exp-hdng h2 {
  position: relative;
}

.banner-sec h5::before,
.banner-txt h4:after,
.legacy-sec h2::before,
.program-sec h2::before,
.insight-sec h2::before,
.nurture-sec h2::before,
.design-sec h2::before,
.eligibility-hd h2::before,
.leader-hd h2::before,
.campus-life-sec h2::before, 
.about-us-sec h2::before,
.accreditation-sec h2::before,
.international-txt h2::before,
.student-exp-hdng h2::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: #231f20;
  top: -15px;
  left: 0;
  display: block;

}

.legacy-sec h2::before,
.program-sec h2::before,
.insight-sec h2::before,
.design-sec h2::before,
.leader-hd h2::before,
.about-us-sec h2::before,
.accreditation-sec h2::before {
  width: 150px;
  background: var(--red1);
}

.program-sec h2::before,
.leader-hd h2::before,
.campus-life-sec h2::before,
.about-us-sec h2::before,
.accreditation-sec h2::before,
.international-txt h2::before,
.student-exp-hdng h2::before {
  width: 90px;
} 

.program-sec h2::before,
.campus-life-sec h2::before,
.international-txt h2::before {
  background: var(--white);
} 

.banner-txt p {
  margin: 35px 0 15px;
}

.banner-txt h4:after {
  width: 25px;
  left: 0;
  top: initial;
  bottom: -3px;
}

.banner-sec h5 {
  text-transform: uppercase;
  font-size: 31px;
}

.banner-txt {
  margin-top: 30px;
}

.banner-txt h2 {
  color: var(--red);
  margin: 20px 0 30px;
  line-height: 0.8;
}

.banner-txt h2 span {
  font-size: 28px;
}

.app-btn a {
  color: var(--white);
  background: var(--red);
  display: inline-block;
  padding: 5px 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.banner-mb {
  display: none;
}
/* header section end */

/* form css */
.form-sec {
  position: fixed;
  top: 10%;
  right: 0px;
  width: 360px;
  background: #151d25;
  padding: 13px 24px 20px;
  z-index: 9;
  transition: .3s all;
  z-index: 9999;
  border-radius: 0;
}

.form-sec .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slide-righta.form-sec {
  transform: translatex(120%);
  transition: .3s all;
}

.hides.form-sec {
  transform: translatex(120%);
  transition: .3s all;
}

.adm-txt h3 {
  font-size: 23px;
  color: #ffffff;
}

.adm-txt h4 {
  font-size: 21px;
  color: #f8e91e;
}

.adm-txt {

  color: #000;
  text-align: center;
  margin-bottom: 12px;
  line-height: 30px;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-sec .form-group {
  position: relative;
  padding-left: 20px;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 21px;
}

.form-sec .form-group::before {
  position: absolute;
  content: "";
  background-image: url(form-icon.png);
  width: 30px;
  height: 40px;
  background-position: -3px -11px;
  top: 7px;
  left: 4px;
}

.form-sec .form-group.email::before {
  background-position: -3px -57px;
  width: 30px;
}

.form-sec .form-group.Mobile::before {
  background-position: -4px -103px;
}

.form-sec .form-group.State::before {
  background-position: 1px -161px;
  top: 5px;
  height: 25px;
  width: 33px;
  background-size: 30px;
}

.form-sec .form-group.City::before {
  background-position: -3px -242px;
  top: 5px;
  height: 21px;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: solid 1px #fff;
  background: black;
  background-color: black;
  border-radius: 0;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark::after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: -1px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ffffff;
  line-height: 19px;
}

.sbt {
  border: solid 1px var(--form-submit-button);
  border-radius: 0;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  margin: 14px auto 0;
  width: 100%;
  display: inherit;
  font-size: 20px;
  background-color: #af0e31;
}

.input {
  border: none;
  padding: 0;
  height: 30px;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  color: #000000;
  background: rgb(255 255 255);
  outline: 0;
  font-weight: 600;
}

::placeholder {
  color: #000000;
}

.form-sec.show.slide {
  right: 40px;
}

.form-sec.show {
  position: fixed;
  right: -940px;
  left: auto;
  transition: all 0.5s;
  z-index: 99;
  top: 48%;
  margin-top: -203px;
}

.topenq1.mobile {
  display: none;
}

.topenq {
  right: 0px;
  transform: rotate(90deg) translatey(-39px);
}

.topenq {
  position: fixed;
  top: 40%;
  right: -55px;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 300;
  background-color: var(--enquiry-button-background-color);
  color: #fff;
  outline: none;
  z-index: 999;
}

.topenq a:hover {
  outline: none;
  color: #f8e91e;
  border: none;
}

.topenq a {
  border: none;
  color: #000000;
  font-size: 20px;
  padding: 13px 21px;
  z-index: 999999999;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
}

.error {
  color: #fdf8f8;
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  line-height: 11px;
  font-weight: 300;
}

@media (max-width: 576px) {
  .form-sec {
      width: 95%;
      padding: 20px;
      position: static;
      transform: none;
      transform: initial;
      margin: auto;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .form-sec .close {
      display: none;
  }

  .slide-righta .form-sec {
      right: 0;
      display: none;
  }

  .topenq {
      position: fixed;
      top: auto;
      top: initial;
      width: 100%;
      right: auto;
      right: initial;
      transform: none;
      transform: initial;
      overflow: hidden;
      z-index: 300;
      bottom: 0;
  }

  .topenq1.mobile {
      display: block;
  }

  .topenq.desktop {
      display: none;
  }

  .topenq1 {
      position: fixed;
      top: auto;
      top: initial;
      width: 100%;
      right: auto;
      right: initial;
      transform: none;
      transform: initial;
      overflow: hidden;
      z-index: 300;
      bottom: 0;
      z-index: 9999;
      background: #00ada7;
  }

  .special_item:focus-visible {
      outline: none;
  }

  .topenq1.mobile a {
      display: block;
      text-align: center;
      background-color: var(--red);
      padding: 15px;
      transition: all 0.3s ease;
      color: white;
      font-size: 16px;
      text-decoration: none;
  }

  .slide-righta.active .side-slide-form-wrap {
      display: block;
  }

  .admission {
      margin-top: 0rem;
  }
}

.hjghj {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.hjghj a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.7rem;
}
/* form css end */


/* legacy section start */
.legacy-box-sec,
.program-txt {
  display: flex;
  gap: 0 30px;
  padding: 20px;
}

.legacy-box-sec {
  padding: 20px 0;
}

.legacy-box {
  border: 1px solid #231f20;
  flex: 1;
  padding: 20px;
}

.legacy-box h3 {
  font-size: 80px;
  color: var(--red1);
}

.legacy-box p,
.industry-sec h4,
.industry-box h5,
.specialisation-sec h3,
.spec-txt li {
  text-transform: uppercase;
}

.legacy-box:hover,
.prog:hover {
  background: var(--blue);
  border: 10px solid #fff;
  outline: 1px solid #231f20;
  color: var(--white);
}

.legacy-box:hover h3 {
  color: var(--yellow);
}
/* legacy section end */


/* program section start */
.program {
  background: var(--red1);
  color: var(--white);
}

.program-sec p {
  margin-bottom: 20px;
}

.program-txt-sec {
  margin-top: 50px;
}

.program-txt {
  padding: 0;
}

.program-txt:first-child {
  margin-bottom: 20px;
}

.prog {
  border: 1px solid var(--white);
  flex: 1;
  padding: 10px;
  text-align: center;
}

.prog:hover {
  border: 10px solid var(--red1);
  outline: 1px solid var(--white);
}
/* program section end */


/* insight section start */
.insight-txt {
  /* border: 2px dashed var(--red2); */
  padding: 30px;
  text-transform: uppercase;
  min-height: 170px;
  text-align: center;
}

.insight-slider .slick-dots,
.leader-slider-sec .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 0 5px;
  margin-top: 30px;
}

.insight-slider .slick-dots li button,
.leader-slider-sec .slick-dots li button {
  background: var(--white);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--red1);
  font-size: 0;
}

.insight-slider .slick-dots .slick-active button,
.leader-slider-sec .slick-dots .slick-active button {
  background: var(--red1);
}

.leader-slider-sec .slick-dots li button {
  width: 20px;
  height: 3px;
  border-radius: 0;
}

.leader-slider-sec .slick-dots .slick-active button {
  width: 50px;
  height: 3px;
}

.insight-slider .slick-slide {
  border: 2px dashed var(--red2);
  margin: 0 10px;
}
/* insight section end */


/* nurture section start */
.nurture {
  background: var(--gray);
}
.industry-box-sec {
  display: flex;
  gap: 0 20px;
  margin: 20px 0 50px;
}

.industry-box{
  border: 2px dashed var(--red3);
  flex: 1;
  justify-items: center;
  padding: 30px 0;
  text-align: center;
}

.industry-box figure {
  min-height: 85px;
}

.industry-box h5 {
  font-size: 20px;
}

.specialisation-sec {
  background: var(--red1);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-around;
}

.spec-txt li {
  font-size: 25px;
}
/* nurture section end */


/* design section start */
.design {
  background: url(../images/design-bckgrnd.jpg) no-repeat;
}

.design-sec h2 {
  margin-bottom: 20px;
}

.design-box-sec {
  display: flex;
  gap: 0 50px;
  margin-top: 50px;
}

.design-txt li {
  font-size: 25px;
  margin-top: 20px;
}
/* design section end */


/* scholarship section start */
.scholarship {
  background: var(--red1);
  color: var(--white);
  position: relative;
}

.scholar-img {
  position: absolute;
  top: -60px;
  left: 230px;
}

.scholarship-sec h2 {
  margin-bottom: 0;
  margin-left: 50px;
}
/* scholarship section end */


/* eligibility section start */
.eligibility {
  background: url(../images/elig-bckgrnd.jpg) no-repeat;
}

.eligibility-sec {
  display: flex;
}

.eligibility-hd h2 {
  text-transform: capitalize;
}

.eligibility-sec li {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.eligibility-txt {
  flex: 1;
}

.eligibility-img {
  flex: 1.5;
}
/* eligibility section end */


/* leader section start */
.leader {
  background: var(--gray);
}

.leader-sec {
  padding-right: 20px;
}

.leader-txt {
  padding-right: 20px;
}
.leader-txt h5 {
  padding: 15px 0 5px;
  text-transform: uppercase;
}

.leader-txt p small {
  font-size: 18px;
  display: inline-block;
}
/* leader section end */


/* campus-life section start */
.campus-life {
  background: var(--blue);
  color: var(--white);
}

/* .campus-life-vd-sec {
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.campus-vd {
  width: 49%;
} */
/* campus-life section end */


/* about-us section start */
.about-us {
  background: linear-gradient(to bottom, #72b1df, #ffffff, #a8d2f3);
}

.about-sec-img img {
  width: 100%;
}
/* about-us section end */


/* accreditation section start */
.accreditation-sec {
  margin-bottom: 50px;
}

.accreditation-txt {
  text-align: center;
  border: 2px dashed #c7c9cb;
  padding: 40px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.accreditation-slider .slick-slide {
  padding-right: 20px;
}

.accreditation-txt h6 {
  margin-top: 20px;
  text-transform: uppercase;
}
/* accreditation section end */


/* international section start */
.international {
  background: var(--red1);
  color: #fff;
  position: relative;
}

.international-txt h2:after {
  width: 85px;
  top: -5px;
}

.international-txt p {
  margin-top: 15px;
}

.international-img-sec {
  position: absolute;
  right: 330px;
  top: 55px;
}

.international-img-sec img {
  width: 260px;
}
/* international section end */


/* student-exp section start */
.student-exp-container {
  text-align: center;  
}
.student-exp-hdng {
  margin-bottom: 50px;
}

.student-exp-hdng h2 {
  text-align: initial;
}

.c-card iframe {
  width: 100%;
  height: 340px;
}
.swiper .swiper-slide-active iframe { 
  width: 600px;
}
.swiper .swiper-slide-prev .c-card {
  margin-right: 50px;
}
.swiper .swiper-slide-next .c-card {
  margin-left: 50px;
}
.swiper .swiper-slide-prev .swiper-slide-shadow-left,
.swiper .swiper-slide-prev .swiper-slide-shadow-right,
.swiper .swiper-slide-next .swiper-slide-shadow-left,
.swiper .swiper-slide-next .swiper-slide-shadow-right{
  display: none;
}
.video-slider {
  width: 55px;
  height: 30px;
  background: url('../images/arrow-sign.svg');
}
.video-slider::after{
  display: none;
}
.swiper-button-prev {
  background-position: left center;
}

.swiper-button-next {
  background-position: right center;
}

.arrow-cont {
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  padding: 50px 0;
}
.arrow-cont .video-slider{
  display: inline-block;
  position: static;
  margin: 0 10px;
}

.swiper.video-sec span.swiper-pagination-bullet {
  background: #b90e31;
  width: 20px;
  height: 4px;
  border-radius: 0;
}
.swiper.video-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
}

.swiper.video-sec .swiper-pagination {
  position: static;
}

.swiper.video-sec .swiper-horizontal>.swiper-pagination-bullets, 
.swiper.video-sec .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 30px;
}

/* .c-card iframe {
  padding: 0 20px;
} */
/* student-exp section end */

/* footer section start */
footer {
  background: #273678;
  color: #fff;
  padding: 30px;
}
/* footer section end */