@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
.primary-purple {
  color: #5C0F8B; }

.primary-orange {
  color: #FF5100; }

.primary-gray {
  color: #6D6F70; }

.primary-gold {
  color: #C0966B; }

.primary-magenta {
  color: #EB0D8C; }

.primary-cyan {
  color: #0099A8; }

.secondary-purple {
  color: #A389BA; }

.secondary-orange {
  color: #F9A77E; }

.secondary-gray {
  color: #D8D7D7; }

.secondary-gold {
  color: #DCC4AA; }

.secondary-magenta {
  color: #F29ABF; }

.secondary-cyan {
  color: #7BC3CC; }

.tertiary-purple {
  color: #d4c9e24d; }

.tertiary-orange {
  color: #FDD9C4; }

.tertiary-gray {
  color: #f5f5f5; }

.tertiary-gold {
  color: #EFE6D9; }

.tertiary-magenta {
  color: #FAD7E6; }

.tertiary-cyan {
  color: #C9E4E9; }

.text-dark {
  color: #000 !important; }

.primary-bgpurple, .cmn-button {
  background-color: #5C0F8B; }

.primary-bgorange {
  background-color: #FF5100; }

.primary-bggray {
  background-color: #6D6F70; }

.primary-bggold {
  background-color: #C0966B; }

.primary-bgmagenta {
  background-color: #EB0D8C; }

.primary-bgcyan {
  background-color: #0099A8; }

.secondary-bgpurple {
  background-color: #A389BA; }

.secondary-bgorange {
  background-color: #F9A77E; }

.secondary-bggray {
  background-color: #D8D7D7; }

.secondary-bggold {
  background-color: #DCC4AA; }

.secondary-bgmagenta {
  background-color: #F29ABF; }

.secondary-bgcyan {
  background-color: #7BC3CC; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #FDD9C4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #EFE6D9; }

.tertiary-bgmagenta {
  background-color: #FAD7E6; }

.tertiary-bgcyan {
  background-color: #C9E4E9; }

.text-black {
  color: #333333; }

.text-purple {
  color: #5C0F8B; }

.bg-black {
  background-color: #333333; }

.bg-purple-light {
  background: #f3eff7;
  background: linear-gradient(40deg, #f3eff7 0%, white 100%);
  z-index: 0; }

.bg-dark-transparent {
  background: #212429;
  background: linear-gradient(36deg, #212429 0%, rgba(33, 36, 41, 0) 32%, rgba(33, 36, 41, 0) 100%);
  z-index: 0; }

.bg-purple-dark, .alumni-sec .grid-container .alumni-card::after {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2692248775) 31%, #5c0f8b 100%);
  z-index: 0; }

.red-hat-display, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text, body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ol,
ul {
  padding-left: 0; }

body {
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 500;
  color: #6D6F70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    line-height: 1.6; }
  body a:hover {
    color: #FF5100; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.75rem; }
      body p {
        margin-bottom: 0rem;
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1rem; } }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
.list-circle li {
  padding-left: 1rem;
  font-size: 0.8rem;
  color: #333333;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.3rem; }
  .list-circle li::before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    content: "";
    background-color: #333333;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .list-circle li {
      font-size: 0.75rem; } }
  @media screen and (min-width: 1401px) {
    .list-circle li {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1rem; } }

.list-count {
  column-count: 2; }

.bg-img, .testimonials-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after, .apply-now::before, .testimonials-sec::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, header .navbar {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.swiper {
  overflow: visible; }

@media (min-width: 1601px) {
  .container {
    max-width: 1550px; } }
.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

.section-xxl {
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button {
  color: #fff;
  box-shadow: none;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: fit-content; }
  @media screen and (max-width: 767px) {
    .cmn-button {
      font-size: 0.8rem;
      padding: 9px 15px; } }
  @media screen and (min-width: 1400px) {
    .cmn-button {
      font-size: 0.95rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button {
      font-size: 1rem; } }
  .cmn-button:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.bottom-border {
  border-bottom: 2px solid #5C0F8B; }
  @media screen and (max-width: 767px) {
    .bottom-border {
      margin: auto; } }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title, .sec-title-1, .sec-title-without-line, .sec-title-white {
  margin-bottom: 2rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec-title, .sec-title-1, .sec-title-without-line, .sec-title-white {
      text-align: center; } }
  .sec-title h2, .sec-title-1 h2, .sec-title-without-line h2, .sec-title-white h2 {
    color: #5C0F8B;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: #5C0F8B;
    display: inline-block;
    background: linear-gradient(90deg, #5C0F8B 59%, #FF5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 767px) {
      .sec-title h2, .sec-title-1 h2, .sec-title-without-line h2, .sec-title-white h2 {
        font-size: 1.5rem;
        text-align: center; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2, .sec-title-1 h2, .sec-title-without-line h2, .sec-title-white h2 {
        font-size: 2.5rem; } }
    .sec-title h2 span, .sec-title-1 h2 span, .sec-title-without-line h2 span, .sec-title-white h2 span {
      display: block; }
      @media screen and (max-width: 767px) {
        .sec-title h2 span, .sec-title-1 h2 span, .sec-title-without-line h2 span, .sec-title-white h2 span {
          display: inline; } }

.sec-title-1 h2 {
  background: unset;
  -webkit-text-fill-color: #fff;
  color: #fff; }

.sec-title-without-line::after {
  content: unset; }

.sec-title-white h2 {
  background: unset;
  color: #fff;
  -webkit-text-fill-color: #fff; }
.sec-title-white p {
  color: #fff !important; }
.sec-title-white::after {
  content: unset; }

.font-text-italic {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic; }
  @media screen and (max-width: 1023px) {
    .font-text-italic {
      font-size: 0.75rem;
      text-align: center; } }
  @media screen and (min-width: 1601px) {
    .font-text-italic {
      font-size: 1.05rem; } }

.line {
  position: relative; }
  .line::after {
    background-color: #FF5100;
    position: absolute;
    content: "";
    right: calc(15% - 10px);
    width: 4px;
    height: 80%;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .line::after {
        content: unset; } }
    @media screen and (max-width: 1025px) {
      .line::after {
        right: calc(7% - 10px); } }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-box {
  overflow-y: scroll;
  max-height: 300px;
  position: relative; }
  @media screen and (min-width: 1601px) {
    .scroll-box {
      max-height: 370px; } }
  .scroll-box::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2); }

/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 2px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #FF5100;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
footer {
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 1601px) {
    footer {
      padding: 60px 0 50px; } }
  footer h6 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    box-shadow: none;
    padding: 0;
    white-space: nowrap; }
  footer p {
    color: #fff;
    font-weight: 200; }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
    footer p span {
      font-weight: 600; }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #FF5100; }
  footer .privacy p {
    color: rgba(255, 255, 255, 0.503); }
  footer .privacy a {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 200; }
  footer .footer-dome {
    left: 30px;
    width: 100%;
    position: absolute;
    padding: 1rem 0; }
    @media screen and (max-width: 1025px) {
      footer .footer-dome {
        position: relative;
        left: 0; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: 35px; } }

/* ----------------------------------------------------------
:: thankyou
---------------------------------------------------------- */
.apply-now.thank-you {
  background-size: cover; }
  .apply-now.thank-you::before {
    content: unset; }
  .apply-now.thank-you .apply-adm {
    background-color: #fff; }

header {
  position: relative; }
  header .navbar {
    background: black;
    background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
    height: auto;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      header .navbar {
        padding: 0.5rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #333333; }
      header .navbar .navbar-toggler.collapsed {
        background-color: transparent; }
        header .navbar .navbar-toggler.collapsed span {
          color: #fff; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button {
        padding: 2px 18px !important; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 160px; } }
    header .navbar .navbar-brand img {
      filter: brightness(0) invert(1);
      width: 140px; }
    header .navbar .navbar-brand:hover img {
      filter: none; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-brand {
        right: 0;
        position: absolute;
        top: 5px; } }
    @media screen and (max-width: 767px) {
      header .navbar .navbar-brand {
        padding: 0.5rem;
        margin-left: 3rem; }
        header .navbar .navbar-brand img {
          width: 110px; } }
    header .navbar .main-navbar .nav-item a {
      color: #fff;
      font-size: 0.9rem;
      padding: 1rem 0.8rem;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        header .navbar .main-navbar .nav-item a {
          color: #333333;
          font-size: 0.75rem;
          padding: 0.5rem 0;
          display: block;
          border-bottom: 1px solid #d9d9d9;
          margin: 0 1rem; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 70px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a; } }
    @media screen and (max-width: 767px) {
      header .navbar .main-navbar {
        top: 40px; } }

.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #333333; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .navbar-brand {
      filter: brightness(0) invert(1); } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .nav-item a {
      font-size: 0.85rem;
      padding: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: #333333; } }

/* ----------------------------------------------------------
:: hightlisghts
---------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .acadmics li {
    display: flex; } }
.acadmics li .accordion {
  color: #333333;
  cursor: pointer;
  background-color: #fff;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  border-top: 1px solid #5C0F8B;
  position: relative;
  font-weight: 700; }
  @media screen and (min-width: 1401px) {
    .acadmics li .accordion {
      font-size: 0.95rem; } }
  @media screen and (min-width: 1601px) {
    .acadmics li .accordion {
      font-size: 1rem; } }
  .acadmics li .accordion::before {
    font-family: 'FontAwesome';
    color: #5C0F8B;
    content: '\f107';
    right: 20px;
    top: 13px;
    position: absolute; }
  @media screen and (min-width: 767px) {
    .acadmics li .accordion {
      width: 248px; }
      .acadmics li .accordion::before {
        content: unset; } }
  .acadmics li .accordion:hover {
    color: #5C0F8B;
    background-color: #d4c9e24d; }
.acadmics li:last-child .accordion {
  border-bottom: 1px solid #5C0F8B; }
.acadmics li .accordion.active {
  color: #5C0F8B;
  background-color: #d4c9e24d; }
  .acadmics li .accordion.active::before {
    content: '\f106'; }
    @media screen and (min-width: 767px) {
      .acadmics li .accordion.active::before {
        content: unset; } }
.acadmics li .accordion-collapse .accordion-body {
  padding: 1rem; }
  @media screen and (min-width: 767px) {
    .acadmics li .accordion-collapse .accordion-body {
      padding: 0.5rem 2rem; } }
@media screen and (min-width: 767px) {
  .acadmics li .accordion-collapse {
    top: 0;
    position: absolute;
    right: 0px;
    width: calc(100% - 250px); } }

/* ----------------------------------------------------------
:: apply-now
---------------------------------------------------------- */
.apply-now {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/bg-img/bg-apply-now.webp);
  background-position: left 10%;
  z-index: 0;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 85px 0 50px; }
  @media screen and (max-width: 767px) {
    .apply-now {
      padding: 80px 0 20px;
      background-image: unset;
      background-color: #A389BA; } }
  @media screen and (min-width: 1401px) {
    .apply-now {
      padding: 130px 0 20px; } }
  .apply-now::before {
    background-color: #5C0F8B;
    z-index: -1;
    right: 0;
    left: auto;
    width: 51%; }
    @media screen and (max-width: 767px) {
      .apply-now::before {
        content: unset; } }
  .apply-now .apply-now-overlay img {
    width: 370px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 36%; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-now-overlay img {
        width: 250px;
        bottom: 0; } }
    @media screen and (max-width: 992px) {
      .apply-now .apply-now-overlay img {
        display: none; } }
    @media screen and (max-width: 767px) {
      .apply-now .apply-now-overlay img {
        bottom: 0;
        width: 220px;
        right: 0;
        z-index: -1; } }
    @media screen and (min-width: 1401px) {
      .apply-now .apply-now-overlay img {
        width: 460px; } }
  .apply-now .apply-adm {
    margin-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-adm {
        margin: 2rem 0; } }
    .apply-now .apply-adm h1 {
      font-size: 3.5rem;
      width: fit-content;
      font-weight: 700;
      line-height: 1.2; }
      .apply-now .apply-adm h1 span {
        font-size: 2rem;
        display: block; }
      @media screen and (max-width: 767px) {
        .apply-now .apply-adm h1 {
          font-size: 2rem;
          line-height: 1.5; }
          .apply-now .apply-adm h1 span {
            font-size: 1.2rem;
            margin-top: 0.5rem; } }
      @media screen and (min-width: 1401px) {
        .apply-now .apply-adm h1 {
          font-size: 4.5rem; }
          .apply-now .apply-adm h1 span {
            font-size: 2.5rem; } }
      @media screen and (min-width: 1601px) {
        .apply-now .apply-adm h1 {
          font-size: 5.5rem; }
          .apply-now .apply-adm h1 span {
            font-size: 3rem; } }
  .apply-now .img-box {
    background: #fff;
    padding: 0.5rem;
    border-radius: 15px;
    width: fit-content;
    margin-top: 3rem; }
    .apply-now .img-box .grid-container {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      gap: 5px;
      justify-content: start; }
      .apply-now .img-box .grid-container img {
        width: 55px;
        padding: 0.3rem 0.3rem; }
        @media screen and (max-width: 767px) {
          .apply-now .img-box .grid-container img {
            width: 50px; } }
        @media screen and (max-width: 992px) {
          .apply-now .img-box .grid-container img {
            width: 45px; } }
        @media screen and (min-width: 1401px) {
          .apply-now .img-box .grid-container img {
            width: 60px; } }
        @media screen and (min-width: 1601px) {
          .apply-now .img-box .grid-container img {
            width: 65px; } }

.npf_wgts {
  margin-right: -3rem; }

.mobile-form {
  padding: 2rem 0.7rem; }
  .mobile-form .npf_wgts {
    margin-right: 0rem; }
    .mobile-form .npf_wgts iframe {
      min-height: 448px; }

.counter-sec h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5C0F8B; }
  @media screen and (max-width: 767px) {
    .counter-sec h3 {
      font-size: 1.7rem; } }
  @media screen and (min-width: 1400px) {
    .counter-sec h3 {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1601px) {
    .counter-sec h3 {
      font-size: 2.4rem;
      font-weight: 700; } }
.counter-sec p {
  font-size: 0.95rem;
  line-height: 1.2;
  margin-top: 1rem;
  font-weight: 600;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .counter-sec p {
      font-size: 0.8rem;
      margin-top: 0.5rem; } }
  @media screen and (min-width: 1400px) {
    .counter-sec p {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .counter-sec p {
      font-size: 1.15rem;
      line-height: 1.2; } }

.alumni-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }
  .alumni-sec .grid-container .grid-item4,
  .alumni-sec .grid-container .grid-item2 {
    height: 49%; }
    .alumni-sec .grid-container .grid-item4 .alumni-card:nth-child(2n),
    .alumni-sec .grid-container .grid-item2 .alumni-card:nth-child(2n) {
      margin-top: 0.5rem; }
  .alumni-sec .grid-container .grid-item3 {
    width: 300px; }
    @media screen and (max-width: 1025px) {
      .alumni-sec .grid-container .grid-item3 {
        width: 200px; } }
    @media screen and (min-width: 1400px) {
      .alumni-sec .grid-container .grid-item3 {
        width: 350px; } }
    @media screen and (min-width: 1601px) {
      .alumni-sec .grid-container .grid-item3 {
        width: 400px; } }
  .alumni-sec .grid-container .alumni-card {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    min-height: 180px; }
    @media screen and (max-width: 1028px) {
      .alumni-sec .grid-container .alumni-card {
        min-height: 130px; } }
    @media screen and (min-width: 1400px) {
      .alumni-sec .grid-container .alumni-card {
        min-height: 210px; } }
    @media screen and (min-width: 1601px) {
      .alumni-sec .grid-container .alumni-card {
        min-height: 240px; } }
    .alumni-sec .grid-container .alumni-card .alumni-details {
      padding: 0.5rem;
      position: absolute;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      z-index: 1; }
      .alumni-sec .grid-container .alumni-card .alumni-details h5 {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.2rem; }
      .alumni-sec .grid-container .alumni-card .alumni-details p {
        color: #fff !important;
        font-size: 0.7rem;
        font-weight: 100;
        line-height: 1.1;
        margin-bottom: 0; }
        @media screen and (max-width: 1025px) {
          .alumni-sec .grid-container .alumni-card .alumni-details p {
            display: none; } }
        @media screen and (min-width: 1601px) {
          .alumni-sec .grid-container .alumni-card .alumni-details p {
            font-size: 0.8rem; } }
    .alumni-sec .grid-container .alumni-card::after {
      position: absolute;
      content: '';
      height: 70%;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 0;
      border-radius: 0 0 10px 20px; }
@media screen and (max-width: 767px) {
  .alumni-sec {
    display: none; } }

/* ----------------------------------------------------------
:: testimonial.webp
---------------------------------------------------------- */
.testimonials-sec {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/bg-img/testimonial.webp);
  z-index: 0; }
  .testimonials-sec::before {
    background-color: #000;
    z-index: -1;
    opacity: 0.8; }
  .testimonials-sec .testi-card {
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .testimonials-sec .testi-card .testi-text {
      padding: 1rem;
      background-color: #fff;
      border-radius: 15px 15px 0 0;
      min-height: 190px;
      display: flex;
      align-items: center; }
      .testimonials-sec .testi-card .testi-text p {
        padding: 0.5rem;
        color: #333333;
        text-align: left;
        padding-right: calc(0.5rem + 5px);
        transition: 0.6s; }
    .testimonials-sec .testi-card .testi-img {
      margin: 1.2rem;
      text-align: center;
      min-height: 210px; }
      .testimonials-sec .testi-card .testi-img img {
        border-radius: 50%;
        width: 120px;
        height: 120px; }
      .testimonials-sec .testi-card .testi-img p {
        color: #fff;
        font-weight: 300;
        line-height: 1.3; }
      .testimonials-sec .testi-card .testi-img h5 {
        font-weight: 600;
        color: #fff; }
    .testimonials-sec .testi-card:hover .testi-text {
      background-color: #f3eff7; }
  @media screen and (max-width: 767px) {
    .testimonials-sec .swiper-slide {
      width: 90% !important; } }

.swiper-pagination-bullet {
  background-color: #fff; }

/* ----------------------------------------------------------
:: admission-sec
---------------------------------------------------------- */
.admission-sec .text-box {
  padding: 1rem;
  border: 1px solid #5C0F8B;
  border-radius: 10px;
  width: fit-content; }
  .admission-sec .text-box h6 {
    margin-bottom: 0;
    font-weight: 500;
    color: #5C0F8B; }

/* ----------------------------------------------------------
:: collab-list
---------------------------------------------------------- */
.collab-list {
  margin: 1.5rem 0; }
  .collab-list li {
    padding: 0.2rem 1rem;
    margin: 0.7rem; }
    .collab-list li img {
      width: 100px; }
    @media screen and (max-width: 767px) {
      .collab-list li {
        padding: 0.2rem 0.5rem;
        margin: 0.3rem; }
        .collab-list li img {
          width: 70px; } }

/* ----------------------------------------------------------
::Events sec
---------------------------------------------------------- */
.event-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .event-sec .grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  .event-sec .grid-container .event-card {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    overflow: hidden; }
    .event-sec .grid-container .event-card img {
      object-fit: cover;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      object-position: center center; }
    .event-sec .grid-container .event-card:hover img {
      transform: scale(1.05); }
    @media screen and (max-width: 1028px) {
      .event-sec .grid-container .event-card {
        min-height: 130px; } }
    @media screen and (min-width: 1400px) {
      .event-sec .grid-container .event-card {
        min-height: 270px; } }
    @media screen and (min-width: 1601px) {
      .event-sec .grid-container .event-card {
        min-height: 290px; } }
  .event-sec .grid-container .grid-item2 {
    height: 49%; }
    @media screen and (max-width: 767px) {
      .event-sec .grid-container .grid-item2 {
        width: auto; }
        .event-sec .grid-container .grid-item2:last-child {
          display: none; } }
    .event-sec .grid-container .grid-item2 .event-card:last-child {
      margin-top: 0.5rem; }

/* ----------------------------------------------------------
::Course highlight sec
---------------------------------------------------------- */
.tabs .nav {
  border-bottom: 0;
  border-bottom: 0;
  border: 1px solid #5C0F8B;
  border-radius: 10px 0 10px 0; }
  .tabs .nav .nav-link {
    border: none;
    color: #333333;
    cursor: pointer; }
  .tabs .nav .nav-link.active {
    color: #fff;
    background-color: #5C0F8B;
    border-radius: 8px 0 10px 0; }

.tab-content {
  margin: 2rem 0; }

.logos-img img {
  box-shadow: 0px 0px 10px #0000002e;
  padding: 1rem;
  border-radius: 1rem 0 1rem 0; }

/* ----------------------------------------------------------
:: Instagram Embed
---------------------------------------------------------- */
.widget-box {
  box-shadow: 0px 0px 7px #0202020d;
  border-radius: 10px 0px 10px 0px; }
  .widget-box .widget-box-inner {
    padding: 1rem; }
  .widget-box iframe {
    width: 100%;
    height: 850px; }
    @media screen and (max-width: 767px) {
      .widget-box iframe {
        height: 320px !important; } }
    @media screen and (max-width: 1028px) {
      .widget-box iframe {
        height: 590px; } }
    @media screen and (min-width: 1401px) {
      .widget-box iframe {
        height: 980px; } }
    @media screen and (min-width: 1601px) {
      .widget-box iframe {
        height: 990px; } }

.course-available .cmn-button {
  min-width: 140px;
  margin-right: 1rem;
  padding: 5px 10px;
  font-size: 1rem;
  cursor: auto; }
  @media screen and (max-width: 767px) {
    .course-available .cmn-button {
      font-size: 0.75rem;
      min-width: auto;
      margin-right: 0.2rem;
      padding: 5px 7px;
      margin-bottom: 0.5rem; } }
  @media screen and (max-width: 1025px) {
    .course-available .cmn-button {
      min-width: 100px; } }

.mt-20 {
  margin-top: 25vh; }
  @media screen and (max-width: 992px) {
    .mt-20 {
      margin-top: auto; } }

.mt-145 {
  margin-top: 145vh; }

.form-sec {
  background-color: #fff;
  padding: 20px;
  width: 412px; }
  .form-sec h3 {
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }

/*# sourceMappingURL=main.css.map */
