@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
*::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
*::-webkit-scrollbar-thumb {
  background: #7d4393;
}
*::-webkit-scrollbar-track {
  background: #bea1c9;
}
* {
  scrollbar-face-color: #7d4393;
  scrollbar-track-color: #bea1c9;
}

html {
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 11px;
  }
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #fcf5f9;
  color: #2a3a4b;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body::-webkit-scrollbar-thumb {
  background: #7d4393;
}
body::-webkit-scrollbar-track {
  background: #bea1c9;
}
body {
  scrollbar-face-color: #7d4393;
  scrollbar-track-color: #bea1c9;
}
body:not(.loaded) {
  overflow: hidden;
}

.main-bg:before, .preloading:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/gradient_shape-1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  filter: blur(30px);
}
.main-bg:after, .preloading:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/gradient_shape-2.svg);
  background-repeat: no-repeat;
  background-position: bottom 20% right;
  filter: blur(30px);
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  background-color: #67317a;
  background-color: #fcf5f9;
}
.preloading img {
  margin: auto;
  width: 80px;
  animation: rotate 5s ease-in-out infinite alternate;
}

@keyframes rotate {
  from {
    transform: rotate(0) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.6);
  }
}
.c-scrollbar .c-scrollbar_thumb {
  background-color: #7d4393;
}

.fontMedium {
  font-weight: 500 !important;
}

.fontRegular {
  font-weight: 400 !important;
}

.fontSemiBold {
  font-weight: 600 !important;
}

.fontBold {
  font-weight: 700 !important;
}

.fixed-top {
  z-index: 11030;
}

.btn-primary {
  background-color: #7d4393;
  border-radius: 0.375rem;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  padding: 1.125rem 1.875rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 1px solid #7d4393;
  text-transform: uppercase;
}
.btn-primary.large {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
  background-color: transparent;
  border-color: #7d4393;
  color: #7d4393;
  box-shadow: 0 0 0 0.1rem #f2ecf4;
}
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.1rem #f2ecf4;
}
.btn-primary-border {
  background-color: transparent;
  color: #7d4393;
}
.btn-primary.colored-content-version {
  color: #f2ecf4;
}

.btn-default {
  color: #7d4393;
  border-radius: 0.375rem;
  border: 1px solid #efe4f3;
  padding: 1.125rem 1.875rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.btn-default:hover, .btn-default:active, .btn-default:focus-visible {
  border: 1px solid #efe4f3;
}
.btn-default:focus-visible {
  box-shadow: 0 0 0 0.25rem #efe4f3;
}

.btn-outline-primary {
  border-color: #7d4393;
  color: #7d4393;
  border-radius: 0.375rem;
  font-weight: 500;
}
.btn-outline-primary.large {
  padding: 1.125rem 1.875rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:focus-visible {
  color: #fff;
  border-color: #7d4393;
  background-color: #7d4393;
}

header .page-nave {
  padding: 1.75rem 2.5rem;
  background-color: transparent;
  transition: all ease 0.5s;
}
header .page-nave .navbar-brand {
  margin: 0;
  padding: 0;
}
header .page-nave .navbar-brand img {
  max-height: 4rem;
  transition: all ease 0.5s;
}
header .page-nave .navbar-collapse {
  flex-grow: initial;
  margin: auto;
}
header .page-nave ul.navbar-nav li a {
  color: #2a3a4b;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-right: 0.9375rem;
}
header .page-nave ul.navbar-nav li a.demo, header .page-nave ul.navbar-nav li a.active {
  color: #c92d7d;
}
header .page-nave ul.navbar-nav li.dropdown:hover {
  cursor: pointer;
}
header .page-nave ul.navbar-nav li.dropdown:hover .dropdown-menu {
  display: block;
  position: fixed;
  transform: translate(-5%, 0);
}
header .page-nave ul.navbar-nav li .dropdown-toggle::after {
  margin-left: 0.9375rem;
  vertical-align: 0.125rem;
}
header .page-nave ul.navbar-nav li .dropdown-menu {
  padding: 0.9375rem;
  width: 16.875rem;
}
header .page-nave ul.navbar-nav li .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #2a3a4b;
  text-wrap: balance;
  background-color: transparent;
  padding: 0.8125rem 0.9375rem;
  margin-bottom: 0.25rem;
}
header .page-nave ul.navbar-nav li .dropdown-menu .dropdown-item:hover {
  color: #a40054;
  background-color: #f2ecf4;
  border-radius: 0.625rem;
}
header .page-nave.page-nav-scroll {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
  z-index: 10301;
  padding: 0.9375rem 2.5rem;
}
header .page-nave.page-nav-scroll .navbar-brand img {
  max-height: 3.125rem;
}
header .page-nave.colored-pages ul.navbar-nav li a {
  color: #fcf5f9;
}
header .page-nave.colored-pages ul.navbar-nav li a.demo, header .page-nave.colored-pages ul.navbar-nav li a.active {
  color: #df70a9;
}
header .page-nave.colored-pages .btn-primary:hover {
  color: #ffffff;
  box-shadow: none !important;
}
header .page-nave.colored-pages.page-nav-scroll {
  background-color: #452551 !important;
}
header .buttons .btn {
  color: #f9f6fa;
  border-color: #f2ecf4;
}
header .buttons .btn:focus, header .buttons .btn:active {
  color: #f9f6fa !important;
  border-color: #f2ecf4 !important;
}
header .buttons .btn:hover {
  color: #df70a9;
  border-color: #df70a9;
}
header .navbar-toggler {
  margin-left: 1.25rem;
  margin-right: 0.625rem;
  border: 0;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: middle;
}
header .navbar-toggler i {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  margin: 0.3125rem auto;
  background-color: #ffffff;
  transition: all linear 0.2s;
}
header .navbar-toggler[aria-expanded=true] > i:first-child {
  transform: translateY(0.4375rem) rotateZ(-45deg);
}
header .navbar-toggler[aria-expanded=true] > i:nth-child(2) {
  width: 0;
}
header .navbar-toggler[aria-expanded=true] > i:last-child {
  transform: translateY(-0.4375rem) rotateZ(45deg);
}
@media (max-width: 991px) {
  header .page-nave {
    padding: 0.625rem !important;
  }
  header .page-nave.colored-pages ul.navbar-nav li a {
    color: #492756;
  }
  header .page-nave .navbar-collapse {
    background: #fcf5f9;
    padding: 0.9375rem;
    margin-top: 0.9375rem;
    position: absolute;
    top: 100%;
    right: 3%;
    width: 95%;
    border-radius: 0.5rem;
    box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.5);
  }
  header .page-nave .buttons {
    margin-left: auto;
  }
  header .page-nave .btn-primary {
    margin-right: 1.5625rem;
  }
}

