@import "bootstrap.min.css";
.animated-effect, .service-services .services-list .service-item:before, .service-schedule .table-box table.table tbody tr, .team-members-list .team-member, .contact .social-links ul li a, .donation-picker .box .nav.nav-tabs .nav-item .nav-link img, .support-types .btn-link:after, .scroll-top, footer.page-footer .social-links li a, footer.page-footer .nav-link.nav-link-arrow-right:after, footer.page-footer .nav-link, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .service-schedule .table-box table.table .course-table-item.item-inactive {
  user-select: none;
}

.disable-clicks, .service-schedule .table-box table.table .course-table-item.item-inactive {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: Catchy_Mager;
  src: url("/fonts/Catchy_Mager.ttf") format("opentype");
}
html, body {
  font-family: "Catchy_Mager", serif;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

.navbar-brand img {
  height: 3rem;
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 3.5rem;
  }
}
.navbar-brand span {
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .navbar-brand span {
    color: #000000;
    font-size: 1rem;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffedf8 !important;
}
@media (max-width: 767.9px) {
  .navbar {
    position: relative;
  }
}
.navbar .gift-button {
  background: rgb(255, 135, 208.3333333333) !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0.5rem;
  position: relative;
  margin: 0 3rem;
}
@media (max-width: 767.9px) {
  .navbar .gift-button {
    margin: 1rem auto;
  }
}
.navbar .gift-button img {
  position: absolute;
  top: -3px;
  right: -30px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  transform: rotate(30deg);
}
.navbar .gift-button:hover {
  background: rgb(255, 186, 228.1666666667) !important;
  box-shadow: black 0 0 1rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 1.15rem;
  margin-right: 1rem;
  padding-right: 0;
  position: relative;
  color: #fff;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #000000;
    margin-right: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75rem;
  width: 1px;
  height: 40%;
  margin: auto;
  content: " ";
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #770d30;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #770d30;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .btn {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 2.5rem;
  border: none;
  padding: 0.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: none;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #000000;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgb(255, 211.5, 238.0833333333);
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background: #eee;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: #ffedf8;
  color: #770d30;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgb(255, 211.5, 238.0833333333);
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    background-color: rgb(255, 226.8, 244.0333333333);
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: rgb(255, 226.8, 244.0333333333);
  }
}
.navbar .navbar-toggler {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.navbar.navbar-dark-text {
  position: relative;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:before {
  background: #000000;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:focus {
  color: #770d30;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link.active, .navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:active {
  color: #770d30;
}

footer.page-footer {
  background: #ffedf8;
  padding: 2.5rem 0;
}
footer.page-footer .navbar-brand img {
  height: 7rem;
}
footer.page-footer .navbar-brand span {
  color: #000000;
  margin-left: 0.5rem;
}
footer.page-footer h3 {
  font-size: 0.9rem;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 3rem 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2.5rem 0 0.5rem 0;
  }
}
footer.page-footer h5 {
  font-weight: bold;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
footer.page-footer p {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
}
footer.page-footer .nav-link {
  color: #000000;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
footer.page-footer .nav-link.nav-link-sm {
  font-size: 1rem;
}
footer.page-footer .nav-link.nav-link-arrow-right:after {
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-0.15rem);
  display: inline-block;
  margin-left: 0.5rem;
  content: " ";
}
footer.page-footer .nav-link:hover {
  color: #770d30;
}
footer.page-footer .nav-link:hover.nav-link-arrow-right:after {
  border-color: #770d30;
}
footer.page-footer .social-links {
  padding-top: 0.5rem;
}
footer.page-footer .social-links li a {
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  line-height: 1;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.1);
}
footer.page-footer .social-links li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 6rem;
  z-index: 99;
  background: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 2rem;
  padding: 0;
  border-radius: 0.75rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 2.5rem;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .scroll-top {
    bottom: 1rem;
    right: 5rem;
  }
}
.scroll-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.scroll-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
}

