@charset "UTF-8";
@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 !important; }

.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, .sec-title p, .sec-thirdtitle h5 {
  color: #000; }

.primary-bgpurple, .cmn-button, .cmn-white-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: rgba(0, 0, 0, 0.9); }

.text-purple {
  color: #5C0F8B; }

.text-lightblack-color {
  color: #6D6F70 !important; }

.bg-black {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-purple-light {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 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; }

.border-gradient, .key-details {
  background: linear-gradient(to right, #fafafa, #ece7ef);
  background-clip: padding-box;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  position: relative; }
  .border-gradient::after, .key-details::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #5C0F8B;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    border-radius: 20px; }

.background-white {
  background: #fff; }

.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 !important; }

.bg-white {
  background-color: #fff; }

.bg-purple {
  background-color: #5C0F8B;
  min-height: 25vh;
  padding: 1rem; }
  @media screen and (max-width: 767px) {
    .bg-purple {
      min-height: 13vh;
      padding: 0.2rem; } }

.box-padding {
  min-height: 340px;
  padding: 4rem 4rem 3rem; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.npf_chatbots {
  height: 70% !important; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: #6D6F70 !important;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: url("http://res.cloudinary.com/wonkytech/image/upload/c_scale,w_28/v1496298479/circle-128_dumbjv.ico"), default; }
  body p,
  body li {
    font-weight: 400;
    list-style-type: none;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.9); }
  body h5 {
    font-size: 1.1rem; }
    @media screen and (min-width: 1601px) {
      body h5 {
        font-size: 1.5rem; } }
  body a:hover {
    color: #FF5100; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.75rem; }
      body p {
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .pro-year-1 {
    font-size: 0.9rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5C0F8B; }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.4rem; }

  h6 {
    font-size: 1.2rem; } }
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem; } }
/* ----------------------------------------------------------
:: // background image
---------------------------------------------------------- */
.bg-img, .img-bg::after, .bg-future-study, .research-statistics, .sec-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.img-bg {
  background-color: #5C0F8B;
  position: relative;
  padding: 1rem 0 0; }
  @media screen and (min-width: 1601px) {
    .img-bg {
      padding: 2rem 0 0; }
      .img-bg img {
        width: 100%; } }
  .img-bg::after {
    background-size: contain;
    height: 70px !important;
    width: 70px !important;
    right: -18px !important;
    left: auto !important;
    background-image: url(../images/Vector-253.png); }
    @media screen and (min-width: 1601px) {
      .img-bg::after {
        height: 100px !important;
        width: 100px !important;
        right: -25px !important; } }

.bg-img-1::before {
  content: "";
  background-image: url(../images/ghrce.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }
.bg-img-1::after {
  content: "";
  background-color: #5C0F8B;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1; }

/* ----------------------------------------------------------
:: // before-after other common scss
---------------------------------------------------------- */
.before-after, .img-bg::before, .img-bg::after, .circle-gradient::before, .circle-gradient-1::before, .circle-gradient-4::before, .circle-gradient-2::before, .circle-gradient-3::before, .bg-half-color-curv::after, .gradient-separator-3::before, .breadcrumb-top-section:before, .breadcrumb-top-section-white:before, .breadcrumb-top-section:after, .breadcrumb-top-section-white:after, header .navbar .main-navbar .dropdown-menu .row .col::after, .program-card .program-details .share-img .social-media, .program-card .program-details .share-img .social-media a::before, .future-scope::before, .attribute-box .row .col:nth-child(2)::after, .attribute-box .row .col:nth-child(2)::before, .list-opportunity li::before, .bg-future-study::before, .sec-paperless-form .row .col:nth-child(2) .paperless-form::before, .sec-paperless-form .row .col:last-child .paperless-form::before, .campus-safty-sec .atm-card .atm-card-img::before, .circle-gradient-left::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, .bg-img-1::before, .bg-img-1::after, header .navbar, .video-bg video, .side-img .side-img-beside, .discount-sec .bg-overlay-inner video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.verticle-middle, .placement-hilight-sec .bg-purple {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: space-evenly; }

/* ----------------------------------------------------------
:: swiper
---------------------------------------------------------- */
.swiper {
  padding: 1rem; }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .swiper {
      overflow: hidden;
      padding: 1rem 0; } }
  @media screen and (max-width: 767px) {
    .swiper {
      padding: 1rem 0.5rem; } }

.swiper-coverflow {
  padding-top: 30px;
  padding-bottom: 30px; }

/* ----------------------------------------------------------
:: section padding
---------------------------------------------------------- */
.section-xs {
  padding: 20px 0;
  background-color: #FFF; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 15px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 15px 0; } }

.section-lg {
  padding: 80px 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: 30px 0; } }
  @media screen and (min-width: 1601px) {
    .section-lg {
      padding: 100px 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; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1495px; } }
/* ----------------------------------------------------------
:: form
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button, .cmn-white-button {
  color: #fff;
  box-shadow: none;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  font-weight: 400;
  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; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-white-button {
      font-size: 0.85rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .cmn-button, .cmn-white-button {
      padding: 7px;
      font-size: 0.6rem; } }
  @media screen and (min-width: 1400px) {
    .cmn-button, .cmn-white-button {
      font-size: 1rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-white-button {
      font-size: 1.05rem;
      padding: 8px 15px; } }
  .cmn-button:hover, .cmn-white-button:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.cmn-white-button {
  background-color: #fff;
  border: 1px solid #FF5100;
  color: #5C0F8B; }
  .cmn-white-button:hover {
    color: #5C0F8B; }

.view-more {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.9); }
  @media screen and (max-width: 767px) {
    .view-more {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    .view-more {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .view-more {
      font-size: 1.2rem; } }

.top-sticky {
  position: sticky;
  top: 0; }

ul li {
  line-height: 1.7; }

.img-radius img {
  border-radius: 20px; }

.border-radius {
  border-radius: 0 3rem 3rem 0; }

.logo-img img {
  width: 50%; }
@media screen and (max-width: 767px) {
  .logo-img {
    width: 140px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap; } }
@media screen and (min-width: 1601px) {
  .logo-img {
    width: 120px; } }

/* ----------------------------------------------------------
:: // table
---------------------------------------------------------- */
.table--1 tr th,
.table--1 tr td {
  border: 1px solid #5C0F8B;
  vertical-align: middle; }
.table--1 tr th {
  color: rgba(0, 0, 0, 0.9); }
.table--1 tr td a:hover {
  color: #FF5100; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1601px) {
    .sec-title {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .sec-title {
      margin-bottom: 1.5rem; }
      .sec-title h2 {
        font-size: 1.35rem !important;
        text-align: center; } }
  .sec-title h2,
  .sec-title h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #5C0F8B;
    margin-bottom: 0.5rem; }
    .sec-title h2 span:first-of-type,
    .sec-title h1 span:first-of-type {
      background: #5C0F8B;
      background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 767px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 1.35rem !important; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2,
      .sec-title h1 {
        font-size: 2.8rem;
        margin-bottom: 3rem; } }
  .sec-title h1 {
    font-weight: 700;
    font-size: 2.7rem;
    margin-bottom: 1.1rem; }
    @media screen and (max-width: 1025px) {
      .sec-title h1 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title h1 {
        font-size: 3.2rem;
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h1 {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title p {
      font-size: 1.2rem; } }

.sec-title-width {
  width: 250px; }
  @media screen and (max-width: 1025px) {
    .sec-title-width {
      width: 100%; } }
  @media screen and (min-width: 1601px) {
    .sec-title-width {
      width: 290px; } }

.sec-title-inner {
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 1401px) {
    .sec-title-inner {
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .sec-title-inner {
      margin-bottom: 1.4rem; } }
  .sec-title-inner p {
    color: #FF5100;
    margin-bottom: 0.5rem;
    font-weight: 500; }
    @media screen and (min-width: 1601px) {
      .sec-title-inner p {
        font-size: 1.2rem; } }
  .sec-title-inner h2 {
    color: #5C0F8B;
    font-weight: 700;
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      .sec-title-inner h2 {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title-inner h2 {
        font-size: 2.3rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title-inner h2 {
        font-size: 2.3rem; } }

@media screen and (max-width: 1024px) {
  h3 {
    margin-bottom: .1rem; } }
.sec-subtitle h4 {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  margin: 1.5rem 0; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h4 {
      font-size: 0.95rem;
      margin: 1rem 0 0.2rem; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h4 {
      font-size: 1.3rem; } }
  .sec-subtitle h4 span {
    font-weight: 500;
    color: #D8D7D7; }

.sec-thirdtitle h5 {
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .sec-thirdtitle h5 {
      font-size: 0.65rem; } }
  @media screen and (max-width: 767px) {
    .sec-thirdtitle h5 {
      font-size: 0.7rem;
      margin-bottom: 0.3rem; } }
  @media screen and (min-width: 1400px) {
    .sec-thirdtitle h5 {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .sec-thirdtitle h5 {
      font-size: 1.2rem; } }
  .sec-thirdtitle h5 span {
    color: #D8D7D7; }

/* ----------------------------------------------------------
:: border-bottom-right
---------------------------------------------------------- */
.bottom-border {
  border-bottom: 1px solid #5C0F8B; }
  @media screen and (max-width: 767px) {
    .bottom-border {
      padding-top: 0; } }

.bottom-border-3 {
  border-bottom: 1px solid #5C0F8B;
  margin: 2rem 0; }
  @media screen and (max-width: 767px) {
    .bottom-border-3 {
      padding-top: 0;
      margin: 1rem 0; } }

.bottom-border-1 {
  border-bottom: 2px solid #5C0F8B;
  width: 25px; }
  @media screen and (max-width: 1025px) {
    .bottom-border-1 {
      margin: auto; } }

.bottom-border-2 {
  border-bottom: 1px solid #6D6F70;
  margin: 0.9rem 0 0.9rem; }
  @media screen and (max-width: 767px) {
    .bottom-border-2 {
      margin-top: 0; } }
  @media screen and (min-width: 1601px) {
    .bottom-border-2 {
      margin: 1.5rem 0; } }

.right-border {
  border-right: 2px solid #5C0F8B;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .right-border {
      margin: auto; } }

@media screen and (min-width: 768px) {
  .right-borderd::before {
    border-right: 2px solid #bbc0c5;
    position: absolute;
    content: "";
    left: 230px;
    height: 100%;
    top: 0; } }
@media screen and (max-width: 767px) {
  .right-borderd::before {
    border-right: 2px solid #bbc0c5; } }
@media screen and (min-width: 1501px) {
  .right-borderd::before {
    left: 260px; } }

/* ----------------------------------------------------------
:: listing
---------------------------------------------------------- */
.list-circle li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.7;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .list-circle li {
      line-height: 1.5;
      margin-bottom: 0.5rem; } }
  .list-circle li::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    content: "";
    background-color: #5C0F8B;
    border-radius: 50%; }
    @media screen and (min-width: 1601px) {
      .list-circle li::before {
        width: 7px;
        height: 7px;
        top: 12px; } }
  @media screen and (max-width: 767px) {
    .list-circle li {
      margin-bottom: 0.4rem; } }
  @media screen and (min-width: 1401px) {
    .list-circle li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1.2rem; } }

.list-circle-mb-0 li {
  margin-bottom: 0;
  line-height: 1.5; }

.list-count {
  column-count: 2; }

/* ----------------------------------------------------------
// cirlce gredient
---------------------------------------------------------- */
.circle-gradient {
  position: relative; }
  .circle-gradient::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(110deg, white 10%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%); }

.circle-gradient-1 {
  position: relative; }
  .circle-gradient-1::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-4 {
  position: relative; }
  .circle-gradient-4::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-2 {
  position: relative; }
  .circle-gradient-2::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(175deg, #fdfdfd 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #fa895414 100%); }

.circle-gradient-3 {
  position: relative; }
  .circle-gradient-3::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(13deg, #f8f6f9 0%, #f9f7f9 0%, #f8f7f9 80%, #e6ddea 100%); }

.bg-half-color-curv {
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .bg-half-color-curv {
      margin-top: 0px; } }
  .bg-half-color-curv::after {
    width: calc(96% - 70px);
    right: 200px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 200px 0 0; }
    @media screen and (max-width: 1025px) {
      .bg-half-color-curv::after {
        width: calc(100% - 70px);
        border-radius: 0 130px 0 0; } }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv::after {
        width: calc(100% + 21px);
        left: -10px;
        border-radius: 0 125px 0 0; } }
    @media screen and (min-width: 1601px) {
      .bg-half-color-curv::after {
        width: calc(92% - 70px); } }
  @media screen and (min-width: 1601px) {
    .bg-half-color-curv {
      margin-top: 5rem; } }

/* ----------------------------------------------------------
:: gradient-separator
---------------------------------------------------------- */
.gradient-separator {
  width: 100%;
  height: 2px;
  background: #5c0f8b;
  background: linear-gradient(90deg, rgba(92, 15, 139, 0) 0%, #5c0f8b 49%, rgba(92, 15, 139, 0) 100%); }

.gradient-separator-1 {
  background: #f2eaf5;
  background: linear-gradient(203deg, #e5dce9 0%, #e5dce9 0%, #fafafb 30%); }

.gradient-separator-2 {
  background: #f2eaf5;
  background: linear-gradient(0deg, #ffffff 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #fa895414 100%); }

.gradient-separator-3 {
  position: relative; }
  .gradient-separator-3::before {
    background: #e5dce9;
    background: linear-gradient(120deg, #ffffff 40%, #fbfbfb 50%, #fbfbfb 50%, #fbfbfb 50%, #fafafa 60%, #e5dce9 100%);
    height: 100%;
    z-index: -1; }
  .gradient-separator-3::after {
    background: #f2eaf5;
    background: linear-gradient(0deg, #ffffff 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #fa895414 100%); }

.gradient-border {
  position: relative;
  border-radius: 12px;
  padding: 30px;
  z-index: 0; }
  .gradient-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    padding: 0.1rem;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; }

.lenear-gradient {
  background: white;
  background: linear-gradient(180deg, #ebe5ee00 0%, #ebe5ee00 0%, #ebe4ee 40%, #e9e2ed 60%, #e9e2ec00 100%, #ebe5ee00 0%); }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-sec .scroll-box, .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .scroll-sec .add-benifit-inner {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 35vh; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .scroll-sec .scroll-box, .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .scroll-sec .add-benifit-inner {
      height: 20vh; } }
  @media screen and (min-width: 1400px) {
    .scroll-sec .scroll-box, .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .scroll-sec .add-benifit-inner {
      height: 25vh; } }
  .scroll-sec .scroll-box::-webkit-scrollbar, .scroll-sec .add-benifit .add-benifit-inner::-webkit-scrollbar, .add-benifit .scroll-sec .add-benifit-inner::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb, .scroll-sec .add-benifit .add-benifit-inner::-webkit-scrollbar-thumb, .add-benifit .scroll-sec .add-benifit-inner::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5C0F8B; }

.scroll-sec-1 .scroll-box, .scroll-sec-1 .add-benifit .add-benifit-inner, .add-benifit .scroll-sec-1 .add-benifit-inner {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 35vh; }
  @media screen and (max-width: 767px) {
    .scroll-sec-1 .scroll-box, .scroll-sec-1 .add-benifit .add-benifit-inner, .add-benifit .scroll-sec-1 .add-benifit-inner {
      height: 35vh; } }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .scroll-sec-1 .scroll-box, .scroll-sec-1 .add-benifit .add-benifit-inner, .add-benifit .scroll-sec-1 .add-benifit-inner {
      height: 25vh; } }
  @media screen and (min-width: 1400px) {
    .scroll-sec-1 .scroll-box, .scroll-sec-1 .add-benifit .add-benifit-inner, .add-benifit .scroll-sec-1 .add-benifit-inner {
      height: 30vh; } }
  .scroll-sec-1 .scroll-box::-webkit-scrollbar, .scroll-sec-1 .add-benifit .add-benifit-inner::-webkit-scrollbar, .add-benifit .scroll-sec-1 .add-benifit-inner::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-sec-1 .scroll-box::-webkit-scrollbar-thumb, .scroll-sec-1 .add-benifit .add-benifit-inner::-webkit-scrollbar-thumb, .add-benifit .scroll-sec-1 .add-benifit-inner::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5C0F8B; }

@media screen and (max-width: 767px) {
  .scroll-sec .scroll-box-1 {
    height: 41vh !important; }

  .accordion-body {
    padding: 0.5rem; } }
/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    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; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .social-links {
      padding-top: 20px; } }

/* ----------------------------------------------------------
:: kimba
---------------------------------------------------------- */
.kimba-1 {
  position: absolute;
  left: calc(23% - 140px);
  top: 13px;
  z-index: -1; }
  @media screen and (max-width: 1025px) {
    .kimba-1 {
      display: none; } }
  @media screen and (min-width: 1401px) {
    .kimba-1 {
      top: 16px; } }
  @media screen and (min-width: 1601px) {
    .kimba-1 {
      top: 75px;
      left: calc(28% - 140px); } }

.kimba-about-course {
  position: absolute;
  bottom: -80px;
  right: 40px; }
  @media screen and (min-width: 1601px) {
    .kimba-about-course {
      right: 150px; } }

/* ----------------------------------------------------------
:: 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 ul li {
    margin-bottom: 0.2rem; }
  footer a {
    color: #fff;
    font-weight: 400; }
    footer a:hover {
      color: #FF5100; }
  footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5) !important; }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem; }
    footer .contact li i {
      position: absolute;
      top: 5px;
      left: 0; }
  footer .privacy a {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      footer .privacy a {
        font-size: 0.7rem; } }
  footer .accordion-item {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      footer .accordion-item {
        margin-top: 1rem; } }
    footer .accordion-item .accordion-button {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 0.1875rem;
      text-transform: uppercase;
      font-size: 1.05rem;
      margin-bottom: 0.7rem;
      box-shadow: none;
      padding: 0;
      white-space: nowrap; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-button {
          font-size: 1.15rem; } }
      footer .accordion-item .accordion-button::after {
        background-image: unset; }
        @media screen and (max-width: 767px) {
          footer .accordion-item .accordion-button::after {
            background-image: unset;
            right: 20px;
            position: absolute;
            content: "\f107";
            font-family: 'FontAwesome';
            font-size: 1.2rem;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -ms-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); } }
    @media screen and (max-width: 767px) {
      footer .accordion-item .accordion-button.active::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }
    footer .accordion-item .accordion-body {
      padding: 0; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-body p {
          font-size: 1rem; } }
  @media screen and (max-width: 1025px) {
    footer .footer-dome {
      position: relative;
      left: 0; } }
  @media screen and (min-width: 1401px) {
    footer .footer-dome {
      left: 12px; } }
  @media screen and (min-width: 1601px) {
    footer .footer-dome {
      left: 0px; } }

/* ----------------------------------------------------------
:: Instagram Embed
---------------------------------------------------------- */
.widget-box {
  box-shadow: 0px 0px 7px #02020221;
  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; } }

/* ----------------------------------------------------------
:: 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%; }

.breadcrumb-top-section, .breadcrumb-top-section-white {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/ghrce.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 160px 0 90px 0;
  position: relative;
  background-position: 100% 53%;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 1601px) {
    .breadcrumb-top-section, .breadcrumb-top-section-white {
      padding: 200px 0 100px 0; } }
  .breadcrumb-top-section:before, .breadcrumb-top-section-white:before {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0984768908) 0%, black 100%);
    z-index: 0; }
  .breadcrumb-top-section:after, .breadcrumb-top-section-white:after {
    height: 20%;
    background-color: #5C0F8B;
    bottom: 0;
    top: auto;
    z-index: 1; }
  .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
    z-index: 2; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .breadcrumb-top-section, .breadcrumb-top-section-white {
      padding: 120px 0 40px; } }
  .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
    position: absolute;
    right: calc(10% - 10px);
    bottom: 18px;
    z-index: 9;
    display: flex; }
    @media screen and (max-width: 768px) {
      .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
        bottom: 9px; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
        right: calc(13% - 10px);
        bottom: 20px; } }
    .breadcrumb-top-section .breadcrumb-top li, .breadcrumb-top-section-white .breadcrumb-top li,
    .breadcrumb-top-section .breadcrumb-top a,
    .breadcrumb-top-section-white .breadcrumb-top a {
      color: #fff; }
      @media screen and (max-width: 767px) {
        .breadcrumb-top-section .breadcrumb-top li, .breadcrumb-top-section-white .breadcrumb-top li,
        .breadcrumb-top-section .breadcrumb-top a,
        .breadcrumb-top-section-white .breadcrumb-top a {
          font-size: 0.55rem; } }
      .breadcrumb-top-section .breadcrumb-top li i, .breadcrumb-top-section-white .breadcrumb-top li i,
      .breadcrumb-top-section .breadcrumb-top a i,
      .breadcrumb-top-section-white .breadcrumb-top a i {
        padding: 0 0.5rem; }
    .breadcrumb-top-section .breadcrumb-top li:last-child, .breadcrumb-top-section-white .breadcrumb-top li:last-child {
      font-weight: 700; }
  .breadcrumb-top-section .breadcrumb-top-title, .breadcrumb-top-section-white .breadcrumb-top-title {
    position: relative; }
    .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: left; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
        font-size: 2.5rem; } }
    .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
      font-size: 2rem;
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: left; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
          font-size: 1.1rem !important;
          line-height: 1.2rem;
          margin-bottom: 1rem; } }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
          font-size: 2.5rem; } }
  .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
    width: 105px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
        width: 80px; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
        width: 150px; } }

.breadcrumb-top-section-white::after {
  background: #fff; }

/* ----------------------------------------------------------
:: Bg-overlay
---------------------------------------------------------- */
.bg-overlay {
  background: linear-gradient(180deg, #000000b0 20%, #00000000 100%); }

/* ----------------------------------------------------------
:: // min-height
---------------------------------------------------------- */
.min-h {
  height: 30vh; }
  @media screen and (max-width: 767px) {
    .min-h {
      height: 25vh; } }
  @media screen and (min-width: 1601px) {
    .min-h {
      height: 20vh !important; } }

.min-h-2 {
  min-height: 50vh; }
  @media screen and (max-width: 991px) {
    .min-h-2 {
      min-height: 30vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .min-h-2 {
      min-height: 25vh; } }
  @media screen and (min-width: 1601px) {
    .min-h-2 {
      min-height: 50vh !important; } }

.min-h-1 {
  height: 102vh; }
  @media screen and (max-width: 767px) {
    .min-h-1 {
      height: 25vh; } }
  @media screen and (min-width: 1601px) {
    .min-h-1 {
      height: 70vh !important; } }
  @media screen and (min-width: 1920px) {
    .min-h-1 {
      height: 83vh !important; } }

/* ----------------------------------------------------------
:: // //padding-top
---------------------------------------------------------- */
.ptop-30 {
  padding-top: 30vh; }
  @media screen and (max-width: 767px) {
    .ptop-30 {
      padding-top: 11vh; } }

/* ----------------------------------------------------------
:: // // margin-top
---------------------------------------------------------- */
.mt-120 {
  margin-top: 120px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .mt-120 {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .mt-120 {
      margin-top: unset; } }

.mt-20 {
  margin-top: 20rem; }
  @media screen and (max-width: 767px) {
    .mt-20 {
      margin-top: 13rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .mt-20 {
      margin-top: 15rem; } }
  @media screen and (min-width: 1601px) {
    .mt-20 {
      margin-top: 25rem; } }

/* Keyframes for zoom-in-out effect */
@keyframes zoomInOut {
  0%,
    100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
/* ----------------------------------------------------------
::  commen scss
---------------------------------------------------------- */
.shadow-circle {
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 4.5rem 2rem;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .shadow-circle {
      height: 100px;
      width: 100px;
      padding: 2rem 1rem;
      margin-bottom: 0.5rem; }
      .shadow-circle h6 {
        font-size: 0.9rem; } }

.style-p {
  position: absolute;
  top: 65px;
  right: 0px;
  width: 65%;
  left: auto;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .style-p {
      position: unset;
      width: 100%;
      padding-top: 0.5rem; } }

.img-border {
  border-radius: 20px; }

.min-h-75, .circle-gradient-1 {
  min-height: 100vh; }
  @media only screen and (min-width: 414px) and (max-width: 815px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 90vh; } }
  @media screen and (max-width: 767px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 50vh; } }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }
  @media screen and (min-width: 1400px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }

.floating-tab {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1000; }
  .floating-tab .tab-btn {
    width: 25px;
    height: 2px;
    border: none;
    background: #D8D7D7;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s; }
    .floating-tab .tab-btn.active {
      background-color: #FF5100;
      color: #fff;
      width: 35px; }
    .floating-tab .tab-btn:hover {
      background-color: #5C0F8B; }
  .floating-tab.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle; }

/* Style the select2 container */
.select2-container {
  font-size: 1rem;
  /* Main selection box */
  /* Hover effect */
  /* Dropdown menu */
  /* Dropdown items */
  /* Dropdown open state → change arrow */ }
  @media screen and (min-width: 1601px) {
    .select2-container {
      font-size: 1.2rem; } }
  .select2-container .select2-selection--single {
    height: 50px;
    padding: 8px 12px;
    border: 1px solid #5C0F8B;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.3s ease;
    /* Rendered text inside select */
    /* Arrow customization */ }
    @media screen and (min-width: 1601px) {
      .select2-container .select2-selection--single {
        height: 60px; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 30px !important; }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 40px !important; } }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 50px;
      width: 50px;
      border-radius: 5px;
      top: 0;
      right: 0;
      background: #5C0F8B;
      /* Hide default triangle */
      /* Add custom FontAwesome arrow */ }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__arrow {
          height: 60px;
          width: 60px; } }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection--single .select2-selection__arrow::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f107";
        color: #fff;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.2s ease-in-out; }
  .select2-container .select2-selection--single:hover {
    border: 1px solid #FF5100; }
  .select2-container .select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 5px 0; }
  .select2-container .select2-results__option {
    padding: 10px 15px;
    font-size: 15px;
    color: #333; }
    .select2-container .select2-results__option--highlighted {
      background-color: #5C0F8B !important;
      color: #fff; }
    .select2-container .select2-results__option--selected {
      background-color: #D8D7D7; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    content: "\f106"; }

/* Focus style */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.select2-selection--focus {
  border-color: #5C0F8B;
  outline: none;
  box-shadow: none; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #5C0F8B; }

/* Disabled input fix */
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

header {
  position: relative; }
  header .navbar {
    background: #000000;
    background: linear-gradient(180deg, #000000 20%, #00000000 100%);
    height: auto;
    z-index: 999;
    top: 0; }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 767px) {
      header .navbar {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem; } }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: rgba(0, 0, 0, 0.9); }
      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,
      header .navbar .cmn-white-button {
        padding: 6px 7px !important; } }
    header .navbar .navbar-brand {
      bottom: calc(0% + 90px); }
      header .navbar .navbar-brand img {
        filter: brightness(0) invert(1);
        width: 130px; }
      @media screen and (max-width: 1024px) {
        header .navbar .navbar-brand {
          padding: 0 0.5rem;
          margin-left: 1rem; }
          header .navbar .navbar-brand img {
            width: 110px; } }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand {
          margin-left: 4rem; } }
      @media screen and (max-width: 350px) {
        header .navbar .navbar-brand img {
          width: 90px; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 160px; } }
    header .navbar .main-navbar .nav-item .nav-link,
    header .navbar .main-navbar .nav-item .dropdown-toggle {
      color: #fff;
      font-size: 0.9rem;
      padding: 0rem 0.8rem;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          color: rgba(0, 0, 0, 0.9);
          font-size: 0.85rem;
          padding: 1rem 0.5rem;
          display: block;
          border-bottom: 1px solid #d9d9d9; } }
      @media screen and (max-width: 1024px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 0.85rem;
          padding: 1rem 0.5rem;
          display: block; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item .nav-link,
        header .navbar .main-navbar .nav-item .dropdown-toggle {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 50px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a;
        max-height: 75vh;
        overflow-y: scroll; } }
    header .navbar .main-navbar .nav-item.dropdown.dropdown-mega {
      position: static; }
      header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
        max-width: max-content;
        left: auto;
        right: 100px;
        margin: auto;
        padding: 1rem; }
        @media screen and (max-width: 1024px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 100%;
            padding: 0.5rem 0; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            right: 200px; } }
    header .navbar .main-navbar .navbar-toggler {
      border: none;
      padding: 0;
      outline: none; }
      header .navbar .main-navbar .navbar-toggler:focus {
        box-shadow: none; }
      @media screen and (max-width: 767px) {
        header .navbar .main-navbar .navbar-toggler {
          position: absolute;
          color: #fff;
          font-size: 1.5rem; } }
    header .navbar .main-navbar .dropdown-toggle::after {
      content: unset; }
    header .navbar .main-navbar .dropdown-menu {
      min-width: 14rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      border: none;
      border-radius: 10px 0 10px 0;
      padding: 0;
      overflow: hidden; }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .dropdown-menu {
          min-width: 17rem; } }
      header .navbar .main-navbar .dropdown-menu .row .col {
        position: relative; }
        header .navbar .main-navbar .dropdown-menu .row .col::after {
          width: 1px;
          background-color: #5C0F8B;
          left: 1rem;
          left: auto; }
          @media screen and (max-width: 1023px) {
            header .navbar .main-navbar .dropdown-menu .row .col::after {
              content: unset; } }
        header .navbar .main-navbar .dropdown-menu .row .col:first-child::after {
          content: unset; }
      header .navbar .main-navbar .dropdown-menu ul {
        list-style: none;
        padding: 0; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item {
        color: rgba(0, 0, 0, 0.9);
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
        font-size: 0.8rem;
        line-height: 1.6;
        white-space: normal;
        font-weight: 500; }
        @media screen and (max-width: 1023px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.75rem;
            padding: 0.3rem 1rem;
            border-bottom: 0;
            color: #6D6F70; } }
        header .navbar .main-navbar .dropdown-menu li .dropdown-item:hover {
          color: #5C0F8B;
          background-color: #d4c9e24d; }
        @media screen and (min-width: 1401px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.85rem; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 1rem; } }
      header .navbar .main-navbar .dropdown-menu li a {
        color: rgba(0, 0, 0, 0.9);
        padding: 0.5em 1em; }
    @media only screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll; } }
    @media only screen and (min-width: 992px) and (max-width: 1140px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap; } }
    @media screen and (min-width: 993px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        display: block; } }
    @media screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
        border-radius: 0;
        margin-top: 0;
        overflow-x: hidden; } }
    header .navbar .main-navbar .active {
      font-weight: 600 !important;
      color: #FF5100 !important; }
    header .navbar .main-navbar .dropdown-menu li .dropdown-item.active,
    header .navbar .main-navbar .dropdown-menu li .dropdown-item:active {
      color: #fff !important;
      text-decoration: none;
      background-color: #5C0F8B; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item.active:hover,
      header .navbar .main-navbar .dropdown-menu li .dropdown-item:active:hover {
        color: #fff !important; }
    header .navbar .mega-content h6 {
      padding-left: 1.5rem;
      font-weight: 700; }
      @media screen and (max-width: 1023px) {
        header .navbar .mega-content h6 {
          padding-left: 1rem; } }

@media screen and (max-width: 767px) {
  .dropdown-menu .sec-thirdtitle h5 {
    font-size: 1.2rem; } }

@media (min-width: 992px) {
  .navbar-nav .bar-line {
    left: -186px; } }
@media screen and (min-width: 1300px) {
  .humbergar-menu[data-bs-popper] {
    left: -186px; } }
@media screen and (min-width: 1601px) {
  .humbergar-menu[data-bs-popper] {
    left: -190px !important; } }
@media screen and (min-width: 993px) {
  header .navbar .main-navbar .dropdown:hover .bar-line {
    display: block;
    left: auto;
    right: 0; } }
.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1024px) {
    .fixed-top .navbar .navbar-toggler span {
      color: rgba(0, 0, 0, 0.9); } }
  @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: 1024px) {
    .fixed-top .navbar .nav-item a {
      font-size: 1.1rem;
      padding: 0.5rem 0.8rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: rgba(0, 0, 0, 0.9); } }

.acadmics {
  margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .acadmics {
      margin-left: 0; } }
  .acadmics .cmn-button:hover, .acadmics .cmn-white-button:hover {
    transform: none; }
  .acadmics .dropdown {
    position: static; }
    .acadmics .dropdown .dropdown-toggle {
      border: none; }
      .acadmics .dropdown .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 1.2rem;
        vertical-align: middle;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
      .acadmics .dropdown .dropdown-toggle.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .acadmics .dropdown .menus {
        width: 100%;
        padding: 1rem 0.5rem;
        margin-top: 0; }
        .acadmics .dropdown .menus li {
          margin: 0.5rem; }
          .acadmics .dropdown .menus li .accordion {
            padding: 0.3rem;
            font-weight: 500;
            display: block; }
            .acadmics .dropdown .menus li .accordion:after {
              content: "\f107";
              font-family: 'FontAwesome';
              font-size: 1.2rem;
              position: absolute;
              right: 20px;
              -webkit-transition: 0.6s;
              -moz-transition: 0.6s;
              -ms-transition: 0.6s;
              -o-transition: 0.6s;
              transition: 0.6s; }
            .acadmics .dropdown .menus li .accordion.active {
              color: #5C0F8B;
              background-color: #d4c9e24d; }
              .acadmics .dropdown .menus li .accordion.active:after {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg); }
        .acadmics .dropdown .menus .accordion-body {
          box-shadow: inset 0px 0px 10px #0000001c; } }
    @media screen and (min-width: 768px) {
      .acadmics .dropdown .menus {
        width: 60%;
        margin: auto;
        top: 85%;
        left: 0;
        right: 0px;
        margin: auto;
        min-height: 500px;
        border-radius: 10px 0 10px 0;
        padding: 1rem 0; }
        .acadmics .dropdown .menus li {
          display: flex; }
          .acadmics .dropdown .menus li .accordion {
            width: 230px;
            padding: 0.4rem 1rem 0.4rem 1.5rem;
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.6;
            color: rgba(0, 0, 0, 0.9);
            background-color: #fff;
            cursor: pointer; }
            .acadmics .dropdown .menus li .accordion:hover, .acadmics .dropdown .menus li .accordion.active {
              color: #5C0F8B;
              background-color: #d4c9e24d; }
          .acadmics .dropdown .menus li .accordion-collapse {
            top: 0;
            position: absolute;
            right: 0px;
            width: calc(100% - 250px);
            padding: 1.5rem 1rem 1.5rem 0; }
            .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
              padding: 1.25rem 2rem 1.25rem 1rem;
              height: 449px; }
              .acadmics .dropdown .menus li .accordion-collapse .accordion-body .program-card {
                border: 1px solid transparent;
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -ms-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s; }
                .acadmics .dropdown .menus li .accordion-collapse .accordion-body .program-card:hover {
                  border: 1px solid #FF5100; } }
    .acadmics .dropdown .menus .program-card h5 {
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .acadmics .dropdown .menus .program-card h5 {
          font-size: 0.75rem; } }
    .acadmics .dropdown .cmn-white-button,
    .acadmics .dropdown .cmn-button,
    .acadmics .dropdown .cmn-white-button {
      padding: 5px 15px;
      font-size: 0.75rem; }
      @media screen and (max-width: 350px) {
        .acadmics .dropdown .cmn-white-button,
        .acadmics .dropdown .cmn-button,
        .acadmics .dropdown .cmn-white-button {
          padding: 2px 5px !important;
          line-height: 1.3 !important; } }
      @media screen and (max-width: 767px) {
        .acadmics .dropdown .cmn-white-button,
        .acadmics .dropdown .cmn-button,
        .acadmics .dropdown .cmn-white-button {
          padding: 2px 10px !important;
          line-height: 1.5; } }
      @media screen and (min-width: 1601px) {
        .acadmics .dropdown .cmn-white-button,
        .acadmics .dropdown .cmn-button,
        .acadmics .dropdown .cmn-white-button {
          padding: 6px 20px !important;
          font-size: 0.9rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .acadmics .dropdown .dropdown-menu {
        width: 95%;
        top: 85%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .acadmics .dropdown .menus {
        width: 75%;
        top: 85%; } }
    @media screen and (min-width: 1200px) and (max-width: 1364px) {
      .acadmics .dropdown .menus {
        width: 65%;
        top: 85%; } }
    @media screen and (min-width: 1501px) {
      .acadmics .dropdown .menus li .accordion {
        font-size: 1.1rem;
        width: 260px; }
      .acadmics .dropdown .menus li .accordion-collapse {
        width: calc(100% - 280px); }
        .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
          height: 470px;
          padding-right: 2rem; } }
    @media screen and (min-width: 1600px) {
      .acadmics .dropdown .dropdown-menu {
        left: 115px; } }
    @media screen and (min-width: 1920px) {
      .acadmics .dropdown .dropdown-menu {
        left: -140px;
        width: 50%; } }
  @media screen and (max-width: 767px) {
    .acadmics .academics-list li {
      margin-left: 1rem; } }

.video-bg {
  position: relative;
  height: 96vh;
  width: 100%; }
  .video-bg video {
    position: fixed;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 767px) {
      .video-bg video {
        height: 40vh; } }
    @media screen and (min-width: 1601px) {
      .video-bg video {
        height: 109vh;
        top: -55px; } }
  .video-bg .fallback-img {
    display: none; }
  .video-bg .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #fff;
    color: #5C0F8B;
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; }
    @media screen and (min-width: 1601px) {
      .video-bg .play-button {
        top: 45%;
        left: 51%;
        width: 75px;
        font-size: 30px;
        height: 75px; } }
  .video-bg .play-button i {
    pointer-events: none; }
  @media screen and (max-width: 767px) {
    .video-bg {
      height: 37vh; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .video-bg {
      height: 50vh; } }

/* ----------------------------------------------------------
:: Swiper Our Courses
---------------------------------------------------------- */
.swiper-university .swiper-wrapper,
.swiper-programs .swiper-wrapper {
  padding: 0rem 0 2rem;
  text-align: center;
  margin: auto;
  height: auto; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .swiper-university .swiper-wrapper,
    .swiper-programs .swiper-wrapper {
      padding: 0rem; } }
  @media screen and (max-width: 767px) {
    .swiper-university .swiper-wrapper,
    .swiper-programs .swiper-wrapper {
      padding: 0rem 0 0.5rem; } }

.swiper-button-prev,
.swiper-rtl {
  left: -9px;
  color: #5C0F8B; }
  @media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-rtl {
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .swiper-button-prev,
    .swiper-rtl {
      left: -30px; } }

.swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 400; }

.swiper-button-next:after {
  font-size: 1rem;
  font-weight: 400; }

.swiper-button-next,
.swiper-rtl {
  right: -9px;
  color: #5C0F8B; }
  @media screen and (max-width: 767px) {
    .swiper-button-next,
    .swiper-rtl {
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .swiper-button-next,
    .swiper-rtl {
      right: -30px; } }

@media screen and (max-width: 767px) {
  #next-pg-btn,
  #prev-ug-btn {
    display: none !important; } }

.mySwiper1 {
  overflow: hidden !important; }

/* ----------------------------------------------------------
:: Accreditation
---------------------------------------------------------- */
.accreditation-img img {
  padding: 1.6rem;
  width: 120px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  filter: grayscale(1); }
  .accreditation-img img:hover {
    filter: unset; }
@media screen and (max-width: 1025px) {
  .accreditation-img img {
    padding: 0.2rem;
    width: 65px; } }
@media screen and (max-width: 767px) {
  .accreditation-img img {
    padding: 0rem;
    width: 50px; } }
@media screen and (min-width: 1601px) {
  .accreditation-img img {
    padding: 2rem;
    width: 150px; } }

/* ----------------------------------------------------------
:: Explore Our Courses
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .explore-course-sec .sec-title h2 {
    font-size: 1.4rem; }
  .explore-course-sec .swiper-button-next,
  .explore-course-sec .swiper-button-prev {
    display: none; } }
.explore-course-sec .grid-container {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  gap: 1.5rem;
  justify-content: center;
  padding: 1rem 1.5rem; }
  @media screen and (max-width: 767px) {
    .explore-course-sec .grid-container {
      grid-template-columns: repeat(2, 49%);
      gap: 1rem;
      padding: 1rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .explore-course-sec .grid-container {
      grid-template-columns: repeat(4, 24%);
      gap: 1rem;
      padding: 1rem; } }
  @media screen and (min-width: 1601px) {
    .explore-course-sec .grid-container {
      gap: 2.5rem;
      padding: 1rem 1.1rem; } }
.explore-course-sec .explore-program {
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 767px) {
    .explore-course-sec .explore-program {
      margin-bottom: 2rem; } }
  .explore-course-sec .explore-program .form-control {
    color: #6D6F70;
    border: 2px solid #5C0F8B; }
  .explore-course-sec .explore-program .search-img {
    background: #5C0F8B;
    border-radius: 0.5rem;
    border: 1px solid #5C0F8B;
    max-width: 52px;
    line-height: 50px;
    height: 50px;
    margin-left: 0.5rem;
    width: 100%;
    text-align: center;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .explore-course-sec .explore-program .search-img i {
      font-size: 1.3rem; }
    .explore-course-sec .explore-program .search-img .fa-search {
      font-size: 1rem; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .explore-course-sec .explore-program .search-img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1; } }
    @media screen and (max-width: 1025px) {
      .explore-course-sec .explore-program .search-img {
        margin-left: 0.5rem; } }
    @media screen and (max-width: 767px) {
      .explore-course-sec .explore-program .search-img i {
        font-size: 1rem; } }
    @media screen and (min-width: 1601px) {
      .explore-course-sec .explore-program .search-img {
        max-width: 62px;
        line-height: 63px;
        height: 60px; }
        .explore-course-sec .explore-program .search-img i {
          font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .explore-course-sec .explore-program .search-img-1 {
      position: absolute;
      right: 0px;
      top: 65px;
      z-index: 1; } }
  .explore-course-sec .explore-program .search-course {
    pointer-events: unset; }
  .explore-course-sec .explore-program .styled-select {
    position: relative;
    z-index: 1;
    width: 100%; }
    .explore-course-sec .explore-program .styled-select select,
    .explore-course-sec .explore-program .styled-select input {
      display: inline-block;
      border: 1px solid #5C0F8B;
      height: 50px;
      border-radius: 0.5rem;
      color: #6D6F70 !important;
      width: 100%;
      padding: 0 1rem;
      font-size: 1rem;
      appearance: none; }
      @media screen and (max-width: 767px) {
        .explore-course-sec .explore-program .styled-select select,
        .explore-course-sec .explore-program .styled-select input {
          margin-bottom: 1rem;
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        .explore-course-sec .explore-program .styled-select select,
        .explore-course-sec .explore-program .styled-select input {
          height: 60px;
          font-size: 1.2rem; } }
@media screen and (max-width: 767px) {
  .explore-course-sec .acadmics {
    position: relative;
    top: 0;
    margin-bottom: 1rem; } }
.explore-course-sec .acadmics .dropdown {
  position: relative; }
  .explore-course-sec .acadmics .dropdown .menus {
    width: 100%;
    top: auto !important;
    right: 0 !important;
    min-height: 230px !important;
    transform: unset !important;
    min-width: 600px;
    left: auto !important; }
    @media screen and (max-width: 767px) {
      .explore-course-sec .acadmics .dropdown .menus {
        min-width: 300px;
        min-height: 130px !important; } }
    @media screen and (min-width: 1601px) {
      .explore-course-sec .acadmics .dropdown .menus {
        height: 300px !important; } }
    .explore-course-sec .acadmics .dropdown .menus .scroll-box, .explore-course-sec .acadmics .dropdown .menus .add-benifit .add-benifit-inner, .add-benifit .explore-course-sec .acadmics .dropdown .menus .add-benifit-inner {
      height: 147px; }
      @media screen and (min-width: 1601px) {
        .explore-course-sec .acadmics .dropdown .menus .scroll-box, .explore-course-sec .acadmics .dropdown .menus .add-benifit .add-benifit-inner, .add-benifit .explore-course-sec .acadmics .dropdown .menus .add-benifit-inner {
          height: 250px; } }
    .explore-course-sec .acadmics .dropdown .menus .accordion-body {
      padding: 1rem; }
      .explore-course-sec .acadmics .dropdown .menus .accordion-body .form-check-label {
        font-size: 0.85rem; }
      @media screen and (min-width: 1601px) {
        .explore-course-sec .acadmics .dropdown .menus .accordion-body {
          padding: 0 2rem; }
          .explore-course-sec .acadmics .dropdown .menus .accordion-body .form-check-label {
            font-size: 1rem; } }

.swiper-programs .swiper-wrapper .swiper-slide {
  padding: 10px 15px; }
  @media screen and (max-width: 1024px) {
    .swiper-programs .swiper-wrapper .swiper-slide {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .swiper-programs .swiper-wrapper .swiper-slide {
      width: 45% !important;
      padding: 10px 0; } }

.program-card {
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.4rem;
  background-color: #fff; }
  .program-card .program-details {
    padding: 1.3rem 1rem; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .program-card .program-details {
        padding: 0.7rem; } }
    .program-card .program-details p {
      font-size: 0.8rem; }
      @media screen and (min-width: 1401px) {
        .program-card .program-details p {
          font-size: 0.9rem; } }
      @media screen and (min-width: 1601px) {
        .program-card .program-details p {
          font-size: 1rem; } }
    @media screen and (max-width: 767px) {
      .program-card .program-details {
        padding: 0.7rem;
        min-height: 126px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .program-card .program-details .share-img {
      position: relative; }
      .program-card .program-details .share-img img {
        width: 15px;
        margin-left: 0.5rem; }
        @media screen and (max-width: 767px) {
          .program-card .program-details .share-img img {
            width: 10px; } }
      .program-card .program-details .share-img .social-media {
        opacity: 0;
        position: relative;
        display: grid;
        flex-direction: column;
        position: absolute;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        position: absolute;
        top: -105px;
        left: -8px; }
        .program-card .program-details .share-img .social-media a {
          font-size: 1.2rem;
          color: #FF5100;
          font-weight: bold;
          display: inline-block;
          position: relative;
          z-index: 1; }
          .program-card .program-details .share-img .social-media a::before {
            position: absolute;
            background-color: #fff;
            z-index: -1;
            margin: auto;
            width: 50%;
            left: 0;
            right: -60px; }
      .program-card .program-details .share-img:hover .social-media {
        opacity: 1; }
    .program-card .program-details .pro-year {
      margin: 0.3rem 0;
      text-align: start;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .program-card .program-details .pro-year {
          margin: 0.2rem 0; }
          .program-card .program-details .pro-year > div {
            margin-bottom: 0.2rem; } }
      .program-card .program-details .pro-year i {
        font-size: 0.8rem;
        color: #FF5100; }
      .program-card .program-details .pro-year span {
        margin-left: 0.5rem;
        font-size: 0.9rem; }
        @media screen and (max-width: 1024px) {
          .program-card .program-details .pro-year span {
            font-size: 0.53rem; } }
    @media screen and (min-width: 1601px) {
      .program-card .program-details {
        padding: 1.5rem; }
        .program-card .program-details .share-img img {
          width: 20px; }
        .program-card .program-details .pro-year i {
          font-size: 1rem; }
        .program-card .program-details .pro-year span {
          font-size: 0.9rem !important; } }
    @media screen and (max-width: 767px) {
      .program-card .program-details .cmn-button, .program-card .program-details .cmn-white-button,
      .program-card .program-details .cmn-white-button {
        padding: 3px;
        font-size: 0.58rem;
        margin-top: 0.5rem;
        padding: 5px 6px !important; } }
    @media screen and (max-width: 350px) {
      .program-card .program-details .cmn-button, .program-card .program-details .cmn-white-button,
      .program-card .program-details .cmn-white-button {
        font-size: 0.6rem; } }
  .program-card .program-img img {
    border-radius: 0.4rem 0.4rem 0 0; }
    @media screen and (min-width: 1601px) {
      .program-card .program-img img {
        width: 100%; } }

.filter-btn {
  border-radius: 1rem;
  border: 1px solid #B0B0B0 !important;
  padding: 0.3rem 1rem;
  cursor: pointer; }
  .filter-btn span {
    padding-right: 0.5rem; }
  .filter-btn::after {
    content: unset !important; }
  .filter-btn img {
    width: 15px; }
  @media screen and (max-width: 767px) {
    .filter-btn {
      padding: 0.3rem 0.7rem; }
      .filter-btn img {
        width: 12px; } }
  @media screen and (min-width: 1601px) {
    .filter-btn {
      font-size: 1.1rem;
      border-radius: 1.85rem; }
      .filter-btn img {
        width: 20px; } }

.sec-univerities .swiper-wrapper {
  padding: 1rem 0; }
  .sec-univerities .swiper-wrapper .swiper-slide {
    overflow: visible; }
  @media screen and (max-width: 767px) {
    .sec-univerities .swiper-wrapper {
      padding: 2rem 0; }
      .sec-univerities .swiper-wrapper .swiper-slide {
        transition: 0.6s; }
      .sec-univerities .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.15);
        transition: 0.6s; } }
.sec-univerities .program-card {
  position: relative;
  box-shadow: none;
  background-color: #fff;
  min-height: 450px; }
  @media screen and (min-width: 1401px) {
    .sec-univerities .program-card {
      min-height: 470px; } }
  @media screen and (min-width: 1601px) {
    .sec-univerities .program-card {
      min-height: 580px; } }
  @media screen and (max-width: 1025px) {
    .sec-univerities .program-card {
      min-height: 400px; } }
  @media screen and (max-width: 767px) {
    .sec-univerities .program-card {
      min-height: auto; } }
  .sec-univerities .program-card .cmn-white-button {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -16px;
    width: fit-content; }
    @media screen and (max-width: 767px) {
      .sec-univerities .program-card .cmn-white-button {
        bottom: -7px; } }
  .sec-univerities .program-card .program-details {
    padding: 1.1rem; }
    .sec-univerities .program-card .program-details p {
      line-height: 1.3;
      color: rgba(51, 51, 51, 0.5); }
    @media screen and (max-width: 767px) {
      .sec-univerities .program-card .program-details {
        min-height: auto;
        padding-bottom: 1.5rem; }
        .sec-univerities .program-card .program-details p {
          display: none; } }
    @media screen and (min-width: 1601px) {
      .sec-univerities .program-card .program-details {
        padding: 1.5rem; } }

.counter-sec h3 {
  font-size: 2.1rem;
  font-weight: 700; }
  @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: rgba(0, 0, 0, 0.9); }
  @media screen and (max-width: 1024px) {
    .counter-sec p {
      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; } }

.campus-infra-sec .sec-title {
  margin-bottom: 3rem; }
  @media screen and (max-width: 1028px) {
    .campus-infra-sec .sec-title {
      margin-bottom: 1rem; } }
.campus-infra-sec .grid-container {
  display: grid;
  grid-template-columns: 20% 20% 30% 10% 20%;
  gap: 3px; }
  .campus-infra-sec .grid-container img {
    width: 100%; }
  .campus-infra-sec .grid-container .grid-item2 img {
    width: 49%; }
    @media screen and (max-width: 1028px) {
      .campus-infra-sec .grid-container .grid-item2 img {
        width: 48%; } }
    .campus-infra-sec .grid-container .grid-item2 img:last-child {
      width: 100%;
      height: 50%;
      margin-top: 3px; }
  .campus-infra-sec .grid-container .grid-item4 img:last-child {
    margin-top: 3px; }
  @media only screen and (max-width: 767px) {
    .campus-infra-sec .grid-container {
      grid-template-columns: repeat(2, 1fr); }
      .campus-infra-sec .grid-container .grid-item3,
      .campus-infra-sec .grid-container .grid-item4,
      .campus-infra-sec .grid-container .grid-item5 {
        display: none; } }

.swiper-recruiterslogo .swiper-wrapper {
  padding: unset !important; }

@media screen and (max-width: 767px) {
  .event-sec .swiper-events .swiper-wrapper .swiper-slide {
    width: 46% !important; } }
@media screen and (max-width: 992px) {
  .event-sec .event-count h3 {
    font-size: 1.3rem !important; } }
.event-sec .counter-box {
  margin-top: 2.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .event-sec .counter-box {
      margin-top: 1.5rem; } }
  .event-sec .counter-box:nth-child(1) {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .event-sec .counter-box {
      margin-top: 1rem; } }
.event-sec .event-card {
  position: relative; }
  .event-sec .event-card .event-img img {
    border-radius: 5px; }
  .event-sec .event-card .event-date {
    text-align: start;
    display: flex;
    align-items: center; }
    .event-sec .event-card .event-date img {
      width: 20px; }
    .event-sec .event-card .event-date span {
      margin-left: 0.5rem; }
      @media screen and (min-width: 1601px) {
        .event-sec .event-card .event-date span {
          font-size: 1rem; } }
  .event-sec .event-card .event-details {
    background-color: #fff;
    padding: 1rem 1.5rem 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 77%;
    border-radius: 10px 0 0;
    min-height: 85px; }
    @media screen and (max-width: 1025px) {
      .event-sec .event-card .event-details {
        width: 87%;
        padding: 1rem; } }
    @media screen and (max-width: 767px) {
      .event-sec .event-card .event-details {
        padding: 0.5rem;
        min-height: auto; } }
    .event-sec .event-card .event-details h4 {
      font-size: 1.25rem;
      color: rgba(0, 0, 0, 0.9);
      font-weight: 700;
      text-align: start; }
      @media screen and (max-width: 1025px) {
        .event-sec .event-card .event-details h4 {
          font-size: 1rem; } }
      @media screen and (max-width: 767px) {
        .event-sec .event-card .event-details h4 {
          font-size: 0.85rem; } }
.event-sec .event-btn-next,
.event-sec .event-btn-prev {
  right: 0;
  border-radius: 40px;
  bottom: 0;
  width: 35px;
  border: 1px solid #5C0F8B;
  height: 35px;
  text-align: center;
  line-height: 35px; }
  @media screen and (max-width: 767px) {
    .event-sec .event-btn-next,
    .event-sec .event-btn-prev {
      display: none; } }
.event-sec .event-btn-prev {
  right: 40px;
  left: auto; }
.event-sec .swiper-button-next,
.event-sec .swiper-button-prev {
  margin: auto; }
.event-sec .swiper-button-next:after {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2.2; }
.event-sec .swiper-button-prev:after {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2.2; }

.placements-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr; }
  @media screen and (max-width: 767px) {
    .placements-sec .grid-container {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .placements-sec .grid-container:nth-child(2n) {
        display: none; } }
@media screen and (max-width: 1025px) and (min-width: 320px) and (max-width: 767px) {
  .placements-sec .placmnt-sec .wrapper {
    bottom: 0px; } }

.placements-sec .placement-icon img {
  margin-right: 1rem; }
@media screen and (min-width: 1601px) {
  .placements-sec .placement-details p {
    font-size: 1.25rem;
    line-height: 1.5; } }
.placements-sec .place-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .placements-sec .place-img {
      background-position: top center; } }
.placements-sec .recruters-list img {
  width: 90px;
  box-shadow: 0 0 10px #00000012;
  padding: 0.5rem;
  background-color: #fff; }
  @media screen and (min-width: 1401px) {
    .placements-sec .recruters-list img {
      width: 100px; } }
.placements-sec .recruters-card {
  padding: 0.6rem 1rem; }
  @media screen and (max-width: 767px) {
    .placements-sec .recruters-card {
      padding: 0.6rem; } }
.placements-sec .placement-card {
  position: relative;
  padding: 3rem 1rem 1rem;
  min-height: 220px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: start; }
  @media screen and (min-width: 1400px) {
    .placements-sec .placement-card {
      min-height: 230px; } }
  @media screen and (min-width: 1601px) {
    .placements-sec .placement-card {
      min-height: 280px; } }
  .placements-sec .placement-card h6 {
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (min-width: 1601px) {
      .placements-sec .placement-card h6 {
        font-size: 1.2rem; } }
  .placements-sec .placement-card p {
    font-size: 0.8rem;
    line-height: 1.3; }
    @media screen and (min-width: 1601px) {
      .placements-sec .placement-card p {
        font-size: 0.9rem; } }
  .placements-sec .placement-card .focus-icon-left {
    position: absolute;
    left: -25px;
    top: calc(25% - 10px);
    transform: rotate(180deg); }
    .placements-sec .placement-card .focus-icon-left img {
      width: 26px; }
  .placements-sec .placement-card .focus-icon-right {
    position: absolute;
    right: -25px;
    left: auto;
    top: calc(25% - 10px);
    transform: rotate(0deg); }
    .placements-sec .placement-card .focus-icon-right img {
      width: 26px; }

.swiper-recruiters img {
  width: 100%; }

:root {
  --gap: calc(100px / 20); }

.marquee {
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0)); }

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  animation: scroll-x 70s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused; } }
@keyframes scroll-x {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-100% - var(--gap))); } }
.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: rgba(255, 255, 255, 0.8) !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; } }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.footer-responsive .grid-container {
  display: grid;
  grid-template-columns: 25% 15% 25% 20%;
  gap: 0.8rem;
  justify-content: end; }
  @media screen and (min-width: 1400px) {
    .footer-responsive .grid-container {
      grid-template-columns: 20% 20% 22% 20%; } }
  @media screen and (min-width: 1601px) {
    .footer-responsive .grid-container {
      grid-template-columns: 24% 15% 25% 20%; } }
  @media screen and (max-width: 1028px) {
    .footer-responsive .grid-container {
      grid-template-columns: 50% 50%;
      gap: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .footer-responsive .grid-container {
      justify-content: start;
      grid-template-columns: 100%; } }
.footer-responsive .footer-dom-container {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: auto 20%;
  gap: 22rem; }
  .footer-responsive .footer-dom-container .footer-dom-item {
    margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .footer-responsive .footer-dom-container {
      display: flex;
      flex-direction: column-reverse;
      gap: 0; }
      .footer-responsive .footer-dom-container .footer-dom-item {
        margin: 1rem 0; } }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .footer-responsive .footer-dom-container {
      gap: 16rem; } }
.footer-responsive .footer-btm-container {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: auto auto;
  gap: 10rem; }
  .footer-responsive .footer-btm-container .footer-btm-item {
    margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .footer-responsive .footer-btm-container {
      grid-template-columns: 100%;
      gap: 0rem; }
      .footer-responsive .footer-btm-container .footer-btm-item {
        margin-top: 0.5rem;
        text-align: center; } }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .footer-responsive .footer-btm-container {
      gap: 15rem; } }
  @media screen and (min-width: 1601px) {
    .footer-responsive .footer-btm-container {
      gap: 20rem; } }

/* ----------------------------------------------------------
:: floating tabs
---------------------------------------------------------- */
.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  top: 37%;
  right: -30px;
  font-weight: 400;
  z-index: 9999;
  cursor: pointer;
  text-transform: capitalize;
  border: 0;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: -13px;
  padding-top: 6px;
  padding-bottom: 20px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1;
  background: #5C0F8B;
  border: 1px solid #6D6F70; }
  .trigger_popup:focus {
    outline: none; }
  @media screen and (max-width: 1025px) {
    .trigger_popup {
      top: 43%; } }
  @media screen and (max-width: 767px) {
    .trigger_popup {
      top: 39%; } }
  @media screen and (min-width: 1401px) {
    .trigger_popup {
      top: 40%; } }
  @media screen and (min-width: 1601px) {
    .trigger_popup {
      right: -32px;
      font-size: 1.1rem; } }

.enquiry-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #5C0F8B;
  background-color: rgba(0, 0, 0, 0.4); }
  .enquiry-modal .modal-content {
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px solid #5C0F8B;
    max-width: 330px;
    position: relative;
    box-shadow: none; }
  .enquiry-modal .head_text {
    background: #5C0F8B;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 20px;
    border-top-left-radius: 35px; }

.close {
  top: 15px;
  position: absolute;
  color: #5C0F8B;
  right: 15px;
  opacity: 1;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #fff; }
  .close:focus {
    outline: none; }

.sticky-bar {
  display: block;
  top: 50%;
  right: -133px;
  position: fixed;
  z-index: 9999;
  width: 184px; }
  .sticky-bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sticky-bar ul li {
      border-radius: 4px 0 0 4px;
      margin: 2px;
      transition: 0.4s;
      padding: 2px;
      background-color: #5C0F8B;
      border: 1px solid #6D6F70; }
      .sticky-bar ul li i {
        padding: 0 5px;
        font-size: 1rem;
        line-height: 1; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li i {
            font-size: 1.4rem; } }
      .sticky-bar ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-size: 0.95rem; }
        .sticky-bar ul li a .icon {
          line-height: 0; }
      .sticky-bar ul li:hover {
        margin-left: -122px; }
      .sticky-bar ul li .applynow,
      .sticky-bar ul li .whatsapp,
      .sticky-bar ul li .st-label {
        font-size: 0.8rem;
        padding-left: 0.5rem; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li .applynow,
          .sticky-bar ul li .whatsapp,
          .sticky-bar ul li .st-label {
            font-size: 1rem; } }

.int-sticky-bar {
  width: 200px;
  right: -170px; }
  @media screen and (min-width: 1601px) {
    .int-sticky-bar {
      right: -164px; } }

.filter-div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.65rem; }

/* ----------------------------------------------------------
:: Breadcrumb sec
---------------------------------------------------------- */
.breadcrumb-sec {
  padding: 100px 0 90px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .breadcrumb-sec {
      padding: 70px 0 30px; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-sec {
      padding: 120px 0 100px; } }
  .breadcrumb-sec .sec-title p {
    color: #6D6F70 !important;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .breadcrumb-sec .sec-title p {
        width: 100%; } }
  .breadcrumb-sec .pro-year-1 span {
    color: #6D6F70;
    font-weight: 600; }
  .breadcrumb-sec .pro-year-1 i {
    font-size: 1.5rem;
    vertical-align: middle; }
  .breadcrumb-sec .breadcrumb-overlay, .breadcrumb-sec .breadcrumb-banner {
    position: absolute;
    top: 0;
    background-color: #D4C9E2;
    width: 41%;
    border-radius: 0rem 0 0 150px;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1025px) {
      .breadcrumb-sec .breadcrumb-overlay, .breadcrumb-sec .breadcrumb-banner {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .breadcrumb-sec .breadcrumb-overlay, .breadcrumb-sec .breadcrumb-banner {
        position: static;
        width: 100%;
        margin-top: 1.5rem;
        height: 350px;
        z-index: 0;
        transform: scaleX(1.07); } }
    @media screen and (min-width: 1401px) {
      .breadcrumb-sec .breadcrumb-overlay, .breadcrumb-sec .breadcrumb-banner {
        width: 40%; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-sec .breadcrumb-overlay, .breadcrumb-sec .breadcrumb-banner {
        width: 40%;
        right: 0; } }
  .breadcrumb-sec .breadcrumb-banner {
    width: 57%; }
    @media screen and (min-width: 1601px) {
      .breadcrumb-sec .breadcrumb-banner {
        width: 66%;
        height: 90%; } }
  .breadcrumb-sec .breadcrumb {
    margin-bottom: 1.5rem; }
    .breadcrumb-sec .breadcrumb li {
      color: #6D6F70;
      font-weight: 400;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        .breadcrumb-sec .breadcrumb li {
          font-size: 0.75rem; } }
      .breadcrumb-sec .breadcrumb li a {
        color: #6D6F70; }
      .breadcrumb-sec .breadcrumb li i {
        margin: 0 0.5rem; }

.breadcrumb-img img {
  width: 300px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 9%; }
  @media screen and (max-width: 1025px) {
    .breadcrumb-img img {
      right: 0%;
      width: 233px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb-img img {
      bottom: calc(0% + 90px);
      width: 200px;
      right: 10%; } }
  @media screen and (min-width: 1401px) {
    .breadcrumb-img img {
      width: 310px;
      right: 12%; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-img img {
      width: 330px;
      right: 10%;
      bottom: 0; } }

.key-course-inner {
  border: 1px solid #FF5100;
  border-radius: 20px 0;
  padding: 2.2rem 1.5rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .key-course-inner {
      padding: 1rem 0.5rem; } }
  .key-course-inner li {
    padding: 0 1rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .key-course-inner li {
        padding: 0 0.5rem; } }
    .key-course-inner li::after {
      content: "";
      position: absolute;
      top: 0;
      left: -2.8rem;
      background-color: #FF5100;
      width: 1px;
      height: 70%;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .key-course-inner li::after {
          left: -0.25rem; } }
      @media screen and (min-width: 1401px) {
        .key-course-inner li::after {
          left: -4rem; } }
    .key-course-inner li:first-child::after {
      content: unset; }
    .key-course-inner li h4 {
      font-weight: 700;
      font-size: 2.7rem;
      margin-bottom: 0;
      color: #5C0F8B; }
      @media screen and (max-width: 767px) {
        .key-course-inner li h4 {
          font-size: 1.8rem; } }
      @media screen and (min-width: 1601px) {
        .key-course-inner li h4 {
          font-size: 3.2rem; } }
    .key-course-inner li p {
      color: rgba(0, 0, 0, 0.9);
      display: block;
      margin-bottom: 0;
      font-size: 1rem;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .key-course-inner li p {
          font-size: 0.8rem; } }
      @media screen and (min-width: 1601px) {
        .key-course-inner li p {
          font-size: 1.2rem; } }

.vertical-tabs {
  min-height: 80vh; }
  @media screen and (max-width: 1025px) {
    .vertical-tabs {
      min-height: 40vh; } }
  @media screen and (min-width: 1400px) {
    .vertical-tabs {
      min-height: 55vh; } }
  .vertical-tabs .acadmics,
  .vertical-tabs .course {
    margin-left: 0; }
    .vertical-tabs .acadmics .dropdown .menus li .accordion,
    .vertical-tabs .course .dropdown .menus li .accordion {
      color: #6D6F70;
      background-color: transparent;
      border: 1px solid #D8D7D7;
      margin-bottom: 0.8rem;
      border-radius: 10px;
      transition: 0.6s;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.7rem 1.2rem; }
      @media screen and (min-width: 1601px) {
        .vertical-tabs .acadmics .dropdown .menus li .accordion,
        .vertical-tabs .course .dropdown .menus li .accordion {
          font-size: 1.2rem; } }
    .vertical-tabs .acadmics .dropdown .menus li .active.accordion,
    .vertical-tabs .course .dropdown .menus li .active.accordion {
      background-color: #fff;
      border: 1px solid transparent;
      color: #5C0F8B;
      box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1); }
    .vertical-tabs .acadmics .dropdown .menus li .accordion-body,
    .vertical-tabs .course .dropdown .menus li .accordion-body {
      height: 245px; }
      @media screen and (max-width: 767px) {
        .vertical-tabs .acadmics .dropdown .menus li .accordion-body,
        .vertical-tabs .course .dropdown .menus li .accordion-body {
          height: 160px; } }
      @media screen and (min-width: 1400px) {
        .vertical-tabs .acadmics .dropdown .menus li .accordion-body,
        .vertical-tabs .course .dropdown .menus li .accordion-body {
          height: 35vh; } }
      .vertical-tabs .acadmics .dropdown .menus li .accordion-body h5,
      .vertical-tabs .course .dropdown .menus li .accordion-body h5 {
        font-weight: 600; }
    @media screen and (max-width: 767px) {
      .vertical-tabs .acadmics .dropdown .menus > li,
      .vertical-tabs .course .dropdown .menus > li {
        margin: 0.5rem 0; }
        .vertical-tabs .acadmics .dropdown .menus > li .accordion:after,
        .vertical-tabs .course .dropdown .menus > li .accordion:after {
          right: 30px;
          font-size: 1rem; } }
  @media screen and (min-width: 767px) {
    .vertical-tabs .acadmics .dropdown .menus {
      width: 100%;
      left: 0;
      position: relative;
      min-height: auto;
      height: 50vh; } }
  @media screen and (min-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .vertical-tabs .acadmics .dropdown .menus {
      height: 30vh; } }
  @media screen and (min-width: 767px) and (min-width: 1601px) {
    .vertical-tabs .acadmics .dropdown .menus {
      height: 45vh; } }
  @media screen and (min-width: 767px) {
      .vertical-tabs .acadmics .dropdown .menus::before {
        content: unset; }
      .vertical-tabs .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
        padding: 0rem 2rem; } }
  @media screen and (max-width: 767px) {
    .vertical-tabs .acadmics .academics-list > li {
      margin: 0 0 1rem 0;
      border: 1px solid #6D6F70;
      border-radius: 10px; }
      .vertical-tabs .acadmics .academics-list > li .accordion {
        border: 1px solid transparent !important;
        margin-bottom: 0 !important; }
        .vertical-tabs .acadmics .academics-list > li .accordion:after {
          right: 50px; }
    .vertical-tabs .acadmics .dropdown .menus .accordion-body {
      box-shadow: none; }
      .vertical-tabs .acadmics .dropdown .menus .accordion-body li {
        margin-left: 0; }
    .vertical-tabs .acadmics .dropdown .accordion-collapse {
      margin-top: 0; } }

.add-benifit {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid #5C0F8B; }
  .add-benifit .add-benifit-title {
    padding: 0.2rem; }
    .add-benifit .add-benifit-title h6 {
      font-weight: 600;
      margin-bottom: 0;
      background-color: #D4C9E2;
      padding: 1rem;
      border-radius: 7px 7px 0 0; }
  .add-benifit .add-benifit-inner {
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
    height: 190px; }
    @media screen and (max-width: 767px) {
      .add-benifit .add-benifit-inner {
        height: 160px; } }
    @media screen and (min-width: 1601px) {
      .add-benifit .add-benifit-inner {
        height: 205px;
        overflow-y: scroll; } }
    .add-benifit .add-benifit-inner p {
      text-align: left;
      line-height: 1.4;
      margin-bottom: 0; }

.faq .accordion-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .faq .accordion-item:hover {
    border-top: 1px solid #FF5100 !important;
    border: 1px solid #FF5100; }
.faq .accordion-button {
  background-color: transparent;
  font-weight: 500;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  @media screen and (max-width: 767px) {
    .faq .accordion-button {
      font-size: 0.85rem; } }
  @media screen and (min-width: 1601px) {
    .faq .accordion-button {
      font-weight: 700;
      font-size: 1.2rem; } }
  .faq .accordion-button:hover {
    color: #5C0F8B; }
  .faq .accordion-button::after {
    background-image: unset !important;
    transform: rotate(-180deg);
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: "\f067";
    font-size: 0.7rem;
    width: auto;
    height: auto;
    color: #5C0F8B; }
.faq .accordion-button:not(.collapsed) {
  color: #5C0F8B;
  background-color: transparent;
  box-shadow: none;
  position: relative; }
  .faq .accordion-button:not(.collapsed)::after {
    content: "\f068"; }
.faq .accordion-header {
  border-radius: 10px; }
@media screen and (max-width: 767px) {
  .faq .accordion-body p {
    line-height: 1.5; } }
.faq .accordion-body li {
  margin-bottom: 0; }
.faq .grid-container {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 50px; }
  @media screen and (max-width: 767px) {
    .faq .grid-container {
      row-gap: 20px;
      grid-template-columns: auto auto auto; }
      .faq .grid-container .item {
        text-align: center; } }
  @media screen and (min-width: 1401px) {
    .faq .grid-container {
      row-gap: 40px; } }
  .faq .grid-container .item img {
    width: 70px; }
    @media screen and (min-width: 1401px) {
      .faq .grid-container .item img {
        width: 80px; } }
    @media screen and (min-width: 1601px) {
      .faq .grid-container .item img {
        width: 85px; } }
    @media screen and (max-width: 767px) {
      .faq .grid-container .item img {
        width: 70px; } }
@media screen and (min-width: 1601px) {
  .faq h5 {
    padding-top: 3rem; } }
.faq .scroll-box, .faq .add-benifit .add-benifit-inner, .add-benifit .faq .add-benifit-inner {
  height: 350px;
  padding-right: 1rem; }

.clg-logo {
  min-height: 75px;
  width: 120px;
  margin-top: 2.5rem; }
  @media screen and (max-width: 767px) {
    .clg-logo {
      min-height: 40px; }
      .clg-logo img {
        width: 75px !important; } }

.kimba-course {
  width: 170px; }
  @media screen and (min-width: 1401px) {
    .kimba-course {
      width: 170px; } }
  @media screen and (min-width: 1601px) {
    .kimba-course {
      width: 182px; } }
  @media screen and (min-width: 1601px) {
    .kimba-course {
      padding: 0.5rem 1.6rem; } }

.career-drive {
  padding: 1.5rem;
  position: relative; }

.what-learn-box {
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .what-learn-box {
      padding: 25px; } }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0; }

.swiper-pagination-bullet-active {
  background: #7537a0; }

/* ----------------------------------------------------------
    :: Key Details
    ---------------------------------------------------------- */
.key-details {
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #fff, #fff); }
  .key-details img {
    margin-bottom: 1rem; }
  .key-details:after {
    background: #5C0F8B;
    background: linear-gradient(180deg, #5C0F8B 35%, rgba(255, 81, 0, 0.412202381) 74%, #fff 100%); }
  .key-details p {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    margin-bottom: 0; }
  @media screen and (max-width: 1025px) {
    .key-details {
      min-height: 160px;
      padding: 1rem; } }
  @media screen and (max-width: 767px) {
    .key-details {
      padding: 0.5rem 0.3rem;
      min-height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .key-details img {
        width: 35px;
        margin-bottom: 0.5rem; }
      .key-details p {
        font-size: 0.6rem; } }

/* ----------------------------------------------------------
    :: Future of Computer Science Engineers
    ---------------------------------------------------------- */
.future-scope {
  position: relative;
  padding: 1rem; }
  .future-scope img {
    padding-left: 0.5rem;
    width: 55px; }
    @media screen and (max-width: 1025px) {
      .future-scope img {
        width: 35px; } }
  .future-scope p {
    line-height: normal; }
  .future-scope::before {
    width: 1px;
    left: auto;
    right: -10px;
    background-color: #6D6F70; }
  @media screen and (max-width: 767px) {
    .future-scope {
      text-align: center; }
      .future-scope img {
        width: 40px; }
      .future-scope::before {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0; } }

.sec-future-scope .row .col:last-child .future-scope::before {
  content: unset; }

/* ----------------------------------------------------------
    :: course-curriculum
    ---------------------------------------------------------- */
.course-curriculum {
  padding: 2rem;
  border-radius: 20px;
  background-color: #5C0F8B;
  position: relative; }
  .course-curriculum .swiper-semester {
    margin-bottom: -4rem; }
    .course-curriculum .swiper-semester .swiper-wrapper {
      padding: 0;
      text-align: start; }
      @media screen and (max-width: 767px) {
        .course-curriculum .swiper-semester .swiper-wrapper .swiper-slide {
          width: 65% !important; } }
  .course-curriculum .swiper-button-next,
  .course-curriculum .swiper-button-prev {
    left: 70px;
    color: #fff;
    top: auto;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    @media screen and (max-width: 992px) {
      .course-curriculum .swiper-button-next,
      .course-curriculum .swiper-button-prev {
        right: 70px;
        left: auto;
        top: calc(30% - 10px); } }
  .course-curriculum .swiper-button-next {
    left: 110px; }
    @media screen and (max-width: 992px) {
      .course-curriculum .swiper-button-next {
        left: auto;
        right: 25px; } }

.sem-box {
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 20px; }
  .sem-box hr {
    margin: 0.5rem 0; }
  .sem-box ul li {
    line-height: normal; }

/* ----------------------------------------------------------
    :: Attribute Section
    ---------------------------------------------------------- */
.attribute {
  padding: 2rem;
  border-radius: 40px;
  min-height: 350px;
  transition: 0.6s;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .attribute {
      min-height: 235px;
      padding: 0.7rem;
      border-radius: 20px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .attribute {
      padding: 1rem;
      border-radius: 25px; } }
  @media screen and (min-width: 1601px) {
    .attribute {
      padding: 3rem;
      min-height: 485px; } }
  .attribute img {
    width: 55px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .attribute img {
        width: 35px;
        margin-bottom: 1rem;
        margin-top: 1rem; } }
    @media screen and (min-width: 1601px) {
      .attribute img {
        width: 75px;
        margin: 2rem 0; } }
  .attribute span {
    font-size: 2.5rem;
    background: #5C0F8B;
    background: linear-gradient(180deg, #611187 0%, #5e108a 0%, #5c0f8b 0%, #5c0f8b 38%, #ff5100 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500; }
  .attribute ul li {
    margin-bottom: 0; }
  .attribute h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .attribute h5 {
        line-height: 1.1;
        font-size: 0.9rem;
        margin-bottom: 0.5rem; } }
    @media screen and (min-width: 1601px) {
      .attribute h5 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  .attribute p {
    line-height: 1.5;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .attribute p {
        line-height: 1.1; } }

.attribute-height-250 {
  min-height: 240px; }
  @media screen and (max-width: 767px) {
    .attribute-height-250 {
      min-height: auto; } }
  @media screen and (min-width: 1601px) {
    .attribute-height-250 {
      min-height: 310px; } }

.bg-attribute {
  background-size: cover;
  background-position: center center;
  min-height: 480px; }

.attribute-box {
  border-radius: 40px;
  background-color: #fff;
  min-height: auto;
  padding: 2rem; }
  .attribute-box .row .col:nth-child(2)::after, .attribute-box .row .col:nth-child(2)::before {
    height: 90%;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: #6D6F70; }
  .attribute-box .row .col:nth-child(2)::after {
    right: 0;
    left: auto; }
  .attribute-box img {
    width: 55px;
    margin-bottom: 1rem; }
  .attribute-box h5 {
    font-size: 1.1rem;
    margin-bottom: 0rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    .attribute-box {
      padding: 2rem 0.5rem; }
      .attribute-box img {
        width: 40px; }
      .attribute-box h5 {
        font-size: 0.8rem; } }

.lab-sec .attribute {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .lab-sec .attribute {
      min-height: 250px;
      margin: 0.3rem; } }
  @media screen and (min-width: 1601px) {
    .lab-sec .attribute {
      min-height: 360px; } }
  .lab-sec .attribute h5 {
    background: #5C0F8B;
    background: linear-gradient(90deg, #5C0F8B 28%, #FF5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/* ----------------------------------------------------------
    :: Vision and Mission Section
    ---------------------------------------------------------- */
.side-img {
  position: relative; }
  .side-img img {
    border-radius: 40px; }
  .side-img .side-img-beside {
    top: calc(15% - 10px);
    right: -230px;
    left: auto; }
    .side-img .side-img-beside img {
      border-radius: 40px; }
  @media screen and (max-width: 767px) {
    .side-img > img {
      display: none; }
    .side-img .side-img-beside {
      position: relative;
      right: 0;
      margin-bottom: 1rem; } }

/* ----------------------------------------------------------
    :: Admission Procedure Section
    ---------------------------------------------------------- */
.adm-pro .grid-container {
  display: grid;
  gap: 5px; }
  .adm-pro .grid-container .grid-item img {
    border-radius: 30px; }
  .adm-pro .grid-container .grid-item:first-child img {
    width: 49.5%; }

/* ----------------------------------------------------------
    :: institute list (horizontal-tabs)
    ---------------------------------------------------------- */
.horizontal-tabs .nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid #5C0F8B;
  color: #5C0F8B;
  border-radius: 10px 0;
  margin-right: 2rem; }
  @media screen and (max-width: 767px) {
    .horizontal-tabs .nav-pills .nav-link {
      padding: 0.3rem 0.9rem;
      margin-right: 0.3rem;
      margin-bottom: 0.3rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .horizontal-tabs .nav-pills .nav-link {
      margin-right: 1rem; } }
.horizontal-tabs .nav-pills .nav-link.active {
  background-color: #5C0F8B;
  color: #fff; }

.institute-list {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem;
  min-height: 250px; }
  .institute-list .institute-logo {
    margin-right: 2.5rem;
    width: 35%;
    margin-top: 0.3rem; }
    @media screen and (min-width: 1601px) {
      .institute-list .institute-logo {
        margin-right: 4rem; } }
  .institute-list .institute-add {
    width: calc(65% - 2.5rem); }
  @media screen and (max-width: 1025px) {
    .institute-list {
      padding: 2rem; }
      .institute-list .institute-logo {
        width: 30%;
        margin-right: 1.5rem; }
      .institute-list .institute-add {
        width: calc(70% - 1.5rem); } }
  @media screen and (max-width: 767px) {
    .institute-list {
      padding: 1.5rem;
      min-height: auto; }
      .institute-list .institute-logo {
        margin-right: 1.5rem; }
      .institute-list .institute-add {
        width: calc(65% - 1.5rem); }
        .institute-list .institute-add p {
          margin-bottom: 0; } }
  @media screen and (min-width: 1601px) {
    .institute-list {
      padding: 4rem;
      min-height: 300px; } }

/* ----------------------------------------------------------
    :: Photo Gallery
    ---------------------------------------------------------- */
.photo-gallery .grid-container {
  display: grid;
  gap: 7px; }
  .photo-gallery .grid-container .grid-item img {
    margin-left: 3px;
    border-radius: 40px; }

.demo-gallery > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 15px; }
  .demo-gallery > ul > li {
    display: inline-block;
    width: 33.33%;
    list-style: outside none none; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul > li {
        width: 50%; } }
    .demo-gallery > ul > li a {
      padding: 4px;
      border-radius: 3px;
      display: block;
      overflow: hidden;
      position: relative; }
      .demo-gallery > ul > li a > img {
        border-radius: 40px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .demo-gallery > ul > li a > img {
            border-radius: 14px; } }
      .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5); }
      .demo-gallery > ul > li a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s; }
        .demo-gallery > ul > li a .demo-gallery-poster > img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
  .demo-gallery > ul .grid-item4,
  .demo-gallery > ul .grid-item6 {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul .grid-item4,
      .demo-gallery > ul .grid-item6 {
        width: 30%; } }
    .demo-gallery > ul .grid-item4 img,
    .demo-gallery > ul .grid-item6 img {
      height: 375px;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .demo-gallery > ul .grid-item4 img,
        .demo-gallery > ul .grid-item6 img {
          height: 20vh; } }
      @media screen and (min-width: 1601px) {
        .demo-gallery > ul .grid-item4 img,
        .demo-gallery > ul .grid-item6 img {
          height: 50vh; } }
  .demo-gallery > ul .grid-item5 {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul .grid-item5 {
        width: 70%; } }
    .demo-gallery > ul .grid-item5 img {
      height: 375px;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .demo-gallery > ul .grid-item5 img {
          height: auto; } }
      @media screen and (min-width: 1601px) {
        .demo-gallery > ul .grid-item5 img {
          height: 50vh; } }

@media screen and (min-width: 1601px) {
  .swiper-adm-procedure .scroll-sec .scroll-box, .swiper-adm-procedure .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .swiper-adm-procedure .scroll-sec .add-benifit-inner {
    height: 20vh; } }
.swiper-adm-procedure .grid-item1 {
  grid-area: step1; }
.swiper-adm-procedure .grid-item2 {
  grid-area: step2; }
.swiper-adm-procedure .grid-item3 {
  grid-area: step3; }
.swiper-adm-procedure .grid-item4 {
  grid-area: step4; }
.swiper-adm-procedure .grid-item5 {
  grid-area: step5; }
.swiper-adm-procedure .grid-item6 {
  grid-area: step6; }
.swiper-adm-procedure .grid-container {
  display: grid;
  grid-template-areas: 'step1 step1 step1 step1 step1 step1 step1 step1' 'step2 step2 step2 step2 step2 step3 step3 step3' 'step6 step6 step6 step6 step6 step6 step6 step6' 'step4 step4 step4 step4 step4 step4 step5 step5';
  gap: 20px; }
  @media screen and (max-width: 767px) {
    .swiper-adm-procedure .grid-container {
      display: flex;
      gap: 10px; } }
.swiper-adm-procedure .scroll-box, .swiper-adm-procedure .add-benifit .add-benifit-inner, .add-benifit .swiper-adm-procedure .add-benifit-inner {
  overflow-y: auto; }
  @media screen and (max-width: 1024px) {
    .swiper-adm-procedure .scroll-box, .swiper-adm-procedure .add-benifit .add-benifit-inner, .add-benifit .swiper-adm-procedure .add-benifit-inner {
      height: 250px;
      overflow-y: scroll; } }
@media screen and (max-width: 767px) {
  .swiper-adm-procedure .swiper-wrapper {
    padding-bottom: 2rem; }
    .swiper-adm-procedure .swiper-wrapper .swiper-slide {
      width: 97% !important; } }

.list-opportunity li {
  background-color: #d4c9e24d;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  position: relative;
  color: rgba(0, 0, 0, 0.9); }
  .list-opportunity li::before {
    background-color: #5C0F8B;
    width: 4px; }
  @media screen and (max-width: 767px) {
    .list-opportunity li {
      padding: 0.5rem 0.3rem 0.5rem 0.7rem;
      margin-bottom: 0.5rem;
      line-height: normal;
      min-height: 50px;
      display: flex;
      align-items: center; } }

.sec-career-opp .row .col:first-child .list-opportunity li::before {
  background-color: #FF5100; }
.sec-career-opp .row .col:last-child h6 {
  color: #B33240; }
.sec-career-opp .row .col:last-child .list-opportunity li::before {
  background-color: #B33240; }
.sec-career-opp .cmn-button, .sec-career-opp .cmn-white-button {
  padding: 0.5rem 2rem;
  font-size: 0.9rem; }
  @media screen and (max-width: 767px) {
    .sec-career-opp .cmn-button, .sec-career-opp .cmn-white-button {
      padding: 0.2rem 0.4rem; } }
  @media screen and (min-width: 1601px) {
    .sec-career-opp .cmn-button, .sec-career-opp .cmn-white-button {
      padding: 0.5rem 1.6rem; } }

.bg-future-study {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/bg-future-study.png);
  z-index: 0;
  padding: 3.5rem 0 4rem;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .bg-future-study {
      padding: 2rem 0 2rem; } }
  @media screen and (min-width: 1601px) {
    .bg-future-study {
      padding: 4rem; } }
  .bg-future-study::before {
    z-index: -1;
    background-color: rgba(92, 15, 139, 0.9); }

.future-study-section {
  margin-top: -3rem; }
  @media screen and (max-width: 767px) {
    .future-study-section {
      margin-top: -2.5rem; } }
  .future-study-section .swiper .swiper-wrapper {
    overflow: visible; }
  @media screen and (max-width: 767px) {
    .future-study-section .swiper-benifits .swiper-wrapper .swiper-slide {
      padding: 10px 0; } }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .future-study-section .swiper-benifits .swiper-wrapper {
      padding: 0; } }
  @media screen and (min-width: 1601px) {
    .future-study-section .swiper-benifits .swiper-wrapper {
      top: 0px; } }
  .future-study-section .sem-box {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem 2rem;
    min-height: 24vh;
    display: grid;
    align-items: center; }
    @media screen and (min-width: 1400px) {
      .future-study-section .sem-box {
        min-height: 18vh; } }
    .future-study-section .sem-box h5 {
      color: rgba(0, 0, 0, 0.9);
      font-weight: 600;
      font-size: 1rem;
      text-align: center;
      margin: auto; }
      @media screen and (min-width: 1601px) {
        .future-study-section .sem-box h5 {
          font-size: 1.3rem; } }
    @media screen and (max-width: 767px) {
      .future-study-section .sem-box {
        padding: 1rem;
        min-height: 130px; }
        .future-study-section .sem-box h5 {
          width: 100%;
          font-size: 0.7rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .future-study-section .sem-box {
        min-height: 145px;
        margin-right: 0.5rem; } }

.moretext {
  display: block; }
  @media (max-width: 768px) {
    .moretext {
      display: none; } }

.about-program {
  margin-top: -13rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .about-program {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .about-program {
      margin-top: 0; } }
  @media screen and (min-width: 1401px) {
    .about-program {
      margin-top: -15rem; } }

.swiper-admission-pro {
  overflow: hidden;
  padding: 0rem 1rem 1.3rem 0; }
  .swiper-admission-pro .swiper-button-next.swiper-button-disabled,
  .swiper-admission-pro .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: visiblestroke; }
  .swiper-admission-pro .swiper-button-lock {
    display: block; }
  .swiper-admission-pro .swiper-wrapper {
    padding: 0.5rem; }
  @media screen and (min-width: 414px) and (max-width: 991px) {
    .swiper-admission-pro .border-gradient, .swiper-admission-pro .key-details {
      height: 390px; } }
  @media screen and (min-width: 1601px) {
    .swiper-admission-pro .border-gradient, .swiper-admission-pro .key-details {
      height: 50vh; } }
  @media screen and (max-width: 767px) {
    .swiper-admission-pro .swiper-wrapper {
      padding: 1.5rem 0.5rem; }
      .swiper-admission-pro .swiper-wrapper .swiper-slide {
        width: 80% !important; } }

.program-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 4rem 1.8rem 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 0.3rem 0.3rem;
  min-height: 360px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .program-box {
      padding: 4rem 1.3rem 2rem; } }
  @media screen and (min-width: 1601px) {
    .program-box {
      min-height: 431px; } }
  .program-box .program-box-circle {
    background-color: #5C0F8B;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    height: 65px;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border: 7px solid #f0ecf3; }
  @media screen and (max-width: 767px) {
    .program-box {
      padding: 3rem 1.5rem 2rem;
      min-height: 252px; }
      .program-box .program-box-circle {
        width: 55px;
        height: 55px;
        line-height: 42px; } }

.sec-paperless-form .row .col:nth-child(even) .paperless-form {
  border-bottom: 1px solid transparent;
  border-radius: 10px 10px 0 0; }
.sec-paperless-form .row .col:nth-child(odd) .paperless-form {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale(1.03) translateY(-1px); }
.sec-paperless-form .row .col:nth-child(2) .paperless-form::before {
  height: 75%;
  width: 1px;
  bottom: -1px;
  left: -1px;
  background: #f9f8fa;
  top: auto; }
.sec-paperless-form .row .col:last-child .paperless-form::before {
  height: 75%;
  width: 1px;
  bottom: -1px;
  left: auto;
  right: -1px;
  background: #fbfbfc;
  top: auto; }
  @media screen and (max-width: 767px) {
    .sec-paperless-form .row .col:last-child .paperless-form::before {
      content: unset; } }
@media screen and (max-width: 767px) {
  .sec-paperless-form .row .col:nth-child(2) .paperless-form, .sec-paperless-form .row .col:nth-child(3) .paperless-form, .sec-paperless-form .row .col:nth-child(6) .paperless-form {
    border: 0; }
  .sec-paperless-form .row .col:nth-child(4) .paperless-form {
    border-left: 1px solid transparent;
    border-bottom: 1px solid #5C0F8B;
    border-radius: 0px 10px 10px 0px;
    transform: scale(1.015); }
  .sec-paperless-form .row .col:nth-child(5) .paperless-form {
    border-left: 1px solid #5C0F8B;
    border-top: 1px solid #5C0F8B;
    border-radius: 10px 0px 0px 10px; }
  .sec-paperless-form .row .col:nth-child(odd) .paperless-form {
    transform: translatex(2px) scale(0.99) translateY(-1px); }
  .sec-paperless-form .row .col:last-child .paperless-form {
    border-bottom: 1px solid #5C0F8B;
    position: relative; }
    .sec-paperless-form .row .col:last-child .paperless-form::before {
      content: "<";
      top: -9px;
      left: -7px;
      right: auto;
      font-size: 1rem;
      color: #520087;
      background: transparent; }
  .sec-paperless-form .row .col:nth-child(2) .paperless-form {
    position: relative; }
    .sec-paperless-form .row .col:nth-child(2) .paperless-form::before {
      position: absolute;
      content: ">";
      bottom: -10px;
      left: -7px;
      right: auto;
      font-size: 1rem;
      color: #520087;
      background: transparent;
      height: auto; }
  .sec-paperless-form .row .col-lg-12 {
    border-left: 1px solid #5C0F8B;
    border-bottom: 1px solid #5C0F8B;
    border-radius: 0px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }

.paperless-form {
  position: relative;
  border-radius: 10px;
  padding: 3rem 2rem;
  border: 1px solid #5C0F8B; }
  @media screen and (max-width: 1024px) {
    .paperless-form {
      padding: 1rem 0.5rem; }
      .paperless-form p {
        font-size: 0.85rem; }
      .paperless-form img {
        width: 40px; } }
  @media screen and (max-width: 767px) {
    .paperless-form {
      padding: 1rem; } }

.admission-contact {
  background-color: rgba(217, 217, 217, 0.3); }
  .admission-contact select {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    width: 100%; }

.core-skill li {
  text-align: center;
  width: 100px; }
  .core-skill li img {
    width: 55px; }
    @media screen and (min-width: 1601px) {
      .core-skill li img {
        width: 70px; } }

.vision-mission {
  border-radius: 3rem; }
  @media screen and (max-width: 767px) {
    .vision-mission p {
      font-size: 0.7rem;
      padding: 0 0.5rem;
      line-height: 1.2;
      margin-bottom: 0rem; }
    .vision-mission .sec-title {
      margin-bottom: 0rem !important; } }
  .vision-mission .row .col img {
    border-radius: 0 3rem 0 0; }
    @media screen and (max-width: 767px) {
      .vision-mission .row .col img {
        border-radius: 0; } }
  .vision-mission .row:last-child .col img {
    border-radius: 0 0 0 3rem; }
    @media screen and (max-width: 767px) {
      .vision-mission .row:last-child .col img {
        border-radius: 0; } }

@media screen and (max-width: 767px) {
  .leadership-sec p {
    font-size: 0.7rem;
    line-height: 1.2; } }

.administration-sec .grid-container,
.administration-sec .director-grid-container {
  display: grid;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(2, 24%); }
  @media screen and (min-width: 1601px) {
    .administration-sec .grid-container,
    .administration-sec .director-grid-container {
      grid-template-columns: repeat(2, 28%);
      gap: 7rem; } }
  @media screen and (max-width: 1200px) {
    .administration-sec .grid-container,
    .administration-sec .director-grid-container {
      grid-template-columns: repeat(2, 45%);
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    .administration-sec .grid-container,
    .administration-sec .director-grid-container {
      grid-template-columns: 50% 50%;
      gap: 0.5rem; } }
.administration-sec .director-grid-container {
  grid-template-columns: repeat(3, 24%); }
  @media screen and (min-width: 1601px) {
    .administration-sec .director-grid-container {
      grid-template-columns: repeat(3, 28%); } }
  @media screen and (max-width: 1200px) {
    .administration-sec .director-grid-container {
      grid-template-columns: repeat(2, 45%); } }
  @media screen and (max-width: 767px) {
    .administration-sec .director-grid-container {
      grid-template-columns: 50% 50%; } }
.administration-sec .team-pattern, .administration-sec .team-pattern-1 {
  box-shadow: 4px 4px 16px #00000030;
  border-radius: 10px;
  position: relative;
  padding: 2rem;
  background: #fff;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .administration-sec .team-pattern, .administration-sec .team-pattern-1 {
      padding: 1rem; } }
  @media screen and (min-width: 1601px) {
    .administration-sec .team-pattern, .administration-sec .team-pattern-1 {
      padding: 3rem; } }
  .administration-sec .team-pattern::before, .administration-sec .team-pattern-1::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 155px;
    top: 50px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-color: #d4c9e24d; }
    @media screen and (max-width: 767px) {
      .administration-sec .team-pattern::before, .administration-sec .team-pattern-1::before {
        width: 120px;
        height: 120px;
        top: 28px; } }
    @media screen and (min-width: 1601px) {
      .administration-sec .team-pattern::before, .administration-sec .team-pattern-1::before {
        width: 240px;
        height: 240px;
        top: 75px; } }
  .administration-sec .team-pattern .admin-img, .administration-sec .team-pattern-1 .admin-img {
    padding: 2rem 2rem 0; }
    @media screen and (max-width: 767px) {
      .administration-sec .team-pattern .admin-img, .administration-sec .team-pattern-1 .admin-img {
        padding: 1rem 0.8rem 0; } }
    @media screen and (min-width: 1601px) {
      .administration-sec .team-pattern .admin-img, .administration-sec .team-pattern-1 .admin-img {
        padding: 3rem 3rem 0; } }
  .administration-sec .team-pattern img, .administration-sec .team-pattern-1 img {
    z-index: -1;
    position: relative;
    border-radius: 50%;
    max-width: 100%;
    height: auto; }
  .administration-sec .team-pattern .team-details, .administration-sec .team-pattern-1 .team-details {
    margin-top: 1rem; }
    @media screen and (min-width: 1601px) {
      .administration-sec .team-pattern .team-details, .administration-sec .team-pattern-1 .team-details {
        min-height: 100px; } }
    .administration-sec .team-pattern .team-details h5, .administration-sec .team-pattern-1 .team-details h5 {
      font-size: 1rem;
      color: #5C0F8B; }
      @media screen and (max-width: 767px) {
        .administration-sec .team-pattern .team-details h5, .administration-sec .team-pattern-1 .team-details h5 {
          font-size: 0.7rem; } }
      @media screen and (max-width: 1200px) and (min-width: 768px) {
        .administration-sec .team-pattern .team-details h5, .administration-sec .team-pattern-1 .team-details h5 {
          font-size: 0.9rem; } }
      @media screen and (min-width: 1601px) {
        .administration-sec .team-pattern .team-details h5, .administration-sec .team-pattern-1 .team-details h5 {
          font-size: 1.5rem;
          padding-top: 1rem; } }
    .administration-sec .team-pattern .team-details p, .administration-sec .team-pattern-1 .team-details p {
      line-height: 1.2;
      font-size: 0.8rem; }
      @media screen and (min-width: 1601px) {
        .administration-sec .team-pattern .team-details p, .administration-sec .team-pattern-1 .team-details p {
          font-size: 1.1rem;
          line-height: 1.3; } }
      @media screen and (max-width: 1200px) {
        .administration-sec .team-pattern .team-details p, .administration-sec .team-pattern-1 .team-details p {
          font-size: 0.7rem; } }
      @media screen and (max-width: 768px) {
        .administration-sec .team-pattern .team-details p, .administration-sec .team-pattern-1 .team-details p {
          font-size: 0.6rem; } }

.libraries-sec {
  position: relative; }
  .libraries-sec .box-content {
    min-height: 410px; }
    @media screen and (min-width: 1601px) {
      .libraries-sec .box-content {
        min-height: 555px; } }
  @media screen and (max-width: 767px) {
    .libraries-sec .team-pattern-1 .sec-title {
      padding: 0 0rem 0 1rem; }
      .libraries-sec .team-pattern-1 .sec-title h2 {
        font-size: 0.9rem !important;
        text-align: start; } }

.team-pattern-1 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/team-pattern-img-full.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%; }
  .team-pattern-1 .sec-title {
    padding-left: 3rem; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .team-pattern-1 .sec-title {
        padding-left: 5rem; }
        .team-pattern-1 .sec-title h2 {
          font-size: 1.35rem; } }
    @media screen and (min-width: 1400px) {
      .team-pattern-1 .sec-title {
        padding-left: 6rem; } }
  @media screen and (max-width: 767px) {
    .team-pattern-1 .sec-title h2 {
      font-size: 0.65rem !important;
      text-align: start !important;
      margin-bottom: 0.1rem;
      padding-top: 0.3rem; }
    .team-pattern-1 .sec-title p {
      margin-bottom: 0.2rem;
      font-size: 0.6rem; }
    .team-pattern-1 h5 {
      font-size: 0.75rem;
      margin-bottom: 0.2rem; }
    .team-pattern-1 p {
      margin-bottom: 0rem;
      font-size: 0.6rem;
      line-height: 1; }
    .team-pattern-1 h2 {
      font-size: 0.8rem; } }
  .team-pattern-1 .img-one img {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .team-pattern-1 .img-one img {
        width: 110px; } }
  .team-pattern-1 .img-1 img {
    z-index: 9;
    position: absolute;
    width: 28%;
    left: 8rem;
    bottom: 5rem; }
    @media screen and (max-width: 767px) {
      .team-pattern-1 .img-1 img {
        width: 30% !important;
        left: 1rem;
        bottom: 6px; } }
    @media screen and (min-width: 1601px) {
      .team-pattern-1 .img-1 img {
        width: 30%;
        bottom: 106px;
        left: 6rem; } }
  .team-pattern-1 .img-2 img {
    z-index: 9;
    position: absolute;
    width: 23%;
    left: 5.5rem;
    bottom: 80px; }
    @media screen and (max-width: 767px) {
      .team-pattern-1 .img-2 img {
        width: 25% !important;
        bottom: 20px;
        left: 15px; }
        .team-pattern-1 .img-2 img .sec-title {
          padding-left: 0.4rem; }
          .team-pattern-1 .img-2 img .sec-title h2 {
            font-size: 0.9rem !important;
            text-align: start !important;
            margin-bottom: 0.1rem; } }
    @media screen and (min-width: 1601px) {
      .team-pattern-1 .img-2 img {
        width: 24%;
        bottom: 91px;
        left: 6rem; } }
  .team-pattern-1::before {
    content: unset; }

.team-pattern-2 {
  position: relative;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/team-pattern-img.png);
  background-size: 100% 100%;
  background-position: 100%;
  background-repeat: no-repeat; }
  .team-pattern-2::before {
    position: absolute;
    right: 0px;
    bottom: 0;
    content: "";
    background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/team-pattern-img-side.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 115px;
    background-size: contain; }
    @media screen and (min-width: 1601px) {
      .team-pattern-2::before {
        height: 169px;
        width: 32px; } }
  .team-pattern-2 img {
    z-index: -1;
    position: relative; }
  .team-pattern-2 .team-details {
    background-color: #5C0F8B;
    padding: 0.7rem;
    z-index: -1;
    position: relative;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1601px) {
      .team-pattern-2 .team-details {
        min-height: 100px; } }
    .team-pattern-2 .team-details h5 {
      font-size: 1rem;
      color: #fff; }
      @media screen and (min-width: 1601px) {
        .team-pattern-2 .team-details h5 {
          font-size: 1.5rem; } }
    .team-pattern-2 .team-details p {
      font-size: 0.8rem;
      color: #fff; }
      @media screen and (min-width: 1601px) {
        .team-pattern-2 .team-details p {
          font-size: 1rem;
          line-height: 1.3; } }

.border-radius-sec {
  border-radius: 3rem; }
  @media screen and (max-width: 767px) {
    .border-radius-sec {
      border-radius: 2rem; }
      .border-radius-sec .cmn-button, .border-radius-sec .cmn-white-button {
        margin: 0; }
      .border-radius-sec p {
        text-align: center; } }
  .border-radius-sec img {
    border-radius: 3rem;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .border-radius-sec img {
        width: 85%;
        margin-bottom: 1.5rem;
        border-radius: 2rem; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .border-radius-sec img {
        padding: 1rem; } }
    @media screen and (min-width: 1601px) {
      .border-radius-sec img {
        width: 100%; } }

.box-content {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 4px 4px 16px #00000040;
  border-radius: 10px;
  min-height: 300px; }
  @media screen and (max-width: 767px) {
    .box-content {
      padding: 1rem;
      min-height: auto; } }
  @media screen and (min-width: 1601px) {
    .box-content {
      padding: 2.5rem;
      min-height: 400px; } }
  .box-content img {
    width: 50px;
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .box-content img {
        width: 35px; } }
    @media screen and (min-width: 1601px) {
      .box-content img {
        width: 75px;
        padding-bottom: 1.7rem; } }
  .box-content h5 {
    background: #5C0F8B;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .placement-hilight-sec .swiper {
    overflow: hidden;
    padding: 0rem 1rem; } }
.placement-hilight-sec .placement-sec .border-bottom-orange {
  border-bottom: 1px solid #FF5100;
  width: 70%;
  margin-top: 1rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .placement-sec .border-bottom-orange {
      margin-top: 0.5rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .placement-sec .amz img {
    width: 65px; } }
.placement-hilight-sec .placement-sec .placement-img {
  margin-top: 4rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .placement-sec .placement-img {
      margin-top: 0rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .placement-sec .placement-img {
      margin-top: 3rem; } }
  .placement-hilight-sec .placement-sec .placement-img img {
    width: 100px; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img img {
        width: 60px; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img img {
        width: 130px; } }
  .placement-hilight-sec .placement-sec .placement-img .cmn-button, .placement-hilight-sec .placement-sec .placement-img .cmn-white-button {
    width: 100%;
    margin-top: 0; }
    .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-white-button h5 {
      font-size: 0.9rem; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-white-button h5 {
          font-size: 0.61rem;
          padding: 0px 0px; } }
      @media screen and (min-width: 1601px) {
        .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-white-button h5 {
          font-size: 1.15rem; } }
  .placement-hilight-sec .placement-sec .placement-img h6 {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img h6 {
        font-size: 0.6rem; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img h6 {
        font-size: 0.95rem; } }
  .placement-hilight-sec .placement-sec .placement-img p {
    margin-bottom: 0;
    font-size: 0.55rem; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img p {
        font-size: 0.6rem; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img p {
        font-size: 0.9rem; } }
  .placement-hilight-sec .placement-sec .placement-img .logo img {
    width: 40px; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img .logo img {
        width: 30px; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img .logo img {
        width: 50px; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .recruters-list img {
    width: 60px; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .mt-120 {
    margin-top: 120px !important; } }
@media screen and (min-width: 1601px) {
  .placement-hilight-sec h5 {
    font-size: 2rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec h5 {
    font-size: 0.9rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .bg-purple img {
    width: 40px; } }
.placement-hilight-sec .bg-purple p {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .bg-purple p {
      font-size: 0.5rem; } }
.placement-hilight-sec .box-content {
  min-height: 270px;
  padding: 2.5rem 3rem 2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .placement-hilight-sec .box-content {
      padding: 2.5rem 2rem 2rem; } }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .box-content {
      min-height: 185px;
      padding: 1rem; } }
  .placement-hilight-sec .box-content h6 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.9); }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .box-content h6 {
        font-size: 0.8rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .box-content {
      min-height: 341px;
      padding: 3.5rem 3.5rem 3rem; }
      .placement-hilight-sec .box-content h6 {
        font-size: 1.3rem; } }
.placement-hilight-sec .recruters-list img {
  padding: 0.7rem;
  width: 100px; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .recruters-list img {
      width: 60px; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .recruters-list img {
      padding: 0.7rem 1.7rem;
      width: 150px; } }
.placement-hilight-sec .career-role {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .career-role {
      margin-top: 3rem; } }
  .placement-hilight-sec .career-role span {
    border: 1px solid #6D6F70;
    color: #6D6F70;
    border-radius: 40px;
    display: inline-block;
    margin: 0.4rem;
    background-color: transparent;
    padding: 0.5rem 2rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .career-role span {
        padding: 0.7rem 2rem; } }
    .placement-hilight-sec .career-role span:hover {
      background-color: #FF5100;
      color: #fff;
      border: 1px solid #FF5100; }
.placement-hilight-sec .text-img {
  position: relative; }
  .placement-hilight-sec .text-img div > span {
    position: absolute;
    border: 1px solid #6D6F70;
    color: #6D6F70;
    border-radius: 25px;
    padding: 0.4rem 1.5rem;
    margin: 0.5rem;
    background-color: #ffffffa3;
    animation: zoomInOut 4s ease-in-out infinite; }
    .placement-hilight-sec .text-img div > span:nth-child(1) {
      top: 10px;
      left: 35px; }
    .placement-hilight-sec .text-img div > span:nth-child(2) {
      top: 35%;
      right: -25px; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .text-img div > span:nth-child(2) {
          right: -15px; } }
    .placement-hilight-sec .text-img div > span:nth-child(3) {
      top: 44%;
      right: 50%; }
    .placement-hilight-sec .text-img div > span:nth-child(4) {
      bottom: 21%;
      left: 18%; }
    .placement-hilight-sec .text-img div > span:nth-child(5) {
      bottom: 5%;
      left: -21px; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .text-img div > span:nth-child(5) {
          left: -15px; } }
.placement-hilight-sec .sec-title-1 h2 {
  font-size: 3.5rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 1.05rem !important;
      font-weight: 900; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 4.8rem; } }
.placement-hilight-sec .recruitment-process-sec .swiper {
  padding: 0 2rem; }
  .placement-hilight-sec .recruitment-process-sec .swiper .swiper-button-next.swiper-button-disabled,
  .placement-hilight-sec .recruitment-process-sec .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1; }
.placement-hilight-sec .recruitment-process-sec .recruitment-process-card {
  background-color: #5C0F8B;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card {
      padding: 1rem 1rem 0rem; } }
  .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline {
    display: grid;
    grid-template-columns: 21% 26% 26% 26%;
    padding: 1.5rem 0 1.5rem 1rem; }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline {
        padding: 2rem 0 2rem 1rem; } }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .col {
        padding-right: 0; } }
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step {
      padding: 1rem 1rem 0; }
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
        border: 1px solid #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        text-align: center;
        padding: 1.5rem;
        margin-bottom: 1rem;
        background: #5C0F8B;
        color: #fff;
        position: relative; }
        @media screen and (max-width: 767px) {
          .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
            width: 55px;
            height: 55px;
            padding: 0.5rem; }
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle p {
              margin-bottom: 0; } }
        .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
          content: "";
          position: absolute;
          width: 174px;
          left: 99px;
          height: 1px;
          top: 50%;
          background-color: #fff; }
          @media screen and (max-width: 767px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              left: 45px;
              z-index: -1; } }
          @media screen and (min-width: 1400px) and (max-width: 1600px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              width: 215px; } }
          @media screen and (min-width: 1601px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              width: 275px;
              left: 112px; } }
        @media screen and (min-width: 1601px) {
          .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
            width: 115px;
            height: 115px; } }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p {
        line-height: 1.1; } }
    @media screen and (min-width: 992px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p {
        margin-bottom: 0; } }
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p,
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline h3 {
      color: #fff; }
@media screen and (min-width: 1601px) {
  .placement-hilight-sec .counter-sec h3 {
    font-size: 3rem;
    font-weight: 700; } }

.sticky-top {
  background-color: #fff;
  transition: background-color 0.3s ease;
  padding: 1rem;
  z-index: 1;
  box-shadow: none; }

.key-activity .box-content {
  padding: 1.5rem 2rem 1rem; }
  @media screen and (min-width: 1601px) {
    .key-activity .box-content {
      padding: 2.2rem 2rem 1rem; } }

.aqar-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center; }

.overlay-purple {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%; }
  .overlay-purple .bg-purple-verlay, .overlay-purple .bg-purple-verlay-1 {
    position: absolute;
    top: 0;
    width: 121%;
    left: -118px;
    height: 50%;
    background-color: #5C0F8B;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .overlay-purple .bg-purple-verlay, .overlay-purple .bg-purple-verlay-1 {
        left: -13px; } }
    @media screen and (min-width: 1601px) {
      .overlay-purple .bg-purple-verlay, .overlay-purple .bg-purple-verlay-1 {
        width: 131%;
        left: -225px; } }
  .overlay-purple .bg-purple-verlay-1 {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.9; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .overlay-purple .bg-purple-verlay-1 {
        height: 65%; } }
  .overlay-purple .bg-library {
    background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/image-library.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 9%;
    left: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .overlay-purple .bg-library {
        height: auto; }
        .overlay-purple .bg-library .sec-title {
          padding-top: 2rem; }
          .overlay-purple .bg-library .sec-title img {
            width: 35px; } }
    .overlay-purple .bg-library .future-study-section .sem-box {
      margin: 3rem 1.5rem 0;
      text-align: center;
      padding: 3rem;
      min-height: 262px; }
      .overlay-purple .bg-library .future-study-section .sem-box h5 {
        margin-bottom: 1rem;
        font-size: 1.1rem; }
        @media screen and (min-width: 1601px) {
          .overlay-purple .bg-library .future-study-section .sem-box h5 {
            font-size: 1.4rem;
            font-weight: 700; } }
      @media screen and (min-width: 1601px) {
        .overlay-purple .bg-library .future-study-section .sem-box {
          padding: 4rem;
          min-height: 330px;
          margin: 4rem 1.5rem 0; } }

@media screen and (max-width: 767px) {
  .sports-sec .box-content {
    min-height: 120px !important; } }
@media screen and (max-width: 767px) {
  .sports-sec .nav-tabs .nav-item {
    margin-bottom: 0.5rem;
    padding: 0 0.1rem; } }
.sports-sec .nav-tabs .nav-item a {
  white-space: nowrap; }
.sports-sec .nav-tabs > li.active > a::after,
.sports-sec .nav-tabs > li:hover > a::after {
  transform: scale(1); }
.sports-sec .tab-pane {
  padding: 15px 0; }
.sports-sec .tab-content {
  padding: 20px; }
.sports-sec a.active {
  border-bottom: 2px solid #5C0F8B;
  padding-bottom: 3px;
  color: #FF5100; }
  @media screen and (max-width: 767px) {
    .sports-sec a.active {
      padding-bottom: 0px; } }

.card {
  background-color: transparent;
  border: 1px solid transparent; }

.nav-tabs {
  border-bottom: 2px solid #DDD !important; }

.event-sec .breadcrumb-overlay, .event-sec .breadcrumb-sec .breadcrumb-banner, .breadcrumb-sec .event-sec .breadcrumb-banner {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .event-sec .breadcrumb-overlay, .event-sec .breadcrumb-sec .breadcrumb-banner, .breadcrumb-sec .event-sec .breadcrumb-banner {
      width: 100%; } }

.campus-safty-sec .event-btn-next {
  left: 60px;
  line-height: 2.2;
  right: auto;
  width: 50px;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .event-btn-next {
      left: 40px !important;
      line-height: 2.4;
      right: 0;
      width: 30px;
      bottom: -175px;
      height: 30px;
      display: block; } }
.campus-safty-sec .event-btn-prev {
  left: 0;
  line-height: 2.2;
  width: 50px;
  height: 50px;
  right: auto; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .event-btn-prev {
      left: -35px !important;
      bottom: -175px;
      line-height: 2.2;
      width: 30px;
      height: 30px;
      right: 0;
      display: block; } }
.campus-safty-sec .campus-safaty {
  padding: 1.5rem 0 2.5rem 1.5rem; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .campus-safaty {
      padding: 0 0 0 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .campus-safty-sec .campus-safaty {
      padding: 2rem 0 4.5rem 2rem; } }
  .campus-safty-sec .campus-safaty .program-box {
    padding: 1rem 1.5rem; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .campus-safaty .program-box {
        padding: 1rem 1rem 0rem; }
        .campus-safty-sec .campus-safaty .program-box h5 {
          font-size: 0.8rem;
          margin-bottom: 0; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .campus-safty-sec .campus-safaty .program-box {
        padding: 2rem 1.5rem 1rem; } }
    @media screen and (min-width: 1601px) {
      .campus-safty-sec .campus-safaty .program-box {
        min-height: 440px;
        padding: 2rem 1.5rem; } }
    .campus-safty-sec .campus-safaty .program-box img {
      width: 40px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .campus-safaty .program-box img {
          width: 45px;
          padding: 0 .5rem;
          border-radius: 0; } }
      @media screen and (min-width: 1601px) {
        .campus-safty-sec .campus-safaty .program-box img {
          width: 60px; } }
.campus-safty-sec .transport-img {
  position: relative; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .transport-img img {
      width: 100%;
      margin-bottom: 0; } }
  .campus-safty-sec .transport-img h6 {
    position: absolute;
    top: 70%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 35%;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .transport-img h6 {
        font-size: 0.7rem;
        top: 65%;
        width: 75%; } }
    @media screen and (min-width: 1601px) {
      .campus-safty-sec .transport-img h6 {
        width: 32%;
        top: 72%; } }
.campus-safty-sec .atm-card {
  margin-bottom: 1rem; }
  @media screen and (min-width: 1601px) {
    .campus-safty-sec .atm-card {
      margin-bottom: 2.5rem; } }
  .campus-safty-sec .atm-card .atm-card-details {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .atm-card .atm-card-details h5 {
        font-size: 0.7rem; } }
  .campus-safty-sec .atm-card .atm-card-img {
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    margin-right: 2rem;
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .atm-card .atm-card-img {
        height: 40px;
        width: 40px;
        line-height: 38px;
        margin-right: 1rem; } }
    .campus-safty-sec .atm-card .atm-card-img img {
      width: 30px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .atm-card .atm-card-img img {
          width: 25px; } }
    .campus-safty-sec .atm-card .atm-card-img::before {
      border: 1px dashed #fff;
      transform: rotate(90deg);
      width: 100px;
      top: 90px;
      left: -26px;
      z-index: 0 !important;
      height: 2px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .atm-card .atm-card-img::before {
          left: -30px !important; } }
      @media screen and (min-width: 1601px) {
        .campus-safty-sec .atm-card .atm-card-img::before {
          width: 200px;
          top: 120px;
          left: -75px;
          z-index: -1;
          height: 2px; } }
  .campus-safty-sec .atm-card:nth-child(4) .atm-card-img::before {
    display: none; }
  .campus-safty-sec .atm-card:nth-child(5) .atm-card-img::before {
    display: none; }
  .campus-safty-sec .atm-card:nth-child(10) .atm-card-img::before {
    display: none; }

.swiper-button-lock {
  display: block; }

/*--------------------------------------------
                Reseach Excellance
--------------------------------------------*/
.research-statistics {
  background: linear-gradient(rgba(92, 15, 139, 0.6), rgba(92, 15, 139, 0.6)), url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/research-statistics.png);
  width: 100%; }
  .research-statistics .attribute {
    min-height: 255px; }
    @media screen and (max-width: 767px) {
      .research-statistics .attribute {
        min-height: 150px;
        padding: 0.5rem; }
        .research-statistics .attribute img {
          margin-bottom: 0.5rem;
          margin-top: 0.5rem; }
        .research-statistics .attribute .sec-title {
          margin-bottom: 0rem !important; } }
    @media screen and (min-width: 1601px) {
      .research-statistics .attribute {
        min-height: 420px; } }
    .research-statistics .attribute .sec-title {
      margin-bottom: 1rem; }
      @media screen and (min-width: 1601px) {
        .research-statistics .attribute .sec-title {
          margin-bottom: 0rem; } }

.support-box {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 4px 4px 16px #00000040;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .support-box {
      padding: 0.8rem;
      min-height: auto; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .support-box {
      padding: 1rem 0.6rem; } }
  @media screen and (min-width: 1920px) {
    .support-box {
      padding: 2rem;
      min-height: 16rem; } }
  @media screen and (max-width: 767px) {
    .support-box .support-img img {
      width: 40px;
      margin-bottom: 0.5rem; } }
  .support-box h5 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .support-box h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem; } }

.research-support .patents-granted {
  margin-top: 7rem; }
  @media screen and (max-width: 767px) {
    .research-support .patents-granted {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    .research-support .patents-granted .vision-mission .sec-title h2 {
      font-size: 1rem !important;
      text-align: start; }
    .research-support .patents-granted .vision-mission p {
      font-size: 0.7rem;
      line-height: 1.2;
      padding: 0rem;
      margin-bottom: 0rem; }
    .research-support .patents-granted .vision-mission .cmn-button, .research-support .patents-granted .vision-mission .cmn-white-button,
    .research-support .patents-granted .vision-mission .cmn-white-button {
      margin-top: 0.2rem;
      font-size: 0.7rem; } }
  .research-support .patents-granted .vision-mission .row .col img {
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .research-support .patents-granted .vision-mission .row .col img {
        height: 30vh; } }

.circle-gradient-left {
  position: relative; }
  .circle-gradient-left::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: radial-gradient(at top left, rgba(212, 201, 226, 0.6), #fff, #fff); }

.center-excellence-sec .attribute {
  padding: 5rem;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .center-excellence-sec .attribute {
      padding: 0.5rem;
      min-height: 150px; } }
  .center-excellence-sec .attribute img {
    width: 80px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .center-excellence-sec .attribute img {
        width: 35px;
        margin-bottom: 1rem; } }
@media screen and (max-width: 767px) {
  .center-excellence-sec .program-research-sec .program-card .program-details {
    padding: 0.5rem;
    min-height: auto; } }
.center-excellence-sec .supporting-agency {
  position: relative; }
  .center-excellence-sec .supporting-agency .bg-white-verlay {
    position: absolute;
    top: 0;
    width: 121%;
    left: -118px;
    height: 100%;
    background-color: #fff;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .center-excellence-sec .supporting-agency .bg-white-verlay {
        width: 137%; } }
    @media screen and (min-width: 1601px) {
      .center-excellence-sec .supporting-agency .bg-white-verlay {
        width: 131%;
        left: -225px; } }

.research-publication .hr-line {
  height: 1px;
  background: #5C0F8B;
  width: 95%;
  margin: 0 auto;
  margin-top: 12px; }

.resources .grid-container {
  display: grid;
  grid-template-columns: 35% 16% 30% 15%;
  gap: 1rem; }
  @media screen and (max-width: 767px) {
    .resources .grid-container {
      grid-template-columns: 23% 16% 32% 16%; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .resources .grid-container {
      grid-template-columns: 35% 16% 29% 15%; } }
  @media screen and (min-width: 1601px) {
    .resources .grid-container {
      grid-template-columns: 30% 20% 34% 17%; } }
@media screen and (min-width: 1601px) {
  .resources img {
    width: 90%; } }

.inner-box .attribute {
  min-height: 300px; }
  @media screen and (max-width: 767px) {
    .inner-box .attribute {
      min-height: 200px; } }
  @media screen and (min-width: 1601px) {
    .inner-box .attribute {
      min-height: 460px; } }

.csr-sec .box-csr {
  box-shadow: 4px 4px 16px #00000040;
  border-radius: 10px;
  background: #fff; }
  .csr-sec .box-csr .box-top {
    padding: 1rem 1.3rem 0.1rem;
    min-height: 18.5vh; }
    @media screen and (max-width: 767px) {
      .csr-sec .box-csr .box-top {
        padding: 0.8rem 0.8rem 0.1rem;
        min-height: 14.5vh; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .csr-sec .box-csr .box-top {
        min-height: 8.5vh; } }
    @media screen and (min-width: 1601px) {
      .csr-sec .box-csr .box-top {
        padding: 1.3rem 1.3rem 0.1rem;
        min-height: 13.5vh; } }
  .csr-sec .box-csr .box-bottom {
    padding: 0.5rem 1.3rem 1rem;
    min-height: 31vh; }
    @media screen and (max-width: 767px) {
      .csr-sec .box-csr .box-bottom {
        padding: 0.5rem 0.8rem 0.8rem;
        min-height: 20vh; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .csr-sec .box-csr .box-bottom {
        min-height: 15vh; } }
    @media screen and (min-width: 1601px) {
      .csr-sec .box-csr .box-bottom {
        padding: 0.5rem 1.3rem 1.3rem;
        min-height: 20vh; } }

.atm-service-sec .event-sec .event-btn-next {
  left: 180px; }
  @media screen and (min-width: 1601px) {
    .atm-service-sec .event-sec .event-btn-next {
      left: 300px; } }
.atm-service-sec .event-sec .event-btn-prev {
  left: auto; }

.placmnt-sec {
  position: relative !important; }
  .placmnt-sec .wrapper {
    position: absolute;
    bottom: -35px;
    left: auto;
    max-width: 100%;
    z-index: 0;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    transition: right 0.3s ease;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      .placmnt-sec .wrapper {
        max-width: 25rem;
        bottom: -70px; } }

@media screen and (min-width: 1601px) {
  .lab-sec .att-1 {
    min-height: 610px; } }

@media screen and (min-width: 1920px) {
  .evnt-insec img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .iqac-sec p,
  .iqac-sec h5,
  .iqac-sec h6 {
    text-align: center; }
  .iqac-sec .box-content {
    min-height: 225px;
    padding: 0.5rem; }
    .iqac-sec .box-content img {
      padding-bottom: 0.5rem; }
  .iqac-sec .min-h-1 {
    height: 38vh; }
  .iqac-sec .cmn-button, .iqac-sec .cmn-white-button {
    margin-top: 0; }
  .iqac-sec .key-activity .box-content {
    padding: 0.5rem; } }

@media screen and (max-width: 767px) {
  .std-club-sec .box-content {
    padding: 0.5rem;
    min-height: 100%; }
    .std-club-sec .box-content h5 {
      font-size: 0.9rem;
      padding-left: 0.4rem; }
    .std-club-sec .box-content p {
      line-height: 1.1; }
    .std-club-sec .box-content img {
      padding-bottom: 0.5rem; } }
@media screen and (min-width: 1601px) {
  .std-club-sec .box-content {
    padding-bottom: 1rem; }
    .std-club-sec .box-content h5 {
      padding-bottom: 1rem; } }

.quality-policies-sec .bg-purple-verlay, .quality-policies-sec .overlay-purple .bg-purple-verlay-1, .overlay-purple .quality-policies-sec .bg-purple-verlay-1 {
  height: 65%; }
  @media screen and (min-width: 1601px) {
    .quality-policies-sec .bg-purple-verlay, .quality-policies-sec .overlay-purple .bg-purple-verlay-1, .overlay-purple .quality-policies-sec .bg-purple-verlay-1 {
      padding-bottom: 25vh; } }
.quality-policies-sec .future-study-section {
  margin-top: 0rem; }
  .quality-policies-sec .future-study-section .sem-box {
    padding: 2rem; }
    @media screen and (max-width: 767px) {
      .quality-policies-sec .future-study-section .sem-box {
        padding: 0.5rem; }
        .quality-policies-sec .future-study-section .sem-box p {
          margin-bottom: 0; } }
    @media screen and (min-width: 1601px) {
      .quality-policies-sec .future-study-section .sem-box {
        padding: 2rem;
        bottom: 65px;
        min-height: 22vh; } }

.rpl-attribute .inner-box .attribute {
  min-height: 200px; }

.gc-attribute .attribute {
  min-height: 260px; }

.our-tour-sec .scroll-sec .scroll-box, .our-tour-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .our-tour-sec .scroll-sec .add-benifit-inner {
  height: 40vh !important; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .our-tour-sec .scroll-sec .scroll-box, .our-tour-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .our-tour-sec .scroll-sec .add-benifit-inner {
      height: 15vh !important; } }
  @media screen and (max-width: 767px) {
    .our-tour-sec .scroll-sec .scroll-box, .our-tour-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .our-tour-sec .scroll-sec .add-benifit-inner {
      height: 20vh !important; } }
  @media screen and (min-width: 1601px) {
    .our-tour-sec .scroll-sec .scroll-box, .our-tour-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .our-tour-sec .scroll-sec .add-benifit-inner {
      height: 30vh !important; } }

.modal-dialog .modal-content {
  border-radius: 10px 0 !important; }

@media screen and (max-width: 767px) {
  .admission-procedure-sec .program-box {
    min-height: 290px; } }
.admission-procedure-sec .scroll-sec .scroll-box, .admission-procedure-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admission-procedure-sec .scroll-sec .add-benifit-inner {
  height: 25vh; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .admission-procedure-sec .scroll-sec .scroll-box, .admission-procedure-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admission-procedure-sec .scroll-sec .add-benifit-inner {
      height: 14vh; } }
  @media screen and (max-width: 767px) {
    .admission-procedure-sec .scroll-sec .scroll-box, .admission-procedure-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admission-procedure-sec .scroll-sec .add-benifit-inner {
      height: 20vh; } }

.course-admission-procedure .scroll-sec .scroll-box, .course-admission-procedure .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .course-admission-procedure .scroll-sec .add-benifit-inner {
  height: 25vh; }

.loan-sec .std-loan-sec .std-container {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 1rem; }
  .loan-sec .std-loan-sec .std-container .std-items {
    display: grid;
    grid-template-columns: 15% 50%;
    gap: 1rem;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .loan-sec .std-loan-sec .std-container .std-items {
        grid-template-columns: 15% 85%; } }
    .loan-sec .std-loan-sec .std-container .std-items h6 {
      margin-bottom: 0; }
.loan-sec .admission-procedure-sec .program-box {
  padding: 4rem 1rem 2rem; }
  @media screen and (max-width: 767px) {
    .loan-sec .admission-procedure-sec .program-box {
      min-height: 328px; } }
  @media screen and (min-width: 1601px) {
    .loan-sec .admission-procedure-sec .program-box {
      padding: 4rem 2.2rem 2rem; } }
  .loan-sec .admission-procedure-sec .program-box h6 {
    font-size: 0.8rem;
    margin: .6rem 0; }
    @media screen and (max-width: 767px) {
      .loan-sec .admission-procedure-sec .program-box h6 {
        font-size: 0.7rem; } }
  .loan-sec .admission-procedure-sec .program-box .p-auto {
    padding-left: 2rem; }
  .loan-sec .admission-procedure-sec .program-box .m-auto a:last-child {
    padding-left: 3rem; }
  @media screen and (min-width: 1601px) {
    .loan-sec .admission-procedure-sec .program-box .m-auto a:last-child {
      padding-left: 3.7rem; } }

@media screen and (min-width: 1601px) {
  .jallosh-sec .attribute {
    padding: 5rem;
    min-height: 350px; } }

.text-75 {
  width: 67%; }
  @media screen and (max-width: 767px) {
    .text-75 {
      width: 100%; } }

.alumni-inner-sec .sec-title {
  width: 75%; }
  .alumni-inner-sec .sec-title .border-bottom {
    width: 78%; }
    @media screen and (min-width: 1601px) {
      .alumni-inner-sec .sec-title .border-bottom {
        width: 82%; } }
  @media screen and (max-width: 767px) {
    .alumni-inner-sec .sec-title {
      width: 100%; }
      .alumni-inner-sec .sec-title .border-bottom {
        width: 100%; } }
.alumni-inner-sec .alumni-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  width: 100%;
  row-gap: 1.2rem;
  align-items: center; }
  @media screen and (min-width: 1601px) {
    .alumni-inner-sec .alumni-container {
      grid-template-columns: repeat(7, 1fr);
      width: 95%;
      row-gap: 1.5rem; } }
  @media screen and (max-width: 1200px) {
    .alumni-inner-sec .alumni-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 992px) {
    .alumni-inner-sec .alumni-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 768px) {
    .alumni-inner-sec .alumni-container {
      grid-template-columns: repeat(2, 1fr); } }
  .alumni-inner-sec .alumni-container .alumni-item {
    position: relative; }
    .alumni-inner-sec .alumni-container .alumni-item .alumni-card {
      position: relative;
      text-align: center;
      background-position: center center;
      background-size: cover;
      height: 100%;
      min-height: 180px; }
      .alumni-inner-sec .alumni-container .alumni-item .alumni-card:after {
        position: absolute;
        content: "";
        height: 70%;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 0;
        border-radius: 0 0 10px 20px;
        background: black;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2692248775) 31%, #5c0f8b 100%); }
      .alumni-inner-sec .alumni-container .alumni-item .alumni-card img {
        border-radius: 20px;
        width: 186px; }
        @media screen and (max-width: 767px) {
          .alumni-inner-sec .alumni-container .alumni-item .alumni-card img {
            width: 177px; } }
        @media screen and (min-width: 1601px) {
          .alumni-inner-sec .alumni-container .alumni-item .alumni-card img {
            width: 210px; } }
      @media screen and (min-width: 1601px) {
        .alumni-inner-sec .alumni-container .alumni-item .alumni-card {
          min-height: 200px; } }
    .alumni-inner-sec .alumni-container .alumni-item .alumni-details {
      padding: 0.5rem;
      position: absolute;
      top: 179px;
      margin: auto;
      left: 0;
      right: 0;
      z-index: 1;
      text-align: center; }
      @media screen and (min-width: 1601px) {
        .alumni-inner-sec .alumni-container .alumni-item .alumni-details {
          top: 210px; } }
      .alumni-inner-sec .alumni-container .alumni-item .alumni-details h5 {
        color: #fff;
        font-size: 0.85rem;
        font-weight: 700;
        margin-bottom: 0.2rem; }
        @media screen and (min-width: 1601px) {
          .alumni-inner-sec .alumni-container .alumni-item .alumni-details h5 {
            font-size: 1rem; } }
      .alumni-inner-sec .alumni-container .alumni-item .alumni-details p {
        font-weight: 200;
        line-height: 1.1;
        margin-bottom: 0;
        font-size: 0.65rem;
        color: #fff; }
        @media screen and (min-width: 1601px) {
          .alumni-inner-sec .alumni-container .alumni-item .alumni-details p {
            font-size: 0.7rem; } }

.cmn-listing li {
  position: relative;
  z-index: 0;
  padding-left: 3rem;
  line-height: 3 !important;
  font-size: 1.1rem;
  counter-increment: list-counter; }
  @media only screen and (max-width: 390px) {
    .cmn-listing li {
      line-height: 2.5 !important;
      margin-top: 0.5rem;
      font-size: 0.8rem; } }
  @media only screen and (min-width: 414px) and (max-width: 767px) {
    .cmn-listing li {
      font-size: 0.95rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-listing li {
      font-size: 1.6rem;
      padding-left: 3rem;
      line-height: 2.5; } }
  .cmn-listing li::before {
    position: absolute;
    content: counter(list-counter);
    left: 0px;
    top: 50%;
    font-size: 0.95rem;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .cmn-listing li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FF5100;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (min-width: 1601px) {
      .cmn-listing li::after {
        width: 35px;
        height: 35px;
        border-radius: 0 15px 0 15px; } }
  .cmn-listing li span.dashed-line {
    position: absolute;
    border: 1px solid #5C0F8B;
    transform: rotate(90deg);
    width: 27px;
    top: 0px;
    left: 2px;
    z-index: -1; }

.cmn-btn {
  background: linear-gradient(120deg, #5c0f8b 63%, #ff5100 100%);
  font-size: 1rem; }
  @media screen and (min-width: 1601px) {
    .cmn-btn {
      font-size: 1.1rem;
      padding: 10px 20px; } }

.sec-img {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/raisoni-privilage/coin.png);
  width: 110px;
  height: 80px; }
  .sec-img:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 767px) {
    .sec-img {
      width: 60px;
      height: 60px; } }

.sec-img-1 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/raisoni-privilage/coin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 160px;
  height: 100px;
  position: absolute;
  content: "";
  top: 50%;
  left: -75px; }
  @media screen and (max-width: 767px) {
    .sec-img-1 {
      top: 70%; } }

.sec-img-2 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/raisoni-privilage/coin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100px;
  height: 50px;
  position: absolute;
  content: "";
  top: 55%;
  left: 48%; }
  @media screen and (max-width: 767px) {
    .sec-img-2 {
      display: none; } }

.sec-img-3 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/raisoni-privilage/coin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 120px;
  height: 70px;
  position: absolute;
  content: "";
  top: 30%;
  right: 7%; }
  @media screen and (max-width: 767px) {
    .sec-img-3 {
      width: 110px;
      height: 45px;
      top: 40%; } }

.sec-img-4 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/raisoni-privilage/coin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 120px;
  height: 70px;
  position: absolute;
  content: "";
  top: 0%;
  right: 7%; }
  @media screen and (max-width: 767px) {
    .sec-img-4 {
      width: 110px;
      height: 45px;
      top: 40%; } }
  @media screen and (min-width: 1601px) {
    .sec-img-4 {
      width: 130px;
      height: 90px; } }

.banner-sec-main {
  position: relative;
  height: 100vh;
  background: #fff;
  background: linear-gradient(18deg, white 34%, #fbfbfb 30%, #f8f6f900 0%, #e5dce9 100%, #f8f6f900 100%); }
  @media only screen and (max-width: 390px) {
    .banner-sec-main {
      height: 100vh; } }
  @media only screen and (min-width: 414px) and (max-width: 767px) {
    .banner-sec-main {
      height: 83vh; } }
  .banner-sec-main .banner-sm {
    padding: 70px 0 90px; }
    @media only screen and (max-width: 390px) {
      .banner-sec-main .banner-sm {
        padding: 75px 0 0px; } }
    @media only screen and (min-width: 414px) and (max-width: 767px) {
      .banner-sec-main .banner-sm {
        padding: 100px 0 0px; } }
    @media screen and (min-width: 1601px) {
      .banner-sec-main .banner-sm {
        padding: 100px 0 90px; } }
    .banner-sec-main .banner-sm .banner-heading {
      width: 88%; }
      .banner-sec-main .banner-sm .banner-heading h1 {
        font-size: 2.8rem;
        font-weight: 800; }
        @media only screen and (max-width: 390px) {
          .banner-sec-main .banner-sm .banner-heading h1 {
            font-size: 1.8rem; } }
        @media only screen and (min-width: 414px) and (max-width: 767px) {
          .banner-sec-main .banner-sm .banner-heading h1 {
            font-size: 2rem; } }
        @media screen and (min-width: 1601px) {
          .banner-sec-main .banner-sm .banner-heading h1 {
            font-size: 3.3rem; } }
        .banner-sec-main .banner-sm .banner-heading h1 span {
          color: #FF5100;
          font-weight: 800; }
      .banner-sec-main .banner-sm .banner-heading p {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1.3;
        background: linear-gradient(120deg, #5c0f8b 63%, #ff5100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (max-width: 767px) {
          .banner-sec-main .banner-sm .banner-heading p {
            font-size: 1.1rem; } }
        @media screen and (min-width: 1601px) {
          .banner-sec-main .banner-sm .banner-heading p {
            font-size: 1.6rem;
            margin: 2rem 0; } }
    .banner-sec-main .banner-sm .banner-flex {
      display: flex; }
      .banner-sec-main .banner-sm .banner-flex .banner-box {
        padding: 0 15px;
        width: 173px; }
        @media screen and (min-width: 1601px) {
          .banner-sec-main .banner-sm .banner-flex .banner-box {
            width: 215px; } }
        .banner-sec-main .banner-sm .banner-flex .banner-box h4 {
          color: #FF5100;
          font-weight: 700;
          margin-bottom: 0;
          font-size: 1.2rem; }
          @media screen and (min-width: 1601px) {
            .banner-sec-main .banner-sm .banner-flex .banner-box h4 {
              font-size: 1.5rem; } }
        .banner-sec-main .banner-sm .banner-flex .banner-box p {
          color: #5C0F8B;
          font-weight: 600;
          font-size: 0.79rem;
          margin-bottom: 0; }
          @media screen and (min-width: 1601px) {
            .banner-sec-main .banner-sm .banner-flex .banner-box p {
              font-size: 1rem; } }
      .banner-sec-main .banner-sm .banner-flex .right-line {
        border-right: 1px solid #5C0F8B; }
  .banner-sec-main .banner-img {
    text-align: center; }
    .banner-sec-main .banner-img img {
      width: 75%; }
      @media screen and (max-width: 767px) {
        .banner-sec-main .banner-img img {
          width: 45%;
          margin-top: 2rem; } }
      @media screen and (min-width: 1601px) {
        .banner-sec-main .banner-img img {
          width: 90%; } }

.brand-logo {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0; }
  .brand-logo .border-gradient, .brand-logo .key-details {
    background: #fff;
    padding: 1.5rem; }
    @media screen and (min-width: 1601px) {
      .brand-logo .border-gradient, .brand-logo .key-details {
        padding: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .brand-logo .border-gradient .sec-title h2, .brand-logo .key-details .sec-title h2 {
        font-size: 1.2rem !important;
        padding-bottom: 0.5rem; } }

.tip-line-sec {
  position: relative; }
  .tip-line-sec .line {
    background-color: #5C0F8B; }
    @media screen and (max-width: 767px) {
      .tip-line-sec .line {
        display: none; } }
    .tip-line-sec .line::before {
      position: absolute;
      content: "";
      position: absolute;
      content: "";
      width: 67%;
      height: 2px;
      top: 22px;
      right: 120px;
      z-index: -1;
      background-color: #5C0F8B; }
      @media screen and (min-width: 1601px) {
        .tip-line-sec .line::before {
          width: 66%;
          height: 2px;
          top: 22px;
          right: 215px; } }
    .tip-line-sec .line::after {
      background-color: #5C0F8B;
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      transform: rotate(41deg);
      top: 18px;
      left: -695px;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 1601px) {
        .tip-line-sec .line::after {
          width: 15px;
          height: 15px;
          top: 16px;
          right: 360px; } }
  .tip-line-sec h6 {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.9); }
    @media screen and (max-width: 767px) {
      .tip-line-sec h6 {
        font-size: 1rem;
        text-align: center; } }
    @media screen and (min-width: 1601px) {
      .tip-line-sec h6 {
        font-size: 2rem;
        padding-top: 0.5rem; } }

.discount-sec {
  padding-top: 6rem; }
  @media screen and (max-width: 767px) {
    .discount-sec {
      padding-top: 0rem !important; }
      .discount-sec .sec-title {
        margin-bottom: 0; } }
  @media screen and (min-width: 1601px) {
    .discount-sec {
      padding-top: 6rem; } }
  .discount-sec .bg-overlay-inner {
    position: relative;
    height: 50vh;
    width: 100%;
    background-color: #5C0F8B;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .discount-sec .bg-overlay-inner {
        height: 30vh;
        margin: 1rem auto 0; } }
    @media screen and (min-width: 1601px) {
      .discount-sec .bg-overlay-inner {
        height: 40vh; } }
    .discount-sec .bg-overlay-inner video {
      overflow: hidden;
      object-fit: cover;
      border-radius: 10px;
      object-position: center center; }
    .discount-sec .bg-overlay-inner .fallback-img {
      display: none; }
    .discount-sec .bg-overlay-inner .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      background-color: #fff;
      color: #5C0F8B;
      border-radius: 10px;
      width: 50px;
      cursor: pointer;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px; }
      @media screen and (min-width: 1601px) {
        .discount-sec .bg-overlay-inner .play-button {
          top: 45%;
          left: 51%;
          width: 75px;
          font-size: 30px;
          height: 55px; } }
    .discount-sec .bg-overlay-inner .play-button i {
      pointer-events: none; }

.prices {
  position: relative; }
  @media screen and (min-width: 1601px) {
    .prices .career-drive p {
      font-size: 1.5rem; } }
  .prices .border-gradient, .prices .key-details {
    background: linear-gradient(to right, #ffffff, #ffffff);
    position: relative; }

.back {
  position: absolute;
  height: 28%;
  bottom: 40px;
  right: 0;
  width: 67%;
  left: 0;
  border-radius: 0 0 30px 30px;
  margin: auto;
  z-index: -1;
  background-color: #5C0F8B; }
  @media screen and (min-width: 1601px) {
    .back {
      width: 63%; } }

/* ----------------------------------------------------------
:: brands logo
---------------------------------------------------------- */
.brand-sec .swiper {
  overflow: hidden; }
.brand-sec .brand-card {
  padding: 0.7rem 2rem;
  display: flex;
  justify-content: center;
  transition: 0.6s;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .brand-sec .brand-card {
      padding: 0.4rem;
      margin: 0.5rem;
      overflow: hidden;
      flex-direction: row-reverse;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1601px) {
    .brand-sec .brand-card {
      margin: 0rem;
      padding: 2rem 3rem; } }
  .brand-sec .brand-card img {
    width: 80px;
    margin: 2rem; }
    @media screen and (max-width: 767px) {
      .brand-sec .brand-card img {
        width: 45px;
        margin: 1rem; } }
    @media screen and (min-width: 1601px) {
      .brand-sec .brand-card img {
        width: 130px; } }
.brand-sec .swiper-button-next {
  right: 0; }
.brand-sec .swiper-button-prev {
  left: 0; }
.brand-sec .swiper-button-next,
.brand-sec .swiper-button-prev {
  z-index: 99;
  color: #FF5100; }
.brand-sec .swiper-button-next:after {
  font-size: 1.3rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .brand-sec .swiper-button-next:after {
      font-size: 1rem;
      margin-right: -18px; } }
.brand-sec .swiper-button-prev:after {
  font-size: 1.3rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .brand-sec .swiper-button-prev:after {
      font-size: 1rem;
      margin-left: -18px; } }

.swiper-wrapper {
  height: unset; }

.discount .circle-gradient-1::before {
  border-radius: 2rem; }
.discount .discount-inner {
  padding: 3rem; }
  @media screen and (max-width: 767px) {
    .discount .discount-inner {
      padding: 1.5rem; } }
  @media screen and (min-width: 1601px) {
    .discount .discount-inner {
      padding: 5rem; } }
  .discount .discount-inner img {
    display: flex;
    justify-content: center;
    width: 50px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .discount .discount-inner img {
        width: 45px; } }
    @media screen and (min-width: 1601px) {
      .discount .discount-inner img {
        width: 100px; } }
  .discount .discount-inner h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-top: 1rem;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .discount .discount-inner h3 {
        font-size: 1.1rem; } }

.banner-popup {
  height: 80vh; }
  @media screen and (max-width: 767px) {
    .banner-popup {
      height: 76vh; } }
  @media screen and (min-width: 1601px) {
    .banner-popup {
      height: 60vh; } }
  .banner-popup .banner-img img {
    width: 100%; }
  .banner-popup .brand-logo .border-gradient, .banner-popup .brand-logo .key-details,
  .banner-popup .brand-logo .key-details {
    padding: 1rem; }
  @media screen and (min-width: 1601px) {
    .banner-popup .brand-logo .border-gradient, .banner-popup .brand-logo .key-details,
    .banner-popup .brand-logo .key-details {
      padding: 2rem; } }
  .banner-popup .banner-sm {
    padding: 8px 0 90px; }
    @media screen and (min-width: 1601px) {
      .banner-popup .banner-sm {
        padding: 20px 0 90px; } }
    .banner-popup .banner-sm .banner-heading h1 {
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        .banner-popup .banner-sm .banner-heading h1 {
          font-size: 1.5rem; } }
      @media screen and (min-width: 1601px) {
        .banner-popup .banner-sm .banner-heading h1 {
          font-size: 2rem; } }
    .banner-popup .banner-sm .banner-heading p {
      font-size: 1rem; }
      @media screen and (min-width: 1601px) {
        .banner-popup .banner-sm .banner-heading p {
          margin: 1rem 0; } }
    .banner-popup .banner-sm .banner-flex .banner-box h4 {
      font-size: 0.9rem; }
    @media screen and (min-width: 1601px) {
      .banner-popup .banner-sm .banner-flex .banner-box {
        width: 245px; } }
    .banner-popup .banner-sm .banner-flex .banner-box p {
      font-size: 0.75rem; }

@media screen and (max-width: 767px) {
  .modal-content {
    width: 95%; } }
.admssion-sec .scroll-sec .scroll-box, .admssion-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admssion-sec .scroll-sec .add-benifit-inner {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 37vh; }
  @media screen and (max-width: 767px) {
    .admssion-sec .scroll-sec .scroll-box, .admssion-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admssion-sec .scroll-sec .add-benifit-inner {
      height: 30vh; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .admssion-sec .scroll-sec .scroll-box, .admssion-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admssion-sec .scroll-sec .add-benifit-inner {
      height: 20vh; } }
  @media screen and (min-width: 1400px) {
    .admssion-sec .scroll-sec .scroll-box, .admssion-sec .scroll-sec .add-benifit .add-benifit-inner, .add-benifit .admssion-sec .scroll-sec .add-benifit-inner {
      height: 26vh; } }
@media screen and (max-width: 767px) {
  .admssion-sec .swiper {
    overflow: hidden; } }

.hostel-sec .atm-card:nth-child(4) .atm-card-img::before {
  display: block; }
.hostel-sec .atm-card:nth-child(8) .atm-card-img::before {
  display: block; }
.hostel-sec .atm-card:nth-child(6) .atm-card-img::before {
  display: none; }
.hostel-sec .atm-card:nth-child(12) .atm-card-img::before {
  display: none; }

.confirt-conv-sec .img-card {
  text-align: center; }
  .confirt-conv-sec .img-card .inner-img {
    border: 1px solid #5C0F8B;
    border-radius: 50%;
    padding: 1rem;
    width: 100px;
    height: 100px;
    line-height: 62px;
    margin: 1rem auto; }
    @media screen and (min-width: 1601px) {
      .confirt-conv-sec .img-card .inner-img {
        line-height: 95px;
        margin: 1rem auto;
        padding: unset; } }
    .confirt-conv-sec .img-card .inner-img img {
      width: 50px; }
      @media screen and (min-width: 1601px) {
        .confirt-conv-sec .img-card .inner-img img {
          padding: 1rem;
          width: 85px; } }
  .confirt-conv-sec .img-card h6 {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .hostel-events-sec .event-btn-prev {
    bottom: -250px !important; }
  .hostel-events-sec .event-btn-next {
    bottom: -250px !important; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hostel-events-sec .event-btn-next {
    bottom: -88px;
    margin: auto;
    left: 65px;
    right: 0; }
  .hostel-events-sec .event-btn-prev {
    bottom: -88px;
    margin: auto;
    left: -65px;
    right: 0; }
  .hostel-events-sec .campus-safaty {
    padding: 0rem 0 3.5rem 1rem; } }
.hostel-events-sec .campus-safaty .program-box {
  padding: 0;
  min-height: auto; }
  .hostel-events-sec .campus-safaty .program-box img {
    width: 100%;
    border-radius: 15px 15px 0 0; }
    @media screen and (max-width: 767px) {
      .hostel-events-sec .campus-safaty .program-box img {
        padding: 0; } }
  .hostel-events-sec .campus-safaty .program-box h5 {
    padding: 1rem 0.5rem;
    text-align: center; }

.no-link-style {
  cursor: default;
  /* Makes cursor look normal (not pointer) */
  text-decoration: none;
  /* Removes underline */
  color: inherit;
  /* Optional: Keep text color consistent */ }

.border-line {
  position: relative; }
  .border-line::before {
    width: 77%;
    height: 2px;
    position: absolute;
    content: "";
    background: #5C0F8B;
    right: 0;
    top: -15px;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .border-line::before {
        width: 50%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .border-line::before {
        width: 60%; } }
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
      .border-line::before {
        width: 70%; } }
    @media screen and (min-width: 1920px) {
      .border-line::before {
        width: 75%;
        top: -55px; } }

.swiper-hostel-videos .swiper-slide .video {
  position: relative; }
  .swiper-hostel-videos .swiper-slide .video .poster {
    position: absolute;
    width: 100%;
    height: 260px;
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .swiper-hostel-videos .swiper-slide .video .poster {
        height: 200px; } }
    @media screen and (min-width: 1601px) {
      .swiper-hostel-videos .swiper-slide .video .poster {
        height: 300px; } }
  .swiper-hostel-videos .swiper-slide .video iframe {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .swiper-hostel-videos .swiper-slide .video iframe {
        height: 200px; } }
    @media screen and (min-width: 1601px) {
      .swiper-hostel-videos .swiper-slide .video iframe {
        height: 300px; } }
  .swiper-hostel-videos .swiper-slide .video .video-info .play-video {
    position: absolute;
    bottom: 15px;
    display: flex;
    line-height: 15px;
    width: 35px;
    left: 12px;
    background: #5C0F8B;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    height: 35px;
    flex-wrap: nowrap;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .play-video {
        bottom: 15px;
        height: 28px;
        width: 28px; } }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .play-video {
        bottom: 30px; } }
    @media screen and (min-width: 1920px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .play-video {
        padding: 8px;
        bottom: 25px; } }
    .swiper-hostel-videos .swiper-slide .video .video-info .play-video::after {
      position: absolute;
      width: 41px;
      top: -3px;
      left: -3px;
      content: "";
      border: 1px solid #fff;
      height: 41px;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .swiper-hostel-videos .swiper-slide .video .video-info .play-video::after {
          height: 35px;
          width: 35px; } }
  .swiper-hostel-videos .swiper-slide .video .video-info .zoom-video {
    position: absolute;
    bottom: 8px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .zoom-video {
        right: 0px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .zoom-video {
        bottom: 25px; } }
    .swiper-hostel-videos .swiper-slide .video .video-info .zoom-video i {
      font-size: 1.2rem; }
      @media screen and (min-width: 1601px) {
        .swiper-hostel-videos .swiper-slide .video .video-info .zoom-video i {
          padding: 0 0 25px; } }
  .swiper-hostel-videos .swiper-slide .video .video-info .zoom-animation {
    animation: zoomIn 0.4s ease-in-out; }
  .swiper-hostel-videos .swiper-slide .video .video-info .bg-color {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6; }
  .swiper-hostel-videos .swiper-slide .video .video-info .video-info-title {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    font-weight: 600;
    font-size: 1.1rem;
    left: 60px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    font-size: 0.95rem; }
    @media screen and (max-width: 767px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .video-info-title {
        font-size: 0.75rem;
        left: 55px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .video-info-title {
        bottom: 35px; } }
    @media screen and (min-width: 1601px) {
      .swiper-hostel-videos .swiper-slide .video .video-info .video-info-title {
        font-size: 1.2rem;
        bottom: 25px; } }
.swiper-hostel-videos .swiper-button-next.swiper-button-disabled,
.swiper-hostel-videos .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important; }

@keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.share-icon {
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #333; }

.share-popup {
  display: none;
  position: absolute;
  bottom: 65px;
  left: calc(100% - 70%);
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: max-content; }

.share-popup .share-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px; }

.share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.share-icons a {
  text-decoration: none;
  font-size: 18px;
  color: #444;
  transition: transform 0.2s; }

.share-icons a:hover {
  transform: scale(1.2); }

@media (max-width: 767px) {
  .share-popup {
    right: auto;
    left: 20px;
    bottom: 0;
    width: 100%;
    max-width: 265px; } }
.bar-line .dropdown-menu[data-bs-popper] {
  left: -186px; }
  @media screen and (max-width: 767px) {
    .bar-line .dropdown-menu[data-bs-popper] {
      left: 0; } }

/*--------------------------
 COURSES START 25
--------------------------*/
.explore-course-sec .swiper-programs .swiper-slide .program-card {
  min-height: 22rem; }
  @media screen and (max-width: 767px) {
    .explore-course-sec .swiper-programs .swiper-slide .program-card {
      min-height: auto; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .explore-course-sec .swiper-programs .swiper-slide .program-card {
      min-height: 17rem; } }
  @media screen and (min-width: 1601px) {
    .explore-course-sec .swiper-programs .swiper-slide .program-card {
      min-height: 26rem; } }
  @media (min-width: 1920px) {
    .explore-course-sec .swiper-programs .swiper-slide .program-card {
      min-height: 26.4rem !important; } }
.explore-course-sec .swiper-diploma-course .swiper-slide .program-card {
  min-height: 21rem; }
  @media screen and (max-width: 767px) {
    .explore-course-sec .swiper-diploma-course .swiper-slide .program-card {
      min-height: auto; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .explore-course-sec .swiper-diploma-course .swiper-slide .program-card {
      min-height: 17.5rem; } }
  @media screen and (min-width: 1601px) {
    .explore-course-sec .swiper-diploma-course .swiper-slide .program-card {
      min-height: 28rem; } }
  @media (min-width: 1920px) {
    .explore-course-sec .swiper-diploma-course .swiper-slide .program-card {
      min-height: 29.3rem !important; } }

/*--------------------------
 COURSES END 25
--------------------------*/

/*# sourceMappingURL=main.css.map */
