a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: #000;
}
a:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  color: #292929;
  font-size: 18px;
}
body .is-layout-flex {
  display: flex !important;
  grid-gap: 2em !important;
}

.post, .page {
  margin: 0 !important;
}

.fw-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.wp-block-legacy-widget__edit-preview #page {
  background: lightblue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4F3756;
  margin: 0 0 20px;
  font-weight: 700;
}

h1 {
  font-size: 52px;
  font-weight: 700;
}

h2,
.page-title {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

p {
  margin: 0 0 10px;
}

img {
  border-radius: 12px;
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.no-animate-on-scroll {
  top: 0 !important;
  opacity: 1 !important;
  transition: none !important;
}

.contact-form input[type=submit],
.fw-btn {
  border-radius: 12px;
  padding: 6px 20px;
  text-transform: uppercase !important;
  border: 2px solid transparent;
  background: #593E67;
  color: #d8d3d2;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.fw-btn:visited, .fw-btn:link {
  background: #593E67;
  color: #fff;
}
.fw-btn:visited:hover, .fw-btn:link:hover {
  background: #9a72a3;
  border-color: #9a72a3;
  color: #fff;
}

.fw-btn:active {
  box-shadow: none !important;
}

.fw-container {
  width: 100% !important;
  max-width: 1440px !important;
}
.fw-container:before, .fw-container:after {
  display: none !important;
}

.site-main {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .site-main {
    padding-top: 150px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
}

.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 65px;
  left: 0;
  top: 0;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.07);
  transition: ease 0.4s;
  background: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.header.scrolled {
  height: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.07);
}
.header.scrolled .custom-logo-link img {
  max-width: 64px;
}
.header.scrolled .nav-menu li {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.header.scrolled .main-navigation .header-social {
  padding-bottom: 0;
}
.header.scrolled .main-navigation li:hover > a {
  color: #9A72A3;
}
.header.scrolled .sub-menu a {
  color: #6C656E;
}
@media (min-width: 601px) {
  .header.scrolled {
    height: 50px;
  }
  .header.scrolled .custom-logo-link {
    transform: translate(-160%, -160%);
    opacity: 0;
    visibility: hidden;
  }
  .header.scrolled .site-branding {
    height: 48px;
  }
  .header.scrolled .slogan {
    margin-left: -70px;
    width: 260px;
    margin-top: 0;
  }
}
.header .slogan {
  max-width: 210px;
  width: auto;
  transition: all 0.7s ease-in-out;
  display: block;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .header .slogan {
    display: none;
  }
}
@media (min-width: 1180px) {
  .header .slogan {
    max-width: 280px;
  }
}
@media (min-width: 1250px) {
  .header .slogan {
    max-width: 350px;
  }
}
.header .fw-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .custom-logo-link {
  display: block;
  width: 100%;
  margin-right: 5px;
  transition: all 0.7s ease-in-out;
}
.header .custom-logo-link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 64px;
  transition: all 0.3s ease-in-out;
}
.header .site-title {
  text-align: center;
}
@media (min-width: 1024px) {
  .header {
    height: 100px;
  }
}

.home .header {
  box-shadow: none;
}
.home .site-main {
  padding-top: 0;
}
.home .main-navigation a {
  color: #6C656E;
}
.home .main-navigation a:hover {
  color: #9A72A3;
}

.header--holder {
  width: 100%;
  position: relative;
  height: 100%;
}

.main-navigation {
  display: flex;
  align-items: center;
  width: auto;
  text-transform: uppercase;
  font-size: 15px;
  order: 2;
}
.main-navigation .menu-item i._mi {
  margin: 0;
}
.main-navigation ul {
  align-items: center;
}
.main-navigation li {
  padding: 10px;
}
.main-navigation .header-social {
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  display: none;
  align-items: center;
  justify-content: center;
}
.main-navigation .header-social span {
  display: block;
}
.main-navigation .book-link {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-navigation .book-link a {
  display: block;
  padding: 5px 18px;
  border-radius: 12px;
  border: 1px solid #593E67;
  background: #593E67;
  color: #fff;
  font-weight: bold;
}
.main-navigation .book-link a:hover {
  border-color: #9A72A3;
  background: #9A72A3;
  color: #fff;
}
.main-navigation svg {
  display: none;
}
.main-navigation .menu-item-has-children > a svg {
  display: flex;
}
.main-navigation .menu-item-has-children > a .bi-chevron-down {
  display: none;
}
.main-navigation .menu-item-has-children a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .main-navigation {
    order: 1;
  }
  .main-navigation li {
    padding: 10px 5px;
  }
  .main-navigation .book-link {
    margin-left: 16px;
  }
  .main-navigation .header-social {
    display: flex;
  }
}
@media (min-width: 1160px) {
  .main-navigation li {
    padding: 10px;
  }
  .main-navigation .book-link {
    margin-left: 26px;
  }
}
@media (max-width: 1023px) {
  .main-navigation .menu-item-has-children > a {
    pointer-events: none;
  }
}

.nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu li {
  position: relative;
}
.nav-menu li:hover > a {
  color: #9A72A3;
}
.nav-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav-menu .sub-menu {
  padding: 10px 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  width: auto;
  min-width: 200px;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav-menu .sub-menu li {
  width: 100%;
}
.nav-menu .sub-menu li:hover ul {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.nav-menu .sub-menu li:last-child a {
  padding-bottom: 0;
}
.nav-menu .sub-menu a {
  transition: all 0.3s ease-in-out;
}
.nav-menu .sub-menu ul {
  top: 0;
  left: 90%;
}
@media (min-width: 1024px) {
  .nav-menu > li {
    padding-bottom: 33px;
    margin-bottom: -33px;
  }
}

.image-with-text--section {
  width: 100%;
  padding: 40px 0 60px;
}
.image-with-text--section .fw-btn {
  margin: 20px 0 0;
}
.image-with-text--section p {
  font-size: 18px;
  text-align: justify;
}
.image-with-text--section .fw-container-fluid,
.image-with-text--section .fw-container {
  padding: 0;
}
.image-with-text--section h2 {
  margin: 0 0 15px;
}
.image-with-text--section .fw-row {
  display: flex;
  align-items: center;
  margin: 0;
}
.image-with-text--section .img-wrapper {
  max-height: 550px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.image-with-text--section .img-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 45, 44, 0.05);
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
.image-with-text--section .img-wrapper.is-inview {
  opacity: 1;
  transform: none;
}
.image-with-text--section .fw-container-fluid .img-wrapper {
  max-height: 600px;
}
.image-with-text--section img {
  width: 100%;
  max-height: 550px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .image-with-text--section {
    padding: 20px 0;
  }
  .image-with-text--section .img-wrapper {
    margin-top: 20px;
  }
  .image-with-text--section h2 {
    font-size: 26px;
  }
  .image-with-text--section .fw-row {
    flex-wrap: wrap;
  }
  .image-with-text--section .fw-row .fw-col {
    width: 100%;
    padding: 0;
  }
  .image-with-text--section.test-right .fw-col-xs-12:first-child {
    order: 2;
  }
  .image-with-text--section.test-right .fw-col-xs-12:last-child {
    order: 1;
  }
  .image-with-text--section .fw-col-xs-12 {
    width: 100%;
  }
  .image-with-text--section img {
    max-height: 400px;
  }
}
@media (min-width: 1024px) {
  .image-with-text--section .text--left {
    padding: 10% 5% 10% 25%;
  }
  .image-with-text--section .text--right {
    padding: 10% 25% 10% 5%;
  }
  .image-with-text--section .fw-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
}

/* mobile navigation */
@media screen and (max-width: 1023px) {
  .nav-menu li:hover > .sub-menu {
    position: static;
  }
  .nav-menu li.menu-item-has-children:hover > a .bi-chevron-down {
    display: flex;
  }
  .nav-menu li.menu-item-has-children:hover > a .bi-chevron-right {
    display: none;
  }
  .nav-menu .sub-menu {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .main-navigation .book-link {
    margin: 0;
    display: flex;
  }
  .menu-main-navigation-container {
    position: absolute;
    width: calc(100% - 50px);
    height: 100vh;
    box-shadow: 0 0 10px #85888C;
    right: -100%;
    top: 0;
    padding: 80px 15px 15px;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }
  .toggled .menu-main-navigation-container {
    right: 0;
  }
  .menu-toggle {
    z-index: 9999;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 4px;
    width: 37px;
    cursor: pointer;
    display: initial;
  }
  .menu-toggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    background: #6C656e;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .menu-toggle span:first-child {
    transform-origin: 0% 0%;
  }
  .menu-toggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .body-mobile-nav {
    overflow: hidden;
  }
  .toggled .nav-menu {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .toggled .menu-toggle span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -12px);
    width: 32px;
  }
  .toggled .menu-toggle span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .toggled .menu-toggle span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-6px, 13px);
  }
}
section {
  margin-bottom: -2px;
}