.side-nav {
  position: absolute;
  width: 15.625rem;
  z-index: 10101;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.side-nav a {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border: none;
  text-decoration: none;
}
.side-nav a.active {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 766px) {
  .side-nav {
    top: 110px;
    transform: none;
  }
}

.scroll-margin {
  scroll-margin: 5.625rem;
}

.backtop {
  position: fixed;
  width: 2.8125rem;
  height: 2.8125rem;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 1112121;
  display: none;
}
.backtop * {
  width: 100%;
}
.backtop.show {
  display: block;
}

.home-container.vc_row {
  padding: 0 !important;
  margin: 0 !important;
}
.home-container.vc_row .wpb_column,
.home-container.vc_row .vc_column-inner {
  padding: 0 !important;
  margin: 0 !important;
}

.home-slider {
  background: url("../images/overlay.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7d4393;
  opacity: 0.94;
  top: 0;
  bottom: 0;
}
.home-slider .home-carousel {
  z-index: 10001;
  flex: 0 0 100%;
}
.home-slider .home-carousel .caption {
  margin-top: 15.625rem;
  text-align: center;
}
.home-slider .home-carousel .caption h5 {
  color: #fff;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.6875rem;
  letter-spacing: 0.03125rem;
}
.home-slider .home-carousel .caption h5 .bg-white {
  color: #7d4393;
}
@media (max-width: 766px) {
  .home-slider .home-carousel .caption h5 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
.home-slider .home-carousel .caption p {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.009375rem;
}
.home-slider .home-carousel .caption .btn {
  background-color: #643676;
  border: 1px solid #4e2060;
  padding: 1.125rem 3rem;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 1.75rem;
}
.home-slider .home-carousel .caption .btn:after {
  content: "";
  background: url("../images/mask.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 766px) {
  .home-slider .home-carousel .caption {
    padding: 0.9375rem;
  }
}
.home-slider .home-carousel .img-card img {
  transform: translateY(50%);
  width: 100%;
}
.home-slider .home-carousel .carousel-indicators {
  top: 50%;
  left: 30px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  flex-direction: column;
  margin: 0;
}
@media (max-width: 766px) {
  .home-slider .home-carousel .carousel-indicators {
    top: 100%;
    left: auto;
    right: auto;
    transform: none;
    flex-direction: row;
    height: 30px;
    min-width: 100%;
    justify-content: space-around;
  }
}
.home-slider .home-carousel .carousel-indicators button {
  text-indent: inherit;
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  text-align: left;
  padding: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border: none;
}
.home-slider .home-carousel .carousel-indicators button.active {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
}
.about {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  min-width: 100%;
  padding-top: 23.75rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 1024px) {
  .about {
    padding-top: 17.5rem;
  }
}
@media (max-width: 766px) {
  .about {
    padding-top: 6.25rem;
  }
}
.about:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/gradient_shape-1.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30%;
  filter: blur(30px);
}
.about:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/gradient_shape-2.svg);
  background-repeat: no-repeat;
  background-position: top 30% right;
  background-size: 30%;
  filter: blur(30px);
}
.about .home-bg-bottom {
  position: relative;
  z-index: 1;
}
@media (max-width: 766px) {
  .about .categories-top {
    margin-top: 0;
  }
}
.about .categories-top h2 {
  color: #190d1d;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.375rem;
  letter-spacing: 0.015625rem;
  margin-bottom: 1.25rem;
}
.about .categories-top p {
  color: #190d1d;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.03125rem;
  margin-bottom: 1.25rem;
}
.about .categories-cards .card {
  border: none;
  height: 100%;
  background-color: transparent;
}
.about .categories-cards .card .card-body {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
  margin-bottom: 1.875rem;
  border-radius: 0.5rem;
}
.about .categories-cards .card .card-body p {
  color: #190d1d;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}
.about.about-page {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.about.about-page .categories-top {
  margin-top: 0;
}
.about.about-page .categories-top h2 {
  color: #7d4393;
}
.about.about-page .categories-cards .card .card-body {
  border: 1px solid #cbb4d4;
}
.about.about-page .categories-cards .card .card-body p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.about.about-page:after {
  display: none;
}

.who-we-serve {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 6.25rem 0;
}
.who-we-serve h2.title {
  color: #190d1d;
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: 3rem;
  letter-spacing: 0.015625rem;
  margin: 0;
  margin-bottom: 1.25rem;
}
.who-we-serve p.sub-title {
  color: #190d1d;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.03125rem;
  margin-bottom: 5rem;
}
.who-we-serve .details-card {
  position: relative;
}
.who-we-serve .details-card + .details-card {
  margin-top: 7.5rem;
}
.who-we-serve .details-card:after {
  content: "";
  position: absolute;
  background: url(../images/pattern.svg) no-repeat;
  background-size: cover;
  width: 282px;
  height: 288px;
  left: 0;
}
.who-we-serve .details-card.right:after {
  left: auto;
  right: 0;
}
.who-we-serve .details-card .col-sm-12 {
  z-index: 1;
}

.pathologists {
  background: url(../images/pathologists.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pathologists .card {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  padding: 3.125rem 2.5rem;
  display: block;
}

.patients {
  padding-top: 7.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.patients .card {
  border: none;
  display: block;
  background-color: transparent;
}
.patients .img-service {
  padding-left: 4rem;
  overflow: hidden;
}
@media (max-width: 766px) {
  .patients .img-service {
    padding-left: 0;
  }
}
.patients .img-service img {
  float: right;
}
.patients:after {
  content: "";
  position: absolute;
  background: url(../images/pattern-service.svg) no-repeat;
  width: 350px;
  height: 350px;
  z-index: -1;
  top: 5%;
  left: 5%;
  transform: translate(-5%, -5%);
}

.red-section {
  background: url(../images/red.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}
.red-section p {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8125rem;
  padding-bottom: 0;
}
.red-section h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3.8125rem;
  line-height: 5.625rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 766px) {
  .red-section h2 {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.red-section h5 {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4.3125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 766px) {
  .red-section h5 {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.red-section .btn-demo {
  background-color: #ffdef5;
  border: none;
  color: #a40054;
  padding: 1rem 3.75rem;
  border-radius: 1.5rem;
  margin-right: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
@media (max-width: 766px) {
  .red-section .btn-demo {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.red-section .btn-contact {
  background-color: transparent;
  border: 1px solid #efe4f3;
  color: #f7f1f9;
  padding: 1rem 3.75rem;
  border-radius: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

.features {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.features h2 {
  color: #2a3a4b;
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: 4.25rem;
  margin-bottom: 5rem;
}
.features .overflow-tabs {
  overflow-x: auto;
}
.features .overflow-tabs::-webkit-scrollbar {
  width: 0.2em;
  height: 0.2em;
}
.features .overflow-tabs::-webkit-scrollbar-thumb {
  background: #ccc;
}
.features .overflow-tabs::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.features .overflow-tabs {
  scrollbar-face-color: #ccc;
  scrollbar-track-color: #e6e6e6;
}
@media (max-width: 766px) {
  .features .overflow-tabs {
    min-height: 345px;
    margin-bottom: 30px;
  }
}
.features .img-fluid {
  width: 100%;
}

.newsletter {
  padding: 5rem 0;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
  background-color: #fefbfc;
  overflow: hidden;
}
.newsletter .newsletter-card {
  position: relative;
  background: rgb(75, 40, 88);
  background: radial-gradient(circle, rgb(75, 40, 88) 0%, rgb(125, 67, 147) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b2858", endColorstr="$primaryPurble", GradientType=1);
  border-radius: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center;
  z-index: 1;
}
.newsletter .newsletter-card h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: 4.25rem;
}
.newsletter .newsletter-card p {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
}
.newsletter .newsletter-card .input-group {
  height: 2.875rem;
}
.newsletter .newsletter-card .input-group .form-control {
  color: #5d6d7e;
  background-color: #f2f3f5;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
}
.newsletter .newsletter-card .input-group .form-control:focus {
  color: #5d6d7e;
  background-color: #fff;
  border-color: #c92d7d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(201, 45, 125, 0.2);
}
.newsletter .newsletter-card .input-group .input-group-text {
  background-color: #c92d7d;
  border: none;
}
.newsletter .newsletter-card-container {
  position: relative;
}
.newsletter .newsletter-card-container:before, .newsletter .newsletter-card-container:after {
  content: "";
  position: absolute;
  background: url(../images/pattern.svg) no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 280px;
  z-index: 0;
}
.newsletter .newsletter-card-container:before {
  right: 0;
  top: 0;
  transform: translate(40%, -30%);
}
.newsletter .newsletter-card-container:after {
  left: 0;
  bottom: 0;
  transform: translate(-40%, 40%);
}

@media (max-width: 766px) {
  .sm-flex {
    display: flex !important;
  }
}

.content-card p {
  color: #190d1d;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.03125rem;
  margin-bottom: 1.875rem;
}
.content-card p.red-text {
  color: #c92d7d;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.625rem;
}
.content-card h4 {
  color: #190d1d;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.875rem;
  margin-bottom: 2.5rem;
}

footer {
  background-color: #f9f6fa;
  padding-top: 3.75rem;
}
footer .footer-info {
  border-bottom: 1px solid #f2ecf4;
}
footer .footer-info .footer-p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
footer .footer-info .footer-p p {
  color: #5d6d7e;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  footer .footer-info .footer-p p {
    display: inline;
  }
}
footer .footer-info ul {
  margin-bottom: 3.125rem;
}
footer .footer-info ul li {
  display: inline-block;
  margin-right: 1.875rem;
}
footer .footer-info ul li a {
  text-decoration: none;
  color: #2a3a4b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
footer .footer-copyright p {
  color: #5d6d7e;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
footer .footer-copyright p a {
  text-decoration: none;
  color: #7d4393;
}
@media (max-width: 766px) {
  footer .footer-copyright {
    flex-direction: column;
  }
}

.page-title {
  background: url("../images/page-header.png") no-repeat;
  background-size: cover !important;
  height: auto;
  min-height: 15.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title .breadcrumb {
  justify-content: center !important;
  width: 100%;
}
.page-title li.breadcrumb-item {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #d0c2d6;
}
.page-title li.breadcrumb-item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  text-decoration: none;
}
.page-title li.breadcrumb-item::before {
  color: #fff;
}
.page-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.25rem;
  margin-bottom: 0;
  min-width: 100%;
  text-align: center;
}
.page-title.about-title {
  background: url("../images/about-title.png") no-repeat;
}
.page-title.about-title li.breadcrumb-item {
  color: #3e2748;
}
.page-title.about-title li.breadcrumb-item a {
  color: #000;
}
.page-title.about-title li.breadcrumb-item::before {
  color: #000;
}
.page-title.about-title h2 {
  color: #000;
}

.top-page-title {
  background: url("../images/header/Top.png") no-repeat;
  background-size: cover !important;
  height: 37.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-page-title .head-nav {
  margin-top: 16.25rem;
  margin-bottom: 7.5rem;
}
.top-page-title .head-nav.without-margin {
  margin-top: 11.875rem;
}
.top-page-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.25rem;
  min-width: 55%;
  width: 55%;
  text-align: center;
  display: block;
  margin: auto auto 0.875rem auto;
}
.top-page-title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  min-width: 55%;
  width: 100%;
  text-align: center;
  display: block;
  margin: auto auto 0.875rem auto;
}
.top-page-title p {
  color: #fcfbfd;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 5.625rem;
  min-width: 60%;
  width: 75%;
  text-align: center;
  display: block;
  margin: auto auto 11.25rem auto;
}
.top-page-title a {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #e5d9e9;
  text-align: center;
  margin-bottom: 2.5rem;
  width: 100%;
  text-decoration: none;
}
.top-page-title a img {
  margin-right: 0.9375rem;
}
.top-page-title h4 {
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: 3.75rem;
  color: #ffffff;
  text-align: center;
  display: block;
  min-width: 80%;
  width: 80%;
  margin: auto auto 5.625rem auto;
}
.top-page-title span {
  color: #d96ca4;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .top-page-title {
    background-position: center;
  }
  .top-page-title::before {
    display: none;
  }
  .top-page-title::after {
    display: none;
  }
  .top-page-title h2,
  .top-page-title p,
  .top-page-title h4 {
    width: 100%;
  }
}
.details-section {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}
.details-section h4 {
  color: #190d1d;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 3.0625rem;
}
.details-section p {
  color: #321b3b;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
}

.whitebg-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
}
.whitebg-section .whitebg-section-content {
  position: relative;
  z-index: 1;
}
.whitebg-section .whitebg-section-content h4 {
  color: #190d1d;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-bottom: 1.875rem;
}
.whitebg-section .whitebg-section-content p {
  color: #321b3b;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.03125rem;
}
.whitebg-section:after {
  content: "";
  position: absolute;
  background: url(../images/pattern.png) no-repeat;
  transform: translate(-65%, -50%);
  width: 1374px;
  height: 1363px;
  background-size: contain;
  top: 0;
  z-index: 0;
}
@media (max-width: 766px) {
  .whitebg-section:after {
    display: none !important;
  }
}

.clients {
  background: rgb(125, 67, 147);
  background: linear-gradient(180deg, rgb(125, 67, 147) 0%, rgb(100, 54, 118) 100%);
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.clients .clients-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 4.25rem;
}
.clients .clients-content .card {
  background-color: #fff;
  height: 100%;
}
.clients .clients-content .card .card-content {
  padding: 3.125rem 2.1875rem;
}
.clients .clients-content .card .card-content p {
  color: #190d1d;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
}
.clients .clients-content .card .line {
  border-left: 1px solid #ebedef;
}
.clients .clients-content .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.clients .clients-content .owl-carousel .owl-stage {
  display: flex;
}
.clients .clients-content .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.clients .clients-content .owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
}
.clients .clients-content .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  right: 0;
}
.clients::before {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 30%;
  height: 80%;
  background-image: url(../images/mask-about.png);
  background-repeat: no-repeat;
  background-position: bottom left 20%;
}

.careers {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.careers h2 {
  color: #190d1d;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.25rem;
}
.careers p {
  color: #190d1d;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.03125rem;
}
.careers h5 {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  color: #190d1d;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.careers .owl-carousel .card {
  margin-bottom: 1.875rem;
  border-color: #f1ebf3;
}
.careers .owl-carousel .card .card-body {
  padding: 1.5625rem;
}
.careers .owl-carousel .card .card-body h6 {
  color: #190d1d;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
}
.careers .owl-carousel .card .card-body ul {
  padding: 0;
  margin: 0;
}
.careers .owl-carousel .card .card-body ul li {
  margin-bottom: 0.9375rem;
  list-style: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.careers .owl-carousel .card .card-body ul li img {
  width: 17px;
  height: 17px;
  display: inline;
  margin-right: 0.5rem;
}
.careers .owl-carousel .card .btn {
  padding: 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: #e5e5e5;
  color: #7d4393;
  border-radius: 0 0 0.375rem 0.375rem;
}
.careers .owl-carousel .owl-nav {
  display: none;
}
.careers .owl-carousel .owl-dots {
  position: absolute;
  top: -45px;
  right: 0;
}
.careers .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #c92d7d;
  box-shadow: 0 0 0px 5px #ffdef5;
}

.mission {
  background-image: url(../images/mission.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9.375rem 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 766px) {
  .mission {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .mission .col-lg-4 {
    margin-bottom: 15px;
  }
}
.mission .card {
  padding: 2.8125rem;
  display: block;
  height: 100%;
}
.mission .card h5 {
  display: inline-block;
  padding: 0.5625rem 2.25rem;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  color: #fff;
  border-radius: 1.9375rem;
  margin-bottom: 1.875rem;
}
.mission .card h5.mision-title {
  background-color: #7d4393;
}
.mission .card h5.vision-title {
  background-color: #c42d7d;
}
.mission .card h5.goals-title {
  background-color: #48125d;
}
.mission .card p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  color: #190d1d;
}
.mission .card ul li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  color: #190d1d;
}
@media (max-width: 766px) {
  .mission .card {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}

.news {
  padding: 5rem 0 1.875rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fefbfc;
  display: flex;
  flex-direction: column;
}
.news h2 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 4.25rem;
  color: #190d1d;
}
.news .owl-stage-outer {
  padding: 3.125rem 0;
}
.news .owl-stage-outer .owl-stage {
  display: flex;
}
.news .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.news .owl-stage-outer .owl-stage .owl-item .item .card {
  height: 100%;
}
.news .card {
  border-radius: 0.5rem;
  border: 1px solid rgba(154, 154, 154, 0.15);
}
.news .card .card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .card .card-content img {
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
}
.news .card .card-content span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  color: #190d1d;
  margin-bottom: 0.625rem;
}
.news .card .card-content p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #190d1d;
  margin-bottom: 1.5625rem;
}
.news .card .card-content .read-more {
  margin-top: auto;
}
.news .card .card-content .btn {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  color: #7d4393;
  text-transform: uppercase;
  padding: 0;
  border: 0;
}
.news .card .card-content .btn:hover:after {
  margin-inline-start: 0.9375rem;
}
.news .card .card-content .btn:after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  margin-inline-start: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  transition: all ease 0.4s;
  background-image: url(../images/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.location {
  position: relative;
  padding: 6.25rem 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fefbfc;
  display: flex;
  flex-direction: column;
}
.location h2 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 4.25rem;
  color: #190d1d;
  margin-bottom: 3.125rem;
  text-align: center;
}
.location .eg {
  width: 80px;
  height: 100px;
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translate(-55%, -40%);
}
@media (max-width: 766px) {
  .location .eg {
    top: 65%;
    left: 45%;
    transform: translate(-55%, -35%);
    width: 30px;
    height: 30px;
  }
}
.location .eg-content {
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-70%, -50%);
}
@media (max-width: 766px) {
  .location .eg-content {
    transform: scale(0.7);
    width: 100%;
    left: 0;
    top: 35%;
  }
}
.location .eg-content .content {
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}
.location .eg-content .content:after {
  content: "";
  background-color: #7d4393;
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 2.4375rem;
  left: 0;
  top: 0;
}
.location .eg-content .content h6 {
  color: #7d4393;
}
.location .sa {
  width: 120px;
  height: 100px;
  position: absolute;
  top: 60%;
  left: 55%;
  transform: translate(-45%, -40%);
}
@media (max-width: 766px) {
  .location .sa {
    top: 65%;
    left: 45%;
    transform: translate(-55%, -35%);
    width: 30px;
    height: 30px;
  }
}
.location .sa-content {
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: 75%;
  left: 70%;
  transform: translate(-30%, -25%);
}
@media (max-width: 766px) {
  .location .sa-content {
    transform: scale(0.7);
    width: 100%;
    left: 0;
    top: 70%;
  }
}
.location .sa-content .content {
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}
.location .sa-content .content:after {
  content: "";
  background-color: #d96ea5;
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 2.4375rem;
  left: 0;
  top: 0;
}
.location .sa-content .content h6 {
  color: #d96ea5;
}

.pricing .title {
  position: relative;
}
.pricing .title h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.25rem;
  color: #000000;
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
.pricing .title:after {
  content: "";
  position: absolute;
  background: url(../images/pattern.png) no-repeat;
  transform: translate(-65%, -50%);
  width: 1374px;
  height: 1363px;
  background-size: contain;
  top: 0;
  z-index: 0;
}
@media (max-width: 766px) {
  .pricing .title:after {
    display: none;
  }
}
.pricing .plans {
  margin-top: 0;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
  min-height: 770px;
}
.pricing .plans .container {
  position: relative;
  z-index: 1;
}
.pricing .plans .card.plan {
  background-color: transparent;
  border: none;
  padding: 2.125rem;
}
.pricing .plans .card.plan .card-body {
  background-color: #fff;
  border: 1px solid #f2ecf4;
  border-radius: 1.25rem;
  padding: 2.125rem;
  height: 100%;
}
.pricing .plans .card.plan .card-body h4 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 7.875rem;
  text-align: center;
  color: #7d4393;
}
.pricing .plans .card.plan .card-body .time {
  text-align: center;
  border-top: 1px solid #ebedef;
  border-bottom: 1px solid #ebedef;
  padding: 1.0625rem 0;
  margin-bottom: 2.5rem;
}
.pricing .plans .card.plan .card-body .time p {
  letter-spacing: 0.03125rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 0;
  color: #71808e;
}
.pricing .plans .card.plan .card-body .time p strong {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #000000;
}
.pricing .plans .card.plan .card-body ul {
  margin: 0;
}
.pricing .plans .card.plan .card-body ul li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 1.5rem;
}
.pricing .plans .card.plan .card-body .btn {
  margin-top: 5rem;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  height: 4.0625rem;
}
.pricing .plans .card.plan .card-body .btn-default {
  background-color: #efe4f3;
  color: #7d4393;
}
.pricing .plans .card.plan.purple .card-body {
  background-color: #7d4393;
  border: 1px solid #7d4393;
}
.pricing .plans .card.plan.purple .card-body h4 {
  color: #fff;
}
.pricing .plans .card.plan.purple .card-body .time {
  border-top: 1px solid #ebedef;
  border-bottom: 1px solid #ebedef;
}
.pricing .plans .card.plan.purple .card-body .time p {
  color: #fff;
}
.pricing .plans .card.plan.purple .card-body .time p strong {
  color: #fff;
}
.pricing .plans .card.plan.purple .card-body ul {
  margin: 0;
}
.pricing .plans .card.plan.purple .card-body ul li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.pricing .plans .card.plan.purple .card-body .btn-primary {
  background-color: #48125d;
  color: #fff;
}
.pricing .plans .card.plan.purple .card-body .btn-primary:hover {
  background-color: #48125d !important;
}
.pricing .plans:after {
  content: "";
  position: absolute;
  background: url(../images/pattern.png) no-repeat;
  transform: translate(50%, -48%);
  width: 1074px;
  height: 1063px;
  background-size: contain;
  top: 52%;
  right: 0%;
  z-index: 0;
}
@media (max-width: 766px) {
  .pricing .plans:after {
    display: none;
  }
}

.our-team {
  padding: 6.25rem 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fefbfc;
  display: flex;
  flex-direction: column;
}
.our-team .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 8px rgba(225, 224, 224, 0.4);
  overflow: hidden;
  height: 100%;
}
.our-team .card .img-container img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .our-team .card .img-container img {
    height: 50vw;
  }
}
@media (max-width: 766px) {
  .our-team .card .img-container img {
    height: 100vw;
  }
}
.our-team .card .desc {
  padding: 1.875rem;
}
.our-team .card .desc h6 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #190d1d;
  margin-bottom: 0.625rem;
}
.our-team .card .desc p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #190d1d;
  margin-bottom: 0.5rem;
}

@keyframes liquid {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.top-page-title h2,
.top-page-title p,
.top-page-title h4 {
  opacity: 0;
}

.loaded .top-page-title h2,
.loaded .top-page-title p,
.loaded .top-page-title h4 {
  opacity: 1;
  animation: liquid cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.nav-center .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain !important;
}
.nav-center .owl-nav button.owl-prev {
  left: -3.75rem;
  background-image: url(../images/left-arrow-red.svg) !important;
}
.nav-center .owl-nav button.owl-next {
  right: -3.75rem;
  background-image: url(../images/right-arrow-red.svg) !important;
}

.circle-nav-red .owl-nav {
  margin: 0;
}
.circle-nav-red .owl-nav button {
  width: 2.8125rem;
  height: 2.8125rem;
  margin: 0;
}
.circle-nav-red .owl-nav button img {
  width: 100%;
}
.circle-nav-red .owl-nav button:hover {
  background-color: transparent !important;
}

.read-more-btn, .news-slider .news-item .info .btn, .training .card .card-content .btn {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  color: #7d4393;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.read-more-btn:hover:after, .news-slider .news-item .info .btn:hover:after, .training .card .card-content .btn:hover:after {
  margin-inline-start: 0.9375rem;
}
.read-more-btn:after, .news-slider .news-item .info .btn:after, .training .card .card-content .btn:after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  margin-inline-start: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  transition: all ease 0.4s;
  background-image: url(../images/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) -50%, rgb(151, 105, 169) 130%);
  color: #f9f6fa;
  position: relative;
  background-image: url(../images/footer-bg.png);
  background-position: top center;
  background-size: cover;
  margin-top: 9.375rem;
}
footer .logo-container {
  max-width: 21.875rem;
  margin: auto;
  margin-top: -7.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
footer .logo-container .logo {
  width: 10rem;
  padding: 1.5625rem;
  margin: auto;
  border-radius: 0.375rem;
  margin-bottom: 1.875rem;
  border: 1px solid rgba(229, 217, 233, 0.95);
  -webkit-backdrop-filter: blur(12px) opacity(0.4) brightness(41);
          backdrop-filter: blur(12px) opacity(0.4) brightness(41);
}
footer .logo-container .logo img {
  width: 100%;
}
footer .logo-container .title {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2.375rem;
}
footer .footer-content {
  margin-top: 5rem;
}
footer .footer-content .footer-titel {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
footer .footer-content a {
  color: #f2ecf4;
  text-decoration: none;
}
footer .footer-content a:hover {
  color: #c92d7d;
}
footer .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-content ul li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
footer .footer-bottom {
  margin-top: 2.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid #7d4393;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-bottom .copy-right {
    margin-top: 1.875rem;
  }
}
footer .footer-bottom .social {
  display: flex;
  align-items: center;
}
footer .footer-bottom .social span {
  color: #f2ecf4;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.3125rem;
}
footer .footer-bottom .social ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-bottom .social ul li {
  margin: 0 0.3125rem;
}
footer .footer-bottom .social ul li a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4b2858;
  border-radius: 0.5rem;
  display: block;
  display: flex;
  transition: all ease 0.3s;
}
footer .footer-bottom .social ul li a img {
  margin: auto;
  height: 1.125rem;
}
footer .footer-bottom .social ul li a:hover {
  background-color: #c92d7d;
}
footer .footer-bottom .copy-right {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.custom-tabs {
  text-align: center;
  margin: 3.75rem;
  display: flex;
}
.custom-tabs .btns-group {
  background-color: #ffffff;
  border-radius: 1.5625rem;
  margin: auto;
  display: flex;
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
}
.custom-tabs .btns-group a {
  border-radius: 1.5625rem;
  padding: 0.9375rem 1.5625rem;
  color: #777777;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-decoration: none;
  transition: all ease 0.2s;
}
.custom-tabs .btns-group a:hover, .custom-tabs .btns-group a.active {
  color: #fff;
  background-color: #7d4393;
}

.ajax-loader {
  background-color: rgba(125, 67, 147, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 6.25rem 0;
  text-align: center;
}
.ajax-loader img {
  max-width: 6.25rem;
}

.breadcrumb-list {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-list li {
  margin: 0px 0.78125rem;
  color: #fff;
  position: relative;
  list-style: none;
}
.breadcrumb-list li a {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.breadcrumb-list li::after {
  content: url(../images/icons/breadcrumb-arrow.svg);
  width: 0.3125rem;
  height: 0.5rem;
  position: absolute;
  right: -0.9375rem;
}
.breadcrumb-list li:last-child {
  color: #cbb4d4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb-list li:last-child::after {
  display: none;
}

.search {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .search {
    flex-direction: row-reverse;
  }
}
@media (max-width: 500px) {
  .search {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.search .form-elements .form-group {
  position: relative;
  margin-bottom: 0rem;
  width: 0rem;
  transition: all 0.5s;
  overflow: hidden;
  left: 100%;
}
@media (max-width: 991px) {
  .search .form-elements .form-group {
    left: 0;
  }
}
.search .form-elements .form-group.fullWidth {
  width: 100%;
  top: 0;
  right: 100%;
  left: 0;
}
.search .form-elements .form-control {
  border: 0rem solid;
  border-bottom: 1px solid #cccccc;
  border-radius: 0rem;
  outline: 0;
  padding: 0rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: transparent;
  height: auto;
  font-weight: 400;
  width: 100%;
  transition: all 0.5s;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.search .form-elements .form-control:focus, .search .form-elements .form-control:valid, .search .form-elements .form-control:hover {
  border: 0rem solid;
  border-bottom: 1px solid;
  background-color: transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #1c97e9, #0071bc);
  outline: 0;
  box-shadow: none;
}
.search .form-elements .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.search .form-elements .form-control::placeholder {
  color: #bbbbbb;
}
.search .closeSearch {
  position: absolute;
  top: 0rem;
  right: 0.625rem;
  z-index: 15;
}
.search .closeSearch svg {
  width: 0.625rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

.hero {
  background-image: url("../images/home/hero.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 100vh;
  min-height: 50rem;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(75, 40, 88);
  background: radial-gradient(circle, rgba(75, 40, 88, 0.6951155462) 0%, rgb(50, 27, 59) 100%);
}
.hero .hero-content {
  position: relative;
  z-index: 1;
}
.hero .hero-content .intro-logo {
  margin-bottom: 3.125rem;
  width: 10rem;
}
.hero .hero-content h1 {
  font-weight: 700;
  font-size: 3.0625rem;
  line-height: 4.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .hero .hero-content h1 {
    font-weight: 700;
    font-size: 2.0625rem;
    line-height: 2.8125rem;
  }
}
.hero .hero-content .buttons {
  margin-top: 3.75rem;
}
.hero .hero-content .buttons .btn {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-inline-end: 2.5rem;
  text-transform: uppercase;
}
.hero .hero-content .buttons .btn.btn-secondary {
  background-color: #F2ECF4;
  color: #7D4393;
  border-radius: 0.375rem;
}
.hero .hero-content .buttons .btn.btn-outline-primary {
  border-color: #F2ECF4;
  color: #fff;
  border-radius: 0.375rem;
}
.hero .hero-content .buttons .btn.btn-outline-primary:hover, .hero .hero-content .buttons .btn.btn-outline-primary:active, .hero .hero-content .buttons .btn.btn-outline-primary:focus, .hero .hero-content .buttons .btn.btn-outline-primary:focus-visible {
  background-color: transparent;
}
@media (max-width: 991px) {
  .hero .hero-content .buttons .btn {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-inline-end: 0.625rem;
  }
}
.hero .hero-content .scroll-down {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .hero .hero-content {
    padding-top: 3.125rem;
  }
}

.section {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  overflow: hidden;
}
.section .title h1 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 3rem;
  color: #190d1d;
}
.section .title p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2A3A4B;
}
.section .content {
  margin-top: 1.875rem;
}
.section .content p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #2A3A4B;
}

.product-suite {
  background: url("../images/home/products-mask.png") no-repeat #f9f6fa;
  background-size: cover;
  overflow: hidden;
}
.product-suite .product-tabs {
  display: flex;
  flex-direction: column;
}
.product-suite .product-tabs .nav-pills {
  margin-top: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.product-suite .product-tabs .nav-pills .nav-link {
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  color: #2A3A4B;
  padding: 1.25rem 4.5rem;
  margin: 0;
}
.product-suite .product-tabs .nav-pills .nav-link.active {
  background-color: #fff;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.product-suite .product-tabs .tab-content {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.product-suite .product-tabs .tab-content .img img {
  width: 100%;
  border-radius: 0.9375rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
}
.product-suite .product-tabs .tab-content .title {
  margin-bottom: 3.125rem;
}
.product-suite .product-tabs .tab-content .title h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 3rem;
  color: #7D4393;
  margin-bottom: 1.875rem;
}
.product-suite .product-tabs .tab-content .title p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #2A3A4B;
}
.product-suite .product-tabs .tab-content .list {
  margin-bottom: 2.5rem;
}
.product-suite .product-tabs .tab-content .list h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #2A3A4B;
  margin-bottom: 0.9375rem;
}
.product-suite .product-tabs .tab-content .list h3 svg {
  margin-inline-end: 0.625rem;
}
.product-suite .product-tabs .tab-content .list ul {
  list-style-image: url("../images/home/point_check_mark.svg");
}
.product-suite .product-tabs .tab-content .list ul li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2A3A4B;
  margin-bottom: 0.625rem;
}
.product-suite .product-tabs .content-2 {
  display: none;
}
.product-suite .product-tabs .toggle-content span:last-child {
  display: none;
}
.product-suite .product-tabs .toggle-content.toggle span:first-child {
  display: none;
}
.product-suite .product-tabs .toggle-content.toggle span:last-child {
  display: block;
}

.services-section {
  background-image: url("../images/home/hitso_logo_bg.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fcfbfd;
}
.services-section .services-tabs {
  margin-top: 6.25rem;
}
.services-section .services-tabs .nav-pills {
  position: relative;
  display: flex;
}
.services-section .services-tabs .nav-pills .nav-item {
  flex: 1;
}
.services-section .services-tabs .nav-pills .nav-item .search-btn {
  padding: 0.90909rem;
  background-color: #0d3068;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
.services-section .services-tabs .nav-pills .nav-item .nav-link {
  background-color: transparent;
  background-size: cover;
  border: none;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-width: 100%;
}
.services-section .services-tabs .nav-pills .nav-item .nav-link span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  color: #7D4393;
}
.services-section .services-tabs .nav-pills .nav-item .nav-link::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 237, 239, 0.95) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services-section .services-tabs .nav-pills .nav-item .nav-link.active span {
  color: #fff;
}
.services-section .services-tabs .nav-pills .nav-item .nav-link.active::before {
  background: rgb(151, 105, 169);
  background: linear-gradient(90deg, rgba(151, 105, 169, 0.95) 0%, rgba(75, 40, 88, 0.95) 100%);
}
.services-section .services-tabs .tab-content .content {
  padding-top: 2.9375rem;
  padding-inline-end: 5.9375rem;
}
.services-section .services-tabs .tab-content .content .title {
  margin-bottom: 3.125rem;
}
.services-section .services-tabs .tab-content .content .title h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 3rem;
  color: #190d1d;
  margin-bottom: 0.625rem;
}
.services-section .services-tabs .tab-content .content .title p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2A3A4B;
}
.services-section .services-tabs .tab-content .content .list ul {
  list-style-image: url("../images/home/check_mark_lg.svg");
}
.services-section .services-tabs .tab-content .content .list ul li {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  color: #2A3A4B;
  margin: 0 1.5rem 2.75rem 1.5rem;
  padding-inline-start: 0.625rem;
  letter-spacing: 0.03125rem;
}
.services-section .services-tabs .tab-content .content .buttons {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .services-section .services-tabs .tab-content .content .buttons {
    margin-bottom: 1.25rem;
  }
}
.services-section .services-tabs .tab-content .img img {
  width: 100%;
}
.services-section .sevices-cards {
  margin-top: 3.75rem;
}
.services-section .sevices-cards a {
  text-decoration: none;
}
.services-section .sevices-cards .item-card {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  padding-bottom: 1.875rem;
  box-shadow: 0rem 0.625rem 3.125rem rgba(146, 64, 119, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}
.services-section .sevices-cards .item-card:hover {
  transform: scale(1.01);
  cursor: pointer;
}
.services-section .sevices-cards .item-card .image {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.services-section .sevices-cards .item-card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10.625rem;
  border-radius: 0.5rem;
}
.services-section .sevices-cards .item-card .content {
  margin-top: 1.25rem;
}
.services-section .sevices-cards .item-card .content .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: #2a3a4b;
  text-decoration: none;
}
.services-section .sevices-cards .item-card .content .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #5d6d7e;
  text-decoration: none;
}

.partners-section {
  background-color: #fff;
}
.partners-section .partners {
  background-color: #f9f6fa;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.partners-section .partners .partners-logos {
  display: flex;
  flex-wrap: wrap;
}
.partners-section .partners .partners-logos .col-4:nth-child(5) {
  order: 6;
}
.partners-section .partners .partners-logos .col-4:nth-child(6) {
  order: 7;
}
.partners-section .partners .partners-logos .col-4:nth-child(7) {
  order: 8;
}
.partners-section .partners .partners-logos .col-4:nth-child(8) {
  order: 9;
}
.partners-section .partners .partners-logos .item {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  padding: 0.9375rem 0.6875rem;
  height: 9.375rem;
}
.partners-section .partners .partners-logos .item img {
  max-width: 100%;
}
.partners-section .partners .partners-logos .button {
  order: 5;
}
.partners-section .partners .partners-logos .button .item {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(125, 67, 147, 0.65);
  background-color: #7D4393;
}
.partners-section .partners .partners-logos .button .item button {
  border: none;
  background-color: transparent;
}
.partners-section .partners .partners-logos .button .item button p {
  color: #fff;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.clients-section {
  background-image: url("../images/home/our-clients-bg.jpg");
  background-size: cover;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.clients-section .owl-carousel {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}
.clients-section .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.clients-section .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.clients-section .item p {
  line-height: 2.125rem;
  margin: 3.75rem 0;
}
.clients-section .item .client-info {
  line-height: 1.75rem;
}
.clients-section .item .client-info h4 {
  margin: 0 0 0.625rem;
}
.clients-section .item .client-info h5 {
  margin: 0;
  font-weight: 400;
}

.training {
  background-color: #f9f6fa;
}
@media (max-width: 766px) {
  .training {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.training .title h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 3rem;
  color: #7D4393;
  margin: 0 0 0.625rem;
}
.training .title p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.training .owl-stage-outer {
  padding: 3.75rem 0;
}
.training .owl-stage-outer .owl-stage {
  display: flex;
}
.training .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.training .owl-stage-outer .owl-stage .owl-item .item .card {
  height: 100%;
}
.training.blogs {
  background-color: transparent;
}
.training.blogs .card {
  height: 100%;
  margin: 0;
}
.training .card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.625rem 3.125rem rgba(146, 64, 119, 0.1);
  height: 100%;
  margin: 0 0.9375rem;
}
.training .card .card-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.training .card .card-content .img-container {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.training .card .card-content .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10.625rem;
  border-radius: 0.5rem;
}
.training .card .card-content > span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  color: #190d1d;
  margin-bottom: 0.625rem;
}
.training .card .card-content h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: #2a3a4b;
  text-decoration: none;
  margin-top: 1.25rem;
}
.training .card .card-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #5d6d7e;
  text-decoration: none;
}
.training .card .card-content .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.training .card .card-content .price {
  color: #a40054;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.training .card .card-content .price span {
  font-weight: 700;
}
.clients-logos .title {
  margin-bottom: 3.75rem;
}
.clients-logos .title h1 {
  margin: 0;
}
.clients-logos .title span {
  color: #c92d7d;
}
.clients-logos .owl-carousel .logo {
  margin: 0 0.9375rem;
  width: 12.5rem;
  height: 12.5rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
}
.clients-logos .owl-carousel .logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.book-demo {
  padding: 12.5rem 0;
  background-image: url(../images/book-demo-bg.jpg);
  background-size: cover;
  background-position: center;
}
.book-demo .title h1 {
  font-size: 2.4375rem;
}
.book-demo .btns {
  margin-top: 3.125rem;
  text-align: center;
}
.book-demo .btns .btn {
  margin: 0.3125rem 1.25rem;
}

