@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html {
  scroll-behavior: smooth; }

.red-hat-display {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

.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-c {
  color: #f5f5f5; }

.tertiary-gold {
  color: #efe6d9; }

.tertiary-magenta {
  color: #fad7e6; }

.tertiary-cyan {
  color: #c9e4e9; }

.text-dark {
  color: #000 !important; }

.text-black {
  color: #000; }

.text-purple {
  color: #5c0f8b; }

.bg-black {
  background-color: #000; }

.primary-bgpurple {
  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; }

.bg-purple-light {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.77) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-dark-transparent {
  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; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #5c0f8b; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .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) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.swiper {
  overflow: visible; }

.top-sticky {
  position: sticky;
  top: 0; }

.view-more {
  font-size: 1rem;
  color: #000; }
  @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; } }

.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; } }

.gradient-separator {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(92, 15, 139, 0) 0%, #5c0f8b 49%, rgba(92, 15, 139, 0) 100%); }

.breadcrumb-bottom-img {
  position: absolute;
  bottom: 0;
  width: 170px;
  left: 110px;
  z-index: 0; }
  .breadcrumb-bottom-img img {
    width: 100%; }
  @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; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif !important; }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
.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; }

.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; } }
  .sec-title p {
    color: #000 !important; }
    @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; }

.sec-subtitle h4 {
  font-size: 1.3rem;
  color: #000;
  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;
  color: #000;
  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; }

.scroll-sec .scroll-box {
  overflow-y: scroll;
  height: 440px;
  position: relative;
  padding-right: 2rem; }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: 0.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-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0 2px 3px 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #ff5100;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

.share-icon .share-icons, .share-modal .share-icons {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.5rem; }
  .share-icon .share-icons a, .share-modal .share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
    background: #d4c9e24d;
    color: #5c0f8b;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .share-icon .share-icons a:hover, .share-modal .share-icons a:hover {
      background: #5c0f8b;
      color: #fff; }

.share-icon .copy-row, .share-modal .copy-row {
  display: flex;
  gap: 0.4rem;
  align-items: center; }
  .share-icon .copy-row .copy-url, .share-modal .copy-row .copy-url {
    flex: 1;
    font-size: 0.62rem;
    color: #6d6f70;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .share-icon .copy-row .copy-btn, .share-modal .copy-row .copy-btn {
    padding: 2px 6px;
    font-size: 0.62rem;
    color: #5c0f8b;
    background: #fff;
    border: 1px solid #5c0f8b;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .share-icon .copy-row .copy-btn:hover, .share-modal .copy-row .copy-btn:hover {
      background: #5c0f8b;
      color: #fff; }

.share-icon {
  position: relative;
  flex-shrink: 0;
  cursor: pointer; }
  .share-icon i {
    font-size: 1rem;
    color: #6d6f70;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .share-icon:hover i {
    color: #a389ba; }
  .share-icon.active .share-popup, .share-icon:hover .share-popup {
    display: block; }
  .share-icon .share-popup {
    display: none;
    position: absolute;
    top: 1.4rem;
    right: 0;
    width: 190px;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #d8d7d7;
    border-radius: 10px 0 10px 0;
    box-shadow: 0 4px 16px rgba(92, 15, 139, 0.15);
    z-index: 9999; }

.share-modal .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 8px 32px rgba(92, 15, 139, 0.18); }
.share-modal .modal-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #5c0f8b;
  display: flex;
  align-items: center; }
.share-modal .share-icons {
  justify-content: center; }
  .share-modal .share-icons a {
    width: 36px;
    height: 36px;
    font-size: 0.8rem; }

.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); } }

.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: 30px;
  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: 55px;
      right: 20px;
      -webkit-text-stroke-width: 0.04rem; } }

.widget-box {
  box-shadow: 0 0 7px #0202020d;
  border-radius: 10px 0 10px 0; }
  .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; } }