.video--section {
  height: 100%;
  transform: none !important;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.video--section .fw-main-row {
  background-size: cover;
}
.video--section p {
  margin: 0;
}
.video--section .v-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 45, 44, 0.3);
  pointer-events: none;
}
.video--section .fs-background-media {
  pointer-events: none;
}
.video--section h4 {
  margin: 0 0 15px;
}
.video--section .test-content p {
  margin: 0 0 15px;
}
.video--section .video-text--holder {
  padding: 50px 30px 15px;
  width: 100%;
  max-width: 600px;
  background: rgba(252, 250, 255, 0.6);
  border-radius: 12px;
  height: 100%;
}
.video--section .video-text--holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 15px 0 0;
}
.video--section .background-video {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 1000px;
  height: 100%;
}
.video--section h1 {
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  line-height: 1.1;
}
.video--section h1 span {
  display: inline-block;
}
.video--section .video-text-block {
  perspective: 600px;
  -webkit-perspective: 600px;
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 570px !important;
  width: 100%;
  margin: 0 0 300px;
  z-index: 10;
}
.video--section .video-text-block p {
  margin: 0 0 15px;
}
.video--section .video-text--holder {
  display: block;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .video--section {
    min-height: 500px;
  }
  .video--section .nk-awb {
    padding-top: 580px !important;
  }
  .video--section iframe {
    display: none !important;
  }
  .video--section .video-text-block {
    max-width: 90% !important;
    margin: 0 auto 100px;
    left: auto;
  }
  .video--section .video-text--holder {
    padding: 30px 15px;
  }
  .video--section .fw-container,
.video--section .fw-container-fluid {
    max-width: 600px !important;
    margin: 0 auto !important;
  }
  .video--section h1 {
    font-size: 28px;
    line-height: 1.1;
  }
  .video--section h4 {
    margin: 0 0 10px;
  }
  .video--section .fs-background-media {
    display: none !important;
  }
  .video--section .background-video {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
  }
}