.latest-news {
  padding-bottom: 3.125rem;
}

.news-slider .owl-stage-outer {
  padding: 3.125rem 0 2.5rem;
}
.news-slider .owl-stage-outer .owl-stage {
  display: flex;
}
.news-slider .owl-stage-outer .owl-stage .owl-item .news-item {
  height: 100%;
}
.news-slider .news-item {
  background-color: #fff;
  border-radius: 0.625rem;
  border: 1px solid #e5d9e9;
  display: flex;
}
.news-slider .news-item .img-container {
  min-width: 40%;
}
.news-slider .news-item .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.news-slider .news-item .info {
  padding: 2.5rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.news-slider .news-item .info > span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #190d1d;
  margin-bottom: 0.625rem;
}
.news-slider .news-item .info p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #190d1d;
  margin-bottom: 1.875rem;
}
.news-slider .news-item .info .read-more {
  margin-top: auto;
}
#searchForm {
  transition: all ease 0.1s;
  position: absolute;
  background: #f8f8f8;
  top: 100%;
  width: 100%;
  right: 0px;
  box-shadow: 0rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  height: 0rem;
  z-index: 10;
}
#searchForm input {
  padding: 0px;
}
#searchForm.animated-height {
  height: 4.375rem;
}
@media (max-width: 1024px) {
  #searchForm.animated-height {
    height: 3rem;
  }
}
#searchForm.animated-height.searchHome {
  height: 2.5rem;
}
@media (max-width: 1024px) {
  #searchForm.animated-height.searchHome {
    height: 3rem;
  }
}
#searchForm.searchHome {
  border-radius: 10px;
  overflow: hidden;
  right: 2.5rem;
  position: relative;
}
#searchForm .search-input {
  background-color: #fff;
  border-width: 0px;
  padding-left: 1.375rem;
  background-position-y: 0.8125rem;
  outline: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-right: 0.9375rem;
}
#searchForm .search-input:hover, #searchForm .search-input:active, #searchForm .search-input:focus {
  outline: 0;
}
#searchForm .search-input::-moz-placeholder {
  color: #dddddd;
}
#searchForm .search-input::placeholder {
  color: #dddddd;
}
#searchForm .search-input:-ms-input-placeholder {
  color: #dddddd;
}
#searchForm .search-input::-ms-input-placeholder {
  color: #dddddd;
}

