@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html {
  scroll-behavior: smooth; }

@font-face {
  font-display: swap; }
* {
  box-sizing: border-box; }

.red-hat-display, body h1,
body h2,
body h3,
body h4,
body h5,
body 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, .banner-sec-title h1 span {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600 !important; }

.text-dark {
  color: #000; }

.text-black, .what-we-do-container .what-we-do-item p {
  color: #000; }

.text-white {
  color: #fff; }

.text-purple {
  color: #5C0F8B; }

.primary-purple {
  color: #5C0F8B; }

.text-gray {
  color: #6D6F70; }

.text-lightblack-color {
  color: #6D6F70 !important; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.primary-bgpurple, .cmn-button-3 {
  background-color: #5C0F8B !important; }

.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; }

.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: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    border-radius: 20px; }

.bg-purple-light, .swiper-button-prev,
.swiper-rtl .swiper-button-next, .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.773) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-purple-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.269) 31%, #5c0f8b 100%);
  z-index: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.1rem; } }
  body p,
  body li {
    font-weight: 400;
    list-style: none;
    line-height: 1.6;
    color: #000; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #5C0F8B; }
  body a {
    color: #fff; }
    body a:hover {
      color: #FF5100; }
  body h5 {
    color: #000;
    margin-bottom: .9rem; }
    @media screen and (min-width: 1601px) {
      body h5 {
        font-size: 1.5rem;
        font-weight: 600; } }

/* ----------------------------------------------------------
:: // before-after other common scss
---------------------------------------------------------- */
.before-after, .circle-gradient::before, .circle-gradient-1::before, .circle-gradient-4::before, .circle-gradient-2::before, .circle-gradient-3::before, .bg-half-color-curv::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, .bg-img-1::before, .bg-img-1::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.verticle-middle {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: space-evenly; }

/* ----------------------------------------------------------
:: section padding
---------------------------------------------------------- */
.section-xs {
  padding: 20px 0;
  background-color: #FFF; }

.section-sm {
  padding: 30px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 15px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 15px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (min-width: 1601px) {
    .section-lg {
      padding: 100px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1495px; } }
.bg-img-1::before {
  content: "";
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/ghrce.webp);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }
.bg-img-1::after {
  content: "";
  background-color: #5C0F8B;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1; }

.box-content img {
  width: 50px;
  padding-bottom: 1.5rem; }

/* ----------------------------------------------------------
:: listing
---------------------------------------------------------- */
.list-circle li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.7;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .list-circle li {
      line-height: 1.5;
      margin-bottom: 0.5rem; } }
  .list-circle li::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    content: "";
    background-color: #5C0F8B;
    border-radius: 50%; }
    @media screen and (min-width: 1601px) {
      .list-circle li::before {
        width: 7px;
        height: 7px;
        top: 12px; } }
  @media screen and (max-width: 767px) {
    .list-circle li {
      margin-bottom: 0.4rem; } }
  @media screen and (min-width: 1401px) {
    .list-circle li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1.2rem; } }

.list-circle-mb-0 li {
  margin-bottom: 0;
  line-height: 1.5; }

.list-count {
  column-count: 2; }

/* ----------------------------------------------------------
// cirlce gredient
---------------------------------------------------------- */
.circle-gradient {
  position: relative; }
  .circle-gradient::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(110deg, white 10%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%); }

.circle-gradient-1 {
  position: relative; }
  .circle-gradient-1::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-4 {
  position: relative; }
  .circle-gradient-4::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-2 {
  position: relative; }
  .circle-gradient-2::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(175deg, #fdfdfd 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #fa895414 100%); }

.circle-gradient-3 {
  position: relative; }
  .circle-gradient-3::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(13deg, #f8f6f9 0%, #f9f7f9 0%, #f8f7f9 80%, #e6ddea 100%); }

.bg-half-color-curv {
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .bg-half-color-curv {
      margin-top: 0px; } }
  .bg-half-color-curv::after {
    width: calc(96% - 70px);
    right: 200px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 200px 0 0; }
    @media screen and (max-width: 1025px) {
      .bg-half-color-curv::after {
        width: calc(100% - 70px);
        border-radius: 0 130px 0 0; } }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv::after {
        width: calc(100% + 21px);
        left: -10px;
        border-radius: 0 125px 0 0; } }
    @media screen and (min-width: 1601px) {
      .bg-half-color-curv::after {
        width: calc(92% - 70px); } }
  @media screen and (min-width: 1601px) {
    .bg-half-color-curv {
      margin-top: 5rem; } }

.img-border {
  border-radius: 20px; }

.min-h-75, .circle-gradient-1 {
  min-height: 100vh; }
  @media only screen and (min-width: 414px) and (max-width: 815px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 90vh; } }
  @media screen and (max-width: 767px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 50vh; } }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }
  @media screen and (min-width: 1400px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }

.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.border-btm-line {
  border-bottom: 1px solid #000; }

.banner-sec-title h1 {
  font-size: 2.7rem;
  color: #5C0F8B;
  margin-bottom: 0; }
  .banner-sec-title h1 span {
    background: #5C0F8B;
    background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .banner-sec-title h1 span {
        background: linear-gradient(144deg, #5c0f8b 60%, #ff5100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
  @media screen and (max-width: 767px) {
    .banner-sec-title h1 {
      font-size: 1.8rem !important; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .banner-sec-title h1 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .banner-sec-title h1 {
      font-size: 3.1rem; } }
.banner-sec-title a {
  margin: 1.5rem 0; }
@media screen and (max-width: 767px) {
  .banner-sec-title {
    margin-bottom: 1rem; }
    .banner-sec-title h2 {
      font-size: 1.3rem !important; } }
.banner-sec-title p {
  color: #fff; }
  @media screen and (min-width: 1601px) {
    .banner-sec-title p {
      font-size: 1.1rem; } }

.sec-title {
  margin-bottom: 0rem !important; }
  .sec-title h2 {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem; }
    .sec-title h2 span {
      font-weight: 700;
      background: #5C0F8B;
      background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 767px) {
      .sec-title h2 {
        font-size: 1.3rem !important; } }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
      .sec-title h2 {
        font-size: 2rem !important; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2 {
        font-size: 2.5rem !important; } }
  @media screen and (max-width: 767px) {
    .sec-title {
      margin-bottom: 1.5rem; }
      .sec-title h2 {
        font-size: 1.3rem !important; } }
  .sec-title p {
    color: #000;
    font-weight: 500; }
    @media screen and (min-width: 1601px) {
      .sec-title p {
        font-size: 1.25rem; } }

@media screen and (max-width: 767px) {
  .sec-subtitle p {
    text-align: center; } }
.sec-subtitle h2 {
  font-weight: 400;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h2 {
      font-size: 1.3rem;
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .sec-subtitle h2 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h2 {
      font-size: 2.1rem !important; } }

@media screen and (max-width: 767px) {
  .spl-title {
    padding-top: 5rem !important;
    text-align: center; }
    .spl-title .sec-title h1 {
      font-size: 1.5rem; } }

/* ----------------------------------------------------------
:: form
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }

/* ----------------------------------------------------------
:: swiper
---------------------------------------------------------- */
.swiper {
  width: 100%;
  height: 100%; }

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px; }

  .swiper-button-prev {
    left: 20px; } }
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: -50px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #5C0F8B; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: 0;
  right: -50px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #5C0F8B; }

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 0.95rem; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #fff !important; }

.swiper-placement-highlight .swiper-button-prev, .testi-swiper .swiper-button-prev {
  background: none !important;
  left: -10px;
  right: auto;
  bottom: 50%;
  border: none; }
.swiper-placement-highlight .swiper-button-next, .testi-swiper .swiper-button-next {
  background: none !important;
  left: auto;
  right: -10px;
  bottom: 50%;
  border: none; }

/* ----------------------------------------------------------
// google icon
---------------------------------------------------------- */
.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle; }

.cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
  border-radius: 20px;
  border: 1px solid #5C0F8B;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  background-color: transparent;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  color: #000;
  font-size: 0.8rem; }
  .cmn-button:hover, .cmn-button-1:hover, .cmn-button-2:hover, .cmn-button-3:hover {
    color: #5C0F8B; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
      padding: 0.4rem 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
      border-radius: 35px;
      font-size: 1.1rem;
      padding: 0.5rem 1.5rem; } }

.cmn-button-1 {
  margin-top: 1rem;
  font-size: 0.8rem; }
  @media screen and (min-width: 1601px) {
    .cmn-button-1 {
      font-size: 1rem; } }

.cmn-button-2 {
  margin-top: 1.5rem; }
  .cmn-button-2:hover {
    transform: translateX(-0.5rem); }

.cmn-button-3 {
  color: #fff;
  margin-top: 1rem;
  padding: 0.2rem 0.8rem; }
  @media screen and (max-width: 767px) {
    .cmn-button-3 {
      font-size: 0.85rem;
      padding: 0.4rem 0.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .cmn-button-3 {
      padding: 7px;
      font-size: 0.6rem; } }
  @media screen and (min-width: 1400px) {
    .cmn-button-3 {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-button-3 {
      font-size: 1.05rem;
      margin-top: 1rem;
      padding: 0.5rem 1.5rem; } }
  .cmn-button-3:hover {
    color: #FF5100;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px); }

hr {
  margin: 2rem 0; }

/* Style the select2 container */
.select2-container {
  font-size: 1rem;
  /* Main selection box */
  /* Hover effect */
  /* Dropdown menu */
  /* Dropdown items */
  /* Dropdown open state → change arrow */ }
  @media screen and (min-width: 1601px) {
    .select2-container {
      font-size: 1.2rem; } }
  .select2-container .select2-selection--single {
    font-size: 0.85rem;
    height: 35px;
    padding: 0px 12px;
    border: 1px solid #d8d7d7;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.3s ease;
    /* Rendered text inside select */
    /* Arrow customization */ }
    @media screen and (min-width: 1601px) {
      .select2-container .select2-selection--single {
        height: 40px; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 30px !important; }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 40px !important; } }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 50px;
      width: 50px;
      border-radius: 5px;
      top: 0;
      right: 0;
      background: transparent;
      /* Hide default triangle */
      /* Add custom FontAwesome arrow */ }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__arrow {
          height: 60px;
          width: 60px; } }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection--single .select2-selection__arrow::after {
        font-family: "Font Awesome 7 Free";
        font-weight: 600;
        content: "\f107";
        color: #D8D7D7;
        font-size: 14px;
        position: absolute;
        top: 39%;
        right: 18px;
        transform: translateY(-50%);
        transition: transform 0.2s ease-in-out; }
  .select2-container .select2-selection--single:hover {
    border: 1px solid #FF5100; }
  .select2-container .select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 5px 0; }
  .select2-container .select2-search--dropdown .select2-search__field {
    padding: 0px; }
  .select2-container .select2-results__option {
    padding: 4px 15px;
    font-size: 12px;
    color: #333; }
    .select2-container .select2-results__option--highlighted {
      background-color: #5C0F8B !important;
      color: #fff; }
    .select2-container .select2-results__option--selected {
      background-color: #D8D7D7; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    content: "\f106"; }

/* Focus style */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.select2-selection--focus {
  border-color: #5C0F8B;
  outline: none;
  box-shadow: none; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #5C0F8B; }

/* Disabled input fix */
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

.select2-container .select2-container--default .select2-container--open {
  z-index: 1 !important; }

.select2-container--open .select2-dropdown {
  z-index: 1 !important; }

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 15px;
  height: 22px;
  font-size: 0.9rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 13px;
  font-size: 0.7rem;
  margin-top: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #5C0F8B 1px;
  outline: 0; }

.select2-container--default .select2-selection--multiple {
  padding-bottom: 6px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: -7px; }

.scroll-btn {
  position: fixed;
  bottom: 50px;
  right: 80px;
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #5C0F8B;
  background: #f5f5f5;
  color: #FF5100;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform .4s ease;
  z-index: 1000; }
  @media (max-width: 767px) {
    .scroll-btn {
      right: 25px;
      bottom: 90PX; } }
  .scroll-btn i {
    font-size: 20px;
    transition: transform .4s ease; }
  .scroll-btn:hover {
    transform: scale(1.1); }

.list-circle li {
  margin-bottom: 0.7rem; }
  .list-circle li .list-dash {
    list-style: none;
    /* remove default bullets */
    padding-left: 20px;
    /* indent */ }
  .list-circle li .list-dash li::marker {
    content: "–  ";
    /* dash */
    color: #000;
    /* optional */ }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .list-count {
    column-count: 1; } }

.min-ht-250 {
  min-height: 240px !important; }

.sec-title-2 h2 {
  margin-bottom: 20px; }
  .sec-title-2 h2 span {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 600; }

.list-style-1 li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.7rem; }
  .list-style-1 li::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    margin-right: 20px;
    content: "";
    border-radius: 50%;
    background-color: #FF5100; }

.workshop-sec .workshop-inner {
  position: relative;
  padding: 50px;
  min-height: 530px;
  border-radius: 50px;
  width: 100%;
  right: 0;
  background: #5C0F8B;
  background: linear-gradient(253deg, rgba(92, 15, 139, 0.8) 59%, rgba(255, 81, 0, 0.85) 98%); }
  .workshop-sec .workshop-inner .bg-text p {
    color: #fff; }
  .workshop-sec .workshop-inner .bg-text ul li {
    color: #fff; }
  .workshop-sec .workshop-inner img {
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 342px; }

.scope .box-content-1 {
  position: relative;
  background: #d8d7d785;
  height: 150px;
  border-radius: 15px;
  margin: 10px 25px 35px;
  padding: 3.5rem 10px 20px; }
  .scope .box-content-1 h6 {
    color: #5c0f8b;
    font-size: 1.1rem;
    font-weight: 600; }
  .scope .box-content-1 .image-bg {
    right: 38%;
    background: #5c0f8b;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -36px;
    border-radius: 50%; }
    .scope .box-content-1 .image-bg img {
      width: 43px;
      position: absolute;
      left: 23%;
      top: 16px;
      filter: brightness(0) invert(1); }

.card-inner, .card-inner-1 {
  background-color: #e9dcf5;
  color: #fff;
  border-radius: 0 95px 0 0; }

.card-inner-1 {
  border-radius: 0 0 0 95px; }

.placement-hilight-sec .recruters-list {
  padding: 2rem;
  border-radius: 20px; }
  .placement-hilight-sec .recruters-list img {
    width: 130px; }

.placement-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  padding: 20px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
  text-align: center; }
  .placement-card h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000; }
    .placement-card h2 span {
      font-size: 14px;
      vertical-align: super; }
  .placement-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000; }
  .placement-card .company {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000; }
  .placement-card .role {
    font-size: 12px;
    opacity: 0.9;
    color: #000;
    margin-bottom: 0; }

.placement-div .cmn-button, .placement-div .cmn-button-1, .placement-div .cmn-button-2, .placement-div .cmn-button-3 {
  padding: 0.2rem 0.7rem;
  font-size: 0.9rem; }
.placement-div .placement-sec .placement-img {
  margin-top: 0rem; }
.placement-div .sec-title {
  margin-bottom: 0rem !important; }

/* Responsive */
@media (max-width: 768px) {
  .placement-card {
    border-radius: 0;
    border: 1px solid #5c0f8b;
    margin: 4px; }

  .card-inner, .card-inner-1 {
    background-color: #fff; } }
.place-details {
  position: relative; }
  .place-details .veiw-more {
    position: absolute;
    right: 23px;
    top: -70px; }

.program-box {
  border-radius: 15px;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 .3rem .3rem; }

.elective-tab {
  border: 1px solid #ff5100;
  padding: 20px;
  min-height: 285px;
  box-shadow: 0 0 3px #a37a67;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .elective-tab {
      margin-bottom: 15px; } }

.support-box {
  padding: 20px; }
  .support-box .semester {
    height: 300px; }
    .support-box .semester h5 {
      color: #FF5100; }
    .support-box .semester ul li {
      font-weight: 700; }
    .support-box .semester .scroll-box {
      height: 300px;
      min-height: 300px !important; }

.new-next,
.swiper-rtl .new-prev {
  bottom: -170px;
  z-index: 9999; }

.new-prev,
.swiper-rtl .new-next {
  z-index: 999;
  bottom: -170px; }

.what-we-do-container .what-we-do-item {
  border: 1px solid #D8D7D7;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 0;
  padding: 0.7rem;
  transition: 0.6s;
  min-height: 215px;
  transition: 0.6s;
  -webkit-transition: 0.6s; }
  @media screen and (max-width: 991px) {
    .what-we-do-container .what-we-do-item {
      padding: 0.5rem;
      min-height: 200px; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .what-we-do-container .what-we-do-item {
      padding: 0.7rem; } }
  @media screen and (min-width: 1601px) {
    .what-we-do-container .what-we-do-item {
      padding: 2.5rem; } }
  .what-we-do-container .what-we-do-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 70px;
    height: 70px;
    background-color: #5C0F8B;
    border-radius: 50px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .what-we-do-container .what-we-do-item::before {
        width: 60px;
        height: 60px;
        top: 10px; } }
    @media screen and (max-width: 991px) {
      .what-we-do-container .what-we-do-item::before {
        top: 13px; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      .what-we-do-container .what-we-do-item::before {
        top: 44px; } }
    @media screen and (min-width: 1601px) {
      .what-we-do-container .what-we-do-item::before {
        top: 43px; } }
  .what-we-do-container .what-we-do-item img {
    text-align: center;
    width: 50px;
    padding: 3px;
    filter: brightness(0) invert(1);
    margin: 1.0rem auto;
    margin-bottom: 2rem;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .what-we-do-container .what-we-do-item img {
        width: 40px; } }
  @media screen and (max-width: 767px) {
    .what-we-do-container .what-we-do-item p {
      line-height: 1.3; } }
  .what-we-do-container .what-we-do-item h6 {
    color: #000;
    font-weight: 900; }
  .what-we-do-container .what-we-do-item:hover {
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    background-color: #fff;
    background: #fff;
    background: linear-gradient(253deg, rgba(92, 15, 139, 0.8) 59%, rgba(255, 81, 0, 0.85) 98%); }
    .what-we-do-container .what-we-do-item:hover::before {
      animation: rotate-horizontal 1.1s ease-out forwards;
      background: #fff; }
    .what-we-do-container .what-we-do-item:hover img {
      filter: unset; }
    .what-we-do-container .what-we-do-item:hover h6 {
      color: #fff; }
    .what-we-do-container .what-we-do-item:hover p {
      color: #fff; }

.min-height-elective {
  min-height: 350px; }

.abt-container {
  margin-top: 1.5rem;
  display: grid;
  gap: 2.5rem;
  justify-content: center;
  grid-template-columns: 50% 44.5%; }
  @media screen and (max-width: 767px) {
    .abt-container {
      grid-template-columns: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .abt-container {
      grid-template-columns: 90%;
      justify-content: center; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .abt-container {
      grid-template-columns: 35% 65%; } }
  .abt-container .abt-item {
    border-radius: 20px; }
    .abt-container .abt-item .about-details {
      background-color: #fff;
      padding: 2rem;
      text-align: center;
      border-radius: 20px;
      border: 1px solid #5C0F8B;
      min-height: 79vh; }
      @media screen and (max-width: 767px) {
        .abt-container .abt-item .about-details {
          margin: 1rem;
          padding: 1rem; } }
      @media screen and (min-width: 1601px) {
        .abt-container .abt-item .about-details {
          padding: 3rem; } }
  .abt-container .new-prev,
  .abt-container .swiper-rtl .new-next {
    bottom: -125px; }
    @media screen and (max-width: 767px) {
      .abt-container .new-prev,
      .abt-container .swiper-rtl .new-next {
        width: 40px;
        height: 40px; } }
    @media screen and (min-width: 1601px) {
      .abt-container .new-prev,
      .abt-container .swiper-rtl .new-next {
        bottom: -170px; } }
  .abt-container .new-next,
  .abt-container .swiper-rtl .new-prev {
    bottom: -125px; }
    @media screen and (max-width: 767px) {
      .abt-container .new-next,
      .abt-container .swiper-rtl .new-prev {
        width: 40px;
        height: 40px; } }
    @media screen and (min-width: 1601px) {
      .abt-container .new-next,
      .abt-container .swiper-rtl .new-prev {
        bottom: -170px; } }
  .abt-container .new-next.swiper-button-disabled,
  .abt-container .new-prev.swiper-button-disabled {
    opacity: 1;
    background: #f3f2f2 !important; }

.swiper-padding {
  padding: 0 41px 30px; }

.place-name {
  padding: 19px;
  border-radius: 20px; }

.placmnt-sec .wrapper {
  position: unset;
  padding: 0 !important; }

.list-count-3 {
  column-count: 3; }

.list-count-5 {
  column-count: 5; }

.sticky-class {
  position: sticky;
  top: 65px; }

.vertical-tabs {
  min-height: 50vh; }
  @media screen and (max-width: 767px) {
    .vertical-tabs {
      min-height: 40vh; } }

.placement-cart {
  background: #f5f5f5;
  border-radius: 20px; }

.swiper-wrapper {
  padding-bottom: 4rem; }

.comparison-wrapper .table-responsive {
  overflow-x: auto; }
.comparison-wrapper .comparison-table {
  width: 100%;
  border-collapse: collapse; }
  .comparison-wrapper .comparison-table th,
  .comparison-wrapper .comparison-table td {
    padding: 14px;
    border: 1px solid #d9bdf2;
    vertical-align: top; }
  .comparison-wrapper .comparison-table thead {
    background: #5C0F8B;
    color: #fff; }
    .comparison-wrapper .comparison-table thead th {
      font-weight: 600;
      text-align: left; }
      .comparison-wrapper .comparison-table thead th span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        margin-top: 2px; }
  .comparison-wrapper .comparison-table tbody tr:nth-child(even) {
    background: #faf5ff; }
  .comparison-wrapper .comparison-table tbody td:first-child {
    background: #f4e9fb;
    font-weight: 600;
    color: #5C0F8B;
    width: 22%; }

/* Mobile */
@media (max-width: 768px) {
  .comparison-table {
    font-size: 13px; }
    .comparison-table th,
    .comparison-table td {
      padding: 10px; } }
.testimonials-sec .bg-test {
  padding: 1rem;
  background-color: #5C0F8B;
  border-radius: 20px; }
  .testimonials-sec .bg-test .test-content {
    background-color: #e3e3e3;
    padding: 1.5rem;
    min-height: 360px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
.testimonials-sec .swiper-button-prev {
  left: -16px; }
  .testimonials-sec .swiper-button-prev::after {
    color: #fff; }
.testimonials-sec .swiper-button-next {
  right: -16px; }
  .testimonials-sec .swiper-button-next::after {
    color: #fff; }

.admission-process-sec .admission-process-inner {
  position: relative; }
  .admission-process-sec .admission-process-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://rgicdn.s3.ap-south-1.amazonaws.com/course-master/images/round_border.webp") no-repeat center;
    background-size: 367px;
    z-index: 0;
    top: 0;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-inner::before {
        display: none; } }
  .admission-process-sec .admission-process-inner > * {
    position: relative;
    z-index: 1; }
  .admission-process-sec .admission-process-inner .admission-process-img {
    position: relative;
    background: #FF5100;
    height: 178px;
    width: 178px;
    line-height: 200px;
    margin: auto;
    text-align: center;
    display: flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    -webkit-transition: 0.6s; }
    .admission-process-sec .admission-process-inner .admission-process-img h2 {
      color: #fff;
      font-weight: 600; }
.admission-process-sec .step-img .step-num p {
  font-weight: 600; }
  @media screen and (min-width: 1601px) {
    .admission-process-sec .step-img .step-num p {
      font-size: 0.95rem; } }
.admission-process-sec .step-img img {
  width: 50px; }
.admission-process-sec .admission-process-left {
  position: relative; }
  .admission-process-sec .admission-process-left .bg-gray {
    width: 70px;
    height: 70px;
    background-color: #D8D7D7;
    position: absolute;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .admission-process-sec .admission-process-left .over5 {
    right: -143px;
    top: 149px; }
    .admission-process-sec .admission-process-left .over5 .step-num {
      content: "";
      position: absolute;
      /* background: #c4c7c566; */
      margin: 0;
      /* transform: rotate(45deg); */
      border-radius: 21px 21px 0;
      /* height: 26px; */
      justify-content: center;
      top: -25px;
      right: 20%; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-left .over5 {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .admission-process-sec .admission-process-left .over5 {
        right: -206px;
        top: 189px; } }
  .admission-process-sec .admission-process-left .over4 {
    right: -96px;
    top: 316px; }
    .admission-process-sec .admission-process-left .over4 .step-num {
      content: "";
      position: absolute;
      /* background: #c4c7c566; */
      margin: 0;
      /* transform: rotate(45deg); */
      border-radius: 21px 21px 0;
      /* height: 26px; */
      justify-content: center;
      top: -25px;
      right: 20%; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-left .over4 {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .admission-process-sec .admission-process-left .over4 {
        right: -153px;
        top: 346px; } }
.admission-process-sec .admission-process-right {
  position: relative; }
  .admission-process-sec .admission-process-right .bg-gray-1 {
    width: 70px;
    height: 70px;
    background-color: #D8D7D7;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .admission-process-sec .admission-process-right .over1 {
    left: -151px;
    top: 235px; }
    .admission-process-sec .admission-process-right .over1 .step-num {
      content: "";
      position: absolute;
      /* background: #c4c7c566; */
      margin: 0;
      /* transform: rotate(45deg); */
      border-radius: 21px 21px 0;
      /* height: 26px; */
      justify-content: center;
      top: -25px;
      right: 20%; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-right .over1 {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .admission-process-sec .admission-process-right .over1 {
        left: -207px;
        top: 235px; } }
  .admission-process-sec .admission-process-right .over2 {
    left: -95px;
    top: 400px; }
    .admission-process-sec .admission-process-right .over2 .step-num {
      content: "";
      position: absolute;
      /* background: #c4c7c566; */
      margin: 0;
      /* transform: rotate(45deg); */
      border-radius: 21px 21px 0;
      /* height: 26px; */
      justify-content: center;
      top: -25px;
      right: 20%; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-right .over2 {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .admission-process-sec .admission-process-right .over2 {
        left: -147px;
        top: 395px; } }
  .admission-process-sec .admission-process-right .over3 {
    top: -277px;
    margin: auto;
    left: 0;
    right: 0; }
    .admission-process-sec .admission-process-right .over3 .step-num {
      content: "";
      position: absolute;
      /* background: #c4c7c566; */
      margin: 0;
      /* transform: rotate(45deg); */
      border-radius: 21px 21px 0;
      /* height: 26px; */
      justify-content: center;
      top: -25px;
      right: 20%; }
    @media screen and (max-width: 767px) {
      .admission-process-sec .admission-process-right .over3 {
        display: none; } }
    @media screen and (min-width: 1601px) {
      .admission-process-sec .admission-process-right .over3 {
        top: -263px; } }
.admission-process-sec .about-text {
  padding: 1.5rem; }
.admission-process-sec .admission-process-right .right-text,
.admission-process-sec .admission-process-right .left-text,
.admission-process-sec .admission-process-left .right-text,
.admission-process-sec .admission-process-left .left-text {
  display: flex;
  gap: 15px;
  transition: all 0.6s ease; }
  .admission-process-sec .admission-process-right .right-text:hover .bg-gray,
  .admission-process-sec .admission-process-right .right-text:hover .bg-gray-1,
  .admission-process-sec .admission-process-right .left-text:hover .bg-gray,
  .admission-process-sec .admission-process-right .left-text:hover .bg-gray-1,
  .admission-process-sec .admission-process-left .right-text:hover .bg-gray,
  .admission-process-sec .admission-process-left .right-text:hover .bg-gray-1,
  .admission-process-sec .admission-process-left .left-text:hover .bg-gray,
  .admission-process-sec .admission-process-left .left-text:hover .bg-gray-1 {
    background-color: #FF5100;
    transition: all 0.6s ease;
    border-radius: 15px; }
    .admission-process-sec .admission-process-right .right-text:hover .bg-gray img,
    .admission-process-sec .admission-process-right .right-text:hover .bg-gray-1 img,
    .admission-process-sec .admission-process-right .left-text:hover .bg-gray img,
    .admission-process-sec .admission-process-right .left-text:hover .bg-gray-1 img,
    .admission-process-sec .admission-process-left .right-text:hover .bg-gray img,
    .admission-process-sec .admission-process-left .right-text:hover .bg-gray-1 img,
    .admission-process-sec .admission-process-left .left-text:hover .bg-gray img,
    .admission-process-sec .admission-process-left .left-text:hover .bg-gray-1 img {
      transform: rotate(360deg);
      transition: transform 0.6s ease;
      filter: brightness(0) invert(1); }
    .admission-process-sec .admission-process-right .right-text:hover .bg-gray .step-num p,
    .admission-process-sec .admission-process-right .right-text:hover .bg-gray-1 .step-num p,
    .admission-process-sec .admission-process-right .left-text:hover .bg-gray .step-num p,
    .admission-process-sec .admission-process-right .left-text:hover .bg-gray-1 .step-num p,
    .admission-process-sec .admission-process-left .right-text:hover .bg-gray .step-num p,
    .admission-process-sec .admission-process-left .right-text:hover .bg-gray-1 .step-num p,
    .admission-process-sec .admission-process-left .left-text:hover .bg-gray .step-num p,
    .admission-process-sec .admission-process-left .left-text:hover .bg-gray-1 .step-num p {
      color: #5C0F8B; }
  .admission-process-sec .admission-process-right .right-text:hover .about-text,
  .admission-process-sec .admission-process-right .left-text:hover .about-text,
  .admission-process-sec .admission-process-left .right-text:hover .about-text,
  .admission-process-sec .admission-process-left .left-text:hover .about-text {
    background-color: #D8D7D7;
    transition: all 0.6s ease;
    border-radius: 15px; }

.key-highlight-sec {
  position: relative; }
  .key-highlight-sec .img-industry-connect img {
    position: absolute;
    bottom: -147px !important;
    right: 50px !important; }

.testi-swiper {
  padding: 1.5rem; }

.vertical-tabs .course-tab {
  position: static !important;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 4px; }

.imgmodal {
  position: absolute;
  bottom: 0; }

/*# sourceMappingURL=course.css.map */