.whatsapp-floating-button {
  position: fixed;
  width: 3rem;
  height: 3rem;
  bottom: 2rem;
  right: 2rem;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 2.5rem;
}
@media (max-width: 767.9px) {
  .whatsapp-floating-button {
    bottom: 1rem;
    right: 1rem;
  }
}
.whatsapp-floating-button:hover {
  color: #FFF !important;
}
.whatsapp-floating-button i {
  margin-top: 9px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter {
  background: rgb(255, 211.5, 238.0833333333);
  padding: 2.5rem 0;
}
.newsletter img {
  height: 7rem;
}
.newsletter .btn-primary {
  background: #770d30 !important;
  color: #fff !important;
}
.newsletter .btn-primary:hover {
  background: rgb(164.9772727273, 18.0227272727, 66.5454545455) !important;
}

.footer-contact-box {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  min-height: 3rem;
  color: #000000;
  padding-top: 0.5rem;
}
.footer-contact-box + .contact-box {
  margin-top: 1rem;
}
.footer-contact-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.footer-contact-box strong {
  display: block;
}
.footer-contact-box span {
  font-size: 1.25rem;
}

.btn {
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  padding: 0.75rem 2rem;
}
.btn.btn-primary {
  color: #000000;
  background: #ffedf8;
  border-color: #ffedf8;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(255, 211.5, 238.0833333333);
  border-color: rgb(255, 211.5, 238.0833333333);
}
.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 13, 48, 0.25);
}
.btn.btn-primary:active {
  background: rgb(255, 186, 228.1666666667);
  border-color: rgb(255, 186, 228.1666666667);
}
.btn.btn-secondary {
  color: #000000;
  background: #ffedf8;
  border-color: #ffedf8;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: rgb(255, 211.5, 238.0833333333);
  border-color: rgb(255, 211.5, 238.0833333333);
}
.btn.btn-secondary:active {
  background: rgb(255, 186, 228.1666666667);
  border-color: rgb(255, 186, 228.1666666667);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #000000;
}
.btn.btn-dark {
  background: #000000;
  border-color: #000000;
  color: #000000;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #ffedf8;
  color: #ffedf8;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #ffedf8;
  border-color: #ffedf8;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: white;
  border-color: white;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #000000;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #ffedf8;
}
.btn.btn-outline-dark {
  border-color: #000000;
  color: #000000;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: white;
}
.btn.btn-donation {
  position: relative;
  padding-left: 3.5rem;
}
.btn.btn-donation:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/euro.svg") center no-repeat rgba(255, 255, 255, 0.2);
  background-size: 1rem;
  margin: auto;
  content: " ";
  z-index: 1;
}
.btn.btn-direction {
  position: relative;
  padding-right: 3.5rem;
}
.btn.btn-direction:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat black;
  background-size: 1rem;
  margin: auto;
  content: " ";
  z-index: 1;
}

.form-control {
  height: auto;
}

.form-check-input:checked {
  background-color: #770d30;
  border-color: #770d30;
}

.form-control:focus, .form-check-input:focus, .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 13, 48, 0.25);
  border-color: #770d30;
}

.form-select option {
  background: rgba(119, 13, 48, 0.25);
  color: #000000;
  font-weight: 600;
}

.page-info-wrapper {
  background: #ffedf8;
}

.page-info {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
.page-info img {
  width: 20rem;
}
.page-info h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .page-info h1 {
    font-size: 2.5rem;
  }
}