.histo-about-story {
  margin-top: -6%;
  margin-bottom: 5.25rem;
  position: relative;
}
.histo-about-story .logo-card {
  min-width: 13.75rem;
  width: 13.75rem;
  height: 13.75rem;
  background-color: #FCF5F9;
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
}
.histo-about-story .logo-card img {
  width: 100%;
  padding: 5%;
}
.histo-about-story h2 {
  color: #643676;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.5rem;
  width: 40%;
  display: block;
  margin: 3.75rem auto 1.6875rem auto;
  text-align: center;
}
.histo-about-story p {
  color: #2A3A4B;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  width: 50%;
  display: block;
  margin: auto;
  text-align: center;
}
.histo-about-story::before {
  content: "";
  position: absolute;
  background-image: url("/images/about/gradient_shape-about-l.png");
  left: 0;
  top: 0;
  width: 30%;
  height: 80%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.histo-about-story::after {
  content: "";
  position: absolute;
  background-image: url("/images/about/gradient_shape-about-r.png");
  right: 0;
  bottom: 0;
  width: 30%;
  height: 80%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .histo-about-story::before {
    top: 10%;
    z-index: -1;
  }
  .histo-about-story::after {
    top: 70%;
    z-index: -1;
  }
  .histo-about-story h2 {
    width: 100%;
  }
  .histo-about-story p {
    width: 100%;
  }
}

.info-section {
  background: rgb(25, 13, 29);
  background: radial-gradient(circle, rgb(25, 13, 29) 0%, rgb(75, 40, 88) 50%, rgb(25, 13, 29) 100%);
  padding: 6.25rem 6.25rem 12.5rem 6.25rem;
  position: relative;
  z-index: 2;
}
.info-section::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("/images/about/gradient_shape-l.png");
  width: 40%;
  height: 55%;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 55%;
  z-index: -1;
}
.info-section h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.info-section p {
  color: #E5D9E9;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 3.25rem;
}
.info-section .img-card-rectangle-s {
  min-width: 445px;
  max-width: 445px;
  height: 220px;
  border-radius: 0.25rem;
  margin: auto auto 1.25rem auto;
  overflow: hidden;
  visibility: hidden;
}
.info-section .img-card-rectangle-s img {
  width: 100%;
  border-radius: 0.25rem;
}
.info-section .img-card-rectangle-m {
  min-width: 445px;
  max-width: 445px;
  height: 300px;
  border-radius: 0.25rem;
  margin: auto;
  overflow: hidden;
  visibility: hidden;
}
.info-section .img-card-rectangle-m img {
  width: 100%;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .info-section {
    padding: 3.125rem 3.125rem 9.375rem 3.125rem;
  }
  .info-section::before {
    height: 40%;
  }
  .info-section::after {
    height: 40%;
    top: 70%;
  }
  .info-section .img-card-rectangle-s {
    min-width: 245px;
    max-width: 245px;
    height: 120px;
  }
  .info-section .img-card-rectangle-m {
    min-width: 245px;
    max-width: 245px;
    height: 200px;
  }
}

