@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");
html {
  scroll-behavior: smooth; }

.gray-color {
  color: #e6e7e8 !important; }

.orange-color {
  color: #FF5100 !important; }

.purple-color {
  color: #5C0F8B !important; }

.bg-gray-light {
  background: #f3f3f3; }

.bg-green {
  background-color: #5C0F8B; }

body {
  font-size: 1rem;
  font-family: 'Red Hat Text', sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #414042; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 0.9rem; } }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    body {
      font-size: 1.15rem; }
      body h6 {
        font-size: 1.3rem; } }
  body p {
    font-size: 0.95rem; }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      body p {
        font-size: 1rem; } }
    @media screen and (min-width: 1601px) {
      body p {
        font-size: 1.1rem; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    body h4 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1601px) {
    body h4 {
      font-size: 1.8rem; } }

@media screen and (max-width: 1920px) and (min-width: 1650px) {
  .container {
    max-width: 1500px; } }
.d-mob-none {
  display: block; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .d-mob-none {
      display: none; } }

.red-hat-display {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text {
  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: 900;
  font-style: normal; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #414042; }

a {
  text-decoration: none;
  color: #FF5100;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #5C0F8B; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 35px 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 (min-width: 1600px) {
    .section-md {
      padding: 100px 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 30px 0; } }

.section-lg {
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 40px 0; } }

.overflow-hidden {
  overflow: hidden; }

.count-list {
  column-count: 2; }

.section-title {
  margin-bottom: 4rem; }
  .section-title h2 {
    font-weight: 600;
    color: #5C0F8B; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .section-title h2 {
      font-size: 3rem; } }

.logo-dome img {
  width: 130px; }

.img-effect {
  position: relative;
  box-shadow: -8px -8px #414042; }

/* ----------------------------------------------------------
:: Common btn
---------------------------------------------------------- */
.custom-btn {
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #5C0F8B;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 0.9rem; }
  .custom-btn:hover {
    color: #fff;
    background-color: #FF5100; }
  @media (min-width: 1600px) {
    .custom-btn {
      padding: 0.5rem 1.5rem;
      font-size: 1.2rem; } }

input,
select,
textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 3px;
  transition: .5s;
  border: transparent solid 1px;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #5C0F8B;
  margin-bottom: 1.2rem; }
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: none; }

/* ----------------------------------------------------------
:: Section Title
---------------------------------------------------------- */
.social-link li {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #5C0F8B;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.5rem; }

header {
  box-shadow: 0px 0px 10px #ddd;
  background: transparent; }
  header h1 {
    font-size: 2.1rem; }
  header .navbar-brand img {
    width: 100px; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    header h1 {
      font-size: 2.5rem; }
    header .navbar-brand img {
      width: 150px; } }
  @media screen and (max-width: 991px) and (min-width: 320px) {
    header h1 {
      font-size: 1.3rem; } }

/* ----------------------------------------------------------
:: Breadcrumb Section
---------------------------------------------------------- */
.breadcrumb-bottom-img {
  position: absolute;
  bottom: -1px;
  width: 170px;
  left: 110px;
  z-index: 1; }
  @media screen and (max-width: 1025px) {
    .breadcrumb-bottom-img {
      width: 140px;
      left: 70px;
      bottom: -1px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb-bottom-img {
      width: 80px;
      left: 25px;
      bottom: -1px; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-bottom-img {
      width: 220px;
      left: 225px; } }
  .breadcrumb-bottom-img img {
    width: 100%; }

/* ----------------------------------------------------------
:: Home page Banner
---------------------------------------------------------- */
.home-banner {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/admission-express/images/banner-images.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5rem 0;
  position: relative;
  z-index: 0; }
  .home-banner::after {
    content: "";
    position: absolute;
    background: linear-gradient(332deg, #5c0f8b59 0%, #00000000);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media screen and (min-width: 1400px) {
    .home-banner {
      padding: 11rem 0;
      height: 87vh; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .home-banner {
      padding: 1rem 0 3rem; }
      .home-banner::after {
        background: linear-gradient(145deg, #5C0F8B, #414042); } }

.banner-text {
  position: relative; }
  .banner-text .bird-img {
    position: absolute;
    left: -17px;
    top: -22px;
    z-index: 0;
    width: 30%; }
    @media screen and (max-width: 1024px) {
      .banner-text .bird-img {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .banner-text .bird-img {
        left: -14px;
        top: -20px; } }
  .banner-text h1 {
    font-size: 2.5rem;
    font-weight: 600; }
    .banner-text h1 span {
      background: #5C0F8B;
      background: linear-gradient(131deg, #5C0F8B 50%, #FF5100 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .banner-text h2 {
    font-size: 2.5rem;
    color: #fff;
    padding: 1rem 0;
    font-weight: 600; }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      .banner-text h2 {
        font-size: 2.8rem; } }
    @media screen and (min-width: 1601px) {
      .banner-text h2 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      .banner-text h2 {
        font-size: 2rem; } }
  .banner-text h6,
  .banner-text h5,
  .banner-text h4 {
    line-height: 1.5;
    color: #585858; }
  @media screen and (min-width: 1400px) {
    .banner-text h1 {
      font-size: 3.5rem; }
    .banner-text h4 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .banner-text h1 {
      font-size: 2rem; }
    .banner-text h4 {
      font-size: 1.1rem; } }

.form-div {
  background: #ffffffc4;
  padding: 2rem;
  border-radius: 20px; }
  @media screen and (min-width: 1601px) {
    .form-div {
      padding: 3rem; } }
  .form-div img {
    width: 200px;
    margin-bottom: 1rem; }

/* ----------------------------------------------------------
:: Dates
---------------------------------------------------------- */
.sec-title h2 {
  font-weight: 600;
  margin-bottom: 2rem;
  color: #5C0F8B; }
  @media screen and (min-width: 1400px) {
    .sec-title h2 {
      font-size: 2.7rem; } }
  .sec-title h2 span {
    background: #5C0F8B;
    background: linear-gradient(144deg, #5C0F8B 63%, #FF5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.about-sec .dates-section {
  margin-top: 3rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .about-sec .dates-section {
      margin-top: 30px; } }
  .about-sec .dates-section .dates {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px #04040429;
    border-radius: 10px;
    text-align: center;
    min-height: 315px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-sec .dates-section .dates {
        margin-top: 1.5rem;
        min-height: 295px; } }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      .about-sec .dates-section .dates {
        min-height: 370px; } }
    .about-sec .dates-section .dates span {
      vertical-align: middle;
      font-size: 1.15rem; }
    .about-sec .dates-section .dates h4 {
      color: #fff;
      background: #5C0F8B;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      box-shadow: 0 0 10px #00000069;
      line-height: 35px;
      padding: 0.5rem;
      margin: auto;
      text-align: center;
      margin-bottom: 1rem;
      font-size: 1.1rem;
      position: absolute;
      left: 0;
      right: 0;
      top: -25px;
      margin: auto; }
    .about-sec .dates-section .dates h5 {
      font-size: 0.95rem;
      font-weight: 500; }
      @media screen and (min-width: 1400px) and (max-width: 1600px) {
        .about-sec .dates-section .dates h5 {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        .about-sec .dates-section .dates h5 {
          font-size: 1.15rem; } }
    .about-sec .dates-section .dates p {
      text-align: left;
      line-height: 1.4;
      font-size: 0.9rem; }
      @media screen and (min-width: 1400px) and (max-width: 1600px) {
        .about-sec .dates-section .dates p {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        .about-sec .dates-section .dates p {
          font-size: 1.1rem; } }
  @media screen and (min-width: 1400px) {
    .about-sec .dates-section {
      top: -4rem; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .about-sec .dates-section {
      position: relative; }
      .about-sec .dates-section .dates {
        margin-bottom: 1rem; } }
.about-sec .swiper-slide {
  padding: 2rem 0.5rem; }
  @media screen and (max-width: 767px) {
    .about-sec .swiper-slide {
      padding: 1rem 0.5rem; } }
.about-sec .nav-tabs .nav-link:focus,
.about-sec .nav-tabs .nav-link:hover {
  background: transparent;
  color: #FF5100; }
.about-sec .nav-tabs .nav-item.show .nav-link,
.about-sec .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5C0F8B;
  font-weight: 600;
  border-color: #5C0F8B #5C0F8B #5C0F8B; }
.about-sec .nav-link {
  font-weight: 600;
  color: #5C0F8B;
  padding: .5rem 2rem; }
.about-sec .nav-tabs {
  border-bottom: 1px solid #5C0F8B; }
.about-sec .nav-tabs .nav-link {
  border: 1px solid #5C0F8B;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .about-sec .nav-tabs .nav-link {
      padding: 0.3rem 0.7rem; } }
.about-sec .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0.7rem; }
.about-sec .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 0.7rem; }

/* ----------------------------------------------------------
:: Steps
---------------------------------------------------------- */
.item {
  padding: 3rem 2rem 2rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .item {
      padding: 3rem 0.7rem 2rem; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .item {
      min-height: 171px; } }
  @media screen and (min-width: 1601px) {
    .item {
      min-height: 180px; } }
  .item h5 {
    color: #414042;
    font-size: 1.1rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .item h5 {
        font-size: 0.9rem; } }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      .item h5 {
        font-size: 1.15rem;
        font-weight: 600; } }
    @media screen and (min-width: 1601px) {
      .item h5 {
        font-size: 1.45rem;
        font-weight: 600; } }
  .item p {
    font-size: 0.9rem;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .item p {
        line-height: 1.3;
        font-size: 0.8rem; } }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      .item p {
        font-size: 1rem; } }
    @media screen and (min-width: 1601px) {
      .item p {
        font-size: 1.1rem; } }
  .item .count {
    color: #fff;
    background: #FF5100;
    position: absolute;
    top: -25px;
    left: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    right: 0;
    font-weight: 500;
    margin: auto;
    border: 1px solid #5C0F8B; }
    .item .count i {
      font-size: 1.8rem;
      vertical-align: middle; }

.steps-sec {
  z-index: 0;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/admission-express/images/key-highlight.webp);
  background-position: center center;
  background-size: cover; }
  .steps-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #5C0F8B;
    opacity: 0.7;
    z-index: -1; }
  .steps-sec .row .col:first-child .item::before {
    content: unset; }

.list-item li {
  margin-bottom: 2rem;
  color: #585858;
  position: relative;
  padding-left: 1rem; }
  .list-item li::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0px;
    border-left: 1px dashed #5C0F8B; }
  .list-item li span {
    display: block;
    color: #000; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.footer-sec {
  background-color: #5C0F8B;
  padding: 70px 0 10px 0; }
  .footer-sec p {
    font-size: 0.85rem; }
  @media screen and (max-width: 767px) {
    .footer-sec img {
      width: 160px;
      margin-bottom: 2rem; } }

.logo-footer {
  width: 200px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .logo-footer {
      width: 250px; } }

.footer-link li {
  padding-bottom: 0.2rem; }
  .footer-link li a {
    color: #fff;
    font-size: 0.95rem; }
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .footer-link li a {
    font-size: 1.1rem; } }

input.error {
  margin-bottom: 0; }

.error {
  color: #dc3545 !important;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: left !important; }

#emailStatus {
  font-size: 0.9rem;
  margin-bottom: 10px; }

.steps-sec.join-event {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/admission-express/images/admission.webp);
  background-attachment: fixed;
  background-position: bottom center; }
  .steps-sec.join-event::before {
    background-color: #fff;
    opacity: 0.9; }

.contact-sec {
  position: relative; }
  .contact-sec .bg-train {
    position: absolute;
    width: 50%;
    height: 100%;
    right: -193px;
    bottom: -85px;
    z-index: 0;
    background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/admission-express/images/train1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .contact-sec .bg-train {
        display: none; } }
    @media screen and (min-width: 1400px) and (max-width: 1600px) {
      .contact-sec .bg-train {
        width: 45%;
        height: 100%;
        right: -200px;
        bottom: -82px; } }
    @media screen and (min-width: 1601px) {
      .contact-sec .bg-train {
        width: 37%;
        height: 100%;
        right: -200px;
        bottom: -85px; } }
  .contact-sec .contact-card {
    border: 2px solid #5C0F8B;
    padding: 2rem;
    border-radius: 20px;
    position: relative; }
    .contact-sec .contact-card h5 {
      font-weight: 600;
      font-size: 1.1rem; }
      @media screen and (max-width: 767px) {
        .contact-sec .contact-card h5 {
          margin-top: 1rem; } }
      @media screen and (min-width: 1400px) {
        .contact-sec .contact-card h5 {
          font-size: 1.3rem; } }
    .contact-sec .contact-card i {
      vertical-align: middle;
      font-size: 1.15rem; }
    .contact-sec .contact-card a {
      display: inline-flex; }
  @media screen and (max-width: 767px) {
    .contact-sec .contact-details p {
      font-size: 0.9rem; } }

.border-line {
  width: 3px;
  background: #FF5100;
  height: 15vh;
  border-radius: 15px 0 15px 0;
  margin-left: 2rem;
  margin-right: 2rem; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .border-line {
      height: 10vh; } }

.border-bttm {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 0.5rem; }

.offer-sec i {
  font-size: 4rem; }
@media screen and (max-width: 767px) {
  .offer-sec h5 {
    font-size: 1rem; } }

.fixed-top {
  background-color: #fff; }

.admission-open-card {
  background: #5C0F8B;
  padding: 2rem;
  border-radius: 20px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .admission-open-card {
      padding: 1.5rem; }
      .admission-open-card h2 {
        margin-top: 1rem; }
      .admission-open-card h5 {
        font-size: 1rem;
        margin: 1rem 0 0; } }
  .admission-open-card .top-card {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF5100;
    padding: 0.3rem 1rem;
    content: "";
    border-radius: 0px 0 0 5px; }
    @media screen and (max-width: 767px) {
      .admission-open-card .top-card {
        padding: 0rem 1rem; } }
  .admission-open-card h5 {
    color: #fff;
    font-weight: 600; }
  .admission-open-card ul {
    list-style: none;
    padding-top: 1rem;
    margin: 0;
    display: grid;
    grid-template-columns: 11% 26% 11% 11% 11% 15%;
    gap: 10px 20px; }
    @media screen and (max-width: 767px) {
      .admission-open-card ul {
        grid-template-columns: 20% 40% 41%;
        gap: 5px; } }
    .admission-open-card ul li {
      font-size: 1rem;
      color: #fff;
      position: relative;
      padding-left: 0.9rem; }
      @media screen and (max-width: 767px) {
        .admission-open-card ul li {
          font-size: 0.9rem; } }
      @media screen and (min-width: 1400px) {
        .admission-open-card ul li {
          font-size: 1.2rem; } }
      .admission-open-card ul li::before {
        content: "|";
        position: absolute;
        left: 0;
        color: #FF5100;
        font-weight: bold; }

.palcement-sec {
  background: #fff;
  padding: 2rem 0 0; }
  .palcement-sec .palcement-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .palcement-sec .left-section .student-img {
    width: 100%;
    max-width: 373px; }
    @media screen and (max-width: 767px) {
      .palcement-sec .left-section .student-img {
        display: none; } }
    @media screen and (min-width: 1400px) {
      .palcement-sec .left-section .student-img {
        max-width: 380px; } }
  .palcement-sec .right-section {
    flex: 0 0 60%; }
    @media screen and (max-width: 767px) {
      .palcement-sec .right-section {
        flex: unset; } }
    .palcement-sec .right-section .milestone {
      display: flex;
      gap: 2rem;
      margin-bottom: 2rem; }
      .palcement-sec .right-section .milestone .milestone-item h3 {
        font-size: 2rem;
        color: #FF5100;
        margin-bottom: 0.5rem;
        font-weight: 600; }
        .palcement-sec .right-section .milestone .milestone-item h3 span {
          font-size: 1rem; }
      .palcement-sec .right-section .milestone .milestone-item p {
        font-size: 0.9rem;
        color: #555;
        font-weight: 600; }
    .palcement-sec .right-section .students {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .palcement-sec .right-section .students {
          gap: 0rem 3rem;
          justify-content: center; } }
      @media screen and (min-width: 1400px) {
        .palcement-sec .right-section .students {
          margin-bottom: 4rem; } }
      .palcement-sec .right-section .students .student-card {
        width: 120px;
        text-align: center; }
        .palcement-sec .right-section .students .student-card img {
          width: 100%;
          height: auto;
          margin-bottom: 0.5rem; }
        .palcement-sec .right-section .students .student-card p {
          font-size: 0.75rem;
          line-height: 1.2;
          font-weight: 600; }
          .palcement-sec .right-section .students .student-card p span {
            color: #FF5100; }
    .palcement-sec .right-section .palcement-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
    .palcement-sec .right-section .left-section .student-img {
      width: 100%;
      max-width: 341px; }
      @media screen and (max-width: 767px) {
        .palcement-sec .right-section .left-section .student-img {
          display: none; } }
      @media screen and (min-width: 1400px) {
        .palcement-sec .right-section .left-section .student-img {
          max-width: 411px; } }
    .palcement-sec .right-section .right-section {
      flex: 0 0 60%; }
      @media screen and (max-width: 767px) {
        .palcement-sec .right-section .right-section {
          flex: unset; } }
      .palcement-sec .right-section .right-section .milestone {
        display: flex;
        gap: 2rem;
        margin-bottom: 2rem; }
        .palcement-sec .right-section .right-section .milestone .milestone-item h3 {
          font-size: 2rem;
          color: #FF5100;
          margin-bottom: 0.5rem;
          font-weight: 600; }
          .palcement-sec .right-section .right-section .milestone .milestone-item h3 span {
            font-size: 1rem; }
        .palcement-sec .right-section .right-section .milestone .milestone-item p {
          font-size: 0.9rem;
          color: #555;
          font-weight: 600; }
      .palcement-sec .right-section .right-section .students {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        margin-bottom: 2rem; }
        @media screen and (max-width: 767px) {
          .palcement-sec .right-section .right-section .students {
            gap: 0rem 1.5rem;
            justify-content: center; } }
        @media screen and (min-width: 1400px) {
          .palcement-sec .right-section .right-section .students {
            margin-bottom: 6rem;
            gap: 2rem; } }
        .palcement-sec .right-section .right-section .students .student-card {
          width: 120px;
          text-align: center; }
          @media screen and (min-width: 1601px) {
            .palcement-sec .right-section .right-section .students .student-card {
              width: 130px; } }
          .palcement-sec .right-section .right-section .students .student-card img {
            width: 100%;
            height: auto;
            margin-bottom: 0.5rem; }
          .palcement-sec .right-section .right-section .students .student-card p {
            font-size: 0.75rem;
            line-height: 1.2;
            font-weight: 600; }
            @media screen and (min-width: 1601px) {
              .palcement-sec .right-section .right-section .students .student-card p {
                font-size: 0.8rem; } }
            .palcement-sec .right-section .right-section .students .student-card p span {
              color: #FF5100; }

/* Responsive */
@media (max-width: 768px) {
  .raisoni-banner .banner-content {
    flex-direction: column;
    align-items: center; }
  .raisoni-banner .left-section,
  .raisoni-banner .right-section {
    flex: 0 0 100%;
    text-align: center; }
  .raisoni-banner .admissions {
    flex-direction: column;
    gap: 1rem; } }
.min-h {
  min-height: 255px !important; }

.swiper {
  padding: 1rem; }

.swiper-button-next,
.swiper-button-prev {
  color: #5C0F8B; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.5rem; }

.swiper-button-prev,
.swiper-rtl {
  left: -4px; }

.swiper-button-next,
.swiper-rtl {
  right: -4px; }

/*# sourceMappingURL=style.css.map */