.main {
  position: relative;
  background-size: cover;
}
.main video {
  width: 100%;
  z-index: 0;
  display: block;
  margin: 0;
}
.main .container {
  position: relative;
  z-index: 2;
}
.main h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
}
.main h1 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
.main p {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.9px) {
  .main p {
    display: none;
  }
}
.main .how-item {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  position: relative;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .main .how-item {
    display: none;
  }
}
.main .how-item:before {
  position: absolute;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: #770d30;
  content: " ";
  z-index: 0;
  border-radius: 0.75rem;
}
.main .how-item img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem 1.25rem 1rem;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.main .how-item strong {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  /* padding-left: 1rem; */
  padding-top: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.services {
  padding: 5rem 0;
  position: relative;
}
.services h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #ffedf8;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.services h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 1.5rem 0;
}
.services .services-list {
  display: flex;
  justify-content: stretch;
}
@media (max-width: 767.9px) {
  .services .services-list {
    flex-wrap: wrap;
  }
}
.services .services-list .service-item {
  display: block;
  position: relative;
  width: 16.6666666667%;
  padding-top: 1px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .services .services-list .service-item {
    width: 50%;
  }
}
.services .services-list .service-item:before {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  left: 0;
  background: white;
  border-radius: 0.75rem;
  content: " ";
}
.services .services-list .service-item img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
  position: relative;
  z-index: 2;
}
.services .services-list .service-item strong {
  display: block;
  margin-top: 1.5rem;
  color: #ffedf8;
  padding-right: 1.5rem;
  line-height: 1.2;
}
.services ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}
.services ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.services ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #ffedf8;
  border-left: 2px solid #ffedf8;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.support-types {
  background: #ffedf8;
  position: relative;
}
.support-types .container {
  position: relative;
  z-index: 1;
}
.support-types:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #770d30;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .support-types:before {
    display: none;
  }
}
.support-types .support-type {
  padding: 5rem 0;
}
.support-types .support-type h3 {
  font-weight: bold;
  color: #fff;
}
.support-types .support-type p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 75%;
}
.support-types .support-type.type-2 {
  background: #770d30;
  padding-left: 1.5rem;
}
@media (max-width: 767.9px) {
  .support-types .support-type.type-2 {
    padding: 5rem 0.75rem;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
  }
}
.support-types .btn-link {
  color: #fff;
  text-decoration: none;
  padding: 0;
  position: relative;
  border: none;
}
.support-types .btn-link:hover, .support-types .btn-link:focus {
  border: none;
  box-shadow: none;
  color: #fff;
}
.support-types .btn-link:not(:disabled):not(.disabled):active {
  color: #fff;
}
.support-types .btn-link:after {
  width: 0.45rem;
  height: 0.45rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-0.15rem);
  display: inline-block;
  margin-left: 0.5rem;
  content: " ";
}

.donate-cta {
  display: block;
  position: relative;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}
.donate-cta .container {
  position: relative;
  z-index: 2;
}
.donate-cta h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #770d30;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.donate-cta h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.donate-cta p {
  color: rgba(255, 255, 255, 0.75);
}

.first-main-picture {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  /*object-fit: contain;*/
}
@media (max-width: 767.9px) {
  .first-main-picture {
    height: 50%;
    width: 100%;
    object-fit: cover;
  }
}

.second-main-picture {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .second-main-picture {
    height: 100%;
    width: 100%;
    top: unset;
    object-fit: cover;
  }
}

.partners-slider {
  display: block;
  position: relative;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}
.partners-slider .container {
  position: relative;
  z-index: 2;
}
.partners-slider h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #770d30;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.partners-slider h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.partners-slider p {
  color: rgba(255, 255, 255, 0.75);
}

.description {
  margin-bottom: 2rem;
}

.welcome-section {
  padding: 2.5rem 0;
}
.welcome-section .about_us_button_wrapper {
  padding: 2.5rem 0 0 0;
}
.welcome-section .about_us_button_wrapper .btn-primary {
  background: #fff;
}
.welcome-section .about_us_button_wrapper .btn-primary:hover, .welcome-section .about_us_button_wrapper .btn-primary:focus {
  background: rgb(255, 211.5, 238.0833333333);
  border-color: rgb(255, 211.5, 238.0833333333);
}
.welcome-section .subtitle {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.welcome-section p {
  font-size: 1.2rem;
  margin: 0;
}

.video-section {
  padding: 2.5rem 0 0 0;
}
.video-section .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.5rem 2.5rem;
  cursor: pointer;
}
.video-section .video-wrapper .img-fluid {
  position: relative;
  z-index: 0;
}
.video-section .video-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: #fff;
  content: " ";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.video-section .video-wrapper:after {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.35rem;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain;
  content: " ";
  width: 3rem;
  height: 3rem;
  filter: brightness(0) saturate(100%) invert(80%) sepia(7%) saturate(1766%) hue-rotate(286deg) brightness(101%) contrast(103%);
}