.vision-mission-boxes {
  margin-top: -8.125rem;
  position: relative;
  z-index: 11;
}
.vision-mission-boxes .b-card {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 0.625rem 3.125rem rgba(125, 67, 147, 0.09);
  overflow: hidden;
  visibility: hidden;
}
.vision-mission-boxes h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 2.5rem 0 0.9375rem;
  color: #2a3a4b;
}
.vision-mission-boxes p {
  color: #190d1d;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
}
.vision-mission-boxes .icon {
  padding: 0.625rem;
  border-radius: 0.25rem;
  background-color: #f9f6fa;
  display: inline-block;
}
.vision-mission-boxes .icon img {
  height: 2.5rem;
}

.goals-features {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  position: relative;
}
.goals-features .with-title {
  margin-top: 3.75rem;
  margin-bottom: 10rem;
}
.goals-features .with-title .main-title {
  color: #190D1D;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.goals-features .with-title p {
  color: #000000;
}
.goals-features .card {
  border: 1px solid #F2ECF4;
  height: 100%;
  background-color: transparent;
}
.goals-features .card .card-body {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
.goals-features .card .card-body h2 {
  color: #2A3A4B;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 0.9375rem;
}
.goals-features .card .card-body p {
  color: #4D5D6E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.9375rem;
}
.goals-features::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25%;
  height: 100%;
  width: 50%;
  background-image: url("/images/about/gradient_shape-goal-l.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.full-width-img {
  position: relative;
}
.full-width-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-img .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.368627451);
}

