body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5A5872;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #4f0262;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #4a4958;
  margin: 0px;
}

.cta-section_title.title {
  font-size: 40px;
  font-weight: 500;
  color: #52055f;
}

@media (max-width: 360px) {
  .cta-section_title.title {
    font-size: 24px;
    font-weight: 500;
    color: #52055f;
  }
}

.section_title.title {
  font-size: 40px;
  font-weight: 500;
  color: #52055f;
}

@media (max-width: 767px) {
  .section_title.title {
    font-size: 24px;
  }
}

.about_title {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 360px) {
  .about_title {
    font-size: 20px;
    font-weight: 700;
  }
}

.about_p {
  font-size: 18px;
  line-height: 24px;
  color: #4a4958;
  margin: 0px;
  list-style-type: disc;
  list-style-position: inside;
}

.service_p {
  font-size: 18px;
  line-height: 24px;
  color: #4a4958;
  margin: 0px;
  font-family: 'Poppins';
  font-weight: normal;
}

@media (max-width: 767px) {
  .service_p {
    font-size: 16px;
    line-height: 24px;
    color: #4a4958;
    margin: 0px;
    font-family: 'Poppins';
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .about_p {
    font-size: 16px;
    line-height: 24px;
    color: #4a4958;
    margin: 0px;
  }
}

.section_title.title_big {
  font-size: 60px;
  font-weight: 700;
  color: #52055f;
}

@media (max-width: 767px) {
  .section_title.title_big {
    font-size: 40px;
    font-weight: 700;
    color: #52055f;
  }
}

.link_a {
  color: #52055f;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Poppins light';
}

.link_a:hover {
  color: #da0404;
}

.section_light {
  background-color: #e4dae4;
}

.main_img {
  width: 100%;
}

@media (max-width: 767px) {
  .main_img {
    max-width: 80%;
  }
}

.process-title {
  font-family: 'Poppins';
  font-weight: normal;
  font-weight: 500;
  font-size: 1.5rem;
}

.icon-service {
  font-size: 50px;
  line-height: 55px;
  width: 90px;
  padding: 5px;
  border-radius: 50px;
  border: 12px;
  background: rgb(102,0,102);
  border-color: rgb(102,0,102);
  border-style: solid;
  color: #ffffff;
}

@media (max-width: 676px) {
  .icon-service {
    font-size: 30px;
    line-height: 40px;
    width: 65px;
    padding: 5px;
    border-radius: 100px;
    border: 6px;
    background: rgb(102,0,102);
    border-color: rgb(102,0,102);
    border-style: solid;
    color: #ffffff;
    margin-bottom: 10px;
  }
}

.process-p {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 0px;
}

.book-p {
  font-size: .9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}

.service-container {
  background: #f9defe;
  /*background-color: #52055f;*/
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px;
}

.cx-service-title {
  font-family: 'Poppins';
  font-weight: normal;
  color: #52055f;
  font-size: 40px;
}

.cx-service-sub-title {
  font-family: 'Poppins';
  font-weight: normal;
  color: #52055f;
  font-size: 24px;
}

@media (max-width: 767px) {
  .cx-service-sub-title {
    font-family: 'Poppins';
    font-weight: normal;
    color: #52055f;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cx-service-title {
    font-family: 'Poppins';
    font-weight: normal;
    color: #52055f;
    font-size: 24px;
    font-weight: 600;
  }
}

.service-title {
  font-family: 'Poppins';
  font-weight: normal;
  color: #52055f;
  font-size: 50px;
}

@media (max-width: 767px) {
  .service-title {
    font-family: 'Poppins';
    font-weight: normal;
    color: #52055f;
    font-size: 28px;
  }
}

.service-icon {
  margin-right: 10px;
  color: #d7a032;
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #52055f;
}

.nav-link:focus, .nav-link:hover {
  color: #cf9e30;
}

a:hover {
  --bs-link-color-rgb: #cf9e30;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #52055f;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #52055f;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: #52055f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.custom-bullet-list {
  list-style-type: disc;
  padding-left: 30px;
}

.cta-big-section_title {
  font-size: 50px;
}

@media (max-width: 360px) {
  .cta-big-section_title {
    font-size: 28px;
  }
}

.brand-index-link {
  text-decoration: none;
  color: #a75d06;
  /*font-weight: 400;*/
}

.brand-index-link:hover {
  text-decoration: none;
  color: #fc0404;
  /*font-weight: 400;*/
}

.index-link {
  text-decoration: none;
  color: #52055f;
  /*font-weight: 400;*/
}

.index-acquainted {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 360px) {
  .index-acquainted {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 36px;
  }
}

.beyond-nav-link {
  font-size: 18px;
  color: #ffffff;
}

.beyond-index-img {
  width: 100%;
}

@media (max-width: 360px) {
  .beyond-index-img {
    width: 70%;
  }
}

.hr {
  margin: 1rem 0;
  color: inherit;
  border: 1;
  border-top: var(--bs-border-width) solid;
  opacity: .5;
}

.event_title {
  color: rgb(19,49,96);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Lato';
}

@media (max-width: 360px) {
  .event_title {
    color: rgb(19,49,96);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato';
  }
}

.event_title:hover {
  color: rgb(255,3,3);
  text-decoration: none;
}

.crumb-item {
  color: #660066;
  font-size: 16px;
}

.crumb-item a {
  color: #660066;
  font-size: 16px;
  text-decoration: none;
}

.crumb-item a:hover {
  color: #fb0606;
  font-size: 16px;
  text-decoration: none;
}

.service-col {
  padding-right: 10px;
  padding-left: 10px;
}