.menu-section {
  padding: 2.5rem 0 1rem 0 !important;
}
.menu-section .menu-section-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.menu-section .menu-section-card {
  background: #ffedf8;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.menu-section .menu-section-card:hover {
  background: rgb(255, 211.5, 238.0833333333);
}
.menu-section .menu-section-card .learn_more_button.btn-primary {
  background: #fff;
}
.menu-section .menu-section-card .learn_more_button.btn-primary:hover, .menu-section .menu-section-card .learn_more_button.btn-primary:focus {
  background: #770d30;
  border-color: #770d30;
  color: #fff;
}
.menu-section .menu-section-card .learn_more_button.btn-direction:hover:before, .menu-section .menu-section-card .learn_more_button.btn-direction:focus:before {
  background: url("../img/icons/arrow-right-black.svg") center no-repeat white;
}
.menu-section p:last-child {
  margin-bottom: 0;
}
.menu-section a {
  text-decoration: none;
}

.donation {
  padding: 15rem 0 10rem 0;
  position: relative;
  background: url("../img/donate-bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .donation {
    padding: 5rem 0;
  }
}
.donation:before {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
  content: " ";
  z-index: 2;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.1;
}
.donation:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  background: #000000;
  opacity: 0.6;
}
.donation .container {
  position: relative;
  z-index: 3;
}
.donation h2 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .donation h2 {
    font-size: 3rem;
  }
}
.donation h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.donation p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.donation-picker {
  background: #000000;
  padding: 1px 0 0 0;
}
@media (max-width: 767.9px) {
  .donation-picker {
    background: #fff;
  }
}
.donation-picker .box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 2.5rem;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  padding: 2rem;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .donation-picker .box {
    padding: 1.5rem 0 5rem 0;
    margin-top: 0;
    box-shadow: none;
  }
}
.donation-picker .box .nav.nav-tabs {
  border: none;
  padding-bottom: 1.5rem;
}
.donation-picker .box .nav.nav-tabs .nav-item {
  margin-right: 0.25rem;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link {
  font-weight: bold;
  color: #000000;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  filter: brightness(0);
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:hover {
  background: #f2f3f4;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:active, .donation-picker .box .nav.nav-tabs .nav-item .nav-link.active {
  background: white;
  color: #ffedf8;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:active img, .donation-picker .box .nav.nav-tabs .nav-item .nav-link.active img {
  filter: none;
  opacity: 1;
}
.donation-picker .box .tab-content h3 {
  font-weight: bold;
  color: #000000;
}
.donation-picker .box .tab-content h4 {
  font-weight: bold;
  color: #000000;
}
.donation-picker .box .tab-content .amounts-picker {
  display: flex;
  flex-wrap: wrap;
}
.donation-picker .box .tab-content .amounts-picker .form-check {
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0.5rem 0;
  display: block;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  z-index: 0;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-input:checked ~ .form-check-label {
  background: white;
  color: #ffedf8;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #f2f3f4;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label:hover {
  background: #eee;
  color: #000000;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label:active {
  background: #ddd;
  color: #000000;
  transform-origin: center;
  transform: scale(0.95);
}
.donation-picker .box .tab-content .bank-credentials {
  display: block;
}
.donation-picker .box .tab-content .bank-credentials .credentials-info {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 767.9px) {
  .donation-picker .box .tab-content .bank-credentials .credentials-info {
    width: 100%;
  }
}
.donation-picker .box .tab-content .bank-credentials .credentials-info + .credentials-info {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f2f3f4;
}
.donation-picker .box .tab-content .bank-credentials .credentials-info strong {
  width: 25%;
  flex-shrink: 0;
}
.donation-picker .box .provider-img {
  max-width: 200px;
  display: block;
}

.who-are-we {
  padding: 10rem 0;
  position: relative;
  background: #ffedf8;
}
@media (max-width: 767.9px) {
  .who-are-we {
    padding: 5rem 0 0 0;
    background: transparent;
  }
}
.who-are-we h2 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .who-are-we h2 {
    font-size: 3rem;
    color: #000000;
    margin: 0;
    line-height: inherit;
  }
}
.who-are-we p {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.9px) {
  .who-are-we p {
    color: #000000;
  }
}
.who-are-we .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.5rem 2.5rem;
  cursor: pointer;
}
.who-are-we .video-wrapper .img-fluid {
  position: relative;
  z-index: 0;
}
.who-are-we .video-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: #fff;
  content: " ";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.who-are-we .video-wrapper:after {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.35rem;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain;
  content: " ";
  width: 3rem;
  height: 3rem;
}

.did-you-know {
  position: relative;
  margin-top: -5rem;
}
@media (max-width: 767.9px) {
  .did-you-know {
    margin-top: 0;
  }
}
.did-you-know .item {
  display: block;
  height: 100%;
  background: #ffedf8;
  padding: 2.5rem;
  border-radius: 0.75rem;
}
.did-you-know .item.v2 {
  background: #770d30;
}
.did-you-know .item.v3 {
  background: rgb(25.5, 25.5, 25.5);
}
.did-you-know .item img {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.did-you-know .item h4 {
  font-weight: bold;
  color: #fff;
  margin: 1.5rem 0 1rem 0;
}
.did-you-know .item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.our-approach {
  padding: 5rem 0;
}
.our-approach a {
  color: #770d30;
}
.our-approach h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #ffedf8;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.our-approach h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.our-approach .approach-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .our-approach .approach-item {
    flex-direction: column;
  }
}
.our-approach .approach-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background: white;
  border-radius: 0.75rem;
  content: " ";
  z-index: 0;
}
.our-approach .approach-item img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  position: relative;
  padding: 1.5rem;
  display: block;
  z-index: 1;
}
.our-approach .approach-item .approach-info {
  padding-left: 2rem;
}
@media (max-width: 767.9px) {
  .our-approach .approach-item .approach-info {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.our-approach .approach-item .approach-info h4 {
  font-weight: bold;
  color: #000000;
  font-size: 1.25rem;
}
.our-approach .approach-item .approach-info ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}
.our-approach .approach-item .approach-info ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.our-approach .approach-item .approach-info ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #ffedf8;
  border-left: 2px solid #ffedf8;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}
.our-approach .approach-item .approach-info ul.two-columns-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 30rem;
}
.our-approach .approach-item .approach-info ul.two-columns-list li {
  width: 50%;
}