.collaboration {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}
.collaboration h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.5rem;
  margin-bottom: 0.6875rem;
  color: #643676;
}
.collaboration p {
  color: #2A3A4B;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
}
.collaboration .flex-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.collaboration .flex-box .column {
  flex: 25%;
  max-width: 100%;
}
.collaboration .flex-box .column img {
  margin-top: 10px;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  margin-right: 8px;
}
.collaboration .flex-box .column img:nth-child(1) {
  width: 160px;
  height: 150px;
}
.collaboration .flex-box .column img:nth-child(2) {
  width: 450px;
  height: 245px;
}
.collaboration .flex-box .column img:nth-child(3) {
  width: 160px;
  height: 265px;
  margin-top: -12%;
}
.collaboration .flex-box .column img:nth-child(4), .collaboration .flex-box .column img:nth-child(5) {
  width: 218px;
  height: 170px;
}
@media (max-width: 425px) {
  .collaboration .flex-box .column img {
    width: 300px !important;
  }
  .collaboration .flex-box .column img:nth-child(3) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .collaboration .flex-box .column img:nth-child(2) {
    width: 400px;
  }
  .collaboration .flex-box .column img:nth-child(3) {
    margin-top: -14%;
  }
  .collaboration .flex-box .column img:nth-child(4), .collaboration .flex-box .column img:nth-child(5) {
    width: 200px;
  }
}

