/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0.94rem 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #DDD2C7;
  border-radius: 100%;
  font-size: 0;
  background-color: #82685a;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #DDD2C7;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #DDD2C7;
}
.slick-arrow {
  --sArrowWidth: 58px;
  position: absolute;
  top: calc(50% - (var(--sArrowWidth) / 2));
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: #82685a;
  border-radius: 4px;
  border: 0;
  z-index: 9;
  transition: 0.5s ease all;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  background-color: #000000;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 720px) and (orientation: portrait) {
  .fancybox-content {
    padding: 20px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .fancybox-content {
    padding: 20px;
  }
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  /* Fix IE11 */
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* MonetaSans Fonts */
@font-face {
  font-family: "MonetaSans";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Light.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/base/MonetaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSans";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Regular.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSans";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Bold.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSans";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Black.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* MonetaSansOblique Fonts */
@font-face {
  font-family: "MonetaSansOblique";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Light.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSansOblique";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Regular.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSansOblique";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Bold.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonetaSansOblique";
  src: url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Black.woff2") format("woff2"), url("/wp-content/themes/glambypracticebloom/assets/fonts/MonetaSansOblique-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Reset css
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *::before, *::after {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
   ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video, iframe {
  display: block;
  max-width: 100%;
}
/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #000000;
  font-size: 1rem;
  font-family: "Manjari", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}
h1, h2, h3 {
  font-family: "MonetaSans" !important;
}
h1, .h1 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}
h2, .h2 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 56px;
  }
}
h3, .h3 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.63rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 42px;
  }
}
h4, .h4 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h4, .h4 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 36px;
  }
}
h5, .h5 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6, .h6 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: break-word;
  text-transform: uppercase;
  font-family: "Manjari", sans-serif;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 0.94rem;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #000000;
  background-color: #dee3e2;
  border-left: 0.25rem solid #82685a;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 1rem auto 1rem;
  border: 0 #002738 solid;
  border-top-width: 0.13rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
------------------------------------------------------------------------------*/
a {
  color: #82685a;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #dee3e2;
  padding: 0.63rem;
}
/**
 * Main content containers
 */
