@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");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
.primary-purple {
  color: #5c0f8b !important; }

.primary-orange {
  color: #ff5100; }

.primary-gray {
  color: #6d6f70; }

.primary-gold {
  color: #c0966b !important; }

.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 {
  color: #000 !important; }

.text-black {
  color: #333333; }

.text-purple {
  color: #5c0f8b; }

.text-justify {
  text-align: justify;
  text-justify: inter-word; }

.primary-bgpurple {
  background-color: #5c0f8b !important; }

.primary-bgorange {
  background-color: #ff5100 !important; }

.primary-bggray {
  background-color: #6d6f70; }

.primary-bggold {
  background-color: #c0966b !important; }

.primary-bgmagenta {
  background-color: #eb0d8c; }

.primary-bgcyan {
  background-color: #0099a8; }

.secondary-bgpurple {
  background-color: #a389ba; }

.secondary-bgorange {
  background-color: #f9a77e; }

.secondary-bggray {
  background-color: #d8d7d7; }

.secondary-bggold {
  background-color: #dcc4aa; }

.secondary-bgmagenta {
  background-color: #f29abf; }

.secondary-bgcyan {
  background-color: #7bc3cc; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #fdd9c4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #efe6d9; }

.tertiary-bgmagenta {
  background-color: #fad7e6; }

.tertiary-bgcyan {
  background-color: #c9e4e9; }

.bg-black {
  background-color: #333333 !important; }

.linear-gradient {
  background: linear-gradient(117deg, #c0966b 0%, #5c0f8b 50%, #e8e8e8 100%); }

.gradient-bg {
  background: linear-gradient(100deg, #5c0f8b 40%, #c0966b 100%); }

.gradient-text, .section-title h1 span,
.section-title h2 span {
  background: linear-gradient(134deg, #5c0f8b 40%, #c0966b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.bg-purple-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.773) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-dark-transparent {
  background: linear-gradient(36deg, #212429 0%, rgba(33, 36, 41, 0) 32%, rgba(33, 36, 41, 0) 100%);
  z-index: 0; }

.bg-img, .pattern-1-bg, .pattern-3-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.pattern-1-bg {
  background-image: url(https://sraisoni.s3.ap-south-1.amazonaws.com/sunilraisoni/images/pattern/bg-banner.webp); }

.pattern-2-bg {
  background-color: #c0966b;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 10px, transparent 10px, transparent 20px);
  background-size: 40px 40px; }

.pattern-3-bg {
  background-image: url(https://sraisoni.s3.ap-south-1.amazonaws.com/sunilraisoni/images/pattern/pattern-3.avif); }

.sec-light-purple {
  background-color: #f3eff7; }

.sec-light-gradient {
  background: linear-gradient(0deg, #ececec 0%, #f3eff7 69%, rgba(255, 255, 255, 0.63) 94%); }

.sec-dark-gradient {
  background: linear-gradient(337deg, #c0966b 0%, #5c0f8b 69%, rgba(255, 255, 255, 0.63) 94%); }

.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, blockquote, .first-capital::first-letter {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.cursive {
  font-family: 'Cedarville Cursive', cursive !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

.before-after, .bg-sec--1::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.top-sticky {
  position: sticky;
  top: 0; }

.border-1 {
  border-radius: 1rem; }

.sticky-left {
  position: sticky;
  top: 170px; }

*,
*::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: 400;
  color: #6d6f70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: #5f5f5f;
    font-weight: 500; }
  body a:hover {
    color: #ff5100; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.9rem; }
      body p {
        margin-bottom: 0;
        font-size: 0.9rem; }
      body h6 {
        font-size: 1rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.1rem; } }

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1550px !important; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  font-weight: bold;
  color: #5c0f8b; }

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.05rem; } }

h5 {
  font-size: 1.05rem; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    h5 {
      font-size: 1.2rem; } }

ol {
  padding-left: 1rem; }
  ol li {
    color: #333333;
    margin-bottom: 0.4rem; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul li {
    font-size: 0.9rem !important;
    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 !important; } }

a {
  text-decoration: none;
  color: #6d6f70; }
  a:hover {
    text-decoration: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

blockquote {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(200deg, #5c0f8bcf 0, #a77474 100%);
  padding: 0.2rem 1rem;
  display: inline-block;
  border-radius: 0.5rem; }
  @media screen and (max-width: 1080px) {
    blockquote {
      margin: 1rem 0; } }

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: 45px;
    font-size: 1.05rem; } }

@media screen and (min-width: 1601px) {
  label {
    font-size: 1rem; } }
.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: 25px 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; } }

.swiper-button-prev,
.swiper-button-next {
  bottom: -50px;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border: 1px solid #c0966b;
  border-radius: 50%; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1rem;
    color: #5c0f8b; }

.swiper-button-prev {
  right: 80px; }

.bg-sec--1 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/rucet/images/banner4.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .bg-sec--1 {
      padding: 30px 0; } }
  .bg-sec--1::before {
    background-color: #5c0f8b;
    z-index: -1;
    opacity: 0.9;
    right: 0;
    width: 100% !important; }

.breadcrumb-sec {
  height: 95vh;
  display: flex;
  align-items: flex-end;
  text-align: center;
  position: relative;
  z-index: 1;
  background-position: top center;
  background-size: 100%;
  object-fit: fill;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .breadcrumb-sec {
      height: 25vh; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcrumb-sec {
      height: 35vh; } }
  @media screen and (min-width: 1024px) and (max-width: 1355px) {
    .breadcrumb-sec {
      height: 50vh; } }
  @media screen and (min-width: 1601px) {
    .breadcrumb-sec {
      height: 85vh; } }
  .breadcrumb-sec::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 15%;
    z-index: -1;
    opacity: 0.85;
    background: linear-gradient(180deg, #c0966b00 0%, #b88b6e00 4%, rgba(192, 150, 109, 0.8) 50%, #dfad6a 100%, #5c0f8b 100%); }
  .breadcrumb-sec p {
    color: #fff; }

.breadcrumb li {
  color: #5c0f8b;
  padding-right: 0.5rem; }

.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; } }

.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-btn, .cmn-btn-white {
  color: #333333;
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid #5c0f8b;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out; }
  .cmn-btn i, .cmn-btn-white i {
    color: #fff;
    left: 13px;
    position: absolute;
    top: 13px; }
  .cmn-btn::before, .cmn-btn-white::before {
    content: '';
    background: #5c0f8b;
    width: 38px;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1601px) {
      .cmn-btn::before, .cmn-btn-white::before {
        width: 45px; } }
  @media screen and (max-width: 767px) {
    .cmn-btn, .cmn-btn-white {
      font-size: 0.85rem;
      padding: 0.3rem 1rem 0.3rem 2rem; }
      .cmn-btn i, .cmn-btn-white i {
        left: 7px;
        top: 8px; }
      .cmn-btn::before, .cmn-btn-white::before {
        width: 28px; } }
  .cmn-btn:focus, .cmn-btn-white:focus, .cmn-btn:hover, .cmn-btn-white:hover {
    color: #fff; }
    .cmn-btn:focus::before, .cmn-btn-white:focus::before, .cmn-btn:hover::before, .cmn-btn-white:hover::before {
      background: #5c0f8b;
      width: 100%; }

.cmn-btn-white {
  border: 1px solid #c0966b; }
  .cmn-btn-white::before {
    background: #c0966b; }

.read-more {
  color: #5c0f8b; }

.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--1 tr th,
.table--1 tr td {
  border: 1px solid #5c0f8b; }
.table--1 tr th {
  background-color: #d4c9e24d;
  color: #5c0f8b; }
.table--1 tr td a:hover {
  color: #ff5100; }

.scroll-sec .scroll-box {
  overflow-y: scroll;
  height: 440px;
  position: relative;
  padding-right: 2rem; }
  .scroll-sec .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px; }
  .scroll-sec .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 1601px) {
  .scroll-sec .scroll-box {
    height: 620px;
    padding-right: 4rem; } }

.scroll-box {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 70vh;
  max-height: 430px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .scroll-box {
      height: 20vh; } }
  .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #d4c9e24d; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #5c0f8b; }

.social-links {
  position: relative;
  padding-top: 5px; }
  .social-links a {
    position: relative;
    display: inline-block;
    margin: 0 2px 3px 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #c0966b;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease; }
    .social-links a:hover {
      border-color: #fff;
      color: #fff; }

.gradient-separator {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(92, 15, 139, 0) 0%, #5c0f8b 49%, rgba(92, 15, 139, 0) 100%); }

footer {
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 1601px) {
    footer {
      padding: 60px 0 50px; } }
  footer ul {
    color: #fff; }
    footer ul li {
      margin-bottom: 0.2rem; }
  footer a {
    color: #fff;
    font-weight: 400; }
    footer a:hover {
      color: #ff5100; }
  footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem; }
    footer .contact li i {
      position: absolute;
      top: 5px;
      left: 0; }
  footer .privacy a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @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; } }

.section-title {
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 1.5rem; } }
  .section-title h1 {
    color: #c0966b; }
  .section-title h1,
  .section-title h2 {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .section-title h1,
      .section-title h2 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1401px) {
      .section-title h1,
      .section-title h2 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1601px) {
      .section-title h1,
      .section-title h2 {
        font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .section-title h3 {
      font-size: 1.1rem; } }

.list-count {
  column-count: 2; }

.list-item li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 1rem; }
  .list-item li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    color: #c0966b; }

.list-dot li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9rem !important;
  color: #6d6f70;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  position: relative; }
  .list-dot li::before {
    position: absolute;
    left: 0;
    top: 18px;
    content: '';
    background-color: #5c0f8b;
    width: 8px;
    height: 4px;
    border-radius: 10px; }
  .list-dot li span {
    position: absolute;
    right: 0; }
  .list-dot li:last-child {
    border-bottom: 0; }

.blink-text {
  color: #5c0f8b;
  animation: blinkHard 1s infinite; }

@keyframes blinkHard {
  0%,
  100% {
    opacity: 1;
    color: #5c0f8b; }
  50% {
    opacity: 1;
    color: #c0966b; } }
.img-effect {
  position: relative;
  overflow: hidden; }
  .img-effect img {
    transition: all 0.5s ease-out; }
  .img-effect::before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(92, 15, 139, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
    z-index: 1; }
  .img-effect:hover::before {
    height: 250%;
    transition: all 900ms linear;
    background-color: transparent; }
  .img-effect:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out; }

.logo-effect {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
  padding: 2rem 1.5rem;
  border-radius: 20px;
  transition: 0.6s; }
  .logo-effect:hover {
    transform: scale(1.05) translateY(-5px); }

.first-capital::first-letter {
  font-size: 3rem;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-top: -0.5rem;
  margin-right: 2px;
  color: #5c0f8b; }
  @media screen and (min-width: 1601px) {
    .first-capital::first-letter {
      font-size: 5rem;
      margin-top: -1rem;
      line-height: 0.8; } }

.gradient-divider--short {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #fff 0%, #efe6d92b 100%); }

.blog-post {
  position: relative;
  border: 1px solid #fff;
  transition: 0.6s;
  box-shadow: 0px 0px 10px #00000036;
  min-height: 350px; }
  @media screen and (max-width: 767px) {
    .blog-post {
      min-height: 300px; } }
  .blog-post .read-blog {
    font-size: 0.85rem;
    color: #5c0f8b;
    border-bottom: 1px solid #c0966b;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content; }
  .blog-post h5 {
    font-size: 0.85rem; }
    @media screen and (min-width: 1400px) {
      .blog-post h5 {
        font-size: 1.05rem; } }
  .blog-post img {
    width: 600px;
    height: 170px;
    object-fit: cover;
    object-position: center; }
  @media screen and (min-width: 1400px) {
    .blog-post {
      min-height: 370px; }
      .blog-post .read-blog {
        font-size: 1rem; } }
  .blog-post:hover {
    border: 1px solid #5c0f8b;
    transform: translateY(-10px); }

.blog_sidebar {
  position: sticky;
  top: 20%; }
  .blog_sidebar h4 {
    color: #000; }
  .blog_sidebar .recent_post {
    position: relative; }
    .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: 40%; }
          .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.85rem; }
            .blog_sidebar .recent_post .scroll-box li .recent_post_content h6:hover {
              color: red; }
    .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; }

.blog_sidebar .recent_post .scroll-box {
  overflow-y: scroll;
  height: 431px; }

.blog-inner-img {
  position: relative; }
  .blog-inner-img img {
    padding: 20px; }
  .blog-inner-img h5 {
    position: absolute;
    bottom: 5px;
    padding: 10px 20px;
    right: 37px;
    box-shadow: 5px 5px 10px #373434cc;
    background: #ffffff; }

/*--------------------------
 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:not(.collapsed)::after {
      transform: rotate(180deg);
      filter: sepia(1); }
    .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 {
  margin-left: 10px !important; }

.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; }

.blog_sidebar {
  position: sticky;
  top: 100px;
  border-right: 1px solid #6d6f7000;
  transition: min-height 0.3s ease-in-out; }
  .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%; } }

#cardPagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding-left: 0;
  justify-content: flex-end;
  /* ?? Aligns pagination to the right */ }

.sticky-sidebar {
  position: sticky;
  top: 120px; }

.bread-blog {
  height: 40vh;
  background-size: cover; }
  .bread-blog h1 {
    font-size: 3.5rem; }
  @media screen and (max-width: 1080px) {
    .bread-blog {
      height: 25vh; }
      .bread-blog h1 {
        font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .bread-blog {
      height: 20vh; }
      .bread-blog h1 {
        font-size: 1.5rem; } }

/*# sourceMappingURL=blogs.css.map */