.doctors {
  margin-top: -8%;
  margin-bottom: 9.375rem;
  position: relative;
}
.doctors .card-doc {
  position: relative;
  margin-bottom: 2.5rem;
}
.doctors .card-doc .card-image {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}
.doctors .card-doc .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(25, 13, 29);
  background: linear-gradient(180deg, rgba(25, 13, 29, 0.12) 0%, rgba(25, 13, 29, 0.5) 20%, rgba(125, 67, 147, 0.19) 100%);
  height: 100%;
  width: 100%;
  border-radius: 0.625rem;
}
.doctors .card-doc .overlay .overlay-content {
  position: absolute;
  bottom: 0;
  padding: 1.25rem 0.9375rem;
}
.doctors .card-doc .overlay .overlay-content h2 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #FFFFFF;
}
.doctors .card-doc .overlay .overlay-content .more-info {
  display: none;
}
.doctors .card-doc .overlay .overlay-content .more-info p,
.doctors .card-doc .overlay .overlay-content .more-info span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #EBEDEF;
}
.doctors .card-doc .overlay .overlay-content .more-info ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 2.625rem;
}
.doctors .card-doc .overlay .overlay-content .more-info ul li {
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.2392156863);
}
.doctors .card-doc .overlay .overlay-content .more-info ul li a {
  padding: 0.625rem 0.9375rem;
  display: block;
  margin: auto;
}
.doctors .card-doc .overlay .overlay-content .more-info ul li a img {
  display: block;
  margin: auto;
}
.doctors .card-doc .overlay .overlay-content .more-info ul li:first-child {
  background-color: #0A66C2;
  margin-right: 0.625rem;
}
.doctors .card-doc .overlay .overlay-content .more-info ul li:nth-child(2) {
  background-color: #000000;
}
.doctors .card-doc.hovered .overlay .more-info {
  display: block;
  transition: opacity 3s linear;
  opacity: 1;
}
.doctors .card-doc.hovered:hover {
  cursor: pointer;
}
.doctors::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("/images/medical/gradient_shape-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.doctors::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 25%;
  height: 30%;
  background-image: url("/images/medical/gradient_shape-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.blogs {
  margin-top: -8%;
  position: relative;
}
.blogs .blog-card {
  background-color: #ffffff;
  border: 1px solid rgba(154, 154, 154, 0.1607843137);
  padding: 1.25rem;
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
}
.blogs .blog-card .image-card {
  width: 100%;
  border-radius: 0.5rem;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .blog-card .card-content {
  margin-top: 1.875rem;
}
.blogs .blog-card .card-content .date {
  color: rgba(25, 13, 29, 0.431372549);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.blogs .blog-card .card-content .description {
  color: #190d1d;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  margin-bottom: 2.1875rem;
}
.blogs .blog-card .card-content a {
  color: #7d4393;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  text-decoration: none;
  position: absolute;
  bottom: 3%;
}
.blogs .blog-card .card-content a img {
  padding-left: 0.9375rem;
}
.blogs ul#pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 9.375rem;
  padding-left: 0;
}
.blogs ul#pagination li {
  background-color: #f2ecf4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5625rem;
  padding: 0.6875rem 1.25rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}
.blogs ul#pagination li a {
  color: #5d6d7e;
  text-decoration: none;
}
.blogs ul#pagination li.active {
  background-color: #7d4393;
}
.blogs ul#pagination li.active a {
  color: #ffffff;
}
.blogs ul#pagination li:hover {
  cursor: pointer;
}
.blogs::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/blogs/gradient_shape-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.blogs::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/blogs/gradient_shape-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.blog-details {
  margin-top: -8%;
  position: relative;
  margin-bottom: 7.875rem;
}
.blog-details .img-card {
  min-width: 50rem;
  max-width: 69.375rem;
  height: 37.5rem;
  border-radius: 0.5rem;
  display: block;
  margin: auto;
}
.blog-details .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (width < 768px) {
  .blog-details .img-card {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.blog-details h2 {
  margin-top: 3.75rem;
  color: #190d1d;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.8125rem;
}
.blog-details p {
  color: #190d1d;
  margin-top: 2.5rem;
  margin-bottom: 1.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}
.blog-details::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/blogs/gradient_shape-details-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.blog-details::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 25%;
  height: 65%;
  background-image: url("../images/blogs/gradient_shape-details-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.course-details {
  margin-top: -8%;
  position: relative;
  margin-bottom: 7.875rem;
}
.course-details .img-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.course-details .img-card .course-info {
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
}
.course-details .img-card .course-info .price {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #f9f6fa;
  padding: 1.5625rem;
  text-align: center;
}
.course-details .img-card .course-info .price .amount {
  color: #c92d7d;
  font-weight: 500;
  font-size: 1.9375rem;
  line-height: 2.375rem;
  margin-bottom: 1.5625rem;
}
.course-details .img-card .course-info .price .amount span {
  color: #a40054;
  font-weight: 700 !important;
}
.course-details .img-card .course-info .price .btn {
  border-radius: 50px;
  font-size: 0.8125rem;
  width: 100%;
  padding: 1rem;
  line-height: 1;
}
.course-details .img-card .course-info .info-items {
  padding: 1.5625rem;
  color: #5d6d7e;
  border-radius: 0 0 0.5rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.course-details .img-card .course-info .info-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details .img-card .course-info .info-items ul li {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
}
.course-details .img-card .course-info .info-items ul strong {
  font-weight: 600 !important;
}
.course-details .img-card .course-info .info-items ul .icon {
  vertical-align: middle;
  margin-right: 0.625rem;
}
.course-details .img-card .course-info .info-items ul .icon img {
  width: 1.875rem;
}
.course-details .content-section {
  margin-top: 3.75rem;
  margin-bottom: 6.25rem;
  color: #190d1d;
}
.course-details .content-section > h2 {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2.375rem;
}
.course-details .content-section > p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}
.course-details .content-section > p + p {
  margin-top: 2.5rem;
}
.course-details .content-section .have-question {
  margin-top: 3.75rem;
}
.course-details .checked-list ul {
  margin-top: 0;
}
.course-details::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/blogs/gradient_shape-details-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.course-details::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 25%;
  height: 65%;
  background-image: url("../images/blogs/gradient_shape-details-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.course-details .review-item {
  margin: 1.875rem 0;
}
.course-details .review-item .reviewer {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.course-details .review-item .reviewer .photo {
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #ede4ef;
}
.course-details .review-item .reviewer .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.course-details .review-item .reviewer .name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.course-details .review-item .reviewer .sep {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #b3bcc5;
  margin: 0 1.5625rem;
  border-radius: 50%;
}
.course-details .review-item .reviewer .date {
  color: #666666;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.course-details .review-item .review-content {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.what-we-serve {
  margin-top: -10%;
  position: relative;
  margin-bottom: 9.375rem;
  z-index: 1;
}
.what-we-serve .img-card {
  min-width: 25rem;
  max-width: 69.375rem;
  height: 29.375rem;
  border-radius: 0.5rem;
  display: block;
  margin: auto;
  margin-bottom: 3.125rem;
}
.what-we-serve .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 991px) {
  .what-we-serve .img-card {
    min-width: auto;
    max-width: auto;
    height: 29.375rem;
  }
}
.what-we-serve h2 {
  color: #190d1d;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 3.125rem;
}
.what-we-serve h2.with-margin-large {
  margin-top: 6.25rem;
}
.what-we-serve p {
  color: #190d1d;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
}
.what-we-serve ul {
  list-style: none;
  margin-top: 5.375rem;
  padding-left: 0;
}
.what-we-serve ul li {
  background-color: #ffffff;
  padding: 1.5625rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.1875rem 0.625rem rgba(164, 0, 84, 0.1019607843);
  margin-bottom: 1.875rem;
}
.what-we-serve ul li .list-content {
  display: flex;
}
.what-we-serve ul li .list-content .content {
  margin-left: 0;
}
.what-we-serve ul li .list-content .content h3 {
  color: #2a3a4b;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 0.75rem;
}
.what-we-serve ul li .list-content .content p {
  color: #5d6d7e;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
}
.what-we-serve ul li .list-content .content .tags {
  margin-top: 1.25rem;
}
.what-we-serve ul li .list-content .content .tags p {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  color: #2a3a4b;
}
.what-we-serve ul li .list-content .content .tags .tag {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  background-color: #f9f6fa;
  border-radius: 1.5rem;
  color: #7d4393;
  padding: 0.5625rem 1.75rem 0.625rem 0.875rem;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
}
.what-we-serve .row .col-lg-4 {
  border-radius: 0.5rem;
}
@media (min-width: 991px) {
  .what-we-serve .row .col-lg-4:nth-child(1) .card {
    border-top-left-radius: 3.125rem;
  }
  .what-we-serve .row .col-lg-4:nth-child(3) .card {
    border-top-right-radius: 3.125rem;
  }
  .what-we-serve .row .col-lg-4:nth-child(4) .card {
    border-bottom-left-radius: 3.125rem;
  }
  .what-we-serve .row .col-lg-4:nth-child(6) .card {
    border-bottom-right-radius: 3.125rem;
  }
}
.what-we-serve .card {
  border: none;
  padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1490196078);
  height: 100%;
}
.what-we-serve .card img {
  width: 9.375rem;
  height: 8.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.what-we-serve .card h2 {
  color: #2a3a4b;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
}
.what-we-serve .card p {
  color: #5d6d7e;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  text-align: center;
}
.what-we-serve .card h3 {
  color: #2a3a4b;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.25rem;
  margin-top: 2.125rem;
  text-align: center;
}
.what-we-serve .card .icon-circle {
  background-color: #f7f1f9;
  border-radius: 50%;
  padding: 2.5rem;
  width: 50%;
  display: block;
  margin: auto;
}
.what-we-serve .card .icon-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 426px) {
  .what-we-serve .card .icon-circle {
    width: 30%;
  }
}
.what-we-serve::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/who-we-server/gradient_shape-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.what-we-serve::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/who-we-server/gradient_shape-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.checked-list ul {
  list-style: none;
  margin-top: 5.375rem;
  padding-left: 0;
}
.checked-list ul li {
  background-color: #ffffff;
  padding: 1.5625rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.1875rem 0.625rem rgba(164, 0, 84, 0.1019607843);
  margin-bottom: 1.875rem;
}
.checked-list ul li .list-content {
  display: flex;
}
.checked-list ul li .list-content .content {
  margin-left: 0;
}
.checked-list ul li .list-content .content h3 {
  color: #2a3a4b;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.checked-list ul li .list-content .content p {
  color: #5d6d7e;
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.checked-list ul li .list-content .content .tags {
  margin-top: 1.25rem;
}
.checked-list ul li .list-content .content .tags p {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  color: #2a3a4b;
}
.checked-list ul li .list-content .content .tags .tag {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  background-color: #f9f6fa;
  border-radius: 1.5rem;
  color: #7d4393;
  padding: 0.5625rem 1.75rem 0.625rem 0.875rem;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
}

.icon-border {
  box-sizing: content-box;
  border: 2px solid #fddaec;
  background-clip: content-box;
  height: -moz-max-content;
  height: max-content;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.icon-border .icon {
  background-color: #c92d7d;
  margin: 0.3125rem;
  height: -moz-max-content;
  height: max-content;
  border-radius: 50%;
  padding: 0.6875rem 0.5rem;
}
.icon-border .icon img {
  display: block;
  width: 1.125rem;
}
.icon-border .icon span {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  display: block;
  margin: auto;
}
.icon-border.with-number {
  width: -moz-max-content;
  width: max-content;
}
.icon-border.with-number .icon {
  padding: 0 0.8125rem;
}

.contact {
  margin-bottom: 6.25rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -8%;
  position: relative;
  z-index: 1;
}
.contact.contact_shared {
  margin-top: unset;
}
.contact h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.25rem;
  color: #fff;
  margin-top: 2.25rem;
  margin-bottom: 1.5625rem;
}
.contact p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #fff;
  margin-bottom: 3.75rem;
}
.contact .card {
  border: 1px solid rgba(216, 216, 216, 0.168627451);
  box-shadow: 0 0 9px 0px rgba(171, 134, 146, 0.0901960784);
  background-color: transparent;
}
@media (min-width: 992px) {
  .contact .card .col-lg-6:nth-child(1) {
    padding-right: 0;
  }
  .contact .card .col-lg-6:nth-child(2) {
    padding-left: 0;
  }
}
.contact .card .contact-form {
  padding: 3.125rem;
  height: 100%;
  background-color: #fefbfc;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media (max-width: 766px) {
  .contact .card .contact-form {
    padding: 2.5rem;
  }
}
.contact .card .contact-form h4 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  color: #2a3a4b;
  margin-bottom: 2.5rem;
}
.contact .card .contact-form .form-group {
  margin-bottom: 1.5rem;
}
.contact .card .contact-form .form-group .form-control {
  height: 3.75rem;
  color: #71808e;
  border-color: #d8d8d8;
}
.contact .card .contact-form .form-group textarea.form-control {
  min-height: 9.375rem;
  height: auto;
}
.contact .card .contact-form .form-group .btn {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.625rem;
  border-radius: 0.375rem;
  background-color: #48125d;
  text-transform: capitalize;
}
.contact .card .contact-form .form-group .btn:hover {
  background-color: transparent;
  color: #48125d;
  border: 1px solid #48125d;
}
.contact .card .contact-form .form-group span {
  font-weight: 500 italic;
  font-size: 0.8125rem;
  line-height: 2.625rem;
  float: right;
  margin-right: 0.625rem;
  color: #5d6d7e;
}
.contact .card .contact-info-with-bg {
  background: rgb(75, 40, 88);
  background: radial-gradient(circle, rgb(75, 40, 88) 0%, rgb(125, 67, 147) 100%);
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 3.125rem 5.3125rem 3.125rem;
  position: relative;
  z-index: 1;
}
.contact .card .contact-info-with-bg .contact-img img {
  width: 75%;
  display: block;
  margin: auto;
}
.contact .card .contact-info-with-bg .big-p {
  font-weight: 200;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #fcfbfd;
  margin-top: 2.8125rem;
  margin-bottom: 3.125rem;
  text-align: center;
}
.contact .card .contact-info-with-bg h2 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #fcfbfd;
  margin-bottom: 1.0625rem;
  text-align: center;
}
.contact .card .contact-info-with-bg .small-p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #f2ecf4;
  margin-bottom: 3.125rem;
  text-align: center;
}
.contact .card .contact-info-with-bg a {
  background-color: #f9f6fa;
  padding: 0.9375rem 2.0625rem;
  color: #7d4393;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  border-radius: 3.125rem;
  border: 0;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
}
.contact .card .contact-info-with-bg a:hover {
  background-color: transparent;
  color: #f9f6fa;
  border: 1px solid #f9f6fa;
}
.contact .card .contact-info-with-bg a::after {
  content: "";
  position: absolute;
  right: -60%;
  bottom: 0;
  background-image: url("../images/contact/free-icon-with-arrow.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 95%;
  z-index: -1;
}
@media (max-width: 991px) {
  .contact .card .contact-info-with-bg a::after {
    background-size: 100%;
  }
}
.contact .card .contact-info-with-bg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/contact/patter-circles-down.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45%;
  height: 30%;
  z-index: -1;
}
.contact .head-title {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.5625rem;
  color: #190d1d;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
.contact .head-title::before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background: #b18ebe;
  left: 30%;
  top: 50%;
  position: absolute;
  border-radius: 20px;
}
.contact .head-title::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background: #b18ebe;
  right: 30%;
  top: 50%;
  position: absolute;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact .head-title::before {
    width: 2.8125rem;
    left: 18%;
  }
  .contact .head-title::after {
    width: 2.8125rem;
    right: 18%;
  }
}
.contact .card {
  height: 100%;
  background-color: #fefbfc;
}
.contact .card .contact-info {
  padding: 2rem 2.1875rem 3.8125rem 2rem;
}
.contact .card .contact-info p {
  color: #48125d;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.125rem;
  margin-bottom: 2.5rem;
}
.contact .card .contact-info p img {
  margin-right: 0.625rem;
}
.contact .card .contact-info ul {
  padding: 0;
  margin: 0;
}
.contact .card .contact-info ul li {
  margin-bottom: 1.25rem;
  list-style: none;
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.3125rem;
  display: flex;
}
.contact .card .contact-info ul li img {
  margin-right: 1.5625rem;
  height: 100%;
}
.contact .card .contact-info .map {
  margin-top: 3.125rem;
  overflow: hidden;
}
@media (max-width: 766px) {
  .contact .card .contact-info {
    padding: 2.5rem;
  }
}
.contact::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/contact/gradient_shape-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 25%;
  height: 30%;
  background-image: url("../images/contact/gradient_shape-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact.contact-shared {
  margin-top: unset;
}
.contact.contact-shared::before {
  display: none;
}
.contact.contact-shared::after {
  display: none;
}
.contact.contact-shared .form-group {
  margin-bottom: 0.9375rem !important;
}
.contact.contact-shared .form-group .form-control {
  height: 3.125rem !important;
}