.statistics {
  padding: 5rem 0;
  background: #f2f3f4;
}
.statistics h3 {
  font-weight: bold;
  color: #000000;
  font-size: 1.5rem;
  max-width: 50%;
}
@media (max-width: 767.9px) {
  .statistics h3 {
    max-width: 100%;
  }
}
.statistics .statistics-item {
  display: block;
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0.2rem 1rem;
  height: 100%;
}
.statistics .statistics-item img {
  display: block;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.statistics .statistics-item h4 {
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #ffedf8;
}
.statistics .statistics-item p {
  margin: 0;
}

.history {
  padding: 5rem 0;
  position: relative;
}
.history h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #ffedf8;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.history h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.history .history-steps {
  display: block;
  position: relative;
}
.history .history-steps .step {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.history .history-steps .step .step-year {
  font-weight: bold;
  color: #ffedf8;
  background: white;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.75rem;
  width: 6rem;
  flex-shrink: 0;
  line-height: 1;
  padding: 1rem 0;
}
.history .history-steps .step .step-info {
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}

.about_section_mes_accompagnements {
  padding: 2.5rem 0 1rem 0 !important;
}
.about_section_mes_accompagnements .card {
  background: #ffedf8;
  border-radius: 1rem;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.about_section_mes_accompagnements .card:hover {
  background: rgb(255, 211.5, 238.0833333333);
  box-shadow: rgba(10, 10, 10, 0.1) 0 5px 20px;
}
.about_section_mes_accompagnements .card .learn_more_button.btn-primary {
  background: #fff;
}
.about_section_mes_accompagnements .card .learn_more_button.btn-primary:hover, .about_section_mes_accompagnements .card .learn_more_button.btn-primary:focus {
  background: #770d30;
  border-color: #770d30;
  color: #fff;
}
.about_section_mes_accompagnements .card .learn_more_button.btn-direction:hover:before, .about_section_mes_accompagnements .card .learn_more_button.btn-direction:focus:before {
  background: url("../img/icons/arrow-right-black.svg") center no-repeat white;
}
.about_section_mes_accompagnements .menu-section-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 3px solid rgb(255, 211.5, 238.0833333333);
}
.about_section_mes_accompagnements p:last-child {
  margin-bottom: 0;
}
.about_section_mes_accompagnements a {
  text-decoration: none;
}

.contact {
  padding: 5rem 0;
}
.contact .contact-boxes .contact-box {
  display: block;
  position: relative;
  padding-left: 4rem;
  min-height: 3rem;
  color: #000000;
}
.contact .contact-boxes .contact-box + .contact-box {
  margin-top: 1rem;
}
.contact .contact-boxes .contact-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.contact .contact-boxes .contact-box strong {
  display: block;
}
.contact .social-links {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #f2f3f4;
}
.contact .social-links strong {
  display: block;
}
.contact .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.contact .social-links ul li {
  display: block;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.contact .social-links ul li a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 1;
  padding: 0.75rem;
  background: #f2f3f4;
  border-radius: 0.5rem;
}
.contact .social-links ul li a:hover {
  background: #eee;
}
.contact .social-links ul li a:active {
  background: #ddd;
  transform-origin: center;
  transform: scale(0.9275);
}
.contact .social-links ul li a img {
  width: 1.5rem;
  height: 1.5rem;
}

.team-members-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.team-members-list .team-member {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .team-members-list .team-member {
    width: calc(100% + 1.5rem);
    padding: 0.75rem;
    border-radius: 0;
  }
}
.team-members-list .team-member:hover {
  background: #f2f3f4;
}
.team-members-list .team-member .img-fluid {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}
.team-members-list .team-member .team-contact {
  flex-grow: 1;
  padding: 0 1rem;
}
.team-members-list .team-member .team-contact p {
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.team-members-list .team-member .team-contact h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 186, 228.1666666667);
  font-size: 1.25rem;
  margin: 0;
  text-shadow: 0.5px 0.5px 0 black;
}

