/* Services list */
.services-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 575px) {
  .services-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 884px) {
  .services-list.contact-services-list ul {
    margin: 0 auto;
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.btn a > span {
  align-items: center;
}
.btn a > span .elementor-button-icon {
  display: flex;
}
.btn.white-btn a {
  background-color: var(--e-global-color-8a7e08f);
  color: var(--e-global-color-text);
  border-color: var(--e-global-color-8a7e08f);
}
.btn.white-btn a:hover {
  background-color: transparent;
  color: var(--e-global-color-8a7e08f);
  border-color: var(--e-global-color-8a7e08f);
}
.btn.transparent-btn a {
  background-color: transparent;
  color: var(--e-global-color-text);
  border-color: var(--e-global-color-text);
}
.btn.transparent-btn a:hover {
  background-color: var(--e-global-color-8a7e08f);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.btn.small-btn a {
  padding-top: 19px;
  padding-bottom: 19px;
}
.btn.extra-small-btn a {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}
@media only screen and (max-width: 1744px) {
  .btn.extra-small-btn a {
    padding: 14px 37px;
  }
}
@media only screen and (max-width: 1404px) {
  .btn.extra-small-btn a {
    padding: 14px 25px;
  }
}

.contact-list a:hover {
  color: var(--e-global-color-primary) !important;
  transition: all 0.3s ease;
}
.contact-list .elementor-icon-box-description a {
  font: var(--e-global-typography-131f764-font-style) var(--e-global-typography-131f764-font-weight) var(--e-global-typography-131f764-font-size)/var(--e-global-typography-131f764-line-height) var(--e-global-typography-131f764-font-family), Sans-serif;
  text-transform: var(--e-global-typography-131f764-text-transform);
}
.contact-list .elementor-icon-box-wrapper {
  align-items: center;
}

.breadcrumb-wrap {
  margin-top: auto;
}
.breadcrumb-wrap #breadcrumbs > span {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 1126px) {
  .breadcrumb-wrap #breadcrumbs > span {
    gap: 18px;
    justify-content: center;
  }
}
.breadcrumb-wrap #breadcrumbs > span > span:first-child {
  position: relative;
}
.breadcrumb-wrap #breadcrumbs > span > span:first-child::after {
  content: "\e90e";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 10px;
  left: calc(100% + 7.5px);
}
@media only screen and (max-width: 1126px) {
  .breadcrumb-wrap #breadcrumbs > span > span:first-child::after {
    font-size: 8px;
    left: calc(100% + 5px);
  }
}
.breadcrumb-wrap #breadcrumbs a {
  font: var(--e-global-typography-131f764-font-style) var(--e-global-typography-131f764-font-weight) var(--e-global-typography-131f764-font-size)/var(--e-global-typography-131f764-line-height) var(--e-global-typography-131f764-font-family), Sans-serif;
  text-transform: var(--e-global-typography-131f764-text-transform);
}
.breadcrumb-wrap #breadcrumbs .breadcrumb_last {
  font-weight: 500;
  color: var(--e-global-color-8a7e08f);
}
.breadcrumb-wrap.normal #breadcrumbs span {
  color: var(--e-global-color-primary);
}
.breadcrumb-wrap.normal #breadcrumbs span a {
  opacity: 0.5;
}