.faq-tabs {
  margin-top: -8%;
  position: relative;
}
.faq-tabs .accordion.has-arrows .accordion-header .accordion-button {
  padding: 1.5625rem 2.5rem;
}
.faq-tabs .accordion.has-arrows .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("../images/expand_more.svg");
}
.faq-tabs .accordion.has-arrows .accordion-header .accordion-button:after {
  background-image: url("../images/expand_more.svg");
}
.faq-tabs .accordion-item {
  margin-bottom: 1.25rem;
  border: 1px solid #ECECEC;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq-tabs .accordion-item .accordion-header .accordion-button {
  color: #2A3A4B;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding: 2.5rem;
}
.faq-tabs .accordion-item .accordion-header .accordion-button .sub-title {
  color: #C92D7D;
  margin-bottom: 0.375rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.faq-tabs .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #7D4393;
  background-color: transparent;
  box-shadow: none;
}
.faq-tabs .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("../images/minus.svg");
}
.faq-tabs .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../images/plus.svg");
  background-size: 80%;
  background-position: center;
}
.faq-tabs .accordion-item .accordion-body {
  padding: 0 2.5rem 2.5rem 2.5rem;
}
.faq-tabs .accordion-item .accordion-body p {
  color: #5D6D7E;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.faq-tabs .accordion-item .accordion-body p:last-child {
  margin: 0;
}

#modulesAccordion .accordion-body ul {
  padding: 0;
  list-style: none;
}
#modulesAccordion .accordion-body ul li {
  margin: 0.9375rem 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #190D1D;
  padding-left: 2.125rem;
  background-image: url(../images/checked-gray.svg);
  background-size: 1.5rem;
  background-position: left top;
  background-repeat: no-repeat;
}
#modulesAccordion .accordion-body ul li strong {
  font-weight: 700 !important;
}

.have-question {
  margin-top: 5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.have-question .card {
  display: block;
  background: rgb(75, 40, 88);
  background: radial-gradient(circle, rgb(75, 40, 88) 0%, rgb(125, 67, 147) 120%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b2858", endColorstr="$primaryPurble", GradientType=1);
  border-radius: 1.875rem;
  color: #FFFFFF;
  padding: 3.75rem 0.9375rem;
}
.have-question .card h2 {
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: 4.25rem;
  margin-bottom: 0.625rem;
}
.have-question .card p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 4.5rem;
  letter-spacing: 0.009375rem;
  color: #E5D9E9;
}
.have-question .card .btn {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 0.875rem 1.875rem;
  color: #FFFFFF;
  background-color: #C92D7D;
  text-transform: uppercase;
  border-radius: 1.5rem;
}

.privacy-policy-terms {
  margin-top: 6.25rem;
  position: relative;
  z-index: 1;
}
.privacy-policy-terms p.top-title {
  color: #C92D7D;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.8125rem;
}
.privacy-policy-terms .nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  margin-bottom: 0.0625rem;
  padding: 1rem;
  border-radius: 2.5rem;
  color: #2A3A4B;
  text-align: left;
}
.privacy-policy-terms .nav-pills .nav-link.active {
  background-color: #E5D9E9;
  border-color: transparent;
  color: #4B2858;
}
.privacy-policy-terms .nav-pills .nav-link:hover {
  background-color: #E5D9E9;
  border-color: transparent;
  color: #4B2858;
}
.privacy-policy-terms .tab-content ul {
  list-style: none;
}
.privacy-policy-terms .tab-content ul li {
  margin-bottom: 5rem;
}
.privacy-policy-terms .tab-content ul li h2 {
  color: #2A3A4B;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.privacy-policy-terms .tab-content ul li p {
  color: #5D6D7E;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
}
.privacy-policy-terms .tab-content ul.with-before {
  position: relative;
}
.privacy-policy-terms .tab-content ul.with-before::before {
  content: "";
  position: absolute;
  top: 80%;
  left: -25%;
  width: 50%;
  height: 70%;
  background-image: url("/images/policy/gradient_shape-l-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 426px) {
  .privacy-policy-terms .tab-content {
    margin-top: 3.75rem;
  }
}
.privacy-policy-terms::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 70%;
  background-image: url("/images/policy/gradient_shape-l.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.privacy-policy-terms::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 25%;
  height: 70%;
  background-image: url("/images/policy/gradient_shape-r.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.search-title {
  background-color: #f1f3f6;
}

.search-title .content {
  padding: 1.3939393939rem 0;
  color: #333333;
  font-size: 1.2121212121rem;
  line-height: 2.7272727273rem;
  font-weight: 600;
}

.search-title .content .result {
  color: #666666;
  font-size: 0.9696969697rem;
  line-height: 2.7272727273rem;
  font-weight: 500;
  margin-left: 0.6060606061rem;
  display: inline-block;
}

.search-items {
  padding: 3.0303030303rem 0 4.8484848485rem 0;
}

.search-items .item {
  border-radius: 0.3636363636rem;
  background-color: #ffffff;
  box-shadow: 0 0.1818181818rem 0.6060606061rem rgba(0, 0, 0, 0.07);
  margin-bottom: 1.8181818182rem;
  padding: 1.5151515152rem;
}

.search-items .item .badge {
  margin-right: 0.9090909091rem;
  color: #fff;
  font-size: 0.8484848485rem;
  line-height: 1.4545454545rem;
  font-weight: 500;
  border-radius: 0.1212121212rem;
  background-color: #9467a6;
  padding: 0.4242424242rem 1.2121212121rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.search-items .item .date {
  color: #999999;
  font-size: 0.8484848485rem;
  line-height: 3.0303030303rem;
  font-weight: 400;
  display: inline-block;
}

.search-items .item .title a {
  color: #333333;
  font-size: 1.2121212121rem;
  line-height: 2.4242424242rem;
  font-weight: 400;
  text-decoration: none;
}

.search-items .item .text {
  color: #555555;
  font-size: 0.9696969697rem;
  line-height: 1.4545454545rem;
  font-weight: 400;
}

.pagination {
  margin-bottom: 4.8484848485rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
}

.pagination ul li a {
  width: 2.5454545455rem;
  height: 2.5454545455rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9090909091rem;
  color: #fff;
  font-size: 0.9696969697rem;
  line-height: 1.696969697rem;
  font-weight: 500;
  background-color: rgba(148, 103, 166, 0.2588235294);
  margin: 0rem 0.6060606061rem;
  transition: all 0.1s ease-in;
  margin-bottom: 0.9090909091rem;
}

.pagination ul li:hover a,
.pagination ul li.active a {
  background-color: #9467a6;
  color: #fff;
}/*# sourceMappingURL=style.css.map */