html.is-ready .video-text-block .video-text--holder {
  opacity: 1;
  transform: none;
  transition-duration: 0.8s;
  transition-delay: 2s;
}

/* intro section */
.intro--section {
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.intro--section .fw-container,
.intro--section .fw-container-fluid {
  z-index: 5;
}
.intro--section .fw-main-row {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intro--section .fw-main-row:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  right: -180px;
  top: 19%;
  background-image: url("../assets/images/bg-flower.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 110px;
  width: 144px;
  transform: rotate(130deg);
  margin-top: 70px;
  transition: all 1s ease-in-out;
}
.intro--section.intro-animate .fw-main-row:after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  height: 343px;
  width: 431px;
}
.intro--section .fw-row {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.intro--section h4 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.intro--section h2 {
  margin: 0 0 35px;
}
.intro--section p {
  margin: 0 0 25px;
}
.intro--section img {
  display: block;
  margin: 0 auto 15px;
  max-width: 600px;
  max-height: 500px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .intro--section:after {
    display: none;
  }
  .intro--section h2 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .intro--section .fw-main-row {
    padding: 50px 0;
    min-height: auto;
    background-image: none !important;
    background: #d8d8d8;
  }
}
@media (min-width: 768px) {
  .intro--section {
    margin-top: -180px;
  }
  .intro--section .fw-main-row {
    background-repeat: no-repeat;
    background-size: 100% 869px;
  }
  .intro--section .fw-main-row:before {
    content: "";
    position: absolute;
    left: -180px;
    top: 15%;
    background-image: url("../assets/images/bg-flower.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(14deg);
    opacity: 0;
    visibility: hidden;
    height: 110px;
    width: 144px;
    margin-top: 70px;
    transition: all 0.7s ease-in-out;
  }
  .intro--section .fw-main-row:after {
    content: "";
    right: -90px;
    top: 22%;
    transform: rotate(130deg);
  }
  .intro--section.intro-animate .fw-main-row:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    height: 343px;
    width: 431px;
  }
}
@media (min-width: 1024px) {
  .intro--section .fw-main-row {
    height: 869px;
    font-size: 20px;
  }
  .intro--section .fw-main-row::before {
    top: 22%;
  }
  .intro--section .fw-main-row::after {
    top: 35%;
  }
}

/* top services section */
.top-services--section {
  padding: 50px 0;
}
.top-services--section .image-wrapper {
  background: #f7f4ef;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-services--section .image-wrapper.is-inview {
  opacity: 1;
  transform: none;
}
.top-services--section .image-wrapper.is-inview:first-child {
  transition-delay: 0.2s;
}
.top-services--section .image-wrapper.is-inview:nth-child(2) {
  transition-delay: 0.5s;
}
.top-services--section .image-wrapper.is-inview:nth-child(3) {
  transition-delay: 0.7s;
}
.top-services--section .image-wrapper.is-inview:nth-child(4) {
  transition-delay: 0.9s;
}
.top-services--section .image-wrapper.is-inview:nth-child(5) {
  transition-delay: 1.1s;
}
.top-services--section .image-wrapper.is-inview:nth-child(6) {
  transition-delay: 1.3s;
}
.top-services--section .img-wrapper-link {
  position: relative;
}
.top-services--section .img-wrapper-link:after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 29, 21, 0.2);
  border-radius: 12px;
}
.top-services--section .img-wrapper-link img {
  transition: all 0.5s ease-in-out;
}
.top-services--section .img-wrapper-link:hover img {
  transform: scale(1.2);
}
.top-services--section .img-wrapper-link:hover:after {
  opacity: 0;
  visibility: hidden;
}
.top-services--section .fw-col-sm-2 {
  width: 50%;
  padding: 0 8px 15px;
  float: left;
}
.top-services--section .fw-col-sm-2 img {
  min-height: 240px;
  max-height: 240px;
}
.top-services--section h4 {
  margin: 0;
  position: absolute;
  bottom: 35px;
  left: 8px;
  padding: 10px 12px;
  background: rgba(252, 250, 255, 0.6);
  font-size: 16px;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #593E67;
  min-width: 60%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  pointer-events: none;
  text-transform: uppercase;
  max-width: calc(100% - 24px);
}
@media (min-width: 768px) {
  .top-services--section h4 {
    left: 15px;
    bottom: 50px;
    font-size: 18px;
  }
  .top-services--section .fw-col-sm-2 {
    width: 33.3333%;
    padding: 0 15px 30px;
  }
  .top-services--section .fw-col-sm-2 img {
    min-height: 300px;
    max-height: 300px;
  }
}
.top-services--section img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-services--section .fw-heading {
  margin: 0;
}
.top-services--section h3 {
  margin: 0 0 20px;
  font-size: 36px;
}
@media (max-width: 600px) {
  .top-services--section {
    padding: 20px 0;
  }
  .top-services--section h3 {
    font-size: 26px;
  }
  .top-services--section img {
    height: 100%;
    max-height: 300px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .top-services--section {
    padding: 120px 0;
  }
}

/* footer */
.footer {
  padding: 40px 0;
  font-size: 16px;
  font-weight: 500;
  background: #D8D8D8;
}
.footer p {
  margin: 0 !important;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.footer .footer-bottom {
  font-size: 12px;
}
.footer .wp-block-social-links {
  margin: 0;
}
.footer .sfba-main-form-container {
  background: transparent !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 0 40px !important;
  width: 360px !important;
}
.footer .sfba_subscribe_form__fields_wrap {
  display: flex !important;
  margin: 0 !important;
  position: relative !important;
}
.footer .sfba-form-email {
  margin: 0 !important;
  width: 220px !important;
  height: 45px !important;
  border: 1px solid #fff !important;
  font-size: 14px !important;
  border-radius: 12px 0 0 12px !important;
}
.footer .sfba-form-email::-moz-placeholder {
  color: #9A72A3;
}
.footer .sfba-form-email::placeholder {
  color: #9A72A3;
}
.footer .sfba-form-submit-button {
  transition: all 0.3s ease-in-out;
  height: 45px !important;
  border-radius: 0 12px 12px 0 !important;
  padding: 10px 20px !important;
  font-size: 12px !important;
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: #593E67 !important;
  color: #fff !important;
  margin: 0 !important;
  min-width: 135px;
}
.footer .sfba-form-submit-button:hover {
  background: #9a72a3 !important;
}
.footer .sfba-email-field-error {
  position: absolute !important;
  bottom: -35px !important;
  left: 0 !important;
  margin: 0 !important;
  background: #2d2a27 !important;
  color: #fff !important;
  padding: 5px !important;
}
.footer #sfba-form2-heading {
  text-align: left !important;
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  color: #282828 !important;
  font-size: 28px !important;
}
.footer #sfba_thanks_container {
  background: #d8d8d8 !important;
  border-radius: 12px !important;
}
.footer #sfba_thanks_message {
  color: #2d2a27 !important;
}
.footer #sfba_thanks_image.sfba-noempty {
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto 10px !important;
}
.footer .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer .social-list li {
  padding: 0 8px 0 0;
  width: 46px;
  height: 46px;
}
.footer .social-list a {
  opacity: 0.5;
  display: block;
}
.footer .social-list a:hover {
  opacity: 1;
}
.footer .social-list svg {
  width: 46px;
}
@media (max-width: 1023px) {
  .footer .fw-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .sfba-form-email {
    width: 200px !important;
  }
}