.container, .container-fluid, .wp-block-group:not(.alignfull) .wp-block-group__inner-container {
  --gutter: 3.13rem;
  width: min(calc(100% - var(--gutter) * 2), calc(var(--container-width, none)));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container, .container-fluid, .wp-block-group:not(.alignfull) .wp-block-group__inner-container {
    --gutter: 1.25rem;
  }
}
.container {
  --container-width: 73.13rem;
}
.container-fluid {
  padding: 0 20px;
}
/* Wordpress container classes */
.wp-block-group:not(.alignfull) .wp-block-group__inner-container {
  max-width: 79.39rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  position: relative;
  width: 100%;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.text-black {
  color: #000000;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-30, .m-30, .my-30 {
  margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
  padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
  padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
  padding-right: 1.875rem;
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30, .m-sm-30, .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30, .p-sm-30, .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30, .m-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30, .p-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30, .m-sm-30, .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30, .p-sm-30, .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30, .m-sm-30, .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30, .p-sm-30, .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30, .m-md-30, .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30, .p-md-30, .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30, .m-md-30, .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30, .p-md-30, .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30, .m-md-30, .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30, .p-md-30, .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30, .m-md-30, .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30, .p-md-30, .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30, .m-lg-30, .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30, .p-lg-30, .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30, .m-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30, .p-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30, .m-lg-30, .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30, .p-lg-30, .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30, .m-lg-30, .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30, .p-lg-30, .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30, .m-xl-30, .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30, .p-xl-30, .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30, .m-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30, .p-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30, .m-xl-30, .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30, .p-xl-30, .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30, .m-xl-30, .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30, .p-xl-30, .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
.btn, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 0.63rem 0.94rem 0.38rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background-color: #82685a;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a:hover .btn, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"] {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  cursor: pointer;
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #82685a;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #DDD2C7;
  text-decoration: none;
  border-color: currentColor;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
form label {
  display: block;
  margin-bottom: 0.63rem;
  color: #000000;
  font-family: "Manjari", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
}
input, textarea, button, select {
  font-family: "Manjari", sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="date"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #DDD2C7;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  border-color: #DDD2C7;
  outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
button {
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 1.25rem;
}
.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: 0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after, .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #DDD2C7;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label, .gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before, .gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #DDD2C7;
  -webkit-appearance: none;
  cursor: pointer;
}
#wpadminbar {
  position: fixed;
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.main-container {
  width: 100%;
  align-self: start;
}
.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-bg picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slick-dots li {
  padding: 0 0.32rem;
}
:root {
  --section-space: 40px;
}
@media (min-width: 576px) and (max-width: 767px) {
  :root {
    --section-space: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --section-space: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --section-space: 90px;
  }
}
@media (min-width: 1200px) {
  :root {
    --section-space: 100px;
  }
}
/** Innerbanner styles */
.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 17.5rem;
  padding: var(--section-spacing) 0;
  background-color: #82685a;
}
.inner-banner .waves {
  width: 100%;
  height: 15vh;
  min-height: 250px;
  max-height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 720px) and (orientation: portrait) {
  .inner-banner .waves {
    height: 60px;
    min-height: 60px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .inner-banner .waves {
    height: 60px;
    min-height: 60px;
  }
}
.inner-banner .waves svg {
  width: 100%;
  height: 100%;
}
.inner-banner h1 {
  text-transform: uppercase;
}
@media (max-width: 720px) and (orientation: portrait) {
  .inner-banner h1 {
    font-size: 1.88rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .inner-banner h1 {
    font-size: 1.88rem;
  }
}
.inner-banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .inner-banner-bg {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .inner-banner-bg {
    width: 100%;
  }
}
.inner-banner-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.inner-banner-bg picture img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.inner-banner-wrapper {
  position: relative;
  z-index: 2;
}
.inner-banner-wrapper .breadcrumbs {
  margin: var(--section-gutter) 0;
}
.inner-banner-wrapper .breadcrumbs span {
  color: #000000;
}
.inner-banner-wrapper .breadcrumbs span a {
  color: inherit;
  font-weight: inherit;
}
.inner-banner-wrapper .breadcrumbs span a:hover {
  color: #82685a;
}
.inner-banner-wrapper .breadcrumbs span strong {
  font-weight: inherit;
}
.image-ratio {
  position: relative;
  z-index: 1;
  padding-top: 100%;
}
.image-ratio img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
/** Theme popup styles */
.theme-popup, .offer-popup, .button-popup {
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
}
@media (max-width: 720px) and (orientation: portrait) {
  .theme-popup, .offer-popup, .button-popup {
    padding: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .theme-popup, .offer-popup, .button-popup {
    padding: 0;
  }
}
.theme-popup-wrapper, .offer-popup-wrapper, .button-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.theme-popup .fancybox-close-small, .offer-popup .fancybox-close-small, .button-popup .fancybox-close-small {
  color: #ffffff;
  padding: 0rem;
  right: 1.88rem;
  top: 1.88rem;
  z-index: 9;
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-popup .fancybox-close-small, .offer-popup .fancybox-close-small, .button-popup .fancybox-close-small {
    right: 1.25rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .theme-popup .fancybox-close-small, .offer-popup .fancybox-close-small, .button-popup .fancybox-close-small {
    top: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .theme-popup .fancybox-close-small, .offer-popup .fancybox-close-small, .button-popup .fancybox-close-small {
    top: 0;
  }
}
.theme-popup .fancybox-close-small svg, .offer-popup .fancybox-close-small svg, .button-popup .fancybox-close-small svg {
  width: 3.13rem;
  height: 3.13rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-popup .fancybox-close-small svg, .offer-popup .fancybox-close-small svg, .button-popup .fancybox-close-small svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.theme-popup-inner, .offer-popup-inner, .button-popup-inner {
  position: relative;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 80vh;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .theme-popup-inner, .offer-popup-inner, .button-popup-inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-popup-inner, .offer-popup-inner, .button-popup-inner {
    padding-top: 2.5rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .theme-popup-inner, .offer-popup-inner, .button-popup-inner {
    padding: 2.5rem 0.94rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .theme-popup-inner, .offer-popup-inner, .button-popup-inner {
    padding: 2.5rem 0.94rem;
  }
}
.theme-popup-inner.has-media .theme-popup-media, .offer-popup-inner.has-media .theme-popup-media, .button-popup-inner.has-media .theme-popup-media {
  width: 33%;
  position: relative;
  padding-top: 50%;
}
.theme-popup-inner.has-media .theme-popup-media picture, .offer-popup-inner.has-media .theme-popup-media picture, .button-popup-inner.has-media .theme-popup-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.theme-popup-inner.has-media .theme-popup-media picture img, .offer-popup-inner.has-media .theme-popup-media picture img, .button-popup-inner.has-media .theme-popup-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .theme-popup-inner.has-media .theme-popup-media, .offer-popup-inner.has-media .theme-popup-media, .button-popup-inner.has-media .theme-popup-media {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .theme-popup-inner.has-media .theme-popup-media, .offer-popup-inner.has-media .theme-popup-media, .button-popup-inner.has-media .theme-popup-media {
    width: 84%;
    padding-top: 100%;
  }
}
.theme-popup-inner.has-media .theme-popup-body, .offer-popup-inner.has-media .theme-popup-body, .button-popup-inner.has-media .theme-popup-body {
  width: 73%;
  padding: 1.88rem 5rem;
}
@media (max-width: 991px) {
  .theme-popup-inner.has-media .theme-popup-body, .offer-popup-inner.has-media .theme-popup-body, .button-popup-inner.has-media .theme-popup-body {
    width: 100%;
    padding: 1.25rem 0 0;
  }
}
.theme-popup-body, .offer-popup-body, .button-popup-body {
  padding: 1.88rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .theme-popup-body, .offer-popup-body, .button-popup-body {
    height: 31.25rem;
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  .theme-popup-body, .offer-popup-body, .button-popup-body {
    text-align: center;
    padding: 1.25rem 0 0;
  }
}
.theme-popup-body h2, .theme-popup-body h3, .offer-popup-body h2, .offer-popup-body h3, .button-popup-body h2, .button-popup-body h3 {
  text-transform: uppercase;
}
.theme-popup-body h3, .offer-popup-body h3, .button-popup-body h3 {
  margin-bottom: 0.32rem;
}
.theme-popup-body h2, .offer-popup-body h2, .button-popup-body h2 {
  margin-bottom: 1.88rem;
}
.theme-popup-body h2 span, .offer-popup-body h2 span, .button-popup-body h2 span {
  color: #82685a;
}
.theme-popup-body .booknow, .offer-popup-body .booknow, .button-popup-body .booknow {
  margin-top: 3.13rem;
}
@media (max-width: 991px) {
  .theme-popup-body .booknow, .offer-popup-body .booknow, .button-popup-body .booknow {
    margin-top: 1.88rem;
  }
}
.theme-popup-body a.link, .offer-popup-body a.link, .button-popup-body a.link {
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #82685a;
}
.theme-popup-body a.link:hover, .offer-popup-body a.link:hover, .button-popup-body a.link:hover {
  color: #000000;
}
.theme-popup-body a.link svg, .offer-popup-body a.link svg, .button-popup-body a.link svg {
  stroke: currentColor;
  width: 1.19rem;
  height: 0.5rem;
  margin-left: 0.32rem;
}
.theme-popup-btn, .offer-popup-btn, .button-popup-btn {
  display: none;
}
.button-popup .has-media .button-popup-media {
  width: 50%;
  position: relative;
  padding-top: 55%;
}
.button-popup .has-media .button-popup-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.button-popup .has-media .button-popup-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .button-popup .has-media .button-popup-media {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .button-popup .has-media .button-popup-media {
    width: 84%;
    padding-top: 100%;
  }
}
.button-popup .has-media .button-popup-body {
  width: 50%;
  padding: 1.88rem;
}
@media (max-width: 991px) {
  .button-popup .has-media .button-popup-body {
    width: 100%;
    padding: 1.25rem;
  }
}
.button-popup h3 {
  font-size: 1.25rem;
}
.button-popup h2 {
  font-size: 3.13rem;
  margin-bottom: var(--section-gutter);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .button-popup h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .button-popup h2 {
    font-size: 1.88rem;
  }
}
.button-popup .gform_wrapper .gform_fields .gfield {
  padding: 0.44rem var(--section-gutter);
}
.box-title {
  text-align: center;
  background-color: #DDD2C7;
  padding: 1.25rem;
}
.box-title h2 {
  margin-bottom: 0;
}
.box-title .box-content {
  padding-top: 1.25rem;
}
.vertitle {
  display: none;
}
@media (min-width: 992px) {
  .vertitle.scroll-up {
    display: block;
    width: 10%;
    writing-mode: tb-rl;
    color: #DDD2C7;
    font-size: 10vw;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  .vertitle.scroll-up p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    /* Starting position */
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-up 15s linear infinite;
    -webkit-animation: scroll-up 15s linear infinite;
    animation: scroll-up 15s linear infinite;
  }
}
.zoomout {
  animation: zoomout 5s;
}
.zoom-in {
  opacity: 1 !important;
  transform: translateZ(0) scale(1) !important;
}
/** Fade Effect */
.fade-effect {
  opacity: 0;
  transform: none;
  transition: 0.5s ease all;
}
.fade-effect.show {
  animation: fadesides 2s forwards;
}
@media (min-width: 768px) {
  .fade-effect.show {
    animation: fade 2s forwards;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
  0% {
    -moz-transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes scroll-up {
  0% {
    -moz-transform: translateY(100%);
    /* Browser bug fix */
    -webkit-transform: translateY(100%);
    /* Browser bug fix */
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%);
    /* Browser bug fix */
    -webkit-transform: translateY(-100%);
    /* Browser bug fix */
    transform: translateY(-100%);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* responsive nav for small devices */
.hamburger {
  display: none;
  --humburgerBox: 2.5rem;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  z-index: 999;
  margin-right: 20px;
}
@media (max-width: 720px) and (orientation: portrait) {
  .hamburger {
    display: flex;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .hamburger {
    display: flex;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger > span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 5px;
  width: 100%;
  background: #82685a;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger > span:before, .hamburger > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #82685a;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger > span:before {
  top: -8px;
}
.hamburger > span:after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #82685a;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}
.mbnav {
  position: relative;
  display: none;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #ddd2c7;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 5.32rem;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li button {
  display: none;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #82685a;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #dee3e2;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) a::after, .mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  --sArrowWidth: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #82685a;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #82685a !important;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "";
  --sArrowWidth: 10px;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #82685a;
  border-right: 0;
  border-top: 0;
  transform: rotate(45deg);
  position: static;
  margin-right: 15px;
  margin-bottom: 3px;
  display: inline-block;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
/*--- header ---*/
.top-header {
  padding: 0.19rem 0;
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .top-header {
    display: none !important;
  }
}
.top-header .top-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .top-header .top-link {
    flex-wrap: nowrap;
  }
}
.top-header .top-link .info-link {
  display: inline-flex;
  gap: 5px;
}
.top-header .top-link a {
  text-decoration: none;
  color: #000000;
  text-transform: normal;
  margin-right: 1.25rem;
  font-size: 0.87rem;
  font-weight: 400;
  transition: 0.4s all;
}
@media (max-width: 991px) {
  .top-header .top-link a {
    margin-right: 0.63rem;
  }
}
.top-header .top-link p {
  color: #000000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.87rem;
}
.top-header .top-link p svg {
  margin-right: 0.63rem;
  transition: 0.4s all;
  width: 0.94rem;
}
.top-header .top-link .has-loc-icon:hover a {
  color: #82685a;
}
.top-header .top-link .has-loc-icon:hover svg, .top-header .top-link .has-loc-icon:hover path {
  fill: #82685a;
}
.top-header .top-link .socialmedia {
  display: inline-flex;
  list-style: none;
  margin: 0;
}
.top-header .top-link .socialmedia li {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .top-header .top-link .socialmedia li {
    padding: 5px 0 0;
  }
}
.top-header .top-link .socialmedia li svg {
  width: 18px;
}
.top-header .top-link .socialmedia li svg > path {
  fill: #000000;
  transition: 0.4s all;
}
.top-header .top-link .socialmedia li a {
  display: block;
  padding: 0;
}
.top-header .top-link .socialmedia li a:hover svg, .top-header .top-link .socialmedia li a:hover path {
  fill: #82685a;
}
.main-header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  z-index: 999;
  transition: 0.4s all;
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}
.main-header.sticky {
  top: 0;
  box-shadow: 0 0.19rem 0.38rem rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.main-header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  .main-header .hamburger {
    display: flex;
  }
}
.main-header .socialmedia {
  list-style: none;
  gap: 20px;
}
.main-header .socialmedia li {
  margin: 0;
  padding: 0;
}
.main-header .quick-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.main-header .quick-links .socialmedia, .main-header .quick-links .contact-links, .main-header .quick-links p {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.main-header .quick-links .has-icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #82685a;
  border-radius: 4px;
  color: #ffffff;
}
.main-header .quick-links svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.main-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.94rem 0;
  /*nav {
			display: block;
			@include mobile() {
				display: none;
			}

			> ul {
				> li {
					.sub-menu-toggle {
						display: none;
					}

					&.current-menu-ancestor,
					&.current-menu-item,
					&:hover {
						> a {
							color: $secondary-100;

							&:before {
								width: 100%;
							}

							.arrow {
								transform: translateY(-50%) rotate(90deg);
								color: $primary-100;
							}
						}
					}
				}
			}

			ul {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				padding: 0;
				margin: 0;
				list-style: none;

				li {
					position: relative;
					padding: 0;
					margin: 0 15px 0 0;
					list-style: none;
					@include respond-below(xxl) {
						margin: 0 14px 0 0;
					}
					@include respond-below(xl) {
						margin: 0 9px 0 0;
					}

					&:last-child {
						margin-right: 0;
					}

					&.current-menu-ancestor,
					&.current-menu-item {
						> a {
							color: $secondary-100;
						}
					}

					&:hover {
						ul {
							opacity: 1;
							visibility: visible;
							pointer-events: auto;
							top: 100%;
							border-radius: 0;
							border-top: rem(2px) solid $secondary-100;
							background-color: $black;
						}

						a {
							&:after {
								top: 36px !important;
								opacity: 1 !important;
								visibility: visible !important;
							}
						}
					}

					a {
						position: relative;
						display: block;
						padding: 10px 0;
						text-decoration: none;
						color: $primary-100;
						font-weight: 500;
						font-size: $font-size-base;
						font-family: $font-family-base;
						text-transform: uppercase;
						letter-spacing: 0.05em;

						@include respond-below("lg") {
							padding: 22px 3px;
						}
					}

					ul {
						position: absolute;
						left: 50%;
						top: 100%;
						background-color: $black;
						padding: 15px 20px;
						border-radius: 10px;
						transform: translateX(-50%);
						width: 250px;
						opacity: 0;
						visibility: hidden;
						pointer-events: none;
						transition: 0.4s all;
						border: 1px solid $primary-100;
						z-index: 99;

						li {
							display: block;
							width: 100%;
							padding: 0;
							margin: 0;
							// border-bottom: 1px solid rgba($black, 0.2);
							a {
								padding: 10px 6px;
								color: $white;
								font-size: $font-size-base;
								line-height: 1.2;
								font-weight: 400;

								&:hover {
									color: $primary-100;
								}
							}

							&:last-child {
								padding-right: 5px;
								border: 0;
							}
						}
					}

					&.col-2-menu {
						.sub-menu {
							display: flex;
							flex-wrap: wrap;
							width: 600px;
							padding: 15px 10px;
							overflow: hidden;
							@include respond-below(xxl) {
								width: 600px;
							}
							@include respond-below(xl) {
								width: 540px;
							}

							.menu-title {
								a {
									font-size: 18px;
									padding: 0;
									margin: 10px 0;
									text-transform: uppercase;
									font-weight: 500;
									color: $primary-100;

									&:hover {
										color: $secondary-100;
									}
								}
							}

							.menu-item {
								width: 50%;
								border: none;
								padding: 0 10px;
								margin-bottom: 20px;
							}

							.sub-menu {
								position: relative;
								top: auto;
								left: auto;
								transform: none;
								width: 100%;
								padding: 0;
								margin: 0;
								opacity: 1;
								visibility: visible;
								border: none;

								&:after {
									display: none;
								}

								.menu-item {
									width: 100%;
									padding-left: 0;
									padding-right: 0;
									margin-bottom: 0;

									a {
										display: inline-block;
										padding-left: 0;
										padding-right: 0;
										font-size: 15px;
										font-weight: 400;
										color: $white;
										text-transform: capitalize;

										&:hover {
											color: $primary-100;
										}
									}

									&.current-menu-item,
									&.current_page_ancestor,
									&.current_page_parent {
										a {
											color: $primary-100;
											font-weight: 500;
										}
									}
								}

								.sub-menu {
									width: 100%;

									.menu-item {
										width: 100%;

										a {
											padding-left: 0;
											padding-right: 0;
										}
									}
								}
							}
						}
					}

					&.col-3-menu {
						.sub-menu {
							display: flex;
							flex-wrap: wrap;
							width: 700px;
							padding: 15px 10px;
							overflow: hidden;
							@include respond-below(xxl) {
								width: 600px;
							}
							@include respond-below(xl) {
								width: 540px;
							}

							> .menu-label {
								> a {
									margin-bottom: 15px;
									padding-left: 0;
									padding-right: 0;
									font-weight: 400;
									font-size: 16px;
									color: $white;
									@include respond-below(xl) {
										font-size: 18px;
									}

									&:after {
										position: absolute;
										bottom: 0;
										top: auto !important;
										left: 6px;
										height: 2px;
										width: 50px;
										background-color: $black;
										pointer-events: none;
										content: "";
										display: block !important;
									}
								}
							}

							.menu-title {
								a {
									font-size: 18px;
									padding: 0;
									margin: 10px 0;
									text-transform: uppercase;
									font-weight: 500;
									color: $primary-100;

									&:hover {
										color: $secondary-100;
									}
								}
							}

							.menu-item {
								width: 33.33%;
								border: none;
								padding: 0 10px;
								margin-bottom: 20px;
							}

							.sub-menu {
								position: relative;
								top: auto;
								left: auto;
								transform: none;
								width: 100%;
								padding: 0;
								margin: 0;
								opacity: 1;
								visibility: visible;
								border: none;

								&:after {
									display: none;
								}

								.menu-item {
									width: 100%;
									padding-left: 0;
									padding-right: 0;
									margin-bottom: 0;

									&:not(:last-child) {
										margin-bottom: 0;
									}

									a {
										display: inline-block;
										padding-left: 0;
										padding-right: 0;
										font-size: 16px;
										font-weight: 400;
										color: $white;
										text-transform: capitalize;

										&:hover {
											color: $primary-100;
										}
									}

									&.current-menu-item,
									&.current_page_ancestor,
									&.current_page_parent {
										a {
											color: $primary-100;
											font-weight: 500;
										}
									}
								}

								.sub-menu {
									width: 100%;

									.menu-item {
										width: 100%;

										a {
											padding-left: 0;
											padding-right: 0;
										}
									}
								}
							}
						}
					}
				}
			}
		}*/
}
.main-header .header-wrapper .header-logo {
  max-width: 10.94rem;
}
@media (min-width: 1200px) {
  .main-header .header-wrapper .header-logo {
    max-width: 17.19rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-header .header-wrapper .header-logo {
    max-width: 14.07rem;
  }
}
.main-header .header-wrapper .header-logo .logo {
  display: block;
}
@media (max-width: 991px) {
  .main-header .header-wrapper .right-header {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header .header-wrapper .right-header .btn {
    padding: 0.63rem;
    font-size: 0.75rem;
  }
}
.main-header .header-wrapper .app-button {
  margin-left: 0.94rem;
}
.main-header .header-wrapper .btn {
  display: block;
}
@media (max-width: 991px) {
  .main-header .header-wrapper .btn {
    display: none;
  }
}
.main-header .site-navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #82685a;
  padding-top: 20px;
  padding-right: 20px;
}
.main-header .main-navigation {
  margin-bottom: 0;
}
.main-header .main-navigation > li {
  padding: 0;
  margin: 0 2rem 0 0;
  list-style: none;
  position: relative;
}
@media (max-width: 1399px) {
  .main-header .main-navigation > li {
    margin: 0 0.94rem 0 0;
  }
}
.main-header .main-navigation > li > a {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.63rem 0;
  color: #C7AF97;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li > a {
    font-size: 0.87rem;
  }
}
.main-header .main-navigation > li > a.current-menu-item, .main-header .main-navigation > li > a.current_page_ancestor, .main-header .main-navigation > li > a:hover {
  color: #000000;
}
.main-header .main-navigation > li > div.sub-menu-box {
  position: absolute;
  left: -100vw;
  transform: translateX(-50%);
  top: 100%;
  background-color: #ffffff;
  width: 37.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-height: 20.63rem;
  box-shadow: 0px 2px 10px rgba(252, 221, 179, 0.28);
  z-index: -1;
}
.main-header .main-navigation > li > div.sub-menu-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #002738;
  pointer-events: none;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap {
  width: 50%;
  height: 100%;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap {
  padding: 16px 20px 16px 40px;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap a {
  color: #82685a;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap a:hover {
  color: #000000;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover .icons img:nth-child(2), .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active .icons img:nth-child(2) {
  opacity: 1;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover .icons img:nth-child(1), .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active .icons img:nth-child(1) {
  opacity: 0;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover a, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active a {
  color: #82685a;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover a.current-menu-item, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover a.current_page_ancestor, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active a.current-menu-item, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active a.current_page_ancestor {
  color: #000000;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover a::after, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active a::after {
  opacity: 1;
  right: 0;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap:hover > .sub-menu-box, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap.active > .sub-menu-box {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap .current-menu-item, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap .current-menu-ancestor, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap > div.menu-wrap .current_page_ancestor {
  color: #000000;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box {
  position: absolute;
  left: calc(100% - 300px);
  top: 3px;
  width: 18.75rem;
  padding-top: 15px;
  padding-bottom: 22px;
  min-height: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #FAF7F2;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #C7AF97;
  pointer-events: none;
  opacity: 0.3;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap {
  width: 100%;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 0.25rem 2rem 0.25rem 1.88rem;
  color: #82685a;
  font-size: 0.93rem;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a.current-menu-item, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a.current-page-ancestor, .main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a.current_page_ancestor {
  color: #000000;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a:hover {
  color: #000000;
  padding-left: 40px;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a:hover::after {
  opacity: 1;
}
.main-header .main-navigation > li > div.sub-menu-box > div.sub-menu-wrap .sub-menu-box div.sub-menu-wrap a::after {
  content: "";
  background-image: url(../images/border-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.main-header .main-navigation > li > div.sub-menu-box div.sub-menu-box {
  position: absolute;
  right: 0px;
}
.main-header .main-navigation > li:hover > .sub-menu-box {
  left: 50%;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.main-header .main-navigation > li.condition-column .menu-wrap > a {
  font-size: 20px;
}
.main-header .main-navigation > li.two-column a.current-menu-ancestor {
  color: #002738;
}
.main-header .main-navigation > li.two-column > .sub-menu-box.level-1 {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .main-header .main-navigation > li.two-column > .sub-menu-box.level-1 {
    width: 700px;
  }
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li.two-column > .sub-menu-box.level-1 {
    width: 650px;
  }
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1 .sub-menu-box {
  padding-top: 0px;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1 .sub-menu-box.level-1 {
  background-color: transparent;
  width: 100%;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column {
  width: 66.66%;
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column {
    width: 50%;
  }
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 {
  display: flex;
  position: relative;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2::before {
  content: "";
  position: absolute;
  left: 45%;
  height: 160px;
  background: #f9d5a6;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2::before {
    display: none;
  }
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 .third-level-menu {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 .third-level-menu {
    width: 100%;
  }
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 .third-level-menu a {
  padding-left: 5px;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 .third-level-menu a.current-menu-item, .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.left-column .sub-menu-wrap.level-2 .third-level-menu a.current_page_ancestor {
  color: #DDD2C7;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column {
  width: 33.33%;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column {
    width: 50%;
  }
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: #f9d5a6;
  width: 1px;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column .sub-menu-wrap.level-2 {
  display: block;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column .sub-menu-wrap.level-2 .third-level-menu a {
  padding-left: 5px;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column .sub-menu-wrap.level-2 .third-level-menu a.current-menu-item, .main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column .sub-menu-wrap.level-2 .third-level-menu a.current_page_ancestor {
  color: #002738;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap.level-2 .menu-wrap.level-1.right-column .sub-menu-wrap.level-2 .third-level-menu a:hover {
  padding-left: 20px !important;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap .menu-wrap .sub-menu-box {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  min-height: auto !important;
  pointer-events: all;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap .menu-wrap .sub-menu-box::before {
  content: none;
}
.main-header .main-navigation > li.two-column .sub-menu-wrap .menu-wrap:nth-last-child {
  padding-left: 0;
  padding-right: 27px;
}
.main-header .main-navigation > li.condition-column .sub-menu-box.level-1 {
  width: 650px;
}
.main-header .main-navigation > li.condition-column .sub-menu-wrap.level-2 .right-column {
  width: 50% !important;
}
.main-header .main-navigation > li.one-column > .sub-menu-box.level-1 {
  width: 320px;
  margin: 0 auto;
  min-height: auto;
}
@media (max-width: 991px) {
  .main-header .main-navigation > li.one-column > .sub-menu-box.level-1 {
    width: 200px;
  }
}
.main-header .main-navigation > li.one-column > .sub-menu-box.level-1 > div.menu-wrap {
  padding: 15px;
}
.main-header .main-navigation > li.one-column .sub-menu-wrap.level-2 {
  width: 100%;
}
.main-header .main-navigation > li.menu-item-has-children > a {
  position: relative;
}
.main-header .main-navigation > li.menu-item-has-children > a:after {
  content: none;
}
.main-header .main-navigation li .sub-menu-toggle {
  display: none;
}
/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  align-self: end;
  line-height: normal;
  background: #FAF7F2;
}
.main-footer .footer-logo {
  width: 100%;
  margin-bottom: 1.25rem;
  display: grid;
  justify-items: center;
}
.main-footer .footer-logo a {
  display: block;
  max-width: 11rem;
  margin-bottom: 20px;
}
.main-footer .footer-logo p {
  color: #000000;
  margin-top: 1.57rem;
  font-size: 0.88rem;
  line-height: 1.8;
}
.main-footer .socialmedia {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.25rem;
  list-style: none;
}
.main-footer .socialmedia li {
  margin: 0;
  padding: 0;
}
.main-footer .socialmedia li a {
  color: #82685a;
  border-color: transparent;
  background-color: transparent;
}
.main-footer .socialmedia svg {
  fill: currentColor;
}
.main-footer .footer-top {
  padding: 3.13rem 0;
}
@media (min-width: 576px) {
  .main-footer .footer-top .footer-top-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
  background-image: url("../images/GLAM-PLaceholder.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .h5 {
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 1.88rem;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation {
  width: 60%;
  padding-right: 20px;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  list-style: none;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul li {
  padding: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  break-inside: avoid-column;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul li.current_page_item a, .main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul li.current-menu-item a {
  color: #82685a;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul li a {
  color: #000000;
  font-size: 1rem;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation ul li a:hover {
  color: #82685a;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info {
  width: 40%;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info p {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.88rem;
  color: #000000;
  line-height: 1.6;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info p a {
  color: #000000;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info p a:hover {
  color: #82685a;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info p span {
  color: #000000;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info .has-icon {
  background-color: #002738;
  position: relative;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info .has-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #FAF7F2;
}
@media (min-width: 992px) {
  .main-footer .footer-top .footer-top-wrapper .footer-logo {
    display: block;
    width: calc(30% - 20px);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .main-footer .footer-top .footer-top-wrapper .footer-info-wrap {
    width: 100%;
  }
  .main-footer .footer-top .footer-top-wrapper .footer-info, .main-footer .footer-top .footer-top-wrapper .footer-navigation {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .main-footer .footer-top .footer-top-wrapper .footer-logo {
    text-align: center;
  }
  .main-footer .footer-top .footer-top-wrapper .footer-info-wrap {
    width: 100%;
    display: grid;
  }
  .main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-navigation, .main-footer .footer-top .footer-top-wrapper .footer-info-wrap .footer-info {
    width: 100%;
  }
  .main-footer .footer-top .footer-top-wrapper .footer-form {
    text-align: center;
  }
  .main-footer .footer-top .footer-top-wrapper .footer-form form {
    grid-template-columns: 1fr;
  }
}
.main-footer .footer-form {
  width: 100%;
}
.main-footer .footer-form form {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 9fr 3fr;
  gap: 20px;
}
.main-footer .footer-form .gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
  margin: 0;
}
.main-footer .footer-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.main-footer .footer-form .gform_wrapper .gform_validation_errors {
  display: none;
}
.main-footer .footer-form .gform_wrapper .gfield_validation_message, .main-footer .footer-form .gform_wrapper .validation_message {
  border: 0;
  padding: 0;
  background: transparent;
}
.main-footer .footer-bottom {
  text-align: center;
  border-top: 0.07rem solid #C7AF97;
}
.main-footer .footer-bottom .container {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .main-footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
  }
}
.main-footer .footer-bottom .container p {
  color: #000000;
}
.post-description {
  padding: 3.13rem 0 1.57rem;
}
@media (min-width: 992px) {
  .post-description {
    padding: 5rem 0 2.5rem;
  }
}
.post-listing {
  padding: 3.13rem 0;
}
@media (min-width: 992px) {
  .post-listing {
    padding: 5rem 0;
  }
}
.post-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.post-listing-block {
  width: 100%;
  display: flex;
  padding: 0.94rem;
}
@media (min-width: 768px) {
  .post-listing-block {
    width: 50%;
    padding: 0.94rem;
  }
}
@media (min-width: 992px) {
  .post-listing-block {
    width: 33.3%;
    padding: 0.94rem;
    margin: 0.63rem 0;
  }
}
.post-listing-block a {
  display: block;
  width: 100%;
}
.post-listing-item {
  background-color: #ffffff;
  border-radius: 0.32rem;
  width: 100%;
}
.post-listing-item:hover .post-thumbnail picture:before {
  background-color: rgba(130, 104, 90, 0.69);
}
.post-listing-item:hover .post-content .h3 {
  color: #82685a;
}
.post-listing-item .post-thumbnail {
  padding-top: 50%;
  position: relative;
}
.post-listing-item .post-thumbnail picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.post-listing-item .post-thumbnail picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 227, 226, 0.45);
  pointer-events: none;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
  transition: 0.4s all;
}
.post-listing-item .post-thumbnail-media {
  padding-top: 50%;
  position: relative;
}
.post-listing-item .post-thumbnail-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.post-listing-item .post-thumbnail-media picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 227, 226, 0.45);
  pointer-events: none;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
  transition: 0.4s all;
}
.post-listing-item .post-thumbnail-media:hover picture:before {
  background-color: rgba(221, 210, 199, 0.69);
}
.post-listing-item .post-thumbnail-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.post-listing-item .post-thumbnail-media picture, .post-listing-item .post-thumbnail-media img {
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
}
.post-listing-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.post-listing-item .post-thumbnail picture, .post-listing-item .post-thumbnail img {
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
}
.post-listing-item .post-content {
  padding: 1.25rem;
}
body.blog .post-content p {
  margin-top: 0.5rem;
}
.single-blog-detail {
  padding-top: 3.13rem;
}
.single-blog-detail .date {
  color: #82685a;
}
.single-blog-content {
  margin-top: 1.88rem;
}
/* post navigation */
.post-navigation {
  margin-top: 0.94rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .post-navigation {
    margin-top: 1.88rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .post-navigation {
    margin-top: 3.13rem;
    padding-bottom: 6.25rem;
  }
}
.post-navigation .nav-links a {
  display: flex;
  align-items: center;
}
.post-navigation .nav-links a .nav-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #82685a;
}
.post-navigation .nav-links a svg {
  width: 40px;
  stroke: #82685a;
}
.post-navigation .nav-links a svg path {
  stroke: #82685a;
}
.post-navigation .nav-links a:hover .nav-title {
  color: #DDD2C7;
}
.post-navigation .nav-links a:hover svg, .post-navigation .nav-links a:hover path {
  fill: #DDD2C7;
}
.post-navigation .nav-next {
  float: right;
}
.post-navigation .nav-next .next {
  margin-left: 0.94rem;
  margin-bottom: -0.62rem;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-previous .prev {
  margin-right: 0.94rem;
  margin-bottom: -0.62rem;
}
.post-navigation .nav-previous a svg {
  transform: scaleX(-1);
}
/** service listing page */
.service-listing-page {
  margin-bottom: 1.88rem;
}
@media (min-width: 1200px) {
  .service-listing-page {
    margin-bottom: 3.13rem;
  }
}
/** Testimonial listing page */
.testimonial-listing-page.testimonial-section {
  padding: 0;
}
.testimonial-listing-page .testimonial-item {
  margin: 1.25rem 0;
  border: 0.13rem solid #82685a;
}
.hero-slider {
  position: relative;
}
.hero-slider .banner-wraper {
  position: relative;
  padding: var(--section-space) calc(var(--section-space) / 2);
  padding-top: 11.25rem;
}
.hero-slider .banner-thumbnail {
  width: 100%;
  border: 2px solid #82685a;
  margin-bottom: var(--gutter);
  position: relative;
}
.hero-slider .banner-thumbnail iframe, .hero-slider .banner-thumbnail video, .hero-slider .banner-thumbnail img {
  width: 100%;
}
.hero-slider .banner-content {
  position: relative;
  text-align: center;
  background-color: #DDD2C7;
  width: 100%;
}
.hero-slider .banner-content-inner {
  padding: 20px;
}
.hero-slider .contact-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-slider .contact-details a {
  padding: 4px 10px;
}
.hero-slider .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-slider .banner-wraper {
    display: grid;
    align-items: center;
    gap: var(--gutter);
    grid-template-columns: 1fr 1fr;
  }
  .hero-slider .banner-thumbnail {
    margin-bottom: 0;
  }
}
.hero-banner-wraper {
  overflow: hidden;
  position: relative;
  padding-top: 47%;
}
@media (max-width: 767px) {
  .hero-banner-wraper {
    padding-top: 100%;
  }
}
.hero-banner-wraper .hero-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-banner-wraper .hero-banner-bg picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-banner-wraper .hero-banner-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  animation: zoomout 5s;
}
.hero-banner-wraper .hero-banner-content {
  position: absolute;
  bottom: 100px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero-banner-wraper .hero-banner-content .fade-Bottom {
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: fadeInBottom;
}
.hero-banner-wraper .hero-banner-content h1 {
  font-size: 3.75rem;
  color: #C7AF97;
  text-align: center;
  font-family: "MonetaSans" !important;
}
@media (max-width: 767px) {
  .hero-banner-wraper .hero-banner-content h1 {
    font-size: 2.25rem;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
.testimonial-section {
  position: relative;
  padding: var(--section-space);
}
.testimonial-section .testimonial-wrapper {
  position: relative;
  background-color: #C7AF97;
  padding: 1.88rem;
  text-align: center;
}
.testimonial-section .testimonial-item {
  padding: 3.75rem 1.25rem 1.25rem;
}
.testimonial-section .slick-current {
  position: relative;
}
.testimonial-section .slick-current:after {
  content: "";
  background-image: url("../images/quoteIcon.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.88rem;
  height: 5.63rem;
}
.testimonial-section .slick-current .testimonial-item {
  border: 0.13rem solid #82685a;
}
.testimonial-section .slick-current .testimonial-item-inner {
  position: relative;
  z-index: 1;
}
.testimonial-section .slick-slide {
  padding: 0.32rem 1.57rem;
}
.testimonial-section .slick-slider .slick-dots {
  padding: 0 1.88rem;
}
.testimonial-section h6 {
  color: #ffffff;
}
.testimonial-section .testimonial-body {
  text-align: left;
}
.testimonial-section .testimonial-body h6:before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 1.25rem;
  background-image: url('data:image/svg+xml,<svg width="116" height="21" viewBox="0 0 116 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.09194 2.36515C9.44936 1.59028 10.5506 1.59028 10.9081 2.36515L12.5869 6.00491C12.7326 6.32072 13.0319 6.53816 13.3772 6.57911L17.3576 7.05105C18.205 7.15152 18.5454 8.19891 17.9189 8.77828L14.976 11.4997C14.7207 11.7358 14.6064 12.0877 14.6742 12.4288L15.4553 16.3602C15.6216 17.1972 14.7307 17.8445 13.9861 17.4277L10.4884 15.4699C10.185 15.3 9.81503 15.3 9.51156 15.4699L6.01393 17.4277C5.26932 17.8445 4.37836 17.1972 4.54467 16.3602L5.32584 12.4288C5.39362 12.0877 5.2793 11.7358 5.02396 11.4997L2.08114 8.77828C1.45464 8.19891 1.79496 7.15152 2.64235 7.05105L6.62277 6.57911C6.96813 6.53816 7.26742 6.32072 7.41308 6.00491L9.09194 2.36515Z" fill="%23D9AA6C"/><path d="M33.0919 2.36515C33.4494 1.59028 34.5506 1.59028 34.9081 2.36515L36.5869 6.00491C36.7326 6.32072 37.0319 6.53816 37.3772 6.57911L41.3576 7.05105C42.205 7.15152 42.5454 8.19891 41.9189 8.77828L38.976 11.4997C38.7207 11.7358 38.6064 12.0877 38.6742 12.4288L39.4553 16.3602C39.6216 17.1972 38.7307 17.8445 37.9861 17.4277L34.4884 15.4699C34.185 15.3 33.815 15.3 33.5116 15.4699L30.0139 17.4277C29.2693 17.8445 28.3784 17.1972 28.5447 16.3602L29.3258 12.4288C29.3936 12.0877 29.2793 11.7358 29.024 11.4997L26.0811 8.77828C25.4546 8.19891 25.795 7.15152 26.6424 7.05105L30.6228 6.57911C30.9681 6.53816 31.2674 6.32072 31.4131 6.00491L33.0919 2.36515Z" fill="%23D9AA6C"/><path d="M57.0919 2.36515C57.4494 1.59028 58.5506 1.59028 58.9081 2.36515L60.5869 6.00491C60.7326 6.32072 61.0319 6.53816 61.3772 6.57911L65.3576 7.05105C66.205 7.15152 66.5454 8.19891 65.9189 8.77828L62.976 11.4997C62.7207 11.7358 62.6064 12.0877 62.6742 12.4288L63.4553 16.3602C63.6216 17.1972 62.7307 17.8445 61.9861 17.4277L58.4884 15.4699C58.185 15.3 57.815 15.3 57.5116 15.4699L54.0139 17.4277C53.2693 17.8445 52.3784 17.1972 52.5447 16.3602L53.3258 12.4288C53.3936 12.0877 53.2793 11.7358 53.024 11.4997L50.0811 8.77828C49.4546 8.19891 49.795 7.15152 50.6424 7.05105L54.6228 6.57911C54.9681 6.53816 55.2674 6.32072 55.4131 6.00491L57.0919 2.36515Z" fill="%23D9AA6C"/><path d="M81.0919 2.36515C81.4494 1.59028 82.5506 1.59028 82.9081 2.36515L84.5869 6.00491C84.7326 6.32072 85.0319 6.53816 85.3772 6.57911L89.3576 7.05105C90.205 7.15152 90.5454 8.19891 89.9189 8.77828L86.976 11.4997C86.7207 11.7358 86.6064 12.0877 86.6742 12.4288L87.4553 16.3602C87.6216 17.1972 86.7307 17.8445 85.9861 17.4277L82.4884 15.4699C82.185 15.3 81.815 15.3 81.5116 15.4699L78.0139 17.4277C77.2693 17.8445 76.3784 17.1972 76.5447 16.3602L77.3258 12.4288C77.3936 12.0877 77.2793 11.7358 77.024 11.4997L74.0811 8.77828C73.4546 8.19891 73.795 7.15152 74.6424 7.05105L78.6228 6.57911C78.9681 6.53816 79.2674 6.32072 79.4131 6.00491L81.0919 2.36515Z" fill="%23D9AA6C"/><path d="M105.092 2.36515C105.449 1.59028 106.551 1.59028 106.908 2.36515L108.587 6.00491C108.733 6.32072 109.032 6.53816 109.377 6.57911L113.358 7.05105C114.205 7.15152 114.545 8.19891 113.919 8.77828L110.976 11.4997C110.721 11.7358 110.606 12.0877 110.674 12.4288L111.455 16.3602C111.622 17.1972 110.731 17.8445 109.986 17.4277L106.488 15.4699C106.185 15.3 105.815 15.3 105.512 15.4699L102.014 17.4277C101.269 17.8445 100.378 17.1972 100.545 16.3602L101.326 12.4288C101.394 12.0877 101.279 11.7358 101.024 11.4997L98.0811 8.77828C97.4546 8.19891 97.795 7.15152 98.6424 7.05105L102.623 6.57911C102.968 6.53816 103.267 6.32072 103.413 6.00491L105.092 2.36515Z" fill="%23D9AA6C"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .testimonial-section .testimonial-slider {
    padding: 0 4.38rem;
  }
  .testimonial-section .testimonial-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-image: linear-gradient(to right, #c7af97, rgba(199, 175, 151, 0), #c7af97);
    pointer-events: none;
    z-index: 1;
  }
  .testimonial-section .slick-slider .slick-dots {
    padding: 0 4.38rem;
  }
}
@media (max-width: 575px) {
  .testimonial-section .slick-arrow {
    top: auto;
    bottom: 0;
    --sArrowWidth: 30px;
  }
  .testimonial-section .slick-arrow svg {
    width: 1rem;
  }
  .testimonial-section .testimonial-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.single-service:not(.single) {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-service:not(.single).no-image {
  border: 0.94rem solid #DDD2C7;
  padding: 3.13rem;
}
.single-service:not(.single).border-line {
  padding: 1.25rem 0;
  border-bottom: 1px solid #dee3e2;
}
.single-service:not(.single) .service-thumbnail {
  width: 100%;
  padding: 3.13rem;
  opacity: 0;
  transition-duration: 8s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.1);
}
.single-service:not(.single) .service-thumbnail img {
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  box-shadow: 1.25rem 1.25rem 0 #DDD2C7;
}
.single-service:not(.single) .service-content {
  width: 100%;
  padding: 1.88rem;
  background-color: #DDD2C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-service:not(.single) hr {
  border: 0.13rem solid #002738;
  margin: 1.57rem 0;
}
@media (min-width: 576px) {
  .single-service:not(.single) .sc-inner {
    max-width: 35rem;
  }
}
@media (min-width: 768px) {
  .single-service:not(.single) {
    /** Thumbnail Service */
  }
  .single-service:not(.single) .service-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-service:not(.single) .service-thumbnail {
    width: 40%;
  }
  .single-service:not(.single) .service-content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .single-service:not(.single) .service-thumbnail {
    width: 30%;
  }
  .single-service:not(.single) .service-content {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .service-listing-page .single-service:nth-of-type(even) .service-thumbnail {
    order: 1;
  }
  .service-listing-page .single-service:nth-of-type(even) .service-content {
    order: -1;
  }
  .service-listing-page .single-service:nth-of-type(even) .vertitle {
    order: 2;
  }
}
.about {
  position: relative;
  padding: var(--section-space) var(--section-space);
}
.about .about-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: calc(var(--section-space) / 2);
  max-width: 640px;
  width: 100%;
}
.faq-wrapper {
  border: 0.94rem solid #C7AF97;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .faq-wrapper {
    padding: 3.57rem 2.19rem;
  }
}
@media (min-width: 992px) {
  .faq-wrapper {
    padding: 3.57rem 3.38rem;
  }
}
.faq-head-wrap {
  margin-bottom: 1.88rem;
  text-align: center;
}
@media (min-width: 768px) {
  .faq-head-wrap {
    margin-bottom: 3.63rem;
  }
}
.faq-block-wrap .faq-item:not(:last-child) {
  margin-bottom: 0.94rem;
}
.faq-block-wrap .faq-item.active .faq-title {
  background-color: #C7AF97;
}
.faq-block-wrap .faq-item.active .faq-icon:before {
  transform: translate(0, -50%) rotate(45deg);
}
.faq-block-wrap .faq-item.active .faq-icon:after {
  transform: translateY(-1px) rotate(-45deg);
}
.faq-block-wrap .faq-title {
  position: relative;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1.57rem;
  background-color: #DDD2C7;
  transition: 0.4s all;
}
@media (min-width: 992px) {
  .faq-block-wrap .faq-title {
    padding: 2.19rem;
  }
}
.faq-block-wrap .faq-title h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.4s all;
}
@media (min-width: 768px) {
  .faq-block-wrap .faq-title h5 {
    font-size: 1.13rem;
  }
}
@media (min-width: 992px) {
  .faq-block-wrap .faq-title h5 {
    font-size: 1.25rem;
  }
}
.faq-block-wrap .faq-icon {
  position: relative;
}
.faq-block-wrap .faq-icon:before, .faq-block-wrap .faq-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 0;
  background: #82685a;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%) rotate(0deg);
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 768px) {
  .faq-block-wrap .faq-icon:before, .faq-block-wrap .faq-icon:after {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .faq-block-wrap .faq-icon:before, .faq-block-wrap .faq-icon:after {
    width: 26px;
  }
}
.faq-block-wrap .faq-icon:before {
  transform: translate(0, -50%) rotate(90deg);
}
.faq-block-wrap .faq-content {
  padding: 0.63rem 1.25rem 0.94rem;
  display: none;
  background-color: #C7AF97;
}
@media (min-width: 992px) {
  .faq-block-wrap .faq-content {
    padding: 0.94rem 2.19rem 2.19rem;
  }
}
.image-content {
  position: relative;
  padding: var(--section-space) 0;
}
.image-content.center-title-border {
  text-align: center;
}
.image-content.center-title-border .faq-block-wrap .faq-title {
  justify-content: center;
}
.image-content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.image-content .image-thumbnail {
  width: 100%;
  padding: 1.25rem;
}
.image-content .image-thumbnail img {
  margin-left: -0.62rem;
  margin-top: -0.62rem;
  box-shadow: 1.25rem 1.25rem 0 #DDD2C7;
}
.image-content .intro-content {
  width: 100%;
}
.image-content .intro-content hr {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.image-content .faq-block-wrap .faq-title {
  padding: 0;
  display: flex;
}
.image-content .faq-block-wrap .faq-icon {
  order: -1;
  width: 20px;
  margin-right: 8px;
}
.image-content .faq-block-wrap .faq-icon:before, .image-content .faq-block-wrap .faq-icon:after {
  width: 12px;
}
.image-content .faq-block-wrap .faq-title, .image-content .faq-block-wrap .faq-content, .image-content .faq-block-wrap .faq-item.active .faq-title {
  background: transparent;
}
@media (max-width: 767px) {
  .image-content .image-thumbnail {
    order: -1;
  }
}
@media (min-width: 768px) {
  .image-content.left .image-thumbnail {
    order: -1;
  }
  .image-content .image-thumbnail {
    width: 30%;
  }
  .image-content .intro-content {
    width: calc(70% - 40px);
  }
}
.service-banner {
  position: relative;
}
.service-banner .banner-wraper {
  position: relative;
  padding: var(--section-space) calc(var(--section-space) / 2);
}
.service-banner .banner-thumbnail {
  width: 100%;
  margin-bottom: var(--gutter);
  position: relative;
}
.service-banner .banner-thumbnail iframe, .service-banner .banner-thumbnail video, .service-banner .banner-thumbnail img {
  border: 5px solid #C7AF97;
  width: 100%;
}
.service-banner .banner-content {
  position: relative;
  text-align: center;
  background-color: #C7AF97;
  width: 100%;
  display: grid;
  align-items: center;
  padding-bottom: 70px;
}
.service-banner .banner-content-inner {
  padding: 20px;
  max-width: 640px;
  margin: 0 auto;
}
.service-banner .contact-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.service-banner .contact-details a {
  padding: 4px 10px;
}
.service-banner .app-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.service-banner hr {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.service-banner .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .service-banner .banner-wraper {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: 2fr 3fr;
  }
  .service-banner .banner-thumbnail {
    margin-bottom: 0;
  }
}
.service-callout-section .single-service {
  position: relative;
}
.service-callout-section .single-service .vertitle {
  height: 100%;
  position: absolute;
  top: 0;
  left: 2.5rem;
  color: rgba(0, 39, 56, 0.4);
}
.service-callout-section .service-callout-listing {
  margin-top: 1.75rem;
}
.service-callout-section .service-callout-item {
  padding: 0.94rem 0;
  background-color: #DDD2C7;
}
.service-callout-section .service-callout-item + .service-callout-item {
  margin-top: 1.25rem;
}
.service-callout-section .service-callout-item-inner {
  padding: 1.25rem;
}
.service-callout-section .service-callout-item-inner * {
  color: #000000;
}
.service-callout-section .service-callout-item-inner h6 {
  font-family: "Noto Serif", serif;
  margin-bottom: 1.25rem;
}
.service-callout-section .service-callout-item-inner p {
  line-height: 1.4;
}
@media (max-width: 991px) {
  .service-callout-section .single-service.no-image {
    padding: 0.94rem;
  }
  .service-callout-section .single-service.no-image .container {
    --container-width: 0;
    padding: 0 0.63rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .service-callout-section .service-callout-item {
    padding: 0.94rem;
  }
}
@media (min-width: 768px) {
  .service-callout-section .service-callout-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  }
  .service-callout-section .service-callout-item + .service-callout-item {
    margin-top: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-callout-section .service-callout-item {
    width: 40%;
  }
  .service-callout-section .service-callout-item h6 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .service-callout-section .service-callout-wrapper {
    padding-left: 1.57rem;
  }
  .service-callout-section .service-callout-item {
    padding: 0rem;
    width: 40%;
  }
  .service-callout-section .service-callout-item h6 {
    font-size: 2rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .service-callout-section .service-callout-item-inner {
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  .service-callout-section .service-callout-item {
    width: 28%;
  }
}
.contact-section {
  background-color: #DDD2C7;
  padding: 5rem 0;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-wrapper .contact-content {
  width: 40%;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    width: 100%;
  }
}
.contact-wrapper .contact-content .contact-link {
  margin-bottom: 3.13rem;
}
.contact-wrapper .contact-content .contact-link p {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.63rem;
  color: #000000;
  line-height: 1.6;
}
.contact-wrapper .contact-content .contact-link p .has-icon {
  background-color: #002738;
  position: relative;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.contact-wrapper .contact-content .contact-link p .has-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #FAF7F2;
}
.contact-wrapper .contact-content .contact-link p a {
  color: #000000;
}
.contact-wrapper .contact-content .app-button {
  border-top: 0.13rem solid #000000;
  padding-top: 3.13rem;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-content .app-button {
    padding-bottom: 3.13rem;
  }
}
.contact-wrapper .contact-form {
  width: 50%;
  background-color: #bdae9ff2;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-form {
    width: 100%;
  }
}
.service-beforeafter {
  padding: 1.88rem 0;
}
@media (min-width: 768px) {
  .service-beforeafter {
    padding: 3.13rem 0;
  }
}
@media (min-width: 992px) {
  .service-beforeafter {
    padding: 4.38rem 0;
  }
}
.service-ba-head {
  text-align: center;
}
.service-ba-head h3 {
  border-bottom: 0.19rem solid #002738;
  padding-bottom: 0.63rem;
  max-width: 35rem;
  margin: 0 auto;
}
.service-ba-wrapper {
  padding: 0.94rem 0;
}
@media (min-width: 768px) {
  .service-ba-wrapper {
    padding: 2rem 0;
  }
}
.service-ba-slider {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .service-ba-slider {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .service-ba-slider {
    padding-bottom: 5rem;
  }
}
.service-ba-slider .slick-list {
  margin: 0 -2rem;
}
@media (min-width: 1200px) {
  .service-ba-slider .slick-list {
    margin: 0 -3rem;
  }
}
.service-ba-slider .slick-slide {
  margin-right: 2.07rem;
  margin-left: 2.07rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .service-ba-slider .slick-slide {
    margin-right: 3.07rem;
    margin-left: 3.07rem;
  }
}
.service-ba-slider .slick-arrow {
  top: auto;
  width: 2.75rem;
  height: 0.88rem;
  background: transparent;
  bottom: 0;
}
@media (min-width: 768px) {
  .service-ba-slider .slick-arrow {
    width: 3.75rem;
    height: 1.88rem;
  }
}
.service-ba-slider .slick-arrow svg {
  fill: #82685a;
  width: 2.75rem;
  height: 0.88rem;
}
@media (min-width: 768px) {
  .service-ba-slider .slick-arrow svg {
    width: 3.75rem;
    height: 1.88rem;
  }
}
.service-ba-slider .slick-arrow svg path {
  fill: inherit;
}
.service-ba-slider .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-80px);
}
.service-ba-slider .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(80px);
}
.special-list {
  margin-top: 3.13rem;
}
.single-special:not(.single) {
  text-align: center;
  margin-top: 1.88rem;
  margin-bottom: 3.13rem;
}
.single-special:not(.single) .special-thumbnail {
  position: relative;
}
.single-special:not(.single) .special-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
  overflow: hidden;
  transition-duration: 8s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.1);
}
.single-special:not(.single) .special-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  z-index: 9999;
}
.single-special:not(.single) .special-thumbnail:after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 1.25rem;
  height: 100%;
  background: #DDD2C7;
  z-index: 99;
}
.single-special:not(.single) .special-thumbnail .special-box-shadow {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-left: -1.25rem;
  overflow: hidden;
  margin-top: -1.25rem;
}
.single-special:not(.single) .special-content {
  width: 100%;
  padding: 1.88rem;
  background-color: #DDD2C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-special:not(.single) hr {
  border: 0.13rem solid #002738;
  margin: 1.57rem 0;
}
@media (min-width: 576px) {
  .single-special:not(.single) .sc-inner {
    max-width: 35rem;
  }
}
@media (min-width: 768px) {
  .single-special:not(.single) {
    /** Thumbnail special */
  }
  .single-special:not(.single) .special-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .single-special:not(.single) .special-content-wrapper .vertitle.scroll-up {
    width: 20%;
  }
  .single-special:not(.single) .special-content-wrapper .special-content-data {
    width: 78%;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
  .single-special:not(.single) .special-content-wrapper .special-content-data .zoom-in img {
    opacity: 1 !important;
    transform: translateZ(0) scale(1) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-special:not(.single) .special-content-wrapper .special-content-data {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-special:not(.single) .special-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-special {
    width: 48%;
  }
  .single-special:nth-of-type(even) .special-thumbnail {
    order: 1;
  }
  .single-special:nth-of-type(even) .special-content {
    order: -1;
  }
  .single-special:nth-of-type(even) .vertitle {
    order: 2;
  }
  .special-list .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=style.css.map */