@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
.primary-purple {
  color: #5C0F8B; }

.primary-orange {
  color: #FF5100; }

.primary-gray {
  color: #6D6F70; }

.primary-gold {
  color: #C0966B; }

.primary-magenta {
  color: #EB0D8C; }

.primary-cyan {
  color: #0099A8; }

.secondary-purple {
  color: #A389BA; }

.secondary-orange {
  color: #F9A77E; }

.secondary-gray {
  color: #D8D7D7; }

.secondary-gold {
  color: #DCC4AA; }

.secondary-magenta {
  color: #F29ABF; }

.secondary-cyan {
  color: #7BC3CC; }

.tertiary-purple {
  color: #d4c9e24d; }

.tertiary-orange {
  color: #FDD9C4; }

.tertiary-gray {
  color: #f5f5f5; }

.tertiary-gold {
  color: #EFE6D9; }

.tertiary-magenta {
  color: #FAD7E6; }

.tertiary-cyan {
  color: #C9E4E9; }

.text-dark, .sec-title p, .sec-thirdtitle h5 {
  color: #000 !important; }

.primary-bgpurple, .cmn-button, .cmn-white-button, .cmn-white-buttons, .cmn-transparent-button {
  background-color: #5C0F8B; }

.primary-bgorange {
  background-color: #FF5100; }

.primary-bggray {
  background-color: #6D6F70; }

.primary-bggold {
  background-color: #C0966B; }

.primary-bgmagenta {
  background-color: #EB0D8C; }

.primary-bgcyan {
  background-color: #0099A8; }

.secondary-bgpurple {
  background-color: #A389BA; }

.secondary-bgorange {
  background-color: #F9A77E; }

.secondary-bggray {
  background-color: #D8D7D7; }

.secondary-bggold {
  background-color: #DCC4AA; }

.secondary-bgmagenta {
  background-color: #F29ABF; }

.secondary-bgcyan {
  background-color: #7BC3CC; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #FDD9C4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #EFE6D9; }

.tertiary-bgmagenta {
  background-color: #FAD7E6; }

.tertiary-bgcyan {
  background-color: #C9E4E9; }

.text-black {
  color: #333333; }

.text-purple {
  color: #5C0F8B; }

.bg-black {
  background-color: #333333; }

.bg-purple-light, .news .news-box .news-text, .news .news-box .news-date {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-dark-transparent {
  background: #212429;
  background: linear-gradient(36deg, #212429 0%, rgba(33, 36, 41, 0) 32%, rgba(33, 36, 41, 0) 100%);
  z-index: 0; }

.bg-half-color-curv {
  position: relative; }
  .bg-half-color-curv::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 63%;
    height: 85%;
    bottom: 0;
    margin: auto;
    background-color: #F3EFF7;
    z-index: -1;
    border-radius: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv::after {
        width: 100%;
        height: 100%;
        border-radius: 0; } }

.bg-half-purple {
  position: relative; }
  .bg-half-purple::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 77%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-color: #F3EFF7;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .bg-half-purple::after {
        content: unset; } }

.red-hat-display, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text, body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #5C0F8B; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: #6D6F70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    line-height: 1.6; }
  body a:hover {
    color: #C0966B; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.75rem; }
      body p {
        margin-bottom: 0rem;
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem;
        color: #5C0F8B !important; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.05rem; } }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
ul li {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500; }
  @media screen and (min-width: 1401px) {
    ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    ul li {
      font-size: 1.05rem; } }

.bg-img, .bg-future-study {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after, .circle-gradient::before, .circle-gradient-1::before, .circle-gradient-2::before, .circle-gradient-3::before, .bg-half-color-curv::after, .future-scope::before, .bg-future-study::before, .breadcrumb-top-section:before, .breadcrumb-top-section-white:before, .breadcrumb-top-section:after, .breadcrumb-top-section-white: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; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

.section-xxl {
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/* ----------------------------------------------------------
::
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }
@media screen and (min-width: 1601px) {
  input,
  select {
    height: 60px;
    font-size: 1.6rem; } }

.text-strock {
  font-size: 6rem;
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(-170px, -45px);
  -moz-transform: rotate(-90deg) translate(-170px, -45px);
  -ms-transform: rotate(-90deg) translate(-170px, -45px);
  -o-transform: rotate(-90deg) translate(-170px, -45px);
  transform: rotate(-90deg) translate(-170px, -45px);
  right: -50px;
  top: 12px;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.03rem;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .text-strock {
      display: none; } }
  @media screen and (max-width: 1025px) {
    .text-strock {
      font-size: 4.6rem;
      right: -85px;
      top: -20px; } }
  @media screen and (min-width: 1401px) {
    .text-strock {
      font-size: 6.2rem;
      top: 19px; } }
  @media screen and (min-width: 1601px) {
    .text-strock {
      font-size: 6.5rem;
      top: 32px;
      right: 20px;
      -webkit-text-stroke-width: 0.04rem; } }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button, .cmn-white-button, .cmn-white-buttons, .cmn-transparent-button {
  color: #fff;
  box-shadow: none;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-white-button, .cmn-white-buttons, .cmn-transparent-button {
      font-size: 0.75rem;
      padding: 8px 12px; } }
  @media screen and (min-width: 1400px) {
    .cmn-button, .cmn-white-button, .cmn-white-buttons, .cmn-transparent-button {
      font-size: 0.95rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-white-button, .cmn-white-buttons, .cmn-transparent-button {
      font-size: 1rem;
      padding: 8px 12px; } }
  .cmn-button:hover, .cmn-white-button:hover, .cmn-white-buttons:hover, .cmn-transparent-button:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.cmn-white-button {
  background-color: #fff;
  color: #5C0F8B;
  border: 1px solid #5C0F8B; }
  .cmn-white-button:hover {
    background-color: #5C0F8B;
    color: #fff; }

.cmn-white-buttons {
  background-color: #fff;
  color: #5C0F8B;
  border: 1px solid #C0966B; }
  .cmn-white-buttons:hover {
    color: #5C0F8B; }

.cmn-transparent-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .cmn-transparent-button:hover {
    background-color: #5C0F8B;
    color: #fff;
    border: 1px solid #5C0F8B; }

.top-sticky {
  position: sticky;
  top: 0; }

.view-more {
  font-size: 1rem;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .view-more {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    .view-more {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .view-more {
      font-size: 1.2rem; } }

/* ----------------------------------------------------------
:: // table
---------------------------------------------------------- */
.table--1 tr th,
.table--1 tr td {
  border: 1px solid #5C0F8B;
  color: #6D6F70; }
.table--1 tr th {
  background-color: #d4c9e24d;
  color: #5C0F8B; }
.table--1 tr td a:hover {
  color: #FF5100; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title {
  margin-bottom: 2rem; }
  .sec-title h1, .sec-title h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #5C0F8B;
    margin-bottom: 0.5rem; }
    .sec-title h1 span, .sec-title h2 span {
      color: #C0966B !important;
      display: block;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .sec-title h1, .sec-title h2 {
        margin-top: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .sec-title h1, .sec-title h2 {
        font-size: 1.65rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title h1, .sec-title h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h1, .sec-title h2 {
        font-size: 2.5rem; } }
  .sec-title h5 {
    color: #5C0F8B !important;
    margin-top: 20px !important; }
  .sec-title h4 {
    font-size: 1.1rem;
    color: #5C0F8B; }
  .sec-title h6 {
    color: #5C0F8B; }
  @media screen and (min-width: 1601px) {
    .sec-title p {
      font-size: 1.15rem; } }

.blog-title span {
  display: unset !important; }

.event-sec .sec-title span {
  display: unset !important; }

.inner-title {
  margin-bottom: 2rem; }
  .inner-title h4 {
    color: #5C0F8B;
    font-weight: 600; }

.bottom-border {
  border-bottom: 2px solid #5C0F8B; }
  @media screen and (max-width: 767px) {
    .bottom-border {
      margin: auto; } }

.bottom-border-1 {
  border-bottom: 2px solid #5C0F8B;
  width: 10%; }
  @media screen and (max-width: 1025px) {
    .bottom-border-1 {
      margin: auto; } }

.sec-subtitle h4 {
  font-size: 1.3rem;
  color: #333333;
  font-weight: 700;
  margin: 1.5rem 0; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h4 {
      font-size: 0.95rem;
      margin: 0.7rem 0 1rem; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h4 {
      font-size: 1.3rem; } }
  .sec-subtitle h4 span {
    font-weight: 500;
    color: #D8D7D7; }
.sec-subtitle h6 {
  color: #5C0F8B !important; }

.sec-thirdtitle h5 {
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (max-width: 1025px) {
    .sec-thirdtitle h5 {
      font-size: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .sec-thirdtitle h5 {
      font-size: 0.7rem;
      margin-bottom: 0.3rem; } }
  @media screen and (min-width: 1400px) {
    .sec-thirdtitle h5 {
      font-size: 1.1rem; } }
  @media screen and (min-width: 1601px) {
    .sec-thirdtitle h5 {
      font-size: 1.2rem; } }
  .sec-thirdtitle h5 span {
    color: #D8D7D7; }

.breadcrumb-bottom-img {
  position: absolute;
  bottom: 0;
  width: 170px;
  left: 110px;
  z-index: 0; }
  @media screen and (max-width: 1025px) {
    .breadcrumb-bottom-img {
      width: 140px;
      left: 70px;
      bottom: -1px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb-bottom-img {
      width: 80px;
      left: 25px;
      bottom: -1px; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-bottom-img {
      width: 220px;
      left: 196px; } }
  .breadcrumb-bottom-img img {
    width: 100%; }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-sec .scroll-box {
  overflow-y: scroll;
  height: 440px;
  position: relative;
  padding-right: 2rem; }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 1601px) {
  .scroll-sec .scroll-box {
    height: 620px;
    padding-right: 4rem; } }

/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 2px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #C0966B !important;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

/* ----------------------------------------------------------
:: kimba
---------------------------------------------------------- */
.kimba-1 {
  position: absolute;
  left: calc(23% - 140px);
  top: 13px;
  z-index: -1; }
  @media screen and (max-width: 1025px) {
    .kimba-1 {
      display: none; } }
  @media screen and (min-width: 1401px) {
    .kimba-1 {
      top: 16px; } }
  @media screen and (min-width: 1601px) {
    .kimba-1 {
      top: 25px;
      left: calc(28% - 140px); } }

/* ----------------------------------------------------------
:: border gradient
---------------------------------------------------------- */
.border-gradient {
  background: linear-gradient(to right, #fafafa, #ece7ef);
  background-clip: padding-box;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  position: relative; }
  .border-gradient::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #5C0F8B;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    border-radius: 20px; }

/* ----------------------------------------------------------
:: gradient-separator
---------------------------------------------------------- */
.gradient-separator {
  width: 100%;
  height: 2px;
  background: #5c0f8b;
  background: linear-gradient(90deg, rgba(92, 15, 139, 0) 0%, #5c0f8b 49%, rgba(92, 15, 139, 0) 100%); }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
footer {
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 1601px) {
    footer {
      padding: 60px 0 50px; } }
  footer ul {
    color: #fff; }
    footer ul li {
      margin-bottom: 0.2rem; }
  footer a {
    color: #fff;
    font-weight: 400; }
    footer a:hover {
      color: #C0966B !important; }
  footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem; }
    footer .contact li i {
      position: absolute;
      top: 5px;
      left: 0; }
  footer .privacy a {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      footer .privacy a {
        font-size: 0.65rem; } }
  footer .accordion-item {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      footer .accordion-item {
        margin-top: 1rem; } }
    footer .accordion-item .accordion-button {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 0.1875rem;
      text-transform: uppercase;
      font-size: 1.05rem;
      margin-bottom: 0.7rem;
      box-shadow: none;
      padding: 0;
      white-space: nowrap; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-button {
          font-size: 1.15rem; } }
      footer .accordion-item .accordion-button::after {
        background-image: unset; }
        @media screen and (max-width: 767px) {
          footer .accordion-item .accordion-button::after {
            background-image: unset;
            right: 20px;
            position: absolute;
            content: "\f106";
            font-family: 'FontAwesome';
            font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      footer .accordion-item .accordion-button.active::after {
        content: "\f107"; } }
    footer .accordion-item .accordion-body {
      padding: 0; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-body p {
          font-size: 1rem; } }
  footer .footer-dome {
    left: -29px;
    width: 100%;
    position: absolute; }
    @media screen and (max-width: 1025px) {
      footer .footer-dome {
        position: relative;
        left: 0; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -40px; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -63px; } }

/* ----------------------------------------------------------
:: Instagram Embed
---------------------------------------------------------- */
.widget-box {
  box-shadow: 0px 0px 7px #0202020d;
  border-radius: 10px 0px 10px 0px; }
  .widget-box .widget-box-inner {
    padding: 1rem; }
  .widget-box iframe {
    width: 100%;
    height: 850px; }
    @media screen and (max-width: 767px) {
      .widget-box iframe {
        height: 320px !important; } }
    @media screen and (max-width: 1028px) {
      .widget-box iframe {
        height: 590px; } }
    @media screen and (min-width: 1401px) {
      .widget-box iframe {
        height: 980px; } }
    @media screen and (min-width: 1601px) {
      .widget-box iframe {
        height: 1080px; } }

.d-none-mob {
  display: block; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .d-none-mob {
      display: none !important; } }

.overlay-bg, .contact:before {
  z-index: -1;
  background-size: cover;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9; }

.contact {
  position: relative; }
  .contact:before {
    background-image: url(https://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/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; } }

.btn-broucher {
  width: 220px; }

blockquote {
  padding-left: 55px;
  font-style: italic;
  color: #333333;
  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: 20px 20px 7px 20px;
      font-size: 16px; }
      blockquote:before {
        font-size: 20px; } }

.footer {
  background-image: url(https://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/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: #333333;
    opacity: 0.85;
    z-index: -1; }
  .footer .address i {
    padding-right: 15px;
    color: #C0966B; }
  .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: #C0966B;
      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; }

.video-caption {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: calc(10% - 10px); }
  .video-caption .text-ghru {
    text-align: left;
    margin-left: 3.2rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption {
      white-space: normal;
      transform: translate(0px, 0px);
      bottom: 0;
      left: 0;
      top: calc(60% - 10px); }
      .video-caption .text-ghru {
        margin-left: 0; } }
  .video-caption h4 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (min-width: 1400px) {
      .video-caption h4 {
        font-size: 2rem; } }
  .video-caption h1,
  .video-caption h2 {
    font-size: 2.5rem;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #66328dbd; }
    @media screen and (min-width: 1400px) {
      .video-caption h1,
      .video-caption h2 {
        font-size: 3.5rem; } }
  .video-caption .blue-btn {
    padding: 15px 30px;
    font-size: 17px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption h4 {
      font-size: 18px;
      margin-bottom: 15px; }
    .video-caption h1,
    .video-caption h2 {
      font-size: 1.1rem;
      margin-bottom: 20px;
      padding: 8px; } }

.breadcrumb-bottom-img {
  z-index: 1 !important; }

.home-slider {
  position: relative;
  z-index: 0; }
  .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 {
  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://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/images/bg-apply-now.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: #333333;
    z-index: -5;
    top: 0;
    left: 0;
    opacity: 0.6; }
  .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 .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: #333333;
      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: #333333; }
    .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://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/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: #333333; }
  @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: 10px;
  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: #5C0F8B; }
    .research-inner .research-details .research-name p {
      margin-bottom: 0;
      text-align: justify; }
  .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: 15px; }
      .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; }
.about-ghru p {
  margin: 0;
  font-size: 0.93rem; }

.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); }

.inner-page-bg-overlay {
  background: #0000009e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.sec-breadcrumb {
  background: url(https://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/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; } }

.sec-title-line {
  width: 100px;
  height: 2px;
  background-color: #C0966B; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-title-line {
      margin: auto; } }

.servicebox {
  background: #fff;
  text-align: center;
  padding: 15px;
  min-height: 320px;
  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: #C0966B;
    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: #333333; }
    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: #C0966B; }
  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: #333333; }
  .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: #333333;
      font-weight: 500; }
    .course-duration-list li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 10px;
      width: 8px;
      height: 8px;
      background-color: #5C0F8B; }

.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 .sec-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 .sec-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: #333333;
    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'; }

.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 {
  height: 6px;
  /* horizontal scrollbar height */
  width: 6px; }

::-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: 10 !important; } }

.tab-content {
  border-bottom: 1px solid #dadada; }
  .tab-content .sec-title h4 {
    color: #5C0F8B;
    font-weight: 600; }
  .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;
  z-index: -1;
  max-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;
    background-color: transparent;
    z-index: 1; }
  .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;
        z-index: 999 !important; }
      .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; }
  .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; }
  .img-effect img {
    width: 100%; }

.logo-area {
  padding: 20px 10px;
  box-shadow: inset 0px 0px 10px #C0966B;
  background-color: #fff; }

.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: #333333;
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    list-style: none; }
    .contact-details .contact-details-content li a {
      color: #333333; }
    .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: #C0966B;
      color: #fff; }
      .common-table table thead tr th {
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #fff;
        font-weight: 500;
        text-transform: uppercase; }
        .common-table table thead tr th:last-child {
          border-right: none; }
    .common-table table tbody tr td {
      border: 1px solid #5C0F8B;
      padding: 5px 8px;
      vertical-align: middle; }
      .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); }

.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: #333333;
    font-size: 1.1rem; }
  .pdf-box:hover:before {
    transform: rotate(2deg) translateX(-5px) translateY(16px);
    background-color: #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: 1rem; }
  .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: 40%;
    background-position: 100% 20%;
    background-repeat: no-repeat;
    height: 400px;
    width: 400px;
    right: 0;
    top: 0;
    background-color: #f0f0f0;
    clip-path: circle(58% at 90% 15%); }
  .vision-mission h5 {
    color: #5C0F8B !important;
    margin-top: 20px !important; }
  @media screen and (min-width: 768px) and (max-width: 1028px) {
    .vision-mission .vision-img {
      background-size: 50%;
      clip-path: circle(50% at 81% 15%); } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .vision-mission .vision-img {
      position: relative;
      background-size: 100%;
      background-position: 100%;
      background-repeat: no-repeat;
      height: 230px;
      clip-path: unset;
      width: 80%;
      margin: 8px 40px; }
    .vision-mission .sec-title h2 {
      text-align: center !important; }
    .vision-mission h5 {
      color: #5C0F8B !important;
      margin-top: 20px !important; } }

/* 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: #333333;
      margin-bottom: 5px;
      font-size: 0.9rem;
      word-break: break-word !important; }
    .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: 20%; }
  .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-color: #d4c9e24d;
  padding: 30px;
  color: #616161 !important;
  box-shadow: 0 3px 6px #0000007d;
  min-height: 210px; }
  .card-box .sec-title h5 {
    color: #000;
    margin-bottom: 3px; }
  .card-box .sec-title .sec-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: #d4c9e24d;
    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: #d4c9e24d; }
      .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: #333333; }
    .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 .sec-title h5 {
      color: #000;
      margin-bottom: 3px; }
    .course-module .course-module-blocks .sec-title .sec-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: #333333;
        font-size: 0.96rem;
        font-weight: 600;
        /* width: calc(100% - 180px);*/ }
    .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: #C0966B;
    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: #333333;
    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:hover .award-img:before {
  height: 100%; }
.award-sec:hover .award-text {
  top: -80px;
  box-shadow: 0px 13px 24px 0px #b49a7133; }

.swiper-pagination .swiper-button-next,
.swiper-pagination .swiper-button-prev {
  color: #fff !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #d4c9e24d;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 0.6;
  opacity: 0.6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #5C0F8B;
  opacity: 1; }

.blink {
  color: #fff !important;
  animation: blink 1s 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: 15px 30px;
      width: 50%;
      position: relative; }
      @media screen and (min-width: 1601px) {
        .course-section .card-details .card-details-inner {
          padding: 50px 30px; } }
      .course-section .card-details .card-details-inner p {
        color: #333333; }
      .course-section .card-details .card-details-inner h4 {
        color: #333333;
        font-size: 0.92rem !important; }
      .course-section .card-details .card-details-inner h5 {
        font-size: 1rem !important;
        color: #520087 !important;
        font-weight: 600 !important;
        line-height: normal; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .course-section .card-details .card-details-inner {
          width: 55%;
          margin-top: 10px;
          padding: 1px 15px 5px 13px !important; }
          .course-section .card-details .card-details-inner h5 {
            font-size: 0.9rem !important; }
          .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;
            margin-bottom: -7px;
            font-size: 0.8rem !important; } }

/* ============ 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: #333333;
    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 {
  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: #C0966B;
    text-transform: uppercase; }
  .testimonial-alumni i {
    color: #C0966B;
    font-size: 2rem; }

.swiper {
  overflow: hidden; }

/* ----------------------------------------------------------
// cirlce gredient
---------------------------------------------------------- */
.circle-gradient {
  position: relative; }
  .circle-gradient::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(110deg, white 10%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%); }

.circle-gradient-1 {
  position: relative; }
  .circle-gradient-1::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-2 {
  position: relative; }
  .circle-gradient-2::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(175deg, #fdfdfd 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #efe6d9 100%); }

.circle-gradient-3 {
  position: relative; }
  .circle-gradient-3::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(13deg, #f8f6f9 0%, #f9f7f9 0%, #f8f7f9 80%, #e6ddea 100%); }

.bg-half-color-curv {
  position: relative; }
  .bg-half-color-curv::after {
    width: calc(96% - 70px);
    right: 200px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 200px 0 0; }
    @media screen and (max-width: 1025px) {
      .bg-half-color-curv::after {
        width: calc(100% - 70px); } }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv::after {
        width: calc(100% + 21px);
        left: -10px;
        border-radius: 0 125px 0 0; } }
    @media screen and (min-width: 1601px) {
      .bg-half-color-curv::after {
        width: calc(92% - 70px); } }
  @media screen and (min-width: 1601px) {
    .bg-half-color-curv {
      margin-top: 2rem; } }
  @media screen and (min-width: 1401px) {
    .bg-half-color-curv {
      margin-top: 0.6rem; } }

/* ----------------------------------------------------------
:: kimba
---------------------------------------------------------- */
.kimba-1 {
  position: absolute;
  left: calc(23% - 140px);
  top: 13px;
  z-index: -1; }
  @media screen and (max-width: 1025px) {
    .kimba-1 {
      display: none; } }
  @media screen and (min-width: 1401px) {
    .kimba-1 {
      top: 16px; } }
  @media screen and (min-width: 1601px) {
    .kimba-1 {
      top: 75px;
      left: calc(28% - 140px); } }

.kimba-about-course {
  position: absolute;
  bottom: -80px;
  right: 40px; }
  @media screen and (min-width: 1601px) {
    .kimba-about-course {
      right: 150px; } }

.text-black {
  color: #333333; }

.text-purple {
  color: #5C0F8B; }

.text-lightblack-color {
  color: #6D6F70 !important; }

.bg-black {
  background-color: #333333; }

.bg-purple-light, .news .news-box .news-text, .news .news-box .news-date {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7734265581) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-purple-dark {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2692248775) 31%, #5c0f8b 100%);
  z-index: 0; }

/* ----------------------------------------------------------
    :: Future of Computer Science Engineers
    ---------------------------------------------------------- */
.future-scope {
  position: relative;
  padding: 1rem; }
  .future-scope img {
    padding-left: 0.5rem;
    width: 55px; }
    @media screen and (max-width: 1025px) {
      .future-scope img {
        width: 35px; } }
  .future-scope p {
    line-height: normal; }
  .future-scope::before {
    width: 1px;
    left: auto;
    right: -10px;
    height: 200px;
    background-color: #6D6F70; }
  @media screen and (max-width: 767px) {
    .future-scope {
      text-align: center; }
      .future-scope img {
        width: 40px; }
      .future-scope::before {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0; } }

.sec-future-scope .row .col:last-child .future-scope::before {
  content: unset; }

/* ----------------------------------------------------------
        :: course-curriculum
        ---------------------------------------------------------- */
.course-curriculum {
  padding: 2rem;
  border-radius: 20px;
  background-color: #5C0F8B;
  position: relative; }
  .course-curriculum .swiper-semester {
    margin-bottom: -4rem; }
    .course-curriculum .swiper-semester .swiper-wrapper {
      padding: 0;
      text-align: start; }
      @media screen and (max-width: 767px) {
        .course-curriculum .swiper-semester .swiper-wrapper .swiper-slide {
          width: 65% !important; } }
  .course-curriculum .swiper-button-next,
  .course-curriculum .swiper-button-prev {
    left: 70px;
    color: #fff;
    top: auto;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    @media screen and (max-width: 992px) {
      .course-curriculum .swiper-button-next,
      .course-curriculum .swiper-button-prev {
        right: 70px;
        left: auto;
        top: calc(30% - 10px); } }
  .course-curriculum .swiper-button-next {
    left: 110px; }
    @media screen and (max-width: 992px) {
      .course-curriculum .swiper-button-next {
        left: auto;
        right: 25px; } }

.sem-box {
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 20px; }
  .sem-box hr {
    margin: 0.5rem 0; }
  .sem-box ul li {
    line-height: normal; }

/* ----------------------------------------------------------
    :: Admission Procedure Section
    ---------------------------------------------------------- */
.adm-pro .grid-container {
  display: grid;
  gap: 5px; }
  .adm-pro .grid-container .grid-item img {
    border-radius: 30px; }
  .adm-pro .grid-container .grid-item:first-child img {
    width: 49.5%; }

/* ----------------------------------------------------------
:: scroll section
---------------------------------------------------------- */
.scroll-sec .scroll-box {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 40vh !important; }
  @media screen and (max-width: 767px) {
    .scroll-sec .scroll-box {
      height: 35vh; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .scroll-sec .scroll-box {
      height: 40vh; } }
  @media screen and (min-width: 1601px) {
    .scroll-sec .scroll-box {
      height: 38vh; } }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5C0F8B; }

.scroll-sec-1 .scroll-box {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 60vh; }
  @media screen and (max-width: 767px) {
    .scroll-sec-1 .scroll-box {
      height: 35vh; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .scroll-sec-1 .scroll-box {
      height: 40vh; } }
  @media screen and (min-width: 1601px) {
    .scroll-sec-1 .scroll-box {
      height: 38vh; } }
  @media screen and (min-width: 1920px) {
    .scroll-sec-1 .scroll-box {
      height: 60vh; } }
  .scroll-sec-1 .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-sec-1 .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5C0F8B; }

@media screen and (max-width: 767px) {
  .scroll-sec .scroll-box-1 {
    height: 41vh !important; }

  .accordion-body {
    padding: 0.5rem; } }
/* ----------------------------------------------------------
:: Social Icons
---------------------------------------------------------- */
.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 2px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #C0966B;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .social-links {
      padding-top: 20px; } }

/* ----------------------------------------------------------
:: kimba
---------------------------------------------------------- */
.kimba-1 {
  position: absolute;
  left: calc(23% - 140px);
  top: 13px;
  z-index: -1; }
  @media screen and (max-width: 1025px) {
    .kimba-1 {
      display: none; } }
  @media screen and (min-width: 1401px) {
    .kimba-1 {
      top: 16px; } }
  @media screen and (min-width: 1601px) {
    .kimba-1 {
      top: 75px;
      left: calc(28% - 140px); } }

.kimba-about-course {
  position: absolute;
  bottom: -80px;
  right: 40px; }
  @media screen and (min-width: 1601px) {
    .kimba-about-course {
      right: 150px; } }

.demo-gallery > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 15px; }
  .demo-gallery > ul > li {
    display: inline-block;
    width: 33.33%;
    list-style: outside none none; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul > li {
        width: 50%; } }
    .demo-gallery > ul > li a {
      padding: 4px;
      border-radius: 3px;
      display: block;
      overflow: hidden;
      position: relative; }
      .demo-gallery > ul > li a > img {
        border-radius: 40px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .demo-gallery > ul > li a > img {
            border-radius: 14px; } }
      .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5); }
      .demo-gallery > ul > li a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s; }
        .demo-gallery > ul > li a .demo-gallery-poster > img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
  .demo-gallery > ul .grid-item4,
  .demo-gallery > ul .grid-item6 {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul .grid-item4,
      .demo-gallery > ul .grid-item6 {
        width: 30%; } }
    .demo-gallery > ul .grid-item4 img,
    .demo-gallery > ul .grid-item6 img {
      height: 375px;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .demo-gallery > ul .grid-item4 img,
        .demo-gallery > ul .grid-item6 img {
          height: 20vh; } }
      @media screen and (min-width: 1601px) {
        .demo-gallery > ul .grid-item4 img,
        .demo-gallery > ul .grid-item6 img {
          height: 50vh; } }
  .demo-gallery > ul .grid-item5 {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .demo-gallery > ul .grid-item5 {
        width: 70%; } }
    .demo-gallery > ul .grid-item5 img {
      height: 375px;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .demo-gallery > ul .grid-item5 img {
          height: auto; } }
      @media screen and (min-width: 1601px) {
        .demo-gallery > ul .grid-item5 img {
          height: 50vh; } }

@media screen and (min-width: 1601px) {
  .swiper-adm-procedure .scroll-sec .scroll-box {
    height: 20vh; } }
.swiper-adm-procedure .grid-item1 {
  grid-area: step1; }
.swiper-adm-procedure .grid-item2 {
  grid-area: step2; }
.swiper-adm-procedure .grid-item3 {
  grid-area: step3; }
.swiper-adm-procedure .grid-item4 {
  grid-area: step4; }
.swiper-adm-procedure .grid-item5 {
  grid-area: step5; }
.swiper-adm-procedure .grid-item6 {
  grid-area: step6; }
.swiper-adm-procedure .grid-container {
  display: grid;
  grid-template-areas: "step1 step1 step1 step1 step1 step1 step1 step1" "step2 step2 step2 step2 step2 step3 step3 step3" "step4 step4 step4 step4 step4 step4 step5 step5";
  gap: 20px; }
  @media screen and (max-width: 767px) {
    .swiper-adm-procedure .grid-container {
      display: flex;
      gap: 10px; } }
.swiper-adm-procedure .scroll-box {
  overflow-y: auto;
  color: #5C0F8B; }
  @media screen and (max-width: 1024px) {
    .swiper-adm-procedure .scroll-box {
      height: 250px;
      overflow-y: scroll; } }
@media screen and (max-width: 767px) {
  .swiper-adm-procedure .swiper-wrapper {
    padding-bottom: 2rem; }
    .swiper-adm-procedure .swiper-wrapper .swiper-slide {
      width: 90% !important; } }

/* ----------------------------------------------------------
:: swiper
---------------------------------------------------------- */
.swiper-adm-procedure {
  overflow: visible; }
  @media screen and (max-width: 1025px) and (min-width: 320px) {
    .swiper-adm-procedure {
      overflow: hidden;
      padding: 1rem 0; } }

.swiper-coverflow {
  padding-top: 30px;
  padding-bottom: 30px; }

.bg-future-study {
  background-image: url(../images/bg-future-study.png);
  z-index: 0;
  padding: 3.5rem 0 4rem;
  margin-bottom: 6rem;
  background-position: top; }
  @media screen and (max-width: 767px) {
    .bg-future-study {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 1601px) {
    .bg-future-study {
      padding: 4rem;
      margin-bottom: 10rem; } }
  @media screen and (min-width: 1920px) {
    .bg-future-study {
      background-position: 3% top;
      padding: 4rem 2rem;
      margin-bottom: 10rem; } }
  .bg-future-study::before {
    z-index: -1;
    background-color: rgba(92, 15, 139, 0.9); }

@media screen and (max-width: 767px) {
  .future-study-section .swiper {
    overflow: visible; } }
.future-study-section .swiper-benifits .swiper-wrapper {
  padding: 0 2rem;
  top: -140px;
  z-index: 1;
  min-height: 45vh;
  position: absolute; }
  @media screen and (max-width: 767px) {
    .future-study-section .swiper-benifits .swiper-wrapper {
      padding: 0;
      top: -100px; }
      .future-study-section .swiper-benifits .swiper-wrapper .swiper-slide {
        width: 70% !important; } }
  @media screen and (min-width: 1601px) {
    .future-study-section .swiper-benifits .swiper-wrapper {
      top: -200px; } }
.future-study-section .sem-box {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem 0.5rem;
  min-height: 20vh; }
  @media screen and (min-width: 1601px) {
    .future-study-section .sem-box {
      padding: 4rem; } }
  .future-study-section .sem-box h5 {
    color: #333333;
    font-weight: 600;
    width: 80%;
    height: 3rem;
    text-align: center;
    margin: auto; }
    @media screen and (min-width: 1601px) {
      .future-study-section .sem-box h5 {
        width: 70%; } }
  @media screen and (max-width: 767px) {
    .future-study-section .sem-box {
      padding: 1rem;
      min-height: 100px;
      display: flex;
      align-items: center;
      align-content: center;
      flex-wrap: wrap; }
      .future-study-section .sem-box h5 {
        width: 100%;
        font-size: 1rem; } }

.moretext {
  display: block; }
  @media (max-width: 768px) {
    .moretext {
      display: none; } }

.swiper-benifits {
  overflow: visible; }
  @media screen and (max-width: 1025px) and (min-width: 320px) {
    .swiper-benifits {
      overflow: hidden;
      padding: 1rem 0; } }

.swiper-coverflow {
  padding-top: 30px;
  padding-bottom: 30px; }

.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: #333333;
    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: #333333; }
  @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; } }

.vertical-tabss {
  min-height: 80vh; }
  @media screen and (max-width: 1025px) {
    .vertical-tabss {
      min-height: 45vh; } }
  @media screen and (min-width: 1601px) {
    .vertical-tabss {
      min-height: 70vh; } }
  .vertical-tabss .acadmics,
  .vertical-tabss .course {
    margin-left: 0; }
    .vertical-tabss .acadmics .dropdown .menus li .accordion,
    .vertical-tabss .course .dropdown .menus li .accordion {
      background-color: transparent;
      border: 1px solid #D8D7D7;
      margin-bottom: 0.8rem;
      border-radius: 10px;
      transition: 0.6s;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.7rem 1.2rem; }
      @media screen and (min-width: 1601px) {
        .vertical-tabss .acadmics .dropdown .menus li .accordion,
        .vertical-tabss .course .dropdown .menus li .accordion {
          font-size: 1.2rem; } }
    .vertical-tabss .acadmics .dropdown .menus li .active.accordion,
    .vertical-tabss .course .dropdown .menus li .active.accordion {
      background-color: #fff;
      border: 1px solid transparent;
      color: #5C0F8B !important;
      box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1); }
    .vertical-tabss .acadmics .dropdown .menus li .accordion-body,
    .vertical-tabss .course .dropdown .menus li .accordion-body {
      height: 300px; }
      @media screen and (max-width: 767px) {
        .vertical-tabss .acadmics .dropdown .menus li .accordion-body,
        .vertical-tabss .course .dropdown .menus li .accordion-body {
          height: 160px; } }
      @media screen and (min-width: 1601px) {
        .vertical-tabss .acadmics .dropdown .menus li .accordion-body,
        .vertical-tabss .course .dropdown .menus li .accordion-body {
          height: 41vh; } }
      .vertical-tabss .acadmics .dropdown .menus li .accordion-body h5,
      .vertical-tabss .course .dropdown .menus li .accordion-body h5 {
        font-weight: 600; }
    @media screen and (max-width: 767px) {
      .vertical-tabss .acadmics .dropdown .menus > li,
      .vertical-tabss .course .dropdown .menus > li {
        margin: 0.5rem 0; }
        .vertical-tabss .acadmics .dropdown .menus > li .accordion:after,
        .vertical-tabss .course .dropdown .menus > li .accordion:after {
          right: 30px;
          font-size: 1rem; } }
  @media screen and (min-width: 767px) {
    .vertical-tabss .acadmics .dropdown .menus {
      width: 100%;
      left: 0;
      position: relative;
      min-height: auto;
      height: 60vh; } }
  @media screen and (min-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .vertical-tabss .acadmics .dropdown .menus {
      height: 55vh; } }
  @media screen and (min-width: 767px) and (min-width: 1601px) {
    .vertical-tabss .acadmics .dropdown .menus {
      height: 45vh; } }
  @media screen and (min-width: 767px) {
      .vertical-tabss .acadmics .dropdown .menus::before {
        content: unset; }
      .vertical-tabss .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
        padding: 0rem 2rem; } }

.acadmics {
  margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .acadmics {
      margin-left: 0; } }
  .acadmics .cmn-button:hover, .acadmics .cmn-white-button:hover, .acadmics .cmn-white-buttons:hover, .acadmics .cmn-transparent-button:hover {
    transform: none; }
  .acadmics .dropdown {
    position: static; }
    .acadmics .dropdown .dropdown-toggle {
      border: none; }
      .acadmics .dropdown .dropdown-toggle::after {
        border: none;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 1.2rem;
        vertical-align: middle;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
      .acadmics .dropdown .dropdown-toggle.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .acadmics .dropdown .menus {
        width: 100%;
        padding: 1rem 0.5rem;
        margin-top: 0; }
        .acadmics .dropdown .menus li {
          margin: 0.5rem;
          position: relative; }
          .acadmics .dropdown .menus li .accordion {
            padding: 0.3rem;
            font-weight: 500;
            display: block; }
            .acadmics .dropdown .menus li .accordion:after {
              content: '\f107';
              font-family: 'FontAwesome';
              font-size: 1.2rem;
              position: absolute;
              right: 35px;
              -webkit-transition: 0.6s;
              -moz-transition: 0.6s;
              -ms-transition: 0.6s;
              -o-transition: 0.6s;
              transition: 0.6s; }
            .acadmics .dropdown .menus li .accordion.active {
              color: #5C0F8B;
              background-color: #d4c9e24d; }
              .acadmics .dropdown .menus li .accordion.active:after {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg); }
        .acadmics .dropdown .menus .accordion-body {
          box-shadow: inset 0px 0px 10px #0000001c; } }
    @media screen and (min-width: 768px) {
      .acadmics .dropdown .menus {
        width: 60%;
        margin: auto;
        top: 85%;
        left: 0;
        right: -45px;
        margin: auto;
        min-height: 500px;
        border-radius: #5C0F8B 10px 0 10px 0;
        padding: 1rem 0; }
        .acadmics .dropdown .menus li {
          display: flex; }
          .acadmics .dropdown .menus li .accordion {
            width: 230px;
            padding: 0.4rem 1rem 0.4rem 1.5rem;
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.6;
            color: #333333;
            background-color: #fff;
            cursor: pointer; }
            .acadmics .dropdown .menus li .accordion:hover, .acadmics .dropdown .menus li .accordion.active {
              color: #5C0F8B;
              background-color: #d4c9e24d; }
          .acadmics .dropdown .menus li .accordion-collapse {
            top: 0;
            position: absolute;
            right: 0px;
            width: calc(100% - 250px);
            padding: 1.5rem 1rem 1.5rem 0; }
            .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
              padding: 1.25rem 2rem 1.25rem 1rem;
              height: 280px; }
              .acadmics .dropdown .menus li .accordion-collapse .accordion-body .program-card {
                border: 1px solid transparent;
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -ms-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s; }
                .acadmics .dropdown .menus li .accordion-collapse .accordion-body .program-card:hover {
                  border: 1px solid #5C0F8B; } }
    .acadmics .dropdown .menus .program-card h5 {
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .acadmics .dropdown .menus .program-card h5 {
          font-size: 0.75rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .acadmics .dropdown .dropdown-menu {
        width: 80%;
        top: 85%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .acadmics .dropdown .menus {
        width: 72%;
        top: 85%; } }
    @media screen and (min-width: 1200px) and (max-width: 1364px) {
      .acadmics .dropdown .menus {
        width: 65%;
        top: 85%; } }
    @media screen and (min-width: 1501px) {
      .acadmics .dropdown .menus li .accordion {
        font-size: 1.1rem;
        width: 260px; }
      .acadmics .dropdown .menus li .accordion-collapse {
        width: calc(100% - 280px); }
        .acadmics .dropdown .menus li .accordion-collapse .accordion-body {
          height: 470px;
          padding-right: 2rem; } }
    @media screen and (min-width: 1600px) {
      .acadmics .dropdown .dropdown-menu {
        left: 115px; } }
    @media screen and (min-width: 1920px) {
      .acadmics .dropdown .dropdown-menu {
        left: -140px;
        width: 50%; } }
  @media screen and (max-width: 767px) {
    .acadmics .academics-list li {
      margin-left: 1rem; } }

#mba-addmission .btn-close {
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 1;
  filter: invert(1);
  z-index: 2;
  top: 1;
  padding: 10px 15px; }
#mba-addmission .modal-content {
  background: none; }
#mba-addmission .head_text {
  background: #5C0F8B;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 1rem;
  border-top-left-radius: 35px; }

.custom-nav .custom-nav-link {
  background-color: #ffffff;
  /* Inactive background */
  color: #6d6f70;
  /* Inactive text */
  border: 2px solid #e0e0e0;
  border-radius: 10px 0px 10px 0px;
  margin: 6px;
  padding: 5px 5px;
  font-weight: 500;
  transition: all 0.3s ease; }

.custom-nav .custom-nav-link:hover {
  border-color: #5c0f8b;
  color: #5c0f8b;
  background-color: #f8f2fc; }

.custom-nav .custom-nav-link.active {
  background-color: #5c0f8b;
  color: #ffffff;
  border-color: #5c0f8b; }

.custom-nav-item:last-child .custom-nav-link {
  margin-right: 0; }

@media (max-width: 768px) {
  .custom-nav {
    flex-wrap: wrap; } }
.border-radius-sec {
  border-radius: 3rem; }
  .border-radius-sec img {
    border-radius: 3rem;
    width: 100%; }

.breadcrumb {
  background: none;
  justify-content: start !important;
  color: #fff; }

/*--------------------------
 NEW-BLOGS 25
--------------------------*/
.year-tab-section .accordion-item {
  border: none !important;
  background-color: transparent; }
  .year-tab-section .accordion-item .accordion-button {
    font-weight: bold;
    font-size: 1rem;
    background: none;
    color: #333;
    padding: 0;
    box-shadow: none;
    margin: 0.5rem 0 0 0 !important;
    transition: color 0.3s ease; }
    .year-tab-section .accordion-item .accordion-button::after {
      transition: transform 0.3s ease;
      margin: 0 10px; }
    .year-tab-section .accordion-item .accordion-button:not(.collapsed)::after {
      transform: rotate(180deg);
      filter: sepia(1);
      margin: 0 10px; }
    .year-tab-section .accordion-item .accordion-button .year-span {
      font-weight: 700;
      color: #333333; }
      @media screen and (min-width: 1900px) {
        .year-tab-section .accordion-item .accordion-button .year-span {
          line-height: 2; } }
    .year-tab-section .accordion-item .accordion-button.active {
      color: #5C0F8B;
      font-weight: 800; }
.year-tab-section .month-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .year-tab-section .month-list ul li {
    padding: 2px 0 0;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
    text-align: right; }
    @media screen and (min-width: 1900px) {
      .year-tab-section .month-list ul li {
        padding: 8px 0 0; } }
    .year-tab-section .month-list ul li:hover {
      color: #000; }
    .year-tab-section .month-list ul li.active {
      color: #5C0F8B;
      font-weight: 600;
      position: relative; }
      .year-tab-section .month-list ul li.active::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 12px;
        height: 2px;
        background-color: #5C0F8B; }

.accordion-body-1 {
  padding: 0rem 2.4rem 0 0 !important; }

.accordion-button::after {
  justify-content: end; }

.month-content {
  margin-top: 15px; }

.blog-card-wrapper {
  display: block; }

.blogs {
  position: absolute;
  bottom: 30px;
  margin: auto;
  right: 0;
  left: 0; }

.blogs-pagination .pagination .page-link {
  color: #666;
  border: none;
  padding: 6px 12px;
  margin: 0 4px;
  font-weight: 500;
  background: transparent; }
.blogs-pagination .pagination .page-item.active .page-link {
  font-weight: 700;
  color: #FF5100;
  text-decoration: none;
  background-color: transparent; }
.blogs-pagination .pagination .page-item .page-link:hover {
  color: #000;
  text-decoration: none; }

.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important; }

.sticky-sec-1 {
  position: sticky;
  top: 8%;
  background: radial-gradient(100% 100% at 0 0, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset -20px -14px 4px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(21px);
  z-index: 999;
  margin: auto; }
  .sticky-sec-1 .responsive-tab-head {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 0.5rem; }
    .sticky-sec-1 .responsive-tab-head .btn-tab {
      background-color: #ffffff87;
      border: 1px solid #ccc;
      padding: 10px 7px;
      border-radius: 4px;
      white-space: nowrap;
      text-align: center; }
      .sticky-sec-1 .responsive-tab-head .btn-tab.active {
        background-color: #5e2a84;
        color: #fff;
        border-color: #5e2a84; }
      .sticky-sec-1 .responsive-tab-head .btn-tab .dropdown-toggle {
        min-width: 120px; }
      .sticky-sec-1 .responsive-tab-head .btn-tab.dropdown-toggle::after {
        margin-left: 0.5em; }
    .sticky-sec-1 .responsive-tab-head .dropdown-menu {
      font-size: 14px;
      min-width: 140px; }
      .sticky-sec-1 .responsive-tab-head .dropdown-menu .dropdown-item {
        padding: 6px 12px;
        cursor: pointer; }
        .sticky-sec-1 .responsive-tab-head .dropdown-menu .dropdown-item:hover {
          background-color: #f2f2f2; }
        .sticky-sec-1 .responsive-tab-head .dropdown-menu .dropdown-item.active {
          background-color: #5C0F8B; }

/*card Blogs Starts */
.card-blog {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border: none;
  background-color: #fff;
  border-radius: 15px;
  position: relative; }
  @media screen and (max-width: 676px) and (min-width: 320px) {
    .card-blog {
      margin-bottom: 2rem; } }
  .card-blog .card-body {
    position: relative;
    padding: 2rem;
    min-height: 290px; }
    @media screen and (min-width: 1601px) {
      .card-blog .card-body {
        min-height: 350px; } }
    @media screen and (max-width: 1024px) and (min-width: 320px) {
      .card-blog .card-body {
        padding: 1rem;
        min-height: 220px; } }
    @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .card-blog .card-body {
        min-height: 260px; } }
    .card-blog .card-body .bottom-set {
      position: absolute;
      margin: auto;
      right: 0;
      left: 0; }

.blog_sidebar {
  position: sticky;
  top: 100px;
  border-right: 1px solid #6d6f7000;
  transition: min-height 0.3s ease-in-out;
  height: 100vh; }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .blog_sidebar {
      height: 85vh; } }
  .blog_sidebar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #6D6F70; }
    @media screen and (max-width: 767px) {
      .blog_sidebar::after {
        display: none; } }
  .blog_sidebar .recent_post {
    position: relative; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .blog_sidebar {
      top: 0%; } }

.card-box {
  background: #b5262b47;
  padding: 30px;
  color: #616161 !important;
  box-shadow: 0 3px 6px #0000007d;
  min-height: 210px; }
  .card-box .inner-title h5 {
    color: #000;
    margin-bottom: 3px;
    margin-top: 20px; }
  .card-box .inner-title .inner-title-line {
    margin: 0 auto; }

#cardPagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding-left: 0;
  justify-content: flex-end;
  /* ?? Aligns pagination to the right */ }

#cardPagination .page-item {
  display: inline-block; }

#cardPagination .page-link {
  display: block;
  padding: 0px 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  margin: 0; }

#cardPagination .page-link:hover {
  background-color: #e9ecef; }

#cardPagination .page-item.active .page-link {
  background-color: #5C0F8B;
  color: white; }

#cardPagination .page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.6; }

.breadcrumb-top-section, .breadcrumb-top-section-white {
  background-image: url(https://ghrus.s3.ap-south-1.amazonaws.com/ghrusaikheda/images/breadcrumb-img.webp);
  background-repeat: no-repeat;
  text-align: center;
  padding: 160px 0 90px 0;
  position: relative;
  background-position: 100% 53%;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 1601px) {
    .breadcrumb-top-section, .breadcrumb-top-section-white {
      padding: 200px 0 100px 0; } }
  .breadcrumb-top-section:before, .breadcrumb-top-section-white:before {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0984768908) 0%, black 100%);
    z-index: 0; }
  .breadcrumb-top-section:after, .breadcrumb-top-section-white:after {
    height: 20%;
    background-color: #5C0F8B;
    bottom: 0;
    top: auto;
    z-index: 0; }
  .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
    z-index: 2; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .breadcrumb-top-section, .breadcrumb-top-section-white {
      padding: 120px 0 40px; } }
  .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
    position: absolute;
    right: calc(10% - 10px);
    bottom: 18px;
    z-index: 9;
    display: flex; }
    @media screen and (max-width: 768px) {
      .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
        bottom: 9px; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-top, .breadcrumb-top-section-white .breadcrumb-top {
        right: calc(13% - 10px);
        bottom: 20px; } }
    .breadcrumb-top-section .breadcrumb-top li, .breadcrumb-top-section-white .breadcrumb-top li,
    .breadcrumb-top-section .breadcrumb-top a,
    .breadcrumb-top-section-white .breadcrumb-top a {
      color: #fff; }
      @media screen and (max-width: 767px) {
        .breadcrumb-top-section .breadcrumb-top li, .breadcrumb-top-section-white .breadcrumb-top li,
        .breadcrumb-top-section .breadcrumb-top a,
        .breadcrumb-top-section-white .breadcrumb-top a {
          font-size: 0.55rem; } }
      .breadcrumb-top-section .breadcrumb-top li i, .breadcrumb-top-section-white .breadcrumb-top li i,
      .breadcrumb-top-section .breadcrumb-top a i,
      .breadcrumb-top-section-white .breadcrumb-top a i {
        padding: 0 0.5rem; }
    .breadcrumb-top-section .breadcrumb-top li:last-child, .breadcrumb-top-section-white .breadcrumb-top li:last-child {
      font-weight: 700; }
  .breadcrumb-top-section .breadcrumb-top-title, .breadcrumb-top-section-white .breadcrumb-top-title {
    position: relative; }
    .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: left; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-top-title h1, .breadcrumb-top-section-white .breadcrumb-top-title h1 {
        font-size: 2.5rem; } }
    .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
      font-size: 2rem;
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: left; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
          font-size: 1.1rem !important;
          line-height: 1.2rem;
          margin-bottom: 1rem; } }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .breadcrumb-top-section .breadcrumb-top-title ul li, .breadcrumb-top-section-white .breadcrumb-top-title ul li {
          font-size: 2.5rem; } }
  .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
    width: 105px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
        width: 80px; } }
    @media screen and (min-width: 1601px) {
      .breadcrumb-top-section .breadcrumb-bottom-img, .breadcrumb-top-section-white .breadcrumb-bottom-img {
        width: 150px; } }

.breadcrumb-top-section-white::after {
  background: #fff; }

.blog-inner h1 {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (min-width: 1601px) {
    .blog-inner h1 {
      font-size: 2.2rem; } }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    .blog-inner h1 {
      font-size: 2rem; } }
.blog-inner h2 {
  font-size: 1.4rem;
  color: #5C0F8B;
  font-weight: 500;
  margin-top: 2rem; }
  @media screen and (min-width: 1601px) {
    .blog-inner h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    .blog-inner h2 {
      font-size: 1.1rem; } }
.blog-inner h3 {
  font-size: 1.2rem;
  color: #5C0F8B;
  font-weight: 500; }
  @media screen and (min-width: 1601px) {
    .blog-inner h3 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    .blog-inner h3 {
      font-size: 1rem; } }
.blog-inner h4 {
  font-size: 1.1rem;
  color: #5C0F8B;
  font-weight: 500; }
  @media screen and (min-width: 1601px) {
    .blog-inner h4 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
    .blog-inner h4 {
      font-size: 0.8rem; } }
.blog-inner .fa-arrow-left {
  display: inline-flex;
  /* allows centering */
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  font-size: 16px;
  color: #5c0f8b;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 1px solid #ccc; }

.inner-list-blogs {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .inner-list-blogs li {
    position: relative;
    padding-left: 16px;
    margin: 0; }
    .inner-list-blogs li::before {
      content: '-';
      color: #5C0F8B;
      position: absolute;
      left: 0;
      top: 0;
      background: transparent;
      font-weight: 600; }

.share-post {
  text-align: center;
  margin-top: 112px; }
  .share-post .share-title {
    font-size: 0.9rem;
    color: #6D6F70;
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      .share-post .share-title {
        font-size: 0.9rem;
        margin-bottom: 5px; } }
  .share-post .share-icons {
    list-style: none;
    padding: 0px 18px;
    margin: -7px 0px;
    display: inline-flex;
    gap: 15px; }
    .share-post .share-icons li a {
      text-decoration: none;
      text-decoration: none; }
      .share-post .share-icons li a i {
        font-size: 0.9rem;
        color: #555;
        transition: color 0.3s ease;
        font-size: 0.9rem;
        color: #6D6F70;
        transition: color 0.3s ease;
        padding-top: 0; }
      .share-post .share-icons li a:hover i {
        color: #000;
        color: #FF5100 !important; }
    @media screen and (max-width: 767px) {
      .share-post .share-icons .share-icons {
        padding: 0px 40px;
        margin: -13px 0px; }
      .share-post .share-icons .share-icons li a {
        text-decoration: none; }
      .share-post .share-icons .share-icons li a i {
        font-size: 0.9rem;
        color: #6D6F70;
        transition: color 0.3s ease;
        padding-top: 0; }
      .share-post .share-icons .share-icons li a:hover i {
        color: #FF5100 !important; } }

.all-post-link {
  align-items: center;
  gap: 8px;
  /* space between arrow and text */
  font-weight: 500;
  font-size: 0.9rem;
  color: #6D6F70;
  /* purple tone */
  margin-bottom: 10px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .all-post-link {
      font-size: 0.9rem;
      margin-bottom: 8px;
      gap: 6px; } }
  .all-post-link i {
    color: #6D6F70;
    font-size: 0.9rem;
    margin: 0px 10px; }
    @media only screen and (max-width: 768px) {
      .all-post-link i {
        margin: 0px 6px; } }
  .all-post-link a {
    color: #6D6F70;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem; }

.sticky-bar-1 {
  position: sticky !important;
  top: 8% !important;
  z-index: 999;
  white-space: nowrap;
  margin: 0;
  gap: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset -20px -14px 4px rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(21px);
  top: 0;
  z-index: 999; }

@media only screen and (max-width: 768px) {
  .sticky-bar-1 {
    gap: 0.3rem;
    backdrop-filter: blur(15px);
    top: 8% !important;
    padding: 8px 0px;
    background: #fff; } }
@media only screen and (max-width: 768px) and (min-width: 1920px) {
  .sticky-bar-1 {
    gap: 1rem;
    top: 8% !important;
    backdrop-filter: blur(24px);
    background: #fff; } }
.sticky-sidebar {
  position: sticky;
  top: 65px;
  z-index: 999; }

@media screen and (max-width: 767px) {
  .sticky-sidebar {
    position: sticky;
    top: 60px;
    z-index: 999; } }
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Firefox */ }

.table-responsive::-webkit-scrollbar {
  height: 6px;
  /* Slim height */ }

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

.table-responsive::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555; }

/*--------------------------
 BLOGS END 25
--------------------------*/
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5c0f8b !important;
  color: white; }

header .navbar .main-navbar:last-child .dropdown-menu {
  right: -50px; }

/*# sourceMappingURL=style.css.map */