.gradient-darkred, .news .news-box .news-date {
  background: linear-gradient(to right, #5c0f8b 0%, #920103 100%); }

.gradient-red-black {
  background: linear-gradient(to right, #5c0f8b 0%, #000 100%); }

.bg-light-darkred, .news .news-inner:hover .news-details, .news .news-box .news-text {
  background-color: #eaeaeaa8; }

.gray-color {
  color: #b49a71; }

.tertiary-gray {
  color: #f5f5f5; }

.text-darkred {
  color: #5c0f8b !important; }

body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-size: 0.96rem;
  line-height: 1.8;
  font-weight: 400;
  color: #616161;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #000;
    font-family: 'Red Hat Display', sans-serif !important; }

@media screen and (max-width: 992px) and (min-width: 320px) {
  .future-study-section {
    overflow: unset; } }

@media screen and (max-width: 992px) and (min-width: 320px) {
  section {
    overflow: hidden; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #b49a71 !important; }

.nav-link:focus,
.nav-link:hover {
  color: #b49a71; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.m-lr-20 {
  margin: 0px 20px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .m-lr-20 {
      margin: 0 12px; } }

img {
  max-width: 100%; }

.text-justify {
  text-align: justify; }

.d-none-mob {
  display: block; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .d-none-mob {
      display: none !important; } }

.overlay-bg {
  z-index: -1;
  background-size: cover;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9; }

.bg-overlay1, .course-sec {
  position: relative; }

.bg-overlay2 {
  position: relative; }

.bg-overlay3 {
  position: relative; }

.bg-overlay4 {
  position: relative; }

.contact {
  position: relative; }
  .contact:before {
    background-image: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/overlay-img/contact.webp);
    opacity: 0.8;
    z-index: -1;
    background-attachment: fixed; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .contact:before {
        background-image: none; } }

.readmore-text {
  position: relative;
  color: #5c0f8b;
  display: inline-block;
  margin-bottom: 20px;
  /*font-size: 0.9rem;*/ }
  .readmore-text:hover {
    color: #000; }

.readmore-btn {
  position: relative;
  padding: 12px 30px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  min-width: 160px;
  display: inline-block;
  background-color: #5c0f8b; }
  .readmore-btn:hover {
    box-shadow: 0px 5px 20px 0px #ef7b1280; }
  .readmore-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5c0f8b;
    width: 5px;
    height: 100%; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .readmore-btn {
      padding: 5px 15px;
      font-size: 13px; } }

.white-btn {
  background: #fff;
  color: #000; }
  .white-btn:before {
    background-color: #5c0f8b; }
  .white-btn:hover {
    color: #5c0f8b; }

.button-effect {
  color: #fff;
  width: 145px;
  height: 50px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  margin-bottom: 15px; }

.button-effect-2 {
  width: 160px;
  height: 50px;
  background: #5c0f8b;
  line-height: 52px;
  padding: 0;
  text-align: center;
  border: none; }
  .button-effect-2 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .button-effect-2 span i {
      padding-left: 7px;
      font-size: 20px; }
    .button-effect-2 span:hover {
      color: #5c0f8b; }
      .button-effect-2 span:hover:before {
        height: 100%; }
      .button-effect-2 span:hover:after {
        width: 100%; }
    .button-effect-2 span:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      background: #5c0f8b;
      transition: all 0.3s ease;
      width: 2px;
      height: 0%; }
    .button-effect-2 span:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      background: #5c0f8b;
      transition: all 0.3s ease;
      width: 0%;
      height: 2px; }
  .button-effect-2:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #5c0f8b;
    transition: all 0.3s ease;
    height: 0%;
    width: 2px; }
  .button-effect-2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #5c0f8b;
    transition: all 0.3s ease;
    width: 0%;
    height: 2px; }
  .button-effect-2:hover {
    background: transparent;
    box-shadow: none; }
    .button-effect-2:hover:before {
      height: 100%; }
    .button-effect-2:hover:after {
      width: 100%; }

.btn-broucher {
  width: 220px; }

.sec-title {
  margin-bottom: 35px; }
  .sec-title h3 {
    text-transform: capitalize; }
    .sec-title h3 span {
      color: #5c0f8b; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-title {
      margin-bottom: 15px; }
      .sec-title h2 {
        font-size: 22px;
        margin-top: 20px; }
      .sec-title h3 {
        font-size: 20px; } }

.title-line {
  position: relative;
  margin-bottom: 30px; }
  .title-line:before {
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    background: #5c0f8b; }
  .title-line:after {
    bottom: -5px;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    width: 50px;
    background: #5c0f8b; }

.inner-title {
  margin-bottom: 25px; }
  .inner-title h4 {
    color: #000;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.3rem;
    transition: 0.6s; }
    .inner-title h4:hover {
      color: #5c0f8b; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .inner-title {
      margin-top: 25px;
      text-align: center; }
      .inner-title h2 {
        font-size: 24px; }
      .inner-title h4 {
        font-size: 1.2rem; } }

blockquote {
  padding-left: 55px;
  font-style: italic;
  color: #000;
  position: relative;
  font-size: 20px;
  border-radius: 10px; }
  blockquote span {
    display: block;
    color: #5c0f8b; }
  blockquote:before {
    position: absolute;
    left: 7px;
    top: -12px;
    content: '\f10d ';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #cccccca3; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    blockquote {
      padding: 7px 20px 7px 20px;
      font-size: 16px; }
      blockquote:before {
        font-size: 20px; } }

header .navbar .main-navbar .nav-item a {
  padding: 1rem 0.7rem; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0; } }
.trigger_popup {
  right: -32px; }

.footer {
  background-image: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/footer-bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 0; }
  .footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.85;
    z-index: -1; }
  .footer .address i {
    padding-right: 15px;
    color: #b49a71; }
  .footer .address h5 {
    position: relative;
    margin-bottom: 16px; }
    .footer .address h5:before {
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%;
      transition: all 0.3s ease-out 0s; }
  .footer .address p {
    color: #ccc;
    font-size: 0.92rem;
    margin-bottom: 0.5rem; }
    .footer .address p a {
      color: #ccc; }
  .footer .footer-links li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-size: 0.92rem; }
    .footer .footer-links li a {
      color: #ccc; }
    .footer .footer-links li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      background-color: #b49a71;
      width: 2px;
      height: 100%; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer img {
      margin-top: 20px; }
    .footer .address h5 {
      font-size: 15px; } }

.social {
  margin-top: 25px; }
  .social a {
    display: inline-block;
    color: #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fcb52f00;
    border-radius: 10%;
    margin-right: 10px;
    text-align: center;
    box-shadow: inset 0px 0px 4px #f3f3f378;
    transition: 0.6s; }
    .social a:hover {
      box-shadow: 0px 0px 4px #f3f3f378;
      border-radius: 0; }

#scroll {
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 98;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  line-height: 2.4;
  background-color: #5c0f8b; }
  #scroll:hover {
    transform: translateY(-10px); }
    #scroll:hover i {
      color: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    #scroll {
      right: 3px;
      bottom: 80px; } }

.copyright {
  background-color: #202020;
  font-size: 13px;
  padding: 20px;
  color: #9a9a9a; }
  .copyright a {
    color: #fff; }

.breadcrumb-bottom-img {
  z-index: 1 !important; }

.home-slider {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .home-slider .swiper {
    padding: 0 !important; }
  .home-slider .swiper-home-slide {
    height: 96vh; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .home-slider .swiper-home-slide {
        height: 40vh;
        display: block; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .home-slider .swiper-home-slide {
        height: 40vh; } }
    .home-slider .swiper-home-slide .swiper-slide {
      background-size: cover;
      background-position: center center;
      display: flex;
      justify-content: left;
      align-items: center;
      background-repeat: no-repeat;
      position: relative; }
      .home-slider .swiper-home-slide .swiper-slide:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background-color: #000;
        opacity: 0.5;
        left: 0;
        top: 0;
        z-index: -1; }

.banner-bg-img {
  aspect-ratio: 4/4;
  object-fit: cover; }
  .banner-bg-img::before {
    width: 100%;
    content: '';
    background-color: #00000070;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

/*=== banner End ====*/
.course-sec:before {
  background-attachment: unset; }
.course-sec .search-course {
  background: unset; }
  .course-sec .search-course:before, .course-sec .search-course:after {
    content: unset; }

.search-course {
  padding: 25px;
  position: relative; }
  .search-course input,
  .search-course select {
    outline: none;
    border: aliceblue;
    border-bottom: 1px solid;
    width: 100%;
    background-color: transparent; }
  .search-course .search-icon {
    color: #b49a71;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 30px; }

.course {
  background-color: #fff;
  transition: 0.6s;
  box-shadow: 0px 5px 6px #00000026; }
  .course .course-img {
    overflow: hidden;
    position: relative;
    transition: 0.6s; }
    .course .course-img img {
      transition: 0.6s;
      width: 100%;
      aspect-ratio: 3/2; }
  .course h5 {
    padding: 5px;
    margin: 0; }
  .course .course-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5c0f8b; }
    .course .course-link a {
      color: #fff;
      padding: 3px 10px;
      width: 50%;
      display: inline-block; }
      .course .course-link a i {
        padding-left: 5px; }
      .course .course-link a:first-child {
        border-right: 2px solid #fff; }
  .course:hover {
    box-shadow: 0px 0px 9px #00000038; }
    .course:hover .course-img img {
      transform: scale(1.2); }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .course h5 {
      font-size: 17px;
      border: 1px solid #5c0f8b; }
    .course .course-link a {
      font-size: 13px;
      padding: 3px; }
      .course .course-link a i {
        display: none; } }

.apply-now-bg {
  background-image: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/apply-now-bg1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 1; }
  .apply-now-bg .apply-now-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -5;
    top: 0;
    left: 0;
    opacity: 0.6; }
  .apply-now-bg .button-effect-2 {
    background: #fff;
    color: #5c0f8b; }
  .apply-now-bg .title-line:after, .apply-now-bg .title-line:before {
    background: #fff; }
  .apply-now-bg .apply-adm {
    padding: 70px 0 50px; }
  .apply-now-bg:before, .apply-now-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #5c0f8b;
    filter: contrast(0.8);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%); }
  .apply-now-bg:after {
    clip-path: polygon(0 0, 0% 100%, 30% 0); }
  .apply-now-bg .path-1 {
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 25%; }
    .apply-now-bg .path-1 img {
      aspect-ratio: 1/1.6; }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .apply-now-bg .path-1 {
        width: 17%; } }
  .apply-now-bg hr {
    color: #fff;
    margin: 30px 0; }
  @media screen and (max-width: 1400px) and (min-width: 992px) {
    .apply-now-bg {
      background-size: cover; }
      .apply-now-bg .quick-links-div {
        margin-bottom: -30px; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .apply-now-bg {
      background-image: none;
      background-color: #000; }
      .apply-now-bg:before, .apply-now-bg:after {
        display: none; }
      .apply-now-bg .button-effect-2 {
        background: #5c0f8b;
        color: #ffffff; }
      .apply-now-bg .path-1 {
        display: none; }
      .apply-now-bg .apply-adm {
        padding: 30px 0 0; }
      .apply-now-bg .quick-links-div {
        margin: 10px 0; }
      .apply-now-bg hr {
        display: none; } }

.quick-links-div {
  background-color: #fff;
  margin-bottom: -55px;
  padding: 3rem;
  min-height: 247px;
  border-radius: 3.5rem 0rem 0rem 3.5rem;
  box-shadow: inset 0px 0px 5px 2px #9a262b38; }
  .quick-links-div ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px; }
    .quick-links-div ul li:before {
      position: absolute;
      content: '\f0c1';
      font-family: 'FontAwesome';
      left: 0;
      top: 0px;
      color: #5c0f8b; }
    .quick-links-div ul li a {
      color: #000;
      display: inline-block;
      transition: 0.6s; }
    .quick-links-div ul li:hover a {
      transform: translateX(5px); }
  .quick-links-div h3 {
    color: #fff; }

.news {
  /* padding: 120px 0px 60px;*/
  position: relative; }
  .news .news-inner {
    /*box-shadow: 0px 0px 8px #00000038;*/
    border: 1px solid #e2e2e2c4; }
    .news .news-inner .news-img {
      overflow: hidden;
      position: relative;
      transition: 0.6s; }
      .news .news-inner .news-img img {
        transition: 0.6s;
        width: 100%;
        position: relative;
        aspect-ratio: 2/1.5; }
      .news .news-inner .news-img:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        transition: 0.6s; }
    .news .news-inner .news-details {
      padding: 5px 15px;
      background-color: #fff; }
      .news .news-inner .news-details h5 {
        color: #000; }
    .news .news-inner:hover .news-img img {
      transform: scale(1.1) rotate(5deg); }
    .news .news-inner:hover .news-img:before {
      opacity: 1; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .news {
      padding: 30px 0; }
      .news .news-inner {
        min-height: 55px; }
        .news .news-inner .news-details h5 {
          font-size: 17px;
          margin-bottom: 0; } }

.research {
  background-image: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/bg-find-course.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat; }
  .research .title-line:after, .research .title-line:before {
    background: #fff; }
  .research:before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
    z-index: -1;
    background-color: #000; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .research {
      background-image: none; } }

.research-inner {
  transition: 0.6s;
  box-shadow: 0px 0px 5px #af39337d;
  padding: 0;
  background-color: #fff;
  border-bottom: 2px solid #ccc; }
  .research-inner .research-details {
    padding: 10px 12px; }
    .research-inner .research-details .date {
      margin-bottom: 10px;
      color: #5c0f8b; }
    .research-inner .research-details .research-name h5 {
      color: #000; }
    .research-inner .research-details .research-name p {
      margin-bottom: 0; }
    .research-inner .research-details .research-name .readmore-text {
      margin-bottom: 0; }
  .research-inner:hover {
    transform: translateY(-10px);
    border-bottom: 2px solid #5c0f8b; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .research-inner .research-details {
      padding: 5px; }
      .research-inner .research-details .research-name h5 {
        font-size: 0.9rem; }
      .research-inner .research-details .research-name p {
        font-size: 0.75rem;
        line-height: 1.6; } }

.social-ghru .research-inner {
  border-bottom: 2px solid #ccc;
  border-radius: 10px 40px;
  min-height: 450px; }
  .social-ghru .research-inner .social-img {
    position: relative; }
    .social-ghru .research-inner .social-img img {
      border-radius: 10px 40px 0 0;
      aspect-ratio: 2/1.5;
      width: 100%; }
  .social-ghru .research-inner .date {
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    bottom: -10px;
    background-color: #5c0f8b;
    right: 0;
    padding: 5px;
    font-size: 13px; }
  .social-ghru .research-inner:hover {
    transform: scale(0.98);
    border-bottom: 1px solid #5c0f8b; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .social-ghru .research-inner {
      min-height: auto;
      border-radius: 0px; }
      .social-ghru .research-inner .social-img img {
        border-radius: 0px; } }

.about-ghru h5 {
  color: #5c0f8b; }

.img-area {
  padding: 0;
  position: relative; }
  .img-area img {
    aspect-ratio: 4/4;
    object-fit: cover;
    width: 100%; }
  .img-area::before, .img-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #fff;
    z-index: 0; }
  .img-area::before {
    border-right: none;
    border-bottom: none;
    top: 15px;
    left: 15px;
    z-index: 1; }
  .img-area::after {
    border-left: none;
    border-top: none;
    bottom: 15px;
    right: 15px; }
  .img-area .video-gallery {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.5s ease-in-out 0s; }
    .img-area .video-gallery li {
      float: none; }
    .img-area .video-gallery .light-gallery-poster img {
      width: 50px; }
    .img-area .video-gallery h5 {
      color: #fff; }
  .img-area .overlay-color {
    opacity: 0.6;
    z-index: 0;
    background-color: #0000008f;
    width: 100%;
    height: 100%;
    position: absolute; }

.lightBox--gallery > ul > li {
  /*box-shadow: 0px 0px 10px #cacaca;*/
  padding: 7px; }
  .lightBox--gallery > ul > li a {
    position: relative;
    transition: 0.6s;
    display: block; }
    .lightBox--gallery > ul > li a .gallery-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #66328da1;
      width: 60px;
      height: 60px;
      border-radius: 0 50px 0 0;
      transition: 0.6s; }
      .lightBox--gallery > ul > li a .gallery-overlay:before {
        position: absolute;
        content: '\f002';
        font-size: 20px;
        font-family: 'FontAwesome';
        color: #fff;
        line-height: 36px;
        padding: 15px; }
    .lightBox--gallery > ul > li a:hover .gallery-overlay {
      width: 100%;
      height: 100%;
      border-radius: unset;
      background-color: #66328d8a; }
      .lightBox--gallery > ul > li a:hover .gallery-overlay:before {
        content: unset; }

.swiper-partner {
  padding: 15px; }
  .swiper-partner img {
    box-shadow: 0px 0px 10px #d8d6d6;
    border-radius: 10px;
    padding: 10px;
    transition: 0.6s; }
    .swiper-partner img:hover {
      transform: scale(1.05); }

.event {
  box-shadow: 0px 0px 5px #00000057;
  position: relative;
  z-index: 1;
  transition: 0.6s;
  overflow: hidden; }
  .event img {
    transform: scale(1.05);
    transition: 0.6s;
    width: 100%;
    aspect-ratio: 2/1.3; }
  .event:before {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1; }
  .event::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 30%;
    border-radius: 5rem;
    background-color: #5c0f8b; }
  .event .event-detail {
    position: absolute;
    bottom: 0px;
    background-color: #0000004a;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 5px;
    z-index: 1; }
    .event .event-detail h5 {
      color: #fff;
      margin: 0;
      position: relative;
      display: inline-block; }
      .event .event-detail h5:after {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        padding-left: 6px;
        bottom: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 600; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .event .event-detail h5 {
        font-size: 0.9rem; } }
  .event:hover:before {
    opacity: 0; }
  .event:hover img {
    transform: scale(1); }

.inner-page-bg-overlay {
  background: #0000009e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.sec-breadcrumb {
  background: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/breadcrumb-img.webp);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 100px 0 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .sec-breadcrumb h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem; }
  .sec-breadcrumb .breadcrumb {
    justify-content: center; }
    .sec-breadcrumb .breadcrumb li {
      color: #ccc; }
      .sec-breadcrumb .breadcrumb li i {
        margin: 0 10px; }
      .sec-breadcrumb .breadcrumb li a {
        color: #ccc; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-breadcrumb {
      background-attachment: unset;
      padding: 80px 0 20px;
      align-items: center; }
      .sec-breadcrumb .breadcrumb {
        display: none; }
        .sec-breadcrumb .breadcrumb li {
          font-size: 13px; }
      .sec-breadcrumb h1 {
        font-size: 1.2rem; } }

.inner-title-line {
  width: 100px;
  height: 2px;
  background-color: #b49a71; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .inner-title-line {
      margin: auto; } }

.servicebox {
  background: #fff;
  text-align: center;
  padding: 15px;
  min-height: 400px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s ease 0s; }
  .servicebox:before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 1px solid #5c0f8b;
    border-left: 1px solid #5c0f8b;
    position: absolute;
    bottom: 0px;
    transition: 0.6s;
    left: 0px; }
  .servicebox:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 1px solid #5c0f8b;
    border-right: 1px solid #5c0f8b;
    position: absolute;
    top: 0px;
    transition: 0.6s;
    right: 0px; }
  .servicebox .service-icon {
    color: #b49a71;
    font-size: 45px;
    line-height: 1.2; }
  .servicebox p {
    text-align: justify; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .servicebox {
      min-height: auto; } }
  .servicebox:hover:before, .servicebox:hover:after {
    width: 100%;
    height: 100%; }
  .servicebox:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all 0.3s; }

ul.list-item {
  margin-bottom: 20px; }
  ul.list-item li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative; }
    ul.list-item li a {
      color: #000; }
    ul.list-item li:before, ul.list-item li:after {
      content: '';
      width: 6px;
      position: absolute;
      left: 0;
      top: 13px;
      height: 6px;
      background-color: #5c0f8b;
      transform: skewX(337deg); }
    ul.list-item li:after {
      top: 6px;
      transform: skewX(33deg);
      background-color: #b49a71; }
  ul.list-item ol li {
    padding-left: 5px; }
    ul.list-item ol li:before, ul.list-item ol li:after {
      content: unset; }

.list-count {
  column-count: 2; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .list-count {
      column-count: 1; } }

.list-link li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  transition: 0.4s; }
  .list-link li a {
    color: #000; }
  .list-link li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #5c0f8b;
    font-family: 'FontAwesome'; }
  .list-link li:hover {
    transform: translateX(4px); }
    .list-link li:hover a {
      color: #5c0f8b; }

.course-duration-list {
  padding: 0;
  margin: 0; }
  .course-duration-list li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 1rem; }
    .course-duration-list li span {
      color: #000;
      font-weight: 500; }
    .course-duration-list li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 10px;
      width: 8px;
      height: 8px;
      background-color: #5c0f8b; }

.inner-about .button-effect-2 {
  width: 220px;
  margin-right: 20px; }
  .inner-about .button-effect-2:hover {
    background: #fff; }

.team-details {
  padding: 15px;
  font-size: 15px;
  margin-top: 10px;
  border-left: 3px solid #5c0f8b;
  box-shadow: 0px 0px 5px #5c0f8b;
  margin-bottom: 20px; }
  .team-details h6 {
    color: #5c0f8b; }

.accordion-program-offered .accordion-item {
  margin-bottom: 10px; }
.accordion-program-offered .accordion-collapse {
  border: 0;
  background-color: #eaeaeaa8; }
.accordion-program-offered .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #5c0f8b;
  border: 1px solid #5c0f8b;
  border-bottom: 0; }
  .accordion-program-offered .accordion-button:not(.collapsed) .cap-div {
    background-color: #eaeaea;
    color: #5c0f8b; }
    .accordion-program-offered .accordion-button:not(.collapsed) .cap-div:before {
      position: absolute;
      background-image: unset;
      transform: none;
      color: #5c0f8b;
      transform: skewX(25deg); }
  .accordion-program-offered .accordion-button:not(.collapsed):after {
    content: '\F056'; }
.accordion-program-offered .accordion-button.collapsed {
  border: 1px solid #5c0f8b; }
.accordion-program-offered .accordion-button {
  background-color: #eaeaeaa8;
  color: #5c0f8b;
  position: relative;
  overflow: hidden;
  padding: 12px 12px 12px 65px;
  font-size: 20px; }
  .accordion-program-offered .accordion-button .cap-div {
    position: absolute;
    left: -13px;
    color: #fff;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
    background-color: #5c0f8b;
    width: 65px;
    height: 100%; }
    .accordion-program-offered .accordion-button .cap-div:before {
      position: absolute;
      background-image: unset;
      transform: none;
      left: 0;
      content: '\f19d';
      font-family: 'FontAwesome';
      color: #fff;
      line-height: 5px;
      font-size: 25px;
      padding: 23px;
      transform: skewX(25deg); }
  .accordion-program-offered .accordion-button:after {
    content: '\f055';
    font-family: 'FontAwesome';
    background-image: unset; }
.accordion-program-offered .accordion-body {
  padding: 2rem; }
  .accordion-program-offered .accordion-body .inner-title h4 {
    font-size: 1.3rem; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .accordion-program-offered .accordion-body {
    padding: 0.7rem; }
    .accordion-program-offered .accordion-body .inner-title h4 {
      font-size: 1.1rem; } }

.accordion-school .accordion-item {
  box-shadow: 0px 0px 6px #0000003d;
  background-color: #fff; }
  .accordion-school .accordion-item .accordion-inner-button {
    padding: 10px;
    color: #000;
    font-size: 18px;
    display: block;
    border-left: 1px solid #5c0f8b;
    background-color: #e8e8e8;
    border-bottom: 1px solid #5c0f8b;
    font-weight: 500;
    position: relative;
    padding-left: 50px; }
    .accordion-school .accordion-item .accordion-inner-button .arrow-button {
      position: absolute;
      color: #5c0f8b;
      transition: all 0.5s ease 0s;
      left: 10px;
      top: 9px; }
      .accordion-school .accordion-item .accordion-inner-button .arrow-button:before {
        position: absolute;
        background-image: unset;
        content: '\f067';
        font-family: 'FontAwesome';
        color: #5c0f8b;
        font-size: 20px; }
  .accordion-school .accordion-item .accordion-inner-button:not(.collapsed) .arrow-button:before {
    content: '\f068'; }

.vertical-tabs .sticky-navbar {
  position: sticky;
  top: 100px; }
.vertical-tabs nav {
  border-left: 1px solid #ffffff61;
  display: flex; }
  .vertical-tabs nav > span {
    display: none; }
  .vertical-tabs nav a {
    font-size: 1rem;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    color: #000;
    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    line-height: 1.3; }
    .vertical-tabs nav a:hover {
      color: #000; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .vertical-tabs nav {
      justify-content: space-between;
      background-color: #5c0f8b; }
      .vertical-tabs nav span {
        color: #fff;
        font-size: 15px;
        margin-left: 15px; }
      .vertical-tabs nav .navbar-collapse {
        position: absolute;
        top: 45px;
        border: 1px solid #5c0f8b;
        background: #fff; }
      .vertical-tabs nav .mobile-menu-btn {
        margin: 5px;
        padding: 2px; }
        .vertical-tabs nav .mobile-menu-btn .toggler-icon {
          background-color: #fff; }
      .vertical-tabs nav a {
        font-size: 0.9rem;
        margin-right: 6px;
        margin-bottom: 5px;
        text-align: left;
        border-bottom: 1px solid #fff;
        display: inline-flex; }
        .vertical-tabs nav a:first-child {
          border-top: 1px solid #fff; } }
  .vertical-tabs nav a.active {
    position: relative;
    color: #5c0f8b;
    background-color: #d4c9e24d; }

.over-flow-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden; }
  .over-flow-scrollbar .sub-menu-bar {
    height: 500px; }
    .over-flow-scrollbar .sub-menu-bar a {
      font-size: 1rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .over-flow-scrollbar {
      overflow-y: unset;
      overflow-x: unset; }
      .over-flow-scrollbar .sub-menu-bar {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden; } }

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; }

.sticky-navbar-mob {
  display: none; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sticky-navbar-mob {
      display: block;
      position: sticky;
      top: 50px;
      z-index: 9; } }

.tab-content {
  border-bottom: 1px solid #dadada; }
  .tab-content:last-child {
    border-bottom: none; }
  .tab-content h5 {
    margin-bottom: 20px;
    color: #5c0f8b; }
  .tab-content p {
    text-align: justify; }
  .tab-content .list-item li {
    text-align: justify; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .tab-content {
      padding: 0; } }

.overview-img {
  background-size: 35%;
  background-position: bottom right;
  position: relative;
  background-repeat: no-repeat;
  min-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
  /*@media only screen and (min-width: 1200px) and (max-width: 1400px)  {        ba    }*/ }
  .overview-img .text-justify {
    background: #e2e2e294;
    padding: 30px;
    z-index: 1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .overview-img {
      background-image: unset !important;
      padding: 0;
      margin: 0; }
      .overview-img .text-justify {
        padding: 10px; } }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .overview-img {
      background-size: 22%; } }

.sec-programs-details .course-contents {
  position: relative;
  display: flex; }
  .sec-programs-details .course-contents .vertical-tabs {
    width: 20%;
    display: block;
    padding: 55px 10px 0px 30px;
    background-color: transparent; }
  .sec-programs-details .course-contents .course-details {
    width: 80%;
    padding: 0 3rem; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .sec-programs-details {
    overflow: unset; }
    .sec-programs-details .course-contents {
      display: block; }
      .sec-programs-details .course-contents .vertical-tabs {
        width: 100%;
        padding: 0; }
      .sec-programs-details .course-contents .course-details {
        width: 100%;
        padding: 20px 12px; } }

.ripple-effect {
  border-radius: 100%;
  display: inline-block !important;
  -webkit-animation: witr-shadow 1s linear infinite;
  animation: witr-shadow 1s linear infinite;
  -webkit-transition: 0.5s; }

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3); }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0); } }
.events-inner {
  box-shadow: 0 0 10px #d8d8d8;
  min-height: 250px;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.6s;
  text-align: justify;
  overflow: hidden; }
  .events-inner img {
    max-width: 330px;
    float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #5c0f8b; }
  .events-inner:nth-child(2n) img {
    float: right;
    margin-left: 20px;
    margin-right: 0; }
  .events-inner:hover {
    transform: scale(1.02); }

.shadow-img {
  box-shadow: 0px 0px 6px #66328d5e; }

.img-effect {
  position: relative;
  display: block;
  overflow: hidden; }

.logo-area {
  padding: 20px 10px;
  box-shadow: inset 0px 0px 10px #b49a71;
  background-color: #fff; }
  .logo-area img {
    width: auto; }

.contact-details {
  background: #c0966b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 0 0px #ac9c757a, 0px 0px 8px #40404042;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  z-index: 1; }
  .contact-details:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 96%;
    border-radius: 0 0 60px 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .contact-details .contact-details-content {
    color: #000;
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    list-style: none; }
    .contact-details .contact-details-content li a {
      color: #000; }
      .contact-details .contact-details-content li a:hover {
        color: #b49a71; }
    .contact-details .contact-details-content li span {
      color: #fff;
      background: #5c0f8b;
      text-align: center;
      line-height: 25px;
      width: 25px;
      height: 25px;
      margin: 6px 10px 5px 0px;
      border-radius: 50px; }

.contact-form {
  background-color: #fff;
  padding: 20px 25px 0px;
  box-shadow: 0px 0px 7px #d8d8d8; }
  .contact-form textarea {
    height: 150px !important;
    padding: 20px !important; }
  .contact-form input,
  .contact-form textarea {
    height: 52px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff; }
    .contact-form input:focus, .contact-form input:focus-visible,
    .contact-form textarea:focus,
    .contact-form textarea:focus-visible {
      border-color: #5c0f8b;
      outline: none;
      box-shadow: none; }

.section-map {
  background-color: #5c0f8b; }

.common-table {
  margin: 20px 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 7px #231a1c47; }
  .common-table table {
    padding: 10px;
    border: 1px solid #5c0f8b; }
    .common-table table thead {
      background-color: #5c0f8b;
      color: #fff; }
      .common-table table thead tr th {
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #fff;
        font-weight: 600;
        font-size: 0.85rem; }
        .common-table table thead tr th:last-child {
          border-right: none; }
    .common-table table tbody tr td {
      border: 1px solid #5c0f8b;
      padding: 5px 8px;
      font-size: 0.9rem; }
      .common-table table tbody tr td a {
        color: #5c0f8b; }

.tbl-sr-no {
  counter-reset: serial-number; }

.tbl-sr-no td:first-child {
  text-align: center; }
  .tbl-sr-no td:first-child:before {
    counter-increment: serial-number;
    content: counter(serial-number); }

.table-fixed thead th {
  font-size: 0.75rem;
  line-height: normal; }
.table-fixed tbody tr td {
  font-size: 0.8rem;
  line-height: normal; }

.sticker-rawry {
  position: absolute;
  position: absolute;
  bottom: -3px;
  left: 10px;
  height: auto;
  width: 90px;
  z-index: 0; }
  .sticker-rawry img {
    aspect-ratio: 1/1.7; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sticker-rawry {
      display: none; } }

.pdf-box {
  text-align: center;
  position: relative;
  padding: 20px;
  outline: 2px solid #5c0f8b;
  outline-offset: -12px;
  box-shadow: 0px 0px 9px #cecece;
  background-color: #fff; }
  .pdf-box:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: -1; }
  .pdf-box .pdf-icon {
    font-size: 2rem;
    line-height: 4rem;
    color: #5c0f8b;
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    margin: 10px auto 10px auto;
    box-shadow: inset 0px 0px 5px #bbbbbb; }
  .pdf-box h5 {
    color: #000;
    font-size: 1.1rem; }
  .pdf-box .readmore-text {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #dcdcdc;
    width: 120px;
    text-align: center;
    border: 1px solid transparent;
    padding: 3px;
    font-weight: 500; }
  .pdf-box:hover:before {
    transform: rotate(2deg) translateX(-5px) translateY(16px);
    background-color: #5c0f8b; }
  .pdf-box:hover .readmore-text {
    border: 1px solid #5c0f8b; }

.main-procedure {
  position: relative; }
  .main-procedure:after {
    content: '';
    display: block;
    clear: both; }
  .main-procedure .procedure {
    width: 65%;
    padding: 20px 0 0;
    margin: 0 10px 0 0;
    float: left; }
  .main-procedure .procedure-content {
    min-height: 90px;
    padding: 25px 80px 25px 25px;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px #b9b9b9;
    margin-bottom: 15px;
    background-color: #eaeaeaa8;
    border: 2px solid #dfdfdf12; }
    .main-procedure .procedure-content p {
      font-size: 1.05rem; }
  .main-procedure .procedure-icon {
    color: #5c0f8b;
    background-color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 71px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #5c0f8b;
    margin: 0 0 10px;
    position: absolute;
    top: -20px;
    right: -35px; }
    .main-procedure .procedure-icon:before {
      content: '';
      background: #5c0f8b;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 1px;
      z-index: -1; }
    .main-procedure .procedure-icon:after {
      content: '';
      background: #5c0f8b;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 1px;
      z-index: -1;
      height: 40%;
      width: 55%;
      border-radius: 0;
      transform: translateY(-50%);
      top: 50%;
      left: -55%;
      clip-path: polygon(50% 0, 50% 20%, 100% 20%, 100% 80%, 50% 80%, 50% 100%, 0% 50%); }
  .main-procedure .procedure:nth-child(even) {
    float: right; }
    .main-procedure .procedure:nth-child(even) .procedure-content {
      padding: 25px 25px 25px 80px; }
    .main-procedure .procedure:nth-child(even) .procedure-icon {
      right: auto;
      left: -35px; }
      .main-procedure .procedure:nth-child(even) .procedure-icon:before {
        left: auto;
        right: -8px; }
      .main-procedure .procedure:nth-child(even) .procedure-icon:after {
        transform: translateY(-50%) rotateY(180deg);
        left: auto;
        right: -55%; }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .main-procedure .procedure {
    padding-top: 60px; }
  .main-procedure .procedure-content,
  .main-procedure .procedure:nth-child(even) .procedure-content {
    padding: 15px;
    min-height: auto; }
  .main-procedure .procedure-icon {
    font-size: 30px;
    line-height: 51px;
    height: 50px;
    width: 50px;
    top: -60px; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-procedure .procedure {
    width: 100%; }
    .main-procedure .procedure:nth-child(even) .procedure-icon {
      left: 0; }
  .main-procedure .procedure-icon {
    right: 0; }
  .main-procedure .procedure-content,
  .main-procedure .procedure:nth-child(even) .procedure-content {
    padding: 10px; } }
/* inner page */
.vision-mission {
  position: relative;
  padding: 30px;
  box-shadow: 0px 0px 6px #931f2329;
  margin-bottom: 30px;
  border-radius: 0;
  min-height: 370px;
  z-index: 1;
  background: #fff;
  /*border: 1px solid #b52d2c;*/ }
  .vision-mission .vision-img {
    position: absolute;
    background-size: 33%;
    background-position: 90% 36%;
    background-repeat: no-repeat;
    height: 223px;
    width: 400px;
    right: 0;
    top: 0;
    background-color: #f0f0f0;
    clip-path: circle(58% at 90% 15%); }
    @media screen and (min-width: 1919px) {
      .vision-mission .vision-img {
        background-size: 48%;
        background-position: 100% 25%;
        background-repeat: no-repeat;
        height: 400px; } }
  @media screen and (min-width: 768px) and (max-width: 1028px) {
    .vision-mission .vision-img {
      background-size: 35%;
      clip-path: circle(50% at 81% 15%); } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .vision-mission {
      min-height: auto; }
      .vision-mission .vision-img {
        display: none; } }

/* inner page */
.commitee-team {
  box-shadow: 0px 0px 7px #ac9c758c;
  border: 1px solid #d6d6d680;
  transition: 0.6s;
  border-radius: 0 0 15px 15px; }
  .commitee-team .commitee-details {
    padding: 7px;
    background-color: #e0e0e0c7;
    text-align: center;
    font-size: 14px;
    border-top: 0; }
    .commitee-team .commitee-details h5,
    .commitee-team .commitee-details a {
      color: #000;
      margin-bottom: 5px;
      font-size: 1rem; }
    .commitee-team .commitee-details i {
      color: #5c0f8b;
      padding-right: 7px; }
    .commitee-team .commitee-details p {
      margin-bottom: 0; }
  .commitee-team:hover {
    border: 1px solid #5c0f8b; }
    .commitee-team:hover .commitee-details {
      background-color: #fff;
      border-radius: 0 0 15px 15px; }

/* blogs */
.card-blog {
  box-shadow: 0px 0px 5px #b52d2c42;
  border: none;
  margin-bottom: 3rem; }

.blog_sidebar {
  position: sticky;
  top: 10%; }
  .blog_sidebar .recent_post {
    position: relative;
    /* MAGIC HAPPENS HERE */ }
    .blog_sidebar .recent_post .scroll-box {
      overflow-y: scroll;
      height: 431px; }
      .blog_sidebar .recent_post .scroll-box::-webkit-scrollbar {
        width: 0.4em;
        overflow: visible;
        border-radius: 4px; }
      .blog_sidebar .recent_post .scroll-box::-webkit-scrollbar-thumb {
        overflow: visible;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.2); }
      .blog_sidebar .recent_post .scroll-box li {
        padding: 10px;
        box-shadow: 0 0 10px #ccccccc9;
        margin-bottom: 20px;
        background-color: #fff; }
        .blog_sidebar .recent_post .scroll-box li a {
          display: flex;
          justify-content: center;
          align-items: center; }
          .blog_sidebar .recent_post .scroll-box li a:hover {
            text-decoration: none; }
        .blog_sidebar .recent_post .scroll-box li .post_img {
          width: 30%; }
          .blog_sidebar .recent_post .scroll-box li .post_img img {
            width: 100%; }
        .blog_sidebar .recent_post .scroll-box li .recent_post_content {
          padding: 0 10px;
          width: 70%; }
          .blog_sidebar .recent_post .scroll-box li .recent_post_content h6 {
            color: #000;
            font-size: 0.89rem; }
            .blog_sidebar .recent_post .scroll-box li .recent_post_content h6:hover {
              color: #5c0f8b; }
    .blog_sidebar .recent_post .cover-bar {
      position: absolute;
      background: #fff;
      height: 100%;
      top: 0;
      right: 0;
      width: 0.4em;
      -webkit-transition: all 0.5s;
      opacity: 1; }
    .blog_sidebar .recent_post:hover .cover-bar {
      opacity: 0;
      -webkit-transition: all 0.5s; }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    .blog_sidebar {
      top: 0; } }

.card-box {
  background: #5c0f8b;
  padding: 30px;
  color: #616161 !important;
  box-shadow: 0 3px 6px #0000007d;
  min-height: 210px; }
  .card-box .inner-title h5 {
    color: #000;
    margin-bottom: 3px; }
  .card-box .inner-title .inner-title-line {
    margin: 0 auto; }

.course-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .course-module .course-module-blocks {
    width: 50%;
    background-color: #5c0f8b;
    padding: 20px;
    min-height: 360px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .course-module .course-module-blocks {
        width: 100%; } }
    .course-module .course-module-blocks:nth-child(4n), .course-module .course-module-blocks:nth-child(4n + 1) {
      background-color: #5c0f8b; }
      .course-module .course-module-blocks:nth-child(4n) ul.list-item li, .course-module .course-module-blocks:nth-child(4n + 1) ul.list-item li {
        color: #000; }
    .course-module .course-module-blocks:nth-child(4n + 2), .course-module .course-module-blocks:nth-child(4n + 3) {
      background: white; }
    .course-module .course-module-blocks .inner-title h5 {
      color: #000;
      margin-bottom: 3px; }
    .course-module .course-module-blocks .inner-title .inner-title-line {
      margin: 0 auto; }

.blink-p p {
  color: #ad2429;
  font-weight: bold;
  font-size: 20px; }

.news {
  position: relative; }
  .news .news-box {
    border: 1px solid #5c0f8b;
    border-bottom: 3px solid #5c0f8b;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .news .news-box .news-text {
      padding: 10px;
      position: relative; }
      .news .news-box .news-text h4 {
        color: #000;
        font-size: 0.96rem;
        font-weight: 600;
        /* width: calc(100% - 180px);*/ }
      .news .news-box .news-text .readmore-text {
        margin-bottom: 0;
        width: 100%; }
    .news .news-box .news-date {
      padding: 5px 10px;
      font-size: 14px;
      text-align: end;
      /*margin-left: 12px;*/
      color: #fff;
      /*position: absolute;            bottom: 0;            right: 0;            padding: 10px;            width: 170px;            height: 100%;*/
      background: #5c0f8b; }
      .news .news-box .news-date .icon {
        margin-right: 10px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .news .news-box .news-text {
        min-height: 110px; }
        .news .news-box .news-text h4 {
          width: 100%; }
        .news .news-box .news-text .news-date {
          width: 100%;
          height: 55%;
          text-align: center; } }

.list-bg li {
  padding: 10px;
  background-color: #5c0f8b;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  width: 50%;
  font-size: 17px;
  position: relative;
  padding-left: 20px; }
  .list-bg li::before {
    position: absolute;
    left: -5px;
    content: '';
    background-color: #b49a71;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg); }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .list-bg li {
      width: 100%; } }

.award-sec .award-img {
  position: relative;
  text-align: center; }
  .award-sec .award-img:before {
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    transition: 0.3s all ease-in-out;
    background-color: #000;
    opacity: 0.5; }
.award-sec .award-text {
  width: 86%;
  top: -60px;
  z-index: 4;
  margin: 0 auto;
  padding: 15px 12px;
  position: relative;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 24px 0px #66328d45; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .award-sec .award-text {
      top: 0; } }
  .award-sec .award-text h6 {
    position: relative;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s all ease-in-out;
    padding-bottom: 15px; }
    .award-sec .award-text h6:after {
      left: 0;
      bottom: 0;
      content: '';
      height: 3px;
      width: 100%;
      position: absolute;
      background-color: #5c0f8b; }
  .award-sec .award-text .readmore-text {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    width: 100%; }
.award-sec:hover .award-img:before {
  height: 100%; }
.award-sec:hover .award-text {
  top: -80px;
  box-shadow: 0px 13px 24px 0px #b49a7133; }

.testimonial {
  background-image: url(https://ghristup.s3.ap-south-1.amazonaws.com/images/overlay-img/testimonial-bg.webp);
  position: relative;
  padding: 60px 0;
  z-index: 0; }
  .testimonial:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1; }
  .testimonial .img-area .overlay-color {
    opacity: 0.3;
    background-color: #5c0f8b; }
  .testimonial .swiper-testimonial {
    padding: 2.5rem 0 3.5rem; }

.swiper-pagination .swiper-button-next,
.swiper-pagination .swiper-button-prev {
  color: #fff !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 15px;
  width: 15px;
  border-radius: 0;
  opacity: 0.6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #5c0f8b;
  opacity: 1; }

.blink {
  color: #fff;
  animation: blink 2s linear infinite; }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.link-blink {
  background: #f1f1f1;
  padding: 5px;
  box-shadow: 0px 0px 4px #9b292c99;
  border-radius: 5px; }
  .link-blink a {
    font-size: 1.3rem; }

/* ============ ghru all courses single page scss start ============ */
/* ============ courses section ============ */
.course-section {
  position: relative;
  z-index: 1; }
  .course-section .float-img {
    animation: taadaa 10s infinite;
    position: absolute;
    top: -152px;
    right: 25px;
    width: 20%;
    height: 100%; }
@keyframes taadaa {
  0% {
    opacity: 0.1; }
  25% {
    opacity: 0.3; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
  .course-section .card-details {
    position: relative;
    background: #fff;
    margin: 10px;
    transition: 0.6s; }
    .course-section .card-details .program-img-inner {
      width: 50%;
      overflow: hidden; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .course-section .card-details .program-img-inner {
          width: 40%; } }
      .course-section .card-details .program-img-inner img {
        transition: 0.6s; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .course-section .card-details .program-img-inner {
          width: 45%; } }
    .course-section .card-details:hover {
      box-shadow: 0 0 10px #0003; }
      .course-section .card-details:hover .program-img-inner img {
        transform: scale(1.13); }
    .course-section .card-details .card-details-inner {
      padding: 0 30px;
      width: 50%;
      position: relative; }
      .course-section .card-details .card-details-inner p {
        color: #000; }
      .course-section .card-details .card-details-inner h4 {
        color: #000;
        font-size: 0.92rem !important;
        font-weight: 600; }
      .course-section .card-details .card-details-inner .readmore-text {
        position: absolute;
        bottom: 0px;
        border: 1px solid #000;
        border-radius: 0;
        color: #000;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        font-size: 0.8rem;
        transition: transform 0.3s;
        border-radius: 10px 0 10px 0;
        z-index: 1;
        padding: 3px 7px; }
        .course-section .card-details .card-details-inner .readmore-text:before {
          content: '';
          position: absolute;
          display: block;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          transform: translate3d(-100%, 0, 0);
          transition: transform 0.6s; }
        .course-section .card-details .card-details-inner .readmore-text::after {
          content: '';
          position: absolute;
          display: block;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          background: #5c0f8b;
          transform: translate3d(100%, 0, 0);
          transition: transform 0.6s cubic-bezier(0.16, 0.73, 0.58, 0.62); }
        .course-section .card-details .card-details-inner .readmore-text:hover {
          color: #fff;
          border: 1px solid #5c0f8b; }
          .course-section .card-details .card-details-inner .readmore-text:hover:before {
            transform: translate3d(0, 0, 0);
            z-index: -1; }
          .course-section .card-details .card-details-inner .readmore-text:hover::after {
            transform: translate3d(0, 0, 0);
            z-index: -1; }
      .course-section .card-details .card-details-inner h5 {
        font-size: 0.9rem;
        color: #5c0f8b;
        line-height: 2rem;
        margin-top: 10px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .course-section .card-details .card-details-inner {
          width: 55%;
          padding: 2px 8px; }
          .course-section .card-details .card-details-inner .readmore-text {
            color: #a82428;
            padding: 2px 5px;
            bottom: -15px;
            border: none; }
          .course-section .card-details .card-details-inner h5,
          .course-section .card-details .card-details-inner p {
            font-size: 0.7rem;
            line-height: 1; }
          .course-section .card-details .card-details-inner h4 {
            font-size: 0.7rem; } }

/* ============ courses section end ============ */
#about .title-line::before, #about .title-line::after,
.course-section .title-line::before,
.course-section .title-line::after {
  margin: unset; }

/*  about start*/
.image-inner .side-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .image-inner .side-img::before {
    position: absolute;
    content: '';
    background: #000000d9;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .image-inner .side-img:after {
    position: absolute;
    content: '';
    border: 1px solid #ffffff9e;
    width: 90%;
    height: 92%;
    margin: 23px;
    left: 0; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .image-inner .side-img {
      z-index: 0;
      left: 0;
      margin: auto;
      right: 0; }
      .image-inner .side-img img {
        width: 100%; }
      .image-inner .side-img:after {
        width: 93%;
        height: 95%;
        margin: 25px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .image-inner .side-img:after {
      margin: 16px; } }
.image-inner .side-img--1 {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: calc(35% - 10px);
  right: -150px;
  animation: bounce 3s ease infinite alternate; }
@-webkit-keyframes bounce {
  100% {
    transform: translateY(-10px); } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .image-inner .side-img--1 {
      width: 35%;
      right: 35px;
      top: calc(68% - 10px); } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .image-inner .side-img--1 img {
      display: none; } }

/*  about end*/
/* ----------------------------------------------------------
::palcement CSS start
---------------------------------------------------------- */
.placement .swiper {
  padding: 20px 0; }
.placement .img-inner {
  font-size: 2.3rem;
  border: 1px dashed #5c0f8b;
  transition: 0.6s; }
  .placement .img-inner:hover {
    transform: translateY(-1.1rem);
    box-shadow: 2px 4px 11px #ee7f1861; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .placement {
    min-height: 130px; }
    .placement .img-inner {
      font-size: 1.5rem; } }

/* ----------------------------------------------------------
::palcement CSS End
---------------------------------------------------------- */
.gallery-sec {
  position: relative;
  z-index: 1; }
  .gallery-sec .tab .nav-tabs li {
    color: #fff;
    background-color: #5c0f8b;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 40px;
    margin: 0px 9px 0px 0;
    border: none;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 5px solid transparent;
    transition: all 0.5s ease 0s;
    margin-bottom: 0.6rem; }
    .gallery-sec .tab .nav-tabs li:hover {
      color: #f8f9fa;
      background-color: #5c0f8b;
      border: #5c0f8b;
      box-shadow: 0 0 10px -5px #34495e;
      border-bottom: 5px solid transparent; }
  .gallery-sec .tab .nav-tabs li.active {
    color: #000;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px -5px #000;
    border-bottom: 5px solid #000; }
  .gallery-sec .box {
    background: #5c0f8b;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .gallery-sec .box:before {
      content: '';
      width: 20%;
      height: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      opacity: 0;
      transform: rotate(-40deg);
      transform-origin: top right;
      position: absolute;
      top: -6px;
      right: 0;
      z-index: 1;
      transition: all 0.5s ease; }
    .gallery-sec .box:after {
      content: '';
      width: 20%;
      height: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      opacity: 0;
      transform: rotate(-40deg);
      transform-origin: top right;
      position: absolute;
      top: -6px;
      right: 0;
      z-index: 1;
      transition: all 0.5s ease;
      transform-origin: left bottom;
      top: auto;
      bottom: -6px;
      right: auto;
      left: 0; }
    .gallery-sec .box .box-icon {
      color: #5c0f8b;
      width: 40px;
      height: 40px;
      opacity: 0;
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 15;
      transition: all 0.6s ease;
      background: #fff;
      line-height: 2.5; }
      .gallery-sec .box .box-icon::before {
        content: '\f002 ';
        font-family: 'FontAwesome'; }
      .gallery-sec .box .box-icon:hover {
        box-shadow: 5px 5px 2px #0000009e; }
    .gallery-sec .box:hover:before {
      width: 30%;
      opacity: 1; }
    .gallery-sec .box:hover:after {
      width: 30%;
      opacity: 1; }
    .gallery-sec .box:hover img {
      opacity: 0.3;
      filter: grayscale(100%); }
    .gallery-sec .box:hover .box-icon {
      opacity: 1; }

/*  accreditation start*/
.accreditation-img img {
  border: 10px solid #5c0f8b;
  box-shadow: 0 0 10px #00000080;
  transition: 0.6s; }
  .accreditation-img img:hover {
    border: 10px solid #999696; }

/*  accreditation end*/
/*  footer start*/
.address-1 {
  border-left: 1px dashed #5c0f8b;
  padding: 40px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .address-1 {
      border-left: none;
      padding: 0px; } }

/*  footer end*/
/* ============ ghru all courses single page scss End ============ */
.testimonial-alumni {
  padding: 25px 15px 0;
  text-align: center; }
  .testimonial-alumni .pic {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden; }
    .testimonial-alumni .pic img {
      width: 100%;
      height: auto; }
  .testimonial-alumni .description {
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    line-height: 26px; }
  .testimonial-alumni .testimonial-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase; }
  .testimonial-alumni i {
    color: #b49a71;
    font-size: 2rem; }

.phd-modal .modal-content {
  padding: 1.5rem; }
  .phd-modal .modal-content input,
  .phd-modal .modal-content select,
  .phd-modal .modal-content textarea {
    padding: 0 1rem;
    height: 40px;
    font-size: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #b49a71;
    color: #6d6f70; }

.error {
  font-size: 0.88rem;
  color: #dc3545 !important; }

#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; }

.ml-left {
  margin-left: -154px !important; }

.sticky-bar ul li a {
  font-size: 0.9rem; }
.sticky-bar ul li:hover {
  margin-left: -122px; }

.sec-breadcrumb-1 {
  background: url();
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 180px 0 30px;
  text-align: center;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .sec-breadcrumb-1 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem; }
  .sec-breadcrumb-1 .breadcrumb {
    justify-content: center; }
    .sec-breadcrumb-1 .breadcrumb li {
      color: #ccc; }
      .sec-breadcrumb-1 .breadcrumb li i {
        margin: 0 10px; }
      .sec-breadcrumb-1 .breadcrumb li a {
        color: #ccc; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-breadcrumb-1 {
      background-attachment: unset;
      padding: 80px 0 20px;
      align-items: center; }
      .sec-breadcrumb-1 .breadcrumb {
        display: none; }
        .sec-breadcrumb-1 .breadcrumb li {
          font-size: 13px; }
      .sec-breadcrumb-1 h1 {
        font-size: 1.2rem; } }

.blogs .sec-title {
  margin-bottom: 20px; }
  .blogs .sec-title h2 {
    font-size: 1.3rem; }
.blogs h3 {
  font-size: 1rem;
  font-weight: 700; }

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect;
  /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect; }

@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden; }
  50% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden; }
  50% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
.blink_text {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .blink_text:hover {
    color: #fff !important; }

@keyframes blinker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sec-title h2 span:first-of-type,
.sec-title h1 span:first-of-type {
  background: #5c0f8b;
  background: linear-gradient(144deg, #5c0f8b 63%, #c2986b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cmn-white-button {
  border: 1px solid #b49a71; }
  .cmn-white-button:hover {
    color: #fff; }

.border-gradient::after {
  background: linear-gradient(90deg, #5c0f8b 63%, #b49a71 100%); }

.sec-career-opp .row .col:first-child .list-opportunity li::before {
  background-color: #b49a71; }
.sec-career-opp .row .col:last-child .list-opportunity li::before {
  background-color: #915900; }

.faq .accordion-item:hover {
  border-top: 1px solid #b49a71 !important;
  border: 1px solid #b49a71; }

.grid-container {
  display: grid;
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .grid-container {
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 767px) {
  .admis-sec {
    min-height: 270px;
    padding: 1rem; } }

.scroll-box {
  overflow-y: scroll;
  height: 60vh; }
  @media screen and (max-width: 767px) {
    .scroll-box {
      height: 35vh;
      padding: 1rem; } }
  .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #5c0f8b; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5c0f8b; }

.swiper-adm-procedure .grid-container {
  grid-template-columns: repeat(6, 1fr) !important;
  grid-template-areas: 'step1 step1 step2 step2 step3 step3' 'step4 step4 step5 step5 step6 step6' 'step7 step7 step7 step8 step8 step8' 'step9 step9 step9 step10 step10 step10'; }

.swiper-adm-procedure-law .grid-container {
  grid-template-columns: repeat(6, 1fr) !important;
  grid-template-areas: 'step1 step1 step2 step2 step3 step3' 'step4 step4 step4 step5 step5 step5' 'step6 step6 step6 step7 step7 step7'; }
  @media (max-width: 767px) {
    .swiper-adm-procedure-law .grid-container .grid-item-sec1,
    .swiper-adm-procedure-law .grid-container .grid-item-sec2,
    .swiper-adm-procedure-law .grid-container .grid-item-sec3,
    .swiper-adm-procedure-law .grid-container .grid-item-sec4,
    .swiper-adm-procedure-law .grid-container .grid-item-sec5,
    .swiper-adm-procedure-law .grid-container .grid-item-sec6,
    .swiper-adm-procedure-law .grid-container .grid-item-sec7 {
      width: 98% !important; } }

.grid-item-sec1 {
  grid-area: step1; }

.grid-item-sec2 {
  grid-area: step2; }

.grid-item-sec3 {
  grid-area: step3; }

.grid-item-sec4 {
  grid-area: step4; }

.grid-item-sec5 {
  grid-area: step5; }

.grid-item-sec6 {
  grid-area: step6; }

.grid-item-sec7 {
  grid-area: step7; }

.grid-item-sec8 {
  grid-area: step8; }

.grid-item-sec9 {
  grid-area: step9; }

.grid-item-sec10 {
  grid-area: step10; }

.scroll-sec .scroll-box-h {
  height: 31vh; }
  @media screen and (max-width: 767px) {
    .scroll-sec .scroll-box-h {
      padding: 1rem; } }

@media screen and (max-width: 767px) {
  .program-details {
    min-height: auto !important; } }

@media screen and (max-width: 767px) {
  .vertical-tabs {
    min-height: unset !important; } }
.para-ellipsis {
  display: -webkit-box;
  height: 95px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 767px) {
    .para-ellipsis {
      height: 95px; } }

.blogs-inner .blogs_description h2,
.blogs-inner .blogs_description h3 {
  font-size: 1.3rem !important;
  color: #5c0f8b !important;
  margin-bottom: 20px;
  font-weight: 500; }
.blogs-inner .blogs_description h3 {
  font-size: 1.25rem !important; }
.blogs-inner .blogs_description ul {
  margin-bottom: 20px; }
  .blogs-inner .blogs_description ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative; }
    .blogs-inner .blogs_description ul li:before, .blogs-inner .blogs_description ul li:after {
      content: '';
      width: 6px;
      position: absolute;
      left: 0;
      top: 13px;
      height: 6px;
      background-color: #5c0f8b;
      transform: skewX(337deg); }
    .blogs-inner .blogs_description ul li:after {
      top: 6px;
      transform: skewX(33deg);
      background-color: #b49a71; }
.blogs-inner .blogs_description table {
  padding: 10px;
  border: 1px solid #5c0f8b;
  margin-bottom: 10px; }
  .blogs-inner .blogs_description table thead {
    background-color: #b49a71;
    color: #fff; }
    .blogs-inner .blogs_description table thead th {
      vertical-align: middle;
      text-align: left;
      padding: 0 8px;
      border-right: 1px solid #5c0f8b;
      font-weight: 500; }
      .blogs-inner .blogs_description table thead th:last-child {
        border-right: none; }
  .blogs-inner .blogs_description table tbody tr td {
    border: 1px solid #5c0f8b;
    padding: 5px 8px;
    vertical-align: middle;
    font-size: 0.9rem; }

.enquiry-modal {
  left: 40% !important;
  top: 0 !important;
  right: 0 !important;
  width: 30% !important;
  height: 92% !important;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden !important; }

.cls-btn {
  position: absolute;
  right: 10px !important;
  height: 30px;
  width: 30px;
  z-index: 1;
  background: #66328d;
  top: 10px !important;
  opacity: 1;
  color: #fff; }

.min-ht {
  min-height: 164px !important;
  background: #fff; }
  .min-ht span {
    padding-right: 0.5rem; }

.abc {
  padding: 1rem; }

.marquee-section {
  padding: 55px 10px 0px 30px;
  text-align: center; }
@keyframes scroll-left {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
@media screen and (max-width: 767px) {
  .apply-now .apply-adm h3 {
    line-height: 1.5 !important;
    font-size: 1.5rem !important; } }
.servicebox {
  min-height: 310px !important; }

.img-area img {
  aspect-ratio: 0 / 0 !important; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .inner-title h4 {
    text-align: left; }

  .inner-title-line {
    margin: unset; }

  .img-area img {
    aspect-ratio: 5 / 5 !important; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-breadcrumb {
    padding: 100px 0 60px; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sec-breadcrumb {
    padding: 130px 0 80px; } }
.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; } }

.swiper-wrapper-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.modal-body {
  padding: 1rem 0 !important; }

header .navbar .main-navbar .dropdown-menu {
  min-width: 12rem; }

.vertical-tabs-law {
  min-height: 60vh; }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    .vertical-tabs-law {
      min-height: 30vh; } }
  @media screen and (min-width: 1400px) {
    .vertical-tabs-law {
      min-height: 30vh; } }

.inner-title-program {
  margin: 2rem 0 1rem;
  background: #f5f5f5;
  padding: 0.5rem; }
  .inner-title-program h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0; }

.accordion-body {
  padding: 0 1.5rem 1.5rem; }

@media screen and (max-width: 767px) {
  .scroll-sec .scroll-box {
    overflow-y: scroll;
    height: 200px;
    min-height: 250px; } }
@media screen and (max-width: 767px) {
  .scroll-sec .scroll-box-h {
    height: 28vh; } }
@media screen and (max-width: 767px) {
  .faq .grid-container {
    row-gap: 20px;
    grid-template-columns: auto auto auto !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-sec .grid-container {
    grid-template-columns: auto auto auto !important; } }
.admission-open {
  line-height: 1.8; }

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px; }

.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover; }

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 39px; }

.interest-box h6 {
  text-transform: unset; }

/*# sourceMappingURL=style.css.map */
