@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
.primary-purple {
  color: #5C0F8B; }

.primary-orange {
  color: #FF5100; }

.primary-gray {
  color: #6D6F70; }

.primary-gold {
  color: #C0966B; }

.primary-magenta {
  color: #EB0D8C; }

.primary-cyan {
  color: #0099A8; }

.secondary-purple {
  color: #A389BA; }

.secondary-orange {
  color: #F9A77E; }

.secondary-gray {
  color: #D8D7D7; }

.secondary-gold {
  color: #DCC4AA; }

.secondary-magenta {
  color: #F29ABF; }

.secondary-cyan {
  color: #7BC3CC; }

.tertiary-purple {
  color: #d4c9e24d; }

.tertiary-orange {
  color: #FDD9C4; }

.tertiary-gray {
  color: #f5f5f5; }

.tertiary-gold {
  color: #EFE6D9; }

.tertiary-magenta {
  color: #FAD7E6; }

.tertiary-cyan {
  color: #C9E4E9; }

.text-dark, .sec-title p, .sec-thirdtitle h5, .interest-box h6 {
  color: #000 !important; }

.primary-bgpurple, .cmn-button, .cmn-white-button, .cmn-transparent-button {
  background-color: #5C0F8B; }

.primary-bgorange {
  background-color: #FF5100; }

.primary-bggray {
  background-color: #6D6F70; }

.primary-bggold {
  background-color: #C0966B; }

.primary-bgmagenta {
  background-color: #EB0D8C; }

.primary-bgcyan {
  background-color: #0099A8; }

.secondary-bgpurple {
  background-color: #A389BA; }

.secondary-bgorange {
  background-color: #F9A77E; }

.secondary-bggray {
  background-color: #D8D7D7; }

.secondary-bggold {
  background-color: #DCC4AA; }

.secondary-bgmagenta {
  background-color: #F29ABF; }

.secondary-bgcyan {
  background-color: #7BC3CC; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #FDD9C4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #EFE6D9; }

.tertiary-bgmagenta {
  background-color: #FAD7E6; }

.tertiary-bgcyan {
  background-color: #C9E4E9; }

.text-black {
  color: #333333; }

.text-purple {
  color: #5C0F8B; }

.bg-black {
  background-color: #333333; }

.bg-purple-light {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-dark-transparent, .video-bg::before {
  background: #212429;
  background: linear-gradient(36deg, #212429 0%, rgba(33, 36, 41, 0) 32%, rgba(33, 36, 41, 0) 100%);
  z-index: 0; }

.bg-half-color-curv-1 {
  position: relative; }
  .bg-half-color-curv-1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 63%;
    height: 85%;
    bottom: 0;
    margin: auto;
    background-color: #F3EFF7 !important;
    z-index: -1;
    border-radius: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv-1::after {
        width: 100%;
        height: 100%;
        border-radius: 0; } }

.bg-half-purple {
  position: relative; }
  .bg-half-purple::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 77%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-color: #F3EFF7;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .bg-half-purple::after {
        content: unset; } }

.red-hat-display, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text, body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #5C0F8B; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: #6D6F70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    line-height: 1.6; }
  body a:hover {
    color: #FF5100; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.75rem; }
      body p {
        margin-bottom: 0rem;
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.05rem; } }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
ul li {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500; }
  @media screen and (min-width: 1401px) {
    ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    ul li {
      font-size: 1.05rem; } }

.bg-img, .counter-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after, header .navbar .main-navbar .dropdown-menu .row .col::after, .video-bg::before, .key-fact .key-fact-inner::after, .apply-now::before, .counter-sec::before, .social-wall .tab-content .tab-pane::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, header .navbar, .video-bg video, .social-wall .tab-bg-img.show.active {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.swiper {
  overflow: visible; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

.section-xxl {
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/* ----------------------------------------------------------
::
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }
@media screen and (min-width: 1601px) {
  input,
  select {
    height: 60px;
    font-size: 1.6rem; } }

.text-strock {
  font-size: 6rem;
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(-170px, -45px);
  -moz-transform: rotate(-90deg) translate(-170px, -45px);
  -ms-transform: rotate(-90deg) translate(-170px, -45px);
  -o-transform: rotate(-90deg) translate(-170px, -45px);
  transform: rotate(-90deg) translate(-170px, -45px);
  right: -50px;
  top: 12px;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.03rem;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .text-strock {
      display: none; } }
  @media screen and (max-width: 1025px) {
    .text-strock {
      font-size: 4.6rem;
      right: -85px;
      top: -20px; } }
  @media screen and (min-width: 1401px) {
    .text-strock {
      font-size: 6.2rem;
      top: 19px; } }
  @media screen and (min-width: 1601px) {
    .text-strock {
      font-size: 6.5rem;
      top: 32px;
      right: 20px;
      -webkit-text-stroke-width: 0.04rem; } }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button, .cmn-white-button, .cmn-transparent-button {
  color: #fff;
  box-shadow: none;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 0.75rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1400px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 0.95rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-white-button, .cmn-transparent-button {
      font-size: 1rem; } }
  .cmn-button:hover, .cmn-white-button:hover, .cmn-transparent-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;
  color: #5C0F8B;
  border: 1px solid #5C0F8B; }
  .cmn-white-button:hover {
    background-color: #5C0F8B;
    color: #fff; }

.cmn-transparent-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .cmn-transparent-button:hover {
    background-color: #5C0F8B;
    color: #fff;
    border: 1px solid #5C0F8B; }

.top-sticky {
  position: sticky;
  top: 0; }

.view-more {
  font-size: 1rem;
  color: #333333; }
  @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; } }

/* ----------------------------------------------------------
:: // table
---------------------------------------------------------- */
.table--1 tr th,
.table--1 tr td {
  border: 1px solid #5C0F8B;
  color: #6D6F70; }
.table--1 tr th {
  background-color: #d4c9e24d;
  color: #5C0F8B; }
.table--1 tr td a:hover {
  color: #FF5100; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title {
  margin-bottom: 2rem; }
  .sec-title h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #5C0F8B;
    margin-bottom: 0.5rem; }
    .sec-title h2 span {
      color: #C0966B;
      display: block;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .sec-title h2 {
        font-size: 1.65rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2 {
        font-size: 2.5rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title p {
      font-size: 1.15rem; } }

.inner-title {
  margin-bottom: 2rem; }
  .inner-title h4 {
    color: #5C0F8B;
    font-weight: 600; }

.bottom-border {
  border-bottom: 2px solid #5C0F8B; }
  @media screen and (max-width: 767px) {
    .bottom-border {
      margin: auto; } }

.bottom-border-1 {
  border-bottom: 2px solid #5C0F8B;
  width: 10%; }
  @media screen and (max-width: 1025px) {
    .bottom-border-1 {
      margin: auto; } }

.sec-subtitle h4 {
  font-size: 1.3rem;
  color: #333333;
  font-weight: 700;
  margin: 1.5rem 0; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h4 {
      font-size: 0.95rem;
      margin: 0.7rem 0 1rem; } }
  @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 (max-width: 1025px) {
    .sec-thirdtitle h5 {
      font-size: 0.9rem; } }
  @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; }

.breadcrumb-bottom-img {
  position: absolute;
  bottom: 0;
  width: 170px;
  left: 110px;
  z-index: 0; }
  @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: 196px; } }
  .breadcrumb-bottom-img img {
    width: 100%; }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-sec .scroll-box {
  overflow-y: scroll;
  height: 440px;
  position: relative;
  padding-right: 2rem; }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 1601px) {
  .scroll-sec .scroll-box {
    height: 620px;
    padding-right: 4rem; } }

/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 2px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #FF5100;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

/* ----------------------------------------------------------
:: 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: 25px;
      left: calc(28% - 140px); } }

/* ----------------------------------------------------------
:: 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%); }

/* ----------------------------------------------------------
:: 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 {
    color: #fff; }
    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); }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem; }
    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.65rem; } }
  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: "\f106";
            font-family: 'FontAwesome';
            font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      footer .accordion-item .accordion-button.active::after {
        content: "\f107"; } }
    footer .accordion-item .accordion-body {
      padding: 0; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-body p {
          font-size: 1rem; } }
  footer .footer-dome {
    left: -29px;
    width: 100%;
    position: absolute; }
    @media screen and (max-width: 1025px) {
      footer .footer-dome {
        position: relative;
        left: 0; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -40px; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -63px; } }

/* ----------------------------------------------------------
:: Instagram Embed
---------------------------------------------------------- */
.widget-box {
  box-shadow: 0px 0px 7px #0202020d;
  border-radius: 10px 0px 10px 0px; }
  .widget-box .widget-box-inner {
    padding: 1rem; }
  .widget-box iframe {
    width: 100%;
    height: 850px; }
    @media screen and (max-width: 767px) {
      .widget-box iframe {
        height: 320px !important; } }
    @media screen and (max-width: 1028px) {
      .widget-box iframe {
        height: 590px; } }
    @media screen and (min-width: 1401px) {
      .widget-box iframe {
        height: 980px; } }
    @media screen and (min-width: 1601px) {
      .widget-box iframe {
        height: 1080px; } }

.top-header {
  background: #5C0F8B;
  z-index: 99;
  line-height: 1.1;
  padding: 5px;
  display: inline-block;
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  right: 0.7rem; }
  @media screen and (max-width: 767px) {
    .top-header {
      top: 0.5rem; } }
  .top-header ul li {
    padding: 5px; }
    .top-header ul li:first-child {
      border-right: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .top-header ul li {
        font-size: 3px; } }
    @media screen and (min-width: 1401px) {
      .top-header ul li {
        padding: 6px 10px; } }
    .top-header ul li a {
      color: #fff; }
      @media screen and (max-width: 767px) {
        .top-header ul li a {
          font-size: 0.7rem; } }
      @media screen and (min-width: 1401px) {
        .top-header ul li a {
          font-size: 1rem; } }
    .top-header ul li:active {
      background-color: #fff;
      border-radius: 10px 0px 10px 0px; }
      .top-header ul li:active a {
        color: #5C0F8B; }

header {
  position: relative; }
  header .navbar {
    background: black;
    background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
    height: auto;
    z-index: 9;
    padding: 1rem 0; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #333333; }
      header .navbar .navbar-toggler.collapsed {
        background-color: transparent; }
        header .navbar .navbar-toggler.collapsed span {
          color: #fff; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button,
      header .navbar .cmn-white-button,
      header .navbar .cmn-transparent-button {
        padding: 2px 18px !important; } }
    header .navbar .navbar-brand img {
      filter: brightness(0) invert(1); }
    header .navbar .navbar-brand:hover img {
      filter: none; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-brand {
        margin-left: 4rem; } }
    @media screen and (max-width: 767px) {
      header .navbar .navbar-brand {
        padding: 0 0.5rem;
        margin-left: 3rem; } }
    header .navbar .navbar-brand img {
      width: 140px !important; }
      @media screen and (min-width: 1401px) {
        header .navbar .navbar-brand img {
          width: 170px !important; } }
      @media screen and (min-width: 1601px) {
        header .navbar .navbar-brand img {
          width: 200px !important; } }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand img {
          width: 100px !important; } }
    header .navbar .school-logo img {
      width: 180px !important; }
      @media screen and (min-width: 1401px) {
        header .navbar .school-logo img {
          width: 210px !important; } }
      @media screen and (min-width: 1601px) {
        header .navbar .school-logo img {
          width: 240px !important; } }
      @media screen and (max-width: 767px) {
        header .navbar .school-logo img {
          width: 150px !important; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 220px; } }
    header .navbar .main-navbar .nav-item a {
      color: #fff;
      font-size: 0.9rem;
      padding: 1rem 0.8rem;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        header .navbar .main-navbar .nav-item a {
          color: #333333;
          font-size: 0.85rem;
          padding: 0.5rem 0;
          display: block;
          border-bottom: 1px solid #d9d9d9;
          margin: 0 1rem; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 70px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a; } }
    @media screen and (max-width: 767px) {
      header .navbar .main-navbar {
        top: 58px; } }
    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;
        margin: auto;
        padding: 1rem; }
        @media screen and (max-width: 767px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 100%; } }
    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 {
      overflow: hidden;
      min-width: 15rem;
      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; }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .dropdown-menu {
          min-width: 17rem !important; } }
      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 {
        white-space: normal;
        color: #333333;
        padding: 0.6rem 1.3rem 0.6rem 1.3rem;
        font-size: 0.8rem;
        line-height: 1.6;
        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 0rem;
            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: #333333;
        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;
        overflow-x: hidden; } }
    header .navbar .mega-content h6 {
      padding-left: 1.5rem;
      font-weight: 700;
      color: #5C0F8B; }
      @media screen and (max-width: 1023px) {
        header .navbar .mega-content h6 {
          padding-left: 1rem; } }

.search {
  position: relative; }
  .search::after {
    background: #5C0F8B;
    padding: 0.8rem;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 6px;
    left: 6px;
    top: 15px;
    width: 20px;
    height: 20px; }
    @media screen and (min-width: 1601px) {
      .search::after {
        width: 30px;
        height: 30px; } }

.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #333333; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .navbar-brand {
      filter: brightness(0) invert(1); } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .nav-item a {
      font-size: 0.85rem;
      padding: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: #333333; } }

.video-bg {
  position: relative;
  height: 96vh;
  width: 100%; }
  .video-bg video {
    z-index: -1000;
    overflow: hidden;
    object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .video-bg {
      height: 40vh; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .video-bg {
      height: 33vh; } }

/* ----------------------------------------------------------
:: key-fact
---------------------------------------------------------- */
.key-fact {
  width: 55%;
  border-radius: 0 30px 0 0;
  background-color: #5C0F8B;
  padding: 2rem 2rem 2rem 3rem; }
  @media screen and (max-width: 767px) {
    .key-fact {
      width: 40%;
      padding: 0 2rem 0 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .key-fact {
      padding: 1rem; } }
  @media screen and (min-width: 1401px) {
    .key-fact {
      padding: 2rem 2rem 2rem 4rem; } }
  @media screen and (min-width: 1601px) {
    .key-fact {
      padding: 3rem 2rem 3rem 12rem; } }
  .key-fact .key-fact-inner {
    color: #fff;
    padding: 0rem 4.5rem; }
    @media screen and (max-width: 1023px) {
      .key-fact .key-fact-inner {
        padding: 0 1.5rem; } }
    @media screen and (max-width: 767px) {
      .key-fact .key-fact-inner {
        padding: 0.8rem 0; } }
    @media screen and (min-width: 1401px) {
      .key-fact .key-fact-inner {
        padding: 0rem 5.5rem; } }
    @media screen and (min-width: 1601px) {
      .key-fact .key-fact-inner {
        padding: 0rem 6rem; } }
    .key-fact .key-fact-inner:first-child {
      border-right: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        .key-fact .key-fact-inner:first-child {
          border-right: none;
          border-bottom: 1px solid #fff; } }
    .key-fact .key-fact-inner::after {
      background-color: #fff;
      width: 1px;
      right: 0;
      left: auto; }
    .key-fact .key-fact-inner h3 {
      color: #fff;
      font-size: 3.5rem;
      font-weight: 700;
      font-style: italic; }
      @media screen and (max-width: 1023px) {
        .key-fact .key-fact-inner h3 {
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .key-fact .key-fact-inner h3 {
          font-size: 2.3rem; } }
      @media screen and (min-width: 1401px) {
        .key-fact .key-fact-inner h3 {
          font-size: 4rem; } }
    .key-fact .key-fact-inner p {
      font-weight: 400;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .key-fact .key-fact-inner p {
          line-height: 1.5; } }
      .key-fact .key-fact-inner p span {
        margin-right: 0.3rem;
        padding: 2px 6px !important;
        background-color: #C0966B;
        padding: 3px;
        color: #5C0F8B;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .key-fact .key-fact-inner p span {
            display: block;
            width: fit-content; } }

.key-fact-side {
  padding: 1rem 1.5rem 1rem 3rem;
  background-color: #C0966B;
  width: 37%;
  border-radius: 0 30px 0 0; }
  @media screen and (max-width: 1023px) {
    .key-fact-side {
      padding: 1rem; } }
  @media screen and (max-width: 767px) {
    .key-fact-side {
      width: 55%;
      padding: 1rem; } }
  @media screen and (min-width: 1401px) {
    .key-fact-side {
      width: 36%; } }
  @media screen and (min-width: 1601px) {
    .key-fact-side {
      width: 34%;
      padding: 1.5rem 1.5rem 1.5rem 3rem; } }
  .key-fact-side h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.05rem;
    font-weight: 500; }
    @media screen and (max-width: 1023px) {
      .key-fact-side h5 {
        font-size: 0.85rem; } }
    @media screen and (max-width: 767px) {
      .key-fact-side h5 {
        font-size: 0.8rem; } }
    @media screen and (min-width: 1401px) {
      .key-fact-side h5 {
        font-size: 1.23rem; } }
    @media screen and (min-width: 1601px) {
      .key-fact-side h5 {
        font-size: 1.4rem; } }

.tabs .nav {
  border-bottom: 0;
  border-bottom: 0;
  border: 1px solid #5C0F8B;
  border-radius: 10px 0 10px 0; }
  .tabs .nav .nav-link {
    border: none;
    color: #333333;
    cursor: pointer; }
  .tabs .nav .nav-link.active {
    color: #fff;
    background-color: #5C0F8B;
    border-radius: 8px 0 10px 0; }

.tab-content {
  margin: 2rem 0; }

/* ----------------------------------------------------------
:: explore-program
---------------------------------------------------------- */
.explore-course-sec h5 {
  font-size: 1.05rem;
  font-weight: 500; }
  @media screen and (max-width: 1023px) {
    .explore-course-sec h5 {
      font-size: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .explore-course-sec h5 {
      font-size: 0.85rem; } }
  @media screen and (min-width: 1401px) {
    .explore-course-sec h5 {
      font-size: 1.23rem; } }
  @media screen and (min-width: 1601px) {
    .explore-course-sec h5 {
      font-size: 1.4rem; } }

.explore-program .form-control {
  color: #6D6F70;
  border: 2px solid #5C0F8B; }
.explore-program .search-img {
  background: #5C0F8B;
  border-radius: 0.5rem;
  max-width: 52px;
  line-height: 50px;
  height: 50px;
  margin-left: 0.5rem;
  width: 100%;
  text-align: center; }
  .explore-program .search-img i {
    font-size: 1.3rem; }
  .explore-program .search-img .fa-search {
    font-size: 1rem; }
  @media screen and (max-width: 767px) {
    .explore-program .search-img i {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .explore-program .search-img {
      max-width: 62px;
      line-height: 63px;
      height: 60px; }
      .explore-program .search-img i {
        font-size: 20px; } }
.explore-program .styled-select {
  position: relative;
  z-index: 1; }
  .explore-program .styled-select select,
  .explore-program .styled-select input {
    display: inline-block;
    color: #6D6F70;
    border: 0.125rem solid #5C0F8B;
    height: 50px;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0 1rem;
    font-weight: 500;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .explore-program .styled-select select,
      .explore-program .styled-select input {
        font-size: 0.8rem; } }
    @media screen and (min-width: 1601px) {
      .explore-program .styled-select select,
      .explore-program .styled-select input {
        height: 60px;
        font-size: 1.1rem; } }
  .explore-program .styled-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #6D6F70;
    border: 0.125rem solid #5C0F8B;
    height: 50px;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0 1rem;
    font-weight: 500;
    font-size: 1rem; }
    @media screen and (min-width: 1601px) {
      .explore-program .styled-select .select2-container--default .select2-selection--single {
        min-height: 3.7rem;
        padding: 0.3rem 1rem; } }
  .explore-program .styled-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6D6F70;
    line-height: 45px; }
  .explore-program .styled-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }

/* ----------------------------------------------------------
:: apply-now
---------------------------------------------------------- */
.apply-now {
  background-image: url(../../images/bg-img/bg-apply-now.webp);
  background-position: left 10%;
  z-index: 0;
  background-size: 68% 100%;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 767px) {
    .apply-now {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      padding: 50px 0 100px; } }
  @media screen and (min-width: 1401px) {
    .apply-now {
      background-position: left 20%; } }
  .apply-now::before {
    background-color: #5C0F8B;
    z-index: -1;
    right: 0;
    left: auto;
    width: 32%; }
    @media screen and (max-width: 767px) {
      .apply-now::before {
        content: unset; } }
  .apply-now .apply-now-overlay img {
    width: 350px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 25%; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-now-overlay img {
        width: 250px;
        bottom: 0; } }
    @media screen and (max-width: 767px) {
      .apply-now .apply-now-overlay img {
        bottom: calc(0% + 43px);
        width: 200px;
        right: 0; } }
    @media screen and (min-width: 1401px) {
      .apply-now .apply-now-overlay img {
        width: 400px; } }
  .apply-now .apply-adm {
    margin-top: 2rem;
    margin-left: 2rem; }
    @media screen and (max-width: 1023px) {
      .apply-now .apply-adm {
        margin: 2rem 0; } }
    @media screen and (max-width: 767px) {
      .apply-now .apply-adm {
        margin: 0;
        width: 70%; } }
    .apply-now .apply-adm h5 {
      background-color: #5C0F8B;
      color: #fff;
      width: fit-content;
      padding: 0.2rem 0.7rem;
      margin-bottom: 2.5rem; }
      .apply-now .apply-adm h5:first-child {
        margin-bottom: 0.1rem; }
      @media screen and (max-width: 767px) {
        .apply-now .apply-adm h5 {
          font-size: 1rem; } }
      @media screen and (min-width: 1401px) {
        .apply-now .apply-adm h5 {
          font-size: 1.2rem; } }
      @media screen and (min-width: 1601px) {
        .apply-now .apply-adm h5 {
          font-size: 1.4rem; } }
    .apply-now .apply-adm h6 {
      font-size: 1.26rem;
      font-weight: 600;
      width: fit-content; }
      @media screen and (max-width: 767px) {
        .apply-now .apply-adm h6 {
          font-size: 1rem; } }
      @media screen and (min-width: 1401px) {
        .apply-now .apply-adm h6 {
          font-size: 1.4rem; } }
      @media screen and (min-width: 1601px) {
        .apply-now .apply-adm h6 {
          font-size: 1.6rem; } }
    .apply-now .apply-adm h3 {
      font-size: 4.5rem;
      width: fit-content;
      font-weight: 700;
      line-height: 0.8; }
      @media screen and (max-width: 1023px) {
        .apply-now .apply-adm h3 {
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .apply-now .apply-adm h3 {
          font-size: 2rem;
          padding-bottom: 0.5rem; } }
      @media screen and (min-width: 1401px) {
        .apply-now .apply-adm h3 {
          font-size: 5rem; } }
      @media screen and (min-width: 1601px) {
        .apply-now .apply-adm h3 {
          font-size: 5.5rem; } }
  .apply-now .cmn-button, .apply-now .cmn-white-button, .apply-now .cmn-transparent-button {
    margin-top: 2.2rem; }
    @media screen and (max-width: 767px) {
      .apply-now .cmn-button, .apply-now .cmn-white-button, .apply-now .cmn-transparent-button {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        text-align: start;
        margin: 0;
        padding: 0.7rem;
        font-size: 0.9rem; } }

/* ----------------------------------------------------------
::  find-interest
---------------------------------------------------------- */
.find-interest .sec-title {
  position: relative;
  margin-bottom: 0; }
  .find-interest .sec-title::after {
    background-color: #5C0F8B;
    position: absolute;
    content: "";
    right: calc(11% - 10px);
    width: 1px;
    height: 100%;
    top: 0; }
    @media screen and (max-width: 767px) {
      .find-interest .sec-title::after {
        content: unset; } }
  @media screen and (max-width: 767px) {
    .find-interest .sec-title h2 {
      color: #5C0F8B;
      text-align: center; }
    .find-interest .sec-title span {
      color: #5C0F8B;
      display: inline; } }

.interest-box {
  border: 1px solid #5C0F8B;
  border-radius: 10px;
  min-height: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .interest-box .interest-img {
    width: 65px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background-color: #5C0F8B;
    position: absolute; }
    @media screen and (min-width: 1601px) {
      .interest-box .interest-img {
        width: 80px; } }
  .interest-box h6 {
    line-height: 1.3;
    padding: 0.6rem 1.5rem;
    margin-bottom: 0;
    margin-left: 65px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .interest-box h6 {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1401px) {
      .interest-box h6 {
        font-size: 1.2rem; } }
    @media screen and (min-width: 1601px) {
      .interest-box h6 {
        font-size: 1.3rem;
        margin-left: 80px; } }
  .interest-box:hover {
    background-color: #f2eff6;
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -ms-transform: scale(1.005);
    -o-transform: scale(1.005);
    transform: scale(1.005); }
    .interest-box:hover h6 {
      color: #5C0F8B !important; }

.find-int-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 500; }
  @media screen and (max-width: 1023px) {
    .find-int-text {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1401px) {
    .find-int-text {
      font-size: 1.2rem; } }

/* ----------------------------------------------------------
:: counter-sec
---------------------------------------------------------- */
.counter-sec {
  background-image: url(../images/bg-img/counter-bg-img.png);
  z-index: 0; }
  .counter-sec::before {
    background-color: #5C0F8B;
    z-index: -1;
    opacity: 0.9; }
  .counter-sec .counter-img {
    padding-right: 1.5rem; }
    .counter-sec .counter-img img {
      width: 36px; }
      @media screen and (max-width: 767px) {
        .counter-sec .counter-img img {
          width: 30px; } }
      @media screen and (min-width: 1401px) {
        .counter-sec .counter-img img {
          width: 44px; } }
    @media screen and (max-width: 767px) {
      .counter-sec .counter-img {
        padding: 0.5rem; } }
  .counter-sec h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .counter-sec h3 {
        font-size: 1.8rem; } }
    @media screen and (min-width: 1400px) {
      .counter-sec h3 {
        font-size: 2.9rem; } }
    @media screen and (min-width: 1601px) {
      .counter-sec h3 {
        font-size: 3rem;
        font-weight: 700; } }
  .counter-sec p {
    font-size: 1.05rem;
    line-height: 1;
    margin: 0.5rem 0;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .counter-sec p {
        font-size: 0.8rem;
        margin-top: 0.5rem; } }
    @media screen and (min-width: 1401px) {
      .counter-sec p {
        font-size: 1.15rem; } }
    @media screen and (min-width: 1601px) {
      .counter-sec p {
        font-size: 1.2rem; } }

/* ----------------------------------------------------------
:: collab-list
---------------------------------------------------------- */
.collab-list li {
  padding: 0.2rem 2rem;
  margin: 0.7rem; }
  .collab-list li img {
    width: 100px; }
  @media screen and (max-width: 767px) {
    .collab-list li {
      padding: 0.2rem 0.5rem; }
      .collab-list li img {
        width: 70px; } }

/* ----------------------------------------------------------
::Events sec
---------------------------------------------------------- */
.event-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .event-sec .grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  .event-sec .grid-container .event-card {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    min-height: 250px;
    overflow: hidden; }
    @media screen and (max-width: 1028px) {
      .event-sec .grid-container .event-card {
        min-height: 130px; } }
    @media screen and (min-width: 1400px) {
      .event-sec .grid-container .event-card {
        min-height: 270px; } }
    @media screen and (min-width: 1601px) {
      .event-sec .grid-container .event-card {
        min-height: 290px; } }
    .event-sec .grid-container .event-card .event-details {
      padding: 1rem;
      position: absolute;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      z-index: 1;
      background: transparent !important;
      -webkit-transform: translateY(128px);
      -moz-transform: translateY(128px);
      -ms-transform: translateY(128px);
      -o-transform: translateY(128px);
      transform: translateY(128px);
      -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) {
        .event-sec .grid-container .event-card .event-details {
          bottom: -67px; } }
      @media screen and (max-width: 767px) {
        .event-sec .grid-container .event-card .event-details {
          padding: 0.5rem;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
          .event-sec .grid-container .event-card .event-details .cmn-transparent-button {
            margin: 0; } }
    .event-sec .grid-container .event-card h5 {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .event-sec .grid-container .event-card h5 {
          font-size: 0.85rem; } }
      @media screen and (min-width: 1400px) {
        .event-sec .grid-container .event-card h5 {
          font-size: 1.25rem; } }
      @media screen and (min-width: 1601px) {
        .event-sec .grid-container .event-card h5 {
          font-size: 1.25rem; } }
    .event-sec .grid-container .event-card p {
      color: #fff !important;
      font-size: 0.9rem;
      font-weight: 100;
      line-height: 1.5;
      margin-bottom: 0; }
      @media screen and (max-width: 1023px) {
        .event-sec .grid-container .event-card p {
          display: none; } }
    .event-sec .grid-container .event-card::after {
      position: absolute;
      content: "";
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 100%);
      z-index: 0;
      height: 50%;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 0;
      border-radius: 20px;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
    .event-sec .grid-container .event-card:hover .event-details {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
      @media screen and (min-width: 1601px) {
        .event-sec .grid-container .event-card:hover .event-details {
          transform: translateY(-70px); } }
    .event-sec .grid-container .event-card:hover::after {
      height: 100%; }
  .event-sec .grid-container .grid-item2 {
    height: 49%;
    width: 390px; }
    @media screen and (max-width: 1023px) {
      .event-sec .grid-container .grid-item2 {
        width: 230px; } }
    @media screen and (max-width: 767px) {
      .event-sec .grid-container .grid-item2 {
        width: auto; }
        .event-sec .grid-container .grid-item2:last-child {
          display: none; } }
    @media screen and (min-width: 1401px) {
      .event-sec .grid-container .grid-item2 {
        width: 100%; } }
    .event-sec .grid-container .grid-item2 .event-card:last-child {
      margin-top: 0.5rem; }

/* ----------------------------------------------------------
:: Rawary
---------------------------------------------------------- */
.rawry {
  padding: 6rem 3rem;
  border-radius: 20px;
  border: 1px solid #5C0F8B;
  background: #fff; }
  @media screen and (max-width: 1023px) {
    .rawry {
      padding: 4rem 3rem; } }
  @media screen and (max-width: 767px) {
    .rawry {
      padding: 4rem 1.7rem; } }
  @media screen and (min-width: 1401px) {
    .rawry {
      padding: 7rem 3rem; } }

/* ----------------------------------------------------------
:: Swiper Our Courses
---------------------------------------------------------- */
.program-card {
  border-radius: 10px; }
  .program-card img {
    border-radius: 10px 10px 0 0; }
  .program-card .program-details {
    padding: 1rem;
    background-color: #5C0F8B;
    border-radius: 0 0 10px 10px;
    text-align: center; }
    .program-card .program-details p {
      margin-bottom: 0;
      color: #fff;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        .program-card .program-details p {
          font-size: 0.8rem; } }
      @media screen and (min-width: 1401px) {
        .program-card .program-details p {
          font-size: 1.1rem; } }
      @media screen and (min-width: 1601px) {
        .program-card .program-details p {
          font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .program-card .program-details {
        min-height: 50px !important; } }
    @media screen and (min-width: 1601px) {
      .program-card .program-details {
        padding: 1.5rem; } }

@media screen and (max-width: 767px) {
  .swiper-programs .swiper-wrapper .swiper-slide {
    width: 45% !important;
    padding: 10px 0; } }
/* ----------------------------------------------------------
:: university
---------------------------------------------------------- */
.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: 420px; }
  @media screen and (min-width: 1401px) {
    .sec-univerities .program-card {
      min-height: 470px; } }
  @media screen and (max-width: 1023px) {
    .sec-univerities .program-card {
      min-height: 400px; } }
  @media screen and (min-width: 1601px) {
    .sec-univerities .program-card {
      min-height: 455px; } }
  @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;
    display: inline-table; }
    @media screen and (max-width: 767px) {
      .sec-univerities .program-card .cmn-white-button {
        bottom: -7px; } }
  .sec-univerities .program-card .program-details {
    padding: 1rem;
    background-color: #fff; }
    @media screen and (min-width: 1601px) {
      .sec-univerities .program-card .program-details {
        padding: 1.5rem;
        min-height: 190px; } }
    .sec-univerities .program-card .program-details p {
      line-height: 1.3;
      font-size: 0.8rem;
      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; } }

/* ----------------------------------------------------------
:: Social Wall
---------------------------------------------------------- */
.social-wall {
  position: relative;
  z-index: 0; }
  .social-wall .border-1 {
    position: relative;
    z-index: 99; }
  @media screen and (max-width: 767px) {
    .social-wall .sec-title h2 {
      white-space: nowrap; } }
  .social-wall .tab-bg-img.show.active {
    background-size: cover;
    background-position: top center; }
  .social-wall .tab-content {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .social-wall .tab-content {
        margin-top: 2.5rem; } }
    .social-wall .tab-content .tab-pane {
      position: relative;
      z-index: 0; }
      .social-wall .tab-content .tab-pane::after {
        background-color: #000;
        opacity: 0.7; }
      .social-wall .tab-content .tab-pane .inner-content {
        position: absolute;
        z-index: 9;
        background: transparent;
        bottom: calc(0% + 140px);
        right: calc(25% - 150px);
        z-index: 999999;
        width: 35%; }
        @media screen and (max-width: 767px) {
          .social-wall .tab-content .tab-pane .inner-content {
            width: 60%;
            right: 0;
            padding: 1rem;
            bottom: calc(0% + 30px); }
            .social-wall .tab-content .tab-pane .inner-content h3 {
              font-size: 1rem; }
            .social-wall .tab-content .tab-pane .inner-content p {
              overflow-y: scroll;
              height: 100px; } }
        @media screen and (min-width: 1401px) {
          .social-wall .tab-content .tab-pane .inner-content h3 {
            font-size: 2.2rem; } }
    .social-wall .tab-content .fade {
      transition: none; }
  .social-wall .nav .nav-item .nav-link {
    color: #fff;
    padding-left: 2rem;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .social-wall .nav .nav-item .nav-link {
        padding: 0.5rem;
        font-size: 0.8rem; } }
    @media screen and (min-width: 1400px) {
      .social-wall .nav .nav-item .nav-link {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1601px) {
      .social-wall .nav .nav-item .nav-link {
        font-size: 1.15rem; } }
    .social-wall .nav .nav-item .nav-link:hover {
      color: #fff; }
  .social-wall .nav .nav-item .nav-link.active {
    background-color: transparent;
    color: #C0966B !important; }
    .social-wall .nav .nav-item .nav-link.active::after {
      content: "";
      border-right: 3px solid #C0966B;
      height: 100%;
      position: absolute;
      left: -2px;
      top: 0; }

/* ----------------------------------------------------------
:: floating tabs
---------------------------------------------------------- */
.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  top: 36%;
  right: -31px;
  font-weight: 500;
  z-index: 999;
  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.33;
  background: #5C0F8B;
  border: 1px solid #fff; }
  .trigger_popup:focus {
    outline: none; }
  @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: 390px;
    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: 4px;
      background-color: #5C0F8B;
      border: 1px solid #fff; }
      .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 {
        font-size: 0.8rem; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li .applynow,
          .sticky-bar ul li .whatsapp {
            font-size: 1rem; } }
      .sticky-bar ul li:last-child {
        margin-left: -65px; }
        @media screen and (min-width: 1601px) {
          .sticky-bar ul li:last-child {
            margin-left: -90px; } }

.int-sticky-bar {
  width: 200px;
  right: -170px; }
  @media screen and (min-width: 1601px) {
    .int-sticky-bar {
      right: -164px; } }

.npf_chatbots {
  height: 70% !important; }

.vertical-scroll {
  position: relative;
  /* MAGIC HAPPENS HERE */ }
  .vertical-scroll .scroll-box {
    overflow-y: scroll;
    height: 300px; }
    .vertical-scroll .scroll-box::-webkit-scrollbar {
      width: .4em;
      overflow: visible;
      border-radius: 4px; }
    .vertical-scroll .scroll-box::-webkit-scrollbar-thumb {
      overflow: visible;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.2); }
  .vertical-scroll .cover-bar {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: 0;
    width: .4em;
    -webkit-transition: all .5s;
    opacity: 1; }
  .vertical-scroll:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s; }

#freelaptop .modal-content {
  margin-top: 4rem; }
  #freelaptop .modal-content .btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 0.9rem; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1495px; } }
.footer-responsive .logo {
  width: 165px; }
  @media screen and (min-width: 1601px) {
    .footer-responsive .logo {
      width: 220px; } }

/*# sourceMappingURL=main.css.map */