.footer-menu__holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu__holder ul li {
  padding: 0 0 4px;
}
.footer-menu__holder .menu-item-has-children > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #593E67;
  font-size: 18px;
  margin: 0 0 7px;
  display: inline-block;
}
.footer-menu__holder .menu-item-has-children > a:visited, .footer-menu__holder .menu-item-has-children > a:link {
  color: #593E67;
}
.footer-menu__holder .sub-menu li {
  margin: 0 0 4px;
}

.footer-column.right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  color: #6C656E;
  padding-top: 30px;
}
.footer-column h4, .footer-column h5 {
  margin: 0 0 7px;
  color: #593E67;
  text-transform: uppercase;
  font-size: 18px;
}
.footer-column a,
.footer-column a:visited,
.footer-column a:link {
  color: #6C656E;
}
.footer-column a:hover,
.footer-column a:visited:hover,
.footer-column a:link:hover {
  color: #9A72A3;
}
@media (min-width: 768px) {
  .footer-column.right {
    padding-top: 25px;
  }
  .footer-column.right .footer-w:first-child {
    width: 45%;
  }
  .footer-column.right .footer-w:last-child {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .footer-column.right {
    width: 60%;
    padding: 0;
  }
  .footer-column .footer-menu__holder:last-child {
    padding-left: 20px;
  }
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  padding: 0 0 4px;
}

.footer-working-hours {
  margin-left: 15px;
}
.footer-working-hours span {
  display: block;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .footer-working-hours {
    text-align: right;
  }
}

.footer-address {
  margin: 0 0 0 15px;
}
.footer-address address {
  font-style: normal;
  margin: 0;
}
.footer-address span {
  display: block;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .footer-address {
    text-align: right;
  }
}

.footer-w {
  display: flex;
  margin: 0 -5px 15px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.footer-w .footer-menu__holder,
.footer-w .footer-working-hours,
.footer-w .footer-address {
  width: 50%;
  padding: 0 5px;
  margin: 0;
}

/* search */
.c-scrollbar_thumb {
  z-index: 100;
}

.search-section {
  padding: 0 15px 0;
  width: 150px;
}
.search-section .asl_w_container {
  min-width: 120px !important;
}
.search-section p {
  margin: 0;
}
@media (min-width: 1024px) {
  .search-section {
    order: 2;
  }
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  background: transparent !important;
  padding: 0 !important;
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: #6C656E !important;
}

div.asl_w .probox .promagnifier {
  box-shadow: none !important;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  margin: 0 !important;
  padding: 0 !important;
}

div.asl_w .probox .promagnifier .innericon svg {
  fill: #6C656E !important;
}

.search-section #ajaxsearchlite1 .probox .proinput input,
.search-section div.asl_w .probox .proinput input {
  color: #6C656E !important;
}
.search-section #ajaxsearchlite1 .probox .proinput input::-moz-placeholder, .search-section div.asl_w .probox .proinput input::-moz-placeholder {
  color: rgba(108, 101, 110, 0.8) !important;
}
.search-section #ajaxsearchlite1 .probox .proinput input::placeholder,
.search-section div.asl_w .probox .proinput input::placeholder {
  color: rgba(108, 101, 110, 0.8) !important;
}

div.asl_r.vertical {
  background: rgba(252, 250, 255, 0.6) !important;
}

.search h3 {
  margin: 0;
}
.search h3 a {
  color: #4F3756;
}
.search .entry-summary {
  margin: 0;
}
.search .posts-navigation {
  display: none;
}

.parallax--section {
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.parallax--section .fw-col-xs-12 {
  padding: 0;
}
.parallax--section .image-wrapper {
  overflow: hidden;
  position: relative;
}
.parallax--section .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.parallax--block {
  position: relative;
}

.parallax-text-block {
  text-align: center;
  padding: 15px 30px;
  position: absolute;
  left: 36%;
  top: 20%;
  z-index: 1;
  background: rgba(252, 250, 255, 0.6);
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  height: 100%;
  max-height: 200px;
}

@media (max-width: 1023px) {
  .parallax-text-block {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.wpsr-fm-chat-wrapper {
  transition: all 4s ease-in-out !important;
}

/* inner pages */
.body-content-page {
  background: #D8D8D8;
}
.body-content-page .site-main .fw-container {
  max-width: 1200px !important;
}
.body-content-page .wp-block-video video {
  width: 100%;
  max-height: 650px;
  max-width: 460px;
}
.body-content-page .entry-title {
  text-align: center;
  font-size: 28px;
}
.body-content-page .wp-block-heading {
  font-size: 26px;
  color: #323232;
}
.body-content-page .wp-block-image {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}
.body-content-page .wp-block-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 45, 44, 0.2);
  z-index: 1;
  border-radius: 12px;
}
.body-content-page .wp-block-image img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 650px;
  max-width: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-content-page .price-table {
  margin: 0;
}
.body-content-page .price-table td {
  border: 0;
  vertical-align: top;
  padding: 8px;
  font-size: 16px;
}
.body-content-page .price-table td:first-child {
  width: 55%;
}
.body-content-page .price-table td:last-child {
  width: 45%;
}
.body-content-page .wp-block-column.image-column {
  order: 1;
}
.body-content-page .wp-block-column.text-column {
  order: 2;
}
@media (min-width: 782px) {
  .body-content-page .entry-title {
    font-size: 40px;
    margin: 0 0 55px;
  }
  .body-content-page .wp-block-image {
    margin: 0;
  }
  .body-content-page .wp-block-heading {
    font-size: 28px;
  }
  .body-content-page .price-table td {
    font-size: 18px;
  }
  .body-content-page :where(.wp-block-columns) {
    margin-bottom: 2.75em;
  }
  .body-content-page .wp-block-column.image-column {
    order: 2;
  }
  .body-content-page .wp-block-column.text-column {
    order: 1;
  }
}
.body-content-page .wp-block-table table + .wp-element-caption {
  margin: -1.45em 0 25px;
}
@media (min-width: 1200px) {
  .body-content-page .bg--image:after {
    content: "";
    position: absolute;
    left: calc(-50vw + 560px);
    top: 105%;
    background-image: url("../assets/images/bg-flower.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 343px;
    width: 431px;
    transition: all 1s ease-in-out;
  }
  .body-content-page .bg--image.right:after {
    top: 80%;
    transform: rotate(140deg);
    left: auto;
    right: calc(-50vw + 560px);
  }
}

.content-pages-section {
  text-align: center;
  font-size: 16px;
}
.content-pages-section .wp-block-image {
  max-width: 100%;
}
.content-pages-section .wp-block-image img {
  max-width: 100%;
  max-height: 396px;
}
.content-pages-section .wp-block-heading {
  text-align: center;
  color: #4F3756;
}
.content-pages-section ul {
  margin: 20px -10px 20px;
  overflow: hidden;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-pages-section ul a {
  display: block;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #9A72A3;
  color: #9A72A3;
  border-radius: 12px;
  font-size: 16px;
}
.content-pages-section ul a:hover {
  background: #9A72A3;
  color: #fff;
}
.content-pages-section li {
  margin: 0 10px 8px;
}
@media (min-width: 768px) {
  .content-pages-section {
    margin: 0 0 60px;
    font-size: 18px;
  }
}

.coming-soon-text {
  color: #4F3756 !important;
}
@media (min-width: 768px) {
  .coming-soon-text {
    font-size: 38px !important;
    min-height: 250px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

.search-results .entry-title {
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 1.1;
}
.search-results article {
  margin: 0 0 30px !important;
}

/* before aftre slider */
.twentytwenty-overlay:hover {
  background: none !important;
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  display: none !important;
}

/* parent page list */
.parent-page--list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.parent-page--list li {
  width: 50%;
  padding: 0 10px 20px;
  min-height: 150px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .parent-page--list li {
    width: 33.33%;
  }
}
.parent-page--list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  width: 100%;
  height: 100%;
  max-height: 150px;
  padding: 15px;
  background: #593E67;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.parent-page--list a:link, .parent-page--list a:visited {
  color: #fff;
}
.parent-page--list a:hover {
  background: #9A72A3;
}