.contact-form {
  padding: 2.5rem 0;
  background: white;
}
.contact-form h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #770d30;
  margin: 0 0 1.5rem 0;
  position: relative;
}
.contact-form h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: white;
  content: " ";
}
.contact-form h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 1.5rem 0;
}
.contact-form .form-label {
  font-weight: bold;
  font-size: 1.15rem;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.1rem 0.1rem;
}
.contact-form textarea.form-control {
  min-height: 10rem;
}

.is-page-about .service-header h2 {
  color: #000000;
}
.is-page-about .service-header h1 {
  color: #000000;
}
.is-page-about .service-header p {
  color: rgba(0, 0, 0, 0.75);
}
.is-page-about .service-header p:last-child {
  margin-bottom: 0;
}

.is-page-maman_et_bebe .service-header .container, .is-page-tarifs .service-header .container {
  position: relative;
  z-index: 2;
  padding: 9rem 0;
}
@media (max-width: 767.9px) {
  .is-page-maman_et_bebe .service-header .container, .is-page-tarifs .service-header .container {
    padding: 0 0.75rem;
  }
}
.is-page-maman_et_bebe .page-info .btn-secondary, .is-page-tarifs .page-info .btn-secondary {
  background: #fff;
}
.is-page-maman_et_bebe .page-info .btn-secondary:hover, .is-page-maman_et_bebe .page-info .btn-secondary:focus, .is-page-tarifs .page-info .btn-secondary:hover, .is-page-tarifs .page-info .btn-secondary:focus {
  background: rgb(255, 211.5, 238.0833333333);
  border-color: rgb(255, 211.5, 238.0833333333);
}

.is-page-maman_et_bebe a, .is-page-tarifs a, .is-page-contact a {
  color: #770d30;
}

.is-page-tarifs .menu-section .menu-section-title {
  text-align: left;
}
.is-page-tarifs .menu-section .menu-section-subtitle {
  text-align: left;
}

.service-header {
  position: relative;
  padding: 2.5rem 0;
}
.service-header video {
  width: 100%;
  border-radius: 0.75rem;
}
.service-header .img-fluid {
  position: relative;
  z-index: 1;
}
.service-header h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.service-header h1 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .service-header h1 {
    font-size: 2.5rem;
  }
}
.service-header p {
  color: rgba(255, 255, 255, 0.75);
}