.text-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1126px) {
  .text-content p {
    margin-bottom: 18px;
  }
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content a {
  color: var(--e-global-color-primary);
  position: relative;
  font-size: inherit;
  text-wrap: nowrap;
  font: var(--e-global-typography-07b41a5-font-style) var(--e-global-typography-07b41a5-font-weight) var(--e-global-typography-07b41a5-font-size)/var(--e-global-typography-07b41a5-line-height) var(--e-global-typography-07b41a5-font-family), Sans-serif;
  text-transform: var(--e-global-typography-07b41a5-text-transform);
}
.text-content a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--e-global-color-primary);
  position: absolute;
  bottom: -2px;
  left: 1px;
  transition: all 0.2s ease-in-out;
}
.text-content a:hover::after {
  width: 100%;
}
.text-content ul,
.text-content ol {
  padding-left: 26px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style-position: inside;
  margin-left: 10px;
  margin-bottom: 0;
  gap: 20px;
}
@media only screen and (max-width: 1126px) {
  .text-content ul,
  .text-content ol {
    gap: 18px;
  }
}
@media only screen and (max-width: 884px) {
  .text-content ul,
  .text-content ol {
    padding-left: 21px;
  }
}
.text-content ul li,
.text-content ol li {
  text-indent: -26px;
}
@media only screen and (max-width: 884px) {
  .text-content ul li,
  .text-content ol li {
    text-indent: -21px;
  }
}
.text-content ul li::marker,
.text-content ol li::marker {
  margin: 0 !important;
}
.text-content.list-no-gap ul {
  gap: 2px;
}
.text-content.list-bold-marker ol li::marker {
  font-weight: bold !important;
}
@media only screen and (max-width: 884px) {
  .text-content.list-bold-marker ol li {
    text-indent: -18px;
  }
}

.supertext sup {
  font-weight: 200;
  font-size: 70%;
}

.side-full-img {
  height: 100%;
  width: 100%;
}
.side-full-img img {
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 884px) {
  .side-full-img img {
    position: relative;
    inset: unset;
  }
}

@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .menu-item {
    border-width: 0 !important;
  }
}
.header-menu .elementor-nav-menu .menu-item a {
  text-transform: capitalize;
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .menu-item a {
    display: inline-block;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .menu-item a:hover, .header-menu .elementor-nav-menu .menu-item a.elementor-item-active {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .menu-item a:hover svg path, .header-menu .elementor-nav-menu .menu-item a.elementor-item-active svg path {
    fill: var(--e-global-color-primary);
  }
}
.header-menu .elementor-nav-menu .menu-item a:hover ~ .sub-arrow, .header-menu .elementor-nav-menu .menu-item a.elementor-item-active ~ .sub-arrow {
  top: 14px;
}
.header-menu .elementor-nav-menu .menu-item a:hover ~ .sub-arrow i[class*=icon-], .header-menu .elementor-nav-menu .menu-item a.elementor-item-active ~ .sub-arrow i[class*=icon-] {
  color: var(--e-global-color-primary);
}
.header-menu .elementor-nav-menu .menu-item a:hover ~ .sub-arrow i[class*=icon-] {
  transform: scaleY(-1);
}
.header-menu .elementor-nav-menu .menu-item a.highlighted ~ .sub-arrow {
  top: 14px;
}
.header-menu .elementor-nav-menu .menu-item a.highlighted ~ .sub-arrow i[class*=icon-] {
  transform: scaleY(-1);
  color: var(--e-global-color-primary);
}
.header-menu .elementor-nav-menu .menu-item:last-child a {
  padding-right: 0 !important;
}
.header-menu .elementor-nav-menu .elementor-item {
  padding-right: 24px !important;
}
@media only screen and (max-width: 1744px) {
  .header-menu .elementor-nav-menu .elementor-item {
    padding-right: 16px !important;
  }
}
@media only screen and (max-width: 1404px) {
  .header-menu .elementor-nav-menu .elementor-item {
    padding-right: 11.5px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .elementor-item {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-menu .elementor-nav-menu .elementor-item {
    padding-left: 0 !important;
  }
}
.header-menu .elementor-nav-menu .elementor-item.has-submenu {
  padding-right: 44px !important;
}
@media only screen and (max-width: 1744px) {
  .header-menu .elementor-nav-menu .elementor-item.has-submenu {
    padding-right: 39px !important;
  }
}
@media only screen and (max-width: 1404px) {
  .header-menu .elementor-nav-menu .elementor-item.has-submenu {
    padding-right: 26.67px !important;
  }
}
.header-menu .elementor-nav-menu .sub-arrow {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1744px) {
  .header-menu .elementor-nav-menu .sub-arrow {
    right: 16px;
  }
}
@media only screen and (max-width: 1404px) {
  .header-menu .elementor-nav-menu .sub-arrow {
    top: 17px;
    right: 12px;
    width: 9px;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .sub-arrow {
    top: 20px;
    padding: 10px;
    z-index: 11;
    right: 25px;
    width: auto;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em !important;
    width: 1em !important;
  }
}
.header-menu .elementor-nav-menu .sub-arrow i[class*=icon-] {
  font-size: 11px;
  font-weight: 900;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-nav-menu--dropdown .elementor-button {
    color: var(--e-global-color-8a7e08f) !important;
    margin: 55px 0 91px;
    padding: 14px 50px !important;
    font: var(--e-global-typography-772bc66-font-style) var(--e-global-typography-772bc66-font-weight) var(--e-global-typography-772bc66-font-size)/var(--e-global-typography-772bc66-line-height) var(--e-global-typography-772bc66-font-family), Sans-serif;
    text-transform: var(--e-global-typography-772bc66-text-transform);
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav ul li {
    margin: 0 auto !important;
    width: 100%;
    max-width: 884px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 884px) {
  .header-menu nav ul li {
    max-width: 660px;
    padding: 0 26px;
  }
}
@media only screen and (max-width: 575px) {
  .header-menu nav ul li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav ul li.menu-item-has-children ul {
    display: block !important;
    height: 0 !important;
    transition: all 0.4s ease;
    overflow: hidden !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: var(--e-global-color-2451bdf) !important;
    margin-left: 0;
  }
}
.header-menu nav ul li.menu-item-has-children ul li:first-child a {
  border-radius: 6px 6px 0 0 !important;
}
.header-menu nav ul li.menu-item-has-children ul li:last-child a {
  border-radius: 0 0 6px 6px !important;
}
.header-menu nav ul li.menu-item-has-children ul li:only-child a {
  border-radius: 6px !important;
}
@media only screen and (max-width: 1126px) {
  .header-menu nav ul li.menu-item-has-children.menu-list-active > ul {
    height: auto !important;
    opacity: 1;
    overflow: visible !important;
    visibility: visible;
    max-height: unset !important;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav.elementor-nav-menu--dropdown {
    background-color: var(--e-global-color-2451bdf) !important;
    padding-top: 50px;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav.elementor-nav-menu--dropdown::-webkit-scrollbar {
    width: 4px;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav.elementor-nav-menu--dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0px 4px 22.6px 0px var(--e-global-color-c966303);
    border-radius: 6px;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav.elementor-nav-menu--dropdown::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 6px;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu nav.elementor-nav-menu--dropdown::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-3c881c6);
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-menu-toggle {
    padding: 0;
  }
}
@media only screen and (max-width: 1126px) {
  .header-menu .elementor-menu-toggle .icon {
    font-size: 31px;
  }
}
@media only screen and (max-width: 575px) {
  .header-menu .elementor-menu-toggle .icon {
    font-size: 27px;
  }
}
.header-menu.landing-page-header-menu {
  margin-left: auto;
}
@media only screen and (max-width: 1126px) {
  .header-menu.landing-page-header-menu {
    margin-left: unset;
  }
}
@media only screen and (max-width: 1404px) {
  .header-button .elementor-button-content-wrapper {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 1126px) {
  .arrow-btn .elementor-button-content-wrapper {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 1126px) {
  .header-menu .header-button-wrap {
    margin: 0 auto !important;
    width: 100%;
    max-width: 884px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 884px) {
  .header-menu .header-button-wrap {
    max-width: 660px;
    padding: 0 26px;
  }
}
@media only screen and (max-width: 575px) {
  .header-menu .header-button-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 884px) {
  .member-slider-title svg {
    width: 70px;
  }
}

.footer-member-sec .member-slider img {
  opacity: 0.5;
  width: auto;
  filter: grayscale(100%);
}
.footer-member-sec .member-slider::after {
  content: "";
  box-shadow: inset 80px -22px 26px -42px #ffffff;
  position: absolute;
  left: 0px;
  height: 95px;
  width: 80px;
  display: block;
  top: 0;
  z-index: 1;
}
.footer-member-sec .member-slider::before {
  content: "";
  box-shadow: inset -80px -22px 26px -42px #ffffff;
  position: absolute;
  right: 0px;
  height: 95px;
  width: 80px;
  display: block;
  top: 0;
  z-index: 2;
}
.footer-member-sec .footer-img-slider img {
  opacity: 0.7;
  width: auto;
  filter: grayscale(100%);
}
.footer-member-sec .footer-img-slider::after {
  content: "";
  background: linear-gradient(270deg, var(--e-global-color-6bc18f9) 0%, var(--e-global-color-8a7e08f) 100%);
  position: absolute;
  left: 0px;
  height: 95px;
  width: 76px;
  display: block;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1404px) {
  .footer-member-sec .footer-img-slider::after {
    width: 67px;
    height: 83px;
  }
}
@media only screen and (max-width: 1126px) {
  .footer-member-sec .footer-img-slider::after {
    width: 48px;
    height: 53px;
  }
}
.footer-member-sec .footer-img-slider::before {
  content: "";
  background: linear-gradient(90deg, var(--e-global-color-6bc18f9) 0%, var(--e-global-color-8a7e08f) 100%);
  position: absolute;
  right: 0px;
  left: auto;
  height: 95px;
  width: 76px;
  display: block;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1404px) {
  .footer-member-sec .footer-img-slider::before {
    width: 67px;
    height: 83px;
  }
}
@media only screen and (max-width: 1126px) {
  .footer-member-sec .footer-img-slider::before {
    width: 48px;
    height: 53px;
  }
}
.footer-member-sec h2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-privacy-policy-link a {
  font: var(--e-global-typography-8a61978-font-style) var(--e-global-typography-8a61978-font-weight) var(--e-global-typography-8a61978-font-size)/var(--e-global-typography-8a61978-line-height) var(--e-global-typography-8a61978-font-family), Sans-serif;
  text-transform: var(--e-global-typography-8a61978-text-transform);
}
.footer-privacy-policy-link.lp-footer-privacy-policy-link a {
  color: var(--e-global-color-8a7e08f);
}

.quick-links-col a {
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .pages-link {
    max-width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .pages-link.lp-get-direction-col {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .opening-hours-col {
    max-width: 150px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .opening-hours-col.lp-opening-hours-col {
    max-width: 315px;
  }
}

.scroll-top-box .elementor-icon-box-icon a {
  border: 1px solid;
  border-radius: 6px;
  padding: 5px;
}
.scroll-top-box .elementor-icon-box-wrapper {
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .scroll-top-box .elementor-icon-box-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
.scroll-top-box .elementor-icon-box-wrapper .elementor-icon-box-content {
  flex-grow: unset;
}

.single-post .scroll-top-box .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.single-post .scroll-top-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-left: 12px;
  display: flex;
}
.single-post .scroll-top-box .elementor-icon-box-wrapper .elementor-icon-box-content p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1126px) {
  .inner-banner .elementor-icon-box-wrapper {
    align-items: center;
  }
}
.inner-banner .elementor-icon-box-wrapper .elementor-icon-box-content a {
  padding-right: 11px;
}
@media only screen and (max-width: 1126px) {
  .inner-banner .elementor-icon-box-wrapper .elementor-icon-box-content a {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1126px) {
  .top-bar ul.elementor-icon-list-items.elementor-inline-items {
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
  }
}
.top-bar ul.elementor-icon-list-items.elementor-inline-items li a span {
  text-align: center;
}
@media only screen and (max-width: 1126px) {
  .top-bar ul.elementor-icon-list-items.elementor-inline-items li a span {
    text-align: left;
  }
}
@media only screen and (max-width: 1404px) {
  .top-bar ul.elementor-icon-list-items.elementor-inline-items li:not(:last-child)::after {
    border-left-width: 1px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .top-bar .top-bar-social-list {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 116px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .top-bar .top-bar-social-list .elementor-social-icons-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 1126px) {
  .top-bar .top-bar-social-list .elementor-social-icons-wrapper a {
    padding-top: 1px;
  }
}

@media only screen and (max-width: 1126px) {
  .top-menu-action-arrow .elementor-icon-wrapper {
    display: flex;
  }
}

@media only screen and (max-width: 1744px) {
  .contact-get-in-touch-left {
    max-width: 490px;
  }
}
@media only screen and (max-width: 1126px) {
  .contact-get-in-touch-left {
    max-width: unset;
  }
}

.blog-listing .elementor-post__card {
  box-shadow: 0px 4px 22.6px 0px var(--e-global-color-c966303) !important;
}
.blog-listing .elementor-post__card .elementor-post__thumbnail__link {
  order: 1;
  margin-bottom: 0 !important;
}
.blog-listing .elementor-post__card .elementor-post__text {
  order: 3;
  margin: 0 !important;
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-post__card .elementor-post__text {
    padding: 0 20px !important;
  }
}
.blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt p {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 575px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt p {
    -webkit-line-clamp: 3;
  }
}
.blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--e-global-color-text);
  text-transform: uppercase;
  padding-right: 51px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1744px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1404px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
    padding-right: 53px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
    padding-right: 30px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
    padding-right: 34px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a {
    padding-right: 44px;
    margin-bottom: 17px;
  }
}
.blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
  content: "\e902";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 23px 25px;
  font-size: 19px;
  border-top-left-radius: 6px;
  font-family: "icomoon" !important;
  background-color: var(--e-global-color-primary);
}
@media only screen and (max-width: 1744px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    padding: 20px 22px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    padding: 18px 20px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    width: 45px;
    height: 45px;
  }
}
.blog-listing .elementor-post__card .elementor-post__meta-data {
  order: 2;
  border: none !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-transform: uppercase;
  padding: 40px 30px 20px 30px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-post__card .elementor-post__meta-data {
    flex-wrap: wrap-reverse;
    padding: 20px !important;
  }
}
.blog-listing .elementor-post__card .elementor-post__meta-data .elementor-post-date {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-listing .elementor-post__card .elementor-post__meta-data .elementor-post-date::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 15px;
  background-color: rgba(88, 88, 90, 0.5019607843);
}
.blog-listing .elementor-post__card .elementor-post__meta-data .elementor-post-date::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2024/09/calender.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
}
.blog-listing .elementor-post__card .elementor-post__title a,
.blog-listing .elementor-post__card .elementor-post__excerpt p,
.blog-listing .elementor-post__card .elementor-post__read-more-wrapper p,
.blog-listing .elementor-post__card .elementor-post__meta-data,
.blog-listing .elementor-post__card .elementor-post-date::before,
.blog-listing .elementor-post__card .elementor-post-date::after {
  transition: all 0.3s ease;
}
.blog-listing .elementor-post__card:hover {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-8a7e08f);
  transition: all 0.3s ease;
}
.blog-listing .elementor-post__card:hover .elementor-post__text .elementor-post__read-more-wrapper a {
  color: var(--e-global-color-8a7e08f);
}
.blog-listing .elementor-post__card:hover .elementor-post__text .elementor-post__read-more-wrapper a::after {
  background-color: var(--e-global-color-8a7e08f);
  color: var(--e-global-color-text);
  filter: none;
}
.blog-listing .elementor-post__card:hover .elementor-post__meta-data,
.blog-listing .elementor-post__card:hover .elementor-post__title a,
.blog-listing .elementor-post__card:hover .elementor-post__excerpt p,
.blog-listing .elementor-post__card:hover .elementor-post__read-more-wrapper a {
  color: #ffffff;
}
.blog-listing .elementor-post__card:hover .elementor-post-date::before {
  filter: brightness(0) invert(1);
}
.blog-listing .elementor-post__card:hover .elementor-post-date::after {
  background-color: #ffffff;
}
.blog-listing .elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-pagination {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing .elementor-pagination {
    flex-direction: column;
  }
}
.blog-listing .elementor-pagination span,
.blog-listing .elementor-pagination a {
  font: var(--e-global-typography-760908d-font-style) var(--e-global-typography-760908d-font-weight) var(--e-global-typography-760908d-font-size)/var(--e-global-typography-760908d-line-height) var(--e-global-typography-760908d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-760908d-text-transform);
  text-transform: uppercase;
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-8a7e08f);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  padding: 23px 47px;
}
@media only screen and (max-width: 1744px) {
  .blog-listing .elementor-pagination span,
  .blog-listing .elementor-pagination a {
    padding: 19px 56px;
  }
}
@media only screen and (max-width: 1404px) {
  .blog-listing .elementor-pagination span,
  .blog-listing .elementor-pagination a {
    padding: 16.5px 58px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing .elementor-pagination span,
  .blog-listing .elementor-pagination a {
    padding: 10.5px 28px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing .elementor-pagination span,
  .blog-listing .elementor-pagination a {
    padding: 11.5px 46px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing .elementor-pagination span,
  .blog-listing .elementor-pagination a {
    padding: 14px 49px;
  }
}
.blog-listing .elementor-pagination span {
  cursor: not-allowed;
  opacity: 0.5;
}
.blog-listing .elementor-pagination a:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing article:last-child {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing.home-blog-listing article:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing.blog-page-listing article:last-child, .blog-listing.home-blog-listing.blog-page-listing article:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing.home-blog-listing.blog-page-listing article:nth-last-child(3), .blog-listing.home-blog-listing.blog-page-listing article:nth-last-child(4) {
    display: none;
  }
}
.blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
  padding: 43px 39px 0 44px !important;
}
@media only screen and (max-width: 1744px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
    padding: 36px 33px 0 37px !important;
  }
}
@media only screen and (max-width: 1404px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
    padding: 20px 25px 0 30px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
    padding: 25px 25px 0 24px !important;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
    padding: 30px 29px 0 26px !important;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text {
    padding: 32px 24px 0 30px !important;
  }
}
.blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1404px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__title {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__title {
    margin-bottom: 16px;
  }
}
.blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
  margin-bottom: 61px;
}
@media only screen and (max-width: 1744px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 1404px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 39px;
  }
}
.blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
  padding: 24px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
@media only screen and (max-width: 1744px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    padding: 22.5px 23.5px;
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 1404px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    font-size: 15px;
    padding: 19px 20px;
    width: 58px;
    height: 58px;
  }
}
@media only screen and (max-width: 1126px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    font-size: 11px;
    padding: 10.5px 12.5px;
    width: 41px;
    height: 41px;
  }
}
@media only screen and (max-width: 884px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-listing.home-blog-listing .elementor-post__card .elementor-post__text .elementor-post__read-more-wrapper a::after {
    width: 53px;
    height: 53px;
  }
}
.blog-listing.home-blog-listing .elementor-post__card:hover .elementor-post__thumbnail__link {
  overflow: hidden;
}
.blog-listing.home-blog-listing .elementor-post__card:hover .elementor-post__thumbnail__link .elementor-post__thumbnail {
  transition: all 0.3s ease;
  transform: scale(1.3);
  transform-origin: center;
}

.arrow-btn a > span {
  align-items: center;
}
.arrow-btn a > span .elementor-button-icon {
  font-size: 19px;
  display: flex;
}
@media only screen and (max-width: 1404px) {
  .arrow-btn a > span .elementor-button-icon {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1126px) {
  .arrow-btn a > span .elementor-button-icon {
    font-size: 11px;
  }
}
.arrow-btn a > span .elementor-button-text {
  margin-top: auto;
}

.icon-arrow-right,
.icon-arrow-left {
  font-size: 19px;
}
@media only screen and (max-width: 1404px) {
  .icon-arrow-right,
  .icon-arrow-left {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1126px) {
  .icon-arrow-right,
  .icon-arrow-left {
    font-size: 11px;
  }
}

.common-section {
  padding: 160px 0;
}
@media only screen and (max-width: 1744px) {
  .common-section {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 1404px) {
  .common-section {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1126px) {
  .common-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 884px) {
  .common-section {
    padding: 80px 0;
  }
}

.common-section-top {
  padding: 160px 0 0 0;
}
@media only screen and (max-width: 1744px) {
  .common-section-top {
    padding: 140px 0 0 0;
  }
}
@media only screen and (max-width: 1404px) {
  .common-section-top {
    padding: 120px 0 0 0;
  }
}
@media only screen and (max-width: 1126px) {
  .common-section-top {
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 884px) {
  .common-section-top {
    padding: 80px 0 0 0;
  }
}

.common-section-bottom {
  padding: 0 0 160px 0;
}
@media only screen and (max-width: 1744px) {
  .common-section-bottom {
    padding: 0 0 140px 0;
  }
}
@media only screen and (max-width: 1404px) {
  .common-section-bottom {
    padding: 0 0 120px 0;
  }
}
@media only screen and (max-width: 1126px) {
  .common-section-bottom {
    padding: 0 0 100px 0;
  }
}
@media only screen and (max-width: 884px) {
  .common-section-bottom {
    padding: 0 0 80px 0;
  }
}

.logo-sec .logo-container {
  display: flex;
  align-items: center;
  gap: 114px;
  justify-content: flex-start;
  white-space: nowrap;
  transition: transform 0.5s linear;
}
@media only screen and (max-width: 1744px) {
  .logo-sec .logo-container {
    gap: 55px;
  }
}
@media only screen and (max-width: 1404px) {
  .logo-sec .logo-container {
    gap: 22px;
  }
}
@media only screen and (max-width: 1126px) {
  .logo-sec .logo-container {
    gap: 16px;
  }
}
.logo-sec .logo-container .mem-logo {
  max-width: 198px;
  max-height: 94px;
}
@media only screen and (max-width: 1744px) {
  .logo-sec .logo-container .mem-logo {
    max-height: 84px;
  }
}
@media only screen and (max-width: 1404px) {
  .logo-sec .logo-container .mem-logo {
    max-width: 174px;
  }
}
@media only screen and (max-width: 1126px) {
  .logo-sec .logo-container .mem-logo {
    max-width: 124px;
    max-height: 53px;
  }
}

.opening-hours-col p {
  margin-bottom: 18px !important;
}
@media only screen and (max-width: 1404px) {
  .opening-hours-col p {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  .opening-hours-col p {
    margin-bottom: 18px !important;
  }
}

.pages-link li,
.footer-quick-link li {
  margin-bottom: 18px !important;
}
@media only screen and (max-width: 1404px) {
  .pages-link li,
  .footer-quick-link li {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pages-link li,
  .footer-quick-link li {
    margin-bottom: 18px !important;
  }
}

.request-an-appointment-form .elementor-widget-container {
  display: flex;
  height: auto !important;
}
.request-an-appointment-form .elementor-widget-container .rw-request-appointment {
  max-height: 1035px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  overflow-y: auto;
}
@media only screen and (max-width: 1404px) {
  .request-an-appointment-form .elementor-widget-container .rw-request-appointment {
    max-height: 900px;
  }
}
@media only screen and (max-width: 884px) {
  .request-an-appointment-form .elementor-widget-container .rw-request-appointment {
    max-height: 592px;
  }
}
.request-an-appointment-form iframe {
  border-radius: 6px;
  background-color: var(--e-global-color-8a7e08f);
}
.request-an-appointment-form.lp-footer-form .elementor-widget-container .rw-request-appointment {
  max-height: 660px;
}
@media only screen and (max-width: 1404px) {
  .request-an-appointment-form.lp-footer-form .elementor-widget-container .rw-request-appointment {
    max-height: 550px;
  }
}
@media only screen and (max-width: 884px) {
  .request-an-appointment-form.lp-footer-form .elementor-widget-container .rw-request-appointment {
    max-height: 592px;
  }
}

.work-with-team-form {
  width: 100% !important;
}
.work-with-team-form .elementor-widget-container {
  display: flex;
  height: auto !important;
  border-radius: 6px;
}

.scroll-to-link .elementor-icon-box-title a:hover {
  color: var(--e-global-color-8a7e08f);
}/*# sourceMappingURL=custom-common.css.map */