.service-features {
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .service-features {
    padding-top: 2.5rem;
  }
}
.service-features .feature-item {
  display: block;
  position: relative;
}
@media (max-width: 767.9px) {
  .service-features .feature-item {
    padding-top: 2.5rem;
  }
}
.service-features .feature-item h3 {
  font-size: 10rem;
  color: #ffedf8;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .service-features .feature-item h3 {
    font-size: 5rem;
    font-weight: bold;
  }
}
.service-features .feature-item span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffedf8;
  display: block;
}
@media (max-width: 767.9px) {
  .service-features .feature-item span {
    font-size: 1rem;
  }
}

.service-about {
  padding: 2.5rem 0;
}
.service-about h3 {
  font-weight: bold;
  color: #000000;
  font-size: 2rem;
}
.service-about p {
  font-size: 1.25rem;
}
.service-about p:last-child {
  margin-bottom: 0;
}

.service-schedule {
  background: white;
  padding: 5rem 0;
}
.service-schedule .table-box {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
}
.service-schedule .table-box table.table {
  margin: 0;
  background: none;
}
.service-schedule .table-box table.table thead th {
  width: 14.2857142857%;
  text-align: center;
  color: #ffedf8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
}
.service-schedule .table-box table.table thead th + th {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.service-schedule .table-box table.table tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.025);
}
.service-schedule .table-box table.table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.service-schedule .table-box table.table tbody tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.service-schedule .table-box table.table tbody tr td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.service-schedule .table-box table.table tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #000000;
  border-radius: 2rem 0 0 2rem;
}
.service-schedule .table-box table.table tbody tr td:last-child {
  border-radius: 0 2rem 2rem 0;
}
.service-schedule .table-box table.table .course-table-item {
  display: block;
}
.service-schedule .table-box table.table .course-table-item.item-inactive {
  filter: blur(5px) grayscale(1);
  opacity: 0.25;
}
.service-schedule .table-box table.table .course-table-item strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffedf8;
}
.service-schedule .table-box table.table .course-table-item span {
  display: block;
  font-weight: 600;
  color: #000000;
  font-size: 0.8rem;
}
.service-schedule .table-box table.table .course-table-item i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
}

.service-review {
  background: #ffedf8;
  padding: 2.5rem 0;
}
.service-review.v2 {
  background: none;
  padding: 0;
}
.service-review .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.5rem 2.5rem;
  cursor: pointer;
}
.service-review .video-wrapper .img-fluid {
  position: relative;
  z-index: 0;
}
.service-review .video-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: #fff;
  content: " ";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.service-review .video-wrapper:after {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.35rem;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain;
  content: " ";
  width: 3rem;
  height: 3rem;
  filter: brightness(0) saturate(100%) invert(12%) sepia(90%) saturate(4901%) hue-rotate(332deg) brightness(51%) contrast(93%);
}
.service-review .review {
  font-size: 2.5rem;
  color: #000000;
  line-height: 1.2;
  font-style: italic;
}
@media (max-width: 767.9px) {
  .service-review .review {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.service-review .review:before {
  content: '"';
}
.service-review .review:after {
  content: '"';
}
.service-review .review-person {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.service-review .review-person img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.service-review .review-person p {
  margin: 0;
}

.service-services {
  padding: 5rem 0;
  background: #ffedf8;
}
.service-services h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.service-services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #770d30;
  content: " ";
}
.service-services .services-list {
  display: flex;
  justify-content: stretch;
}
@media (max-width: 767.9px) {
  .service-services .services-list {
    flex-wrap: wrap;
  }
}
.service-services .services-list .service-item {
  display: block;
  position: relative;
  width: 10%;
  padding-top: 1px;
  margin-top: 1.5rem;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .service-services .services-list .service-item {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.service-services .services-list .service-item:before {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  content: " ";
}
.service-services .services-list .service-item:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.service-services .services-list .service-item img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
  position: relative;
  z-index: 2;
  filter: brightness(0) invert(1);
}
.service-services .services-list .service-item strong {
  display: block;
  margin-top: 1.5rem;
  color: #fff;
  padding-right: 1.5rem;
  line-height: 1.2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bebe-main-bg {
  width: 100%;
  background: url("../img/bebe-main-bg.jpg") center no-repeat;
  z-index: 0;
}

/*# sourceMappingURL=style.css.map */
