@charset "UTF-8";
/* 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=Poppins:wght@300;400;500;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 #000000;
  border-radius: 100%;
  font-size: 0;
  background-color: #1A56DB;
  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: #000000;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.slick-arrow {
  --sArrowWidth: 20px;
  position: absolute;
  top: calc(50% - (var(--sArrowWidth) / 2));
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: calc(var(--sArrowWidth) / 4) solid #1A56DB;
  border-top: 0;
  border-right: 0;
  transition: border-color ease 0.3s;
  z-index: 9;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #000000;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
.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-bg, .fancybox-inner, .fancybox-outer, .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-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  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;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.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;
}
.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;
  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-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.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-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.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;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.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;
}
.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);
}
.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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;
}
.fancybox-loading {
  animation: a 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 a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.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: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.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: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.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: scaleX(1) translateZ(0);
}
.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: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.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;
}
.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;
  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:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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-y .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: 50%;
  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;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* 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: "Poppins", "Arial", 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, .h1 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.0866666667rem;
  }
}
h2, .h2 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.6666666667rem;
  }
}
h3, .h3 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.2933333333rem;
  }
}
h4, .h4 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 1.57rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.0466666667rem;
  }
}
h5, .h5 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 0.8333333333rem;
  }
}
h6, .h6 {
  margin-bottom: 0.94rem;
  color: #000000;
  font-family: inherit;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 0.7533333333rem;
  }
}
p {
  margin-bottom: 0.94rem;
}
p:last-child {
  margin-bottom: 0;
}
:is(ul, ol) {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
:is(ul, ol) :is(ul, ol) {
  margin-bottom: 0;
}
:is(ul, ol) li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
:is(ul, 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 #1A56DB;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  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: #1A56DB;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  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;
}
.page-content {
  padding: 50px 0;
}
#foursome_members {
  margin-top: 20px;
}
.member-box {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.member-header {
  background: #f7f7f7;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.member-header:after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.member-header.active:after {
  content: "-";
}
.member-body {
  display: none;
  padding: 15px;
  background: #fff;
}
.type-product .post-meta {
  display: none;
}
.type-product .entry-content {
  height: 600px;
}
.type-product .product_meta {
  display: none;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  width: auto;
}
.woocommerce-Address-title h2 {
  font-size: 20px;
}
.woocommerce button, .woocommerce .btn {
  font-weight: 600 !important;
  display: inline-block !important;
  vertical-align: top !important;
  padding: 0.63rem 0.94rem !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 14px !important;
  background-color: #1A56DB !important;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.member-wrap {
  border: 1px solid #f6f3f4;
  padding: 5px;
  margin-bottom: 10px;
}
.member-wrap h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.member-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
#selected-list {
  padding-bottom: 10px;
}
.woocommerce-page form .show-password-input {
  background-color: transparent !important;
}
.acf-gallery-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.acf-gallery-listing .acf-gallery-item {
  margin: 15px 0;
  padding: 0 15px;
}
.acf-gallery-listing .acf-gallery-item {
  width: 33.33%;
}
@media (max-width: 575px) {
  .acf-gallery-listing .acf-gallery-item {
    width: 50%;
  }
}
.acf-gallery-listing .acf-gallery-image {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
}
.acf-gallery-listing .acf-gallery-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.acf-gallery-listing .acf-gallery-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.acf-gallery-listing .acf-gallery-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.gender-wrapper {
  display: flex;
  justify-content: flex-start;
}
.gender-wrapper .gender-option {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.gender-wrapper .gender-option label {
  margin: 0;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
/* STICKY BUTTON WRAPPER */
.sticky-footer-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}
/* BUTTON */
.sticky-footer-buttons .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 251px;
  height: 56px;
  padding: 0 28px;
  background: #0d6efd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
/* SECOND BUTTON COLOR */
.sticky-footer-buttons .btn:last-child {
  background: #111827 !important;
}
.return-to-shop {
  display: none;
}
/* HOVER */
.sticky-footer-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* MOBILE */
@media (max-width: 767px) {
  .sticky-footer-buttons {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    transform: none;
    padding: 10px;
    border-radius: 20px;
    gap: 10px;
  }
  .sticky-footer-buttons .btn {
    flex: 1;
    min-width: auto;
    height: 50px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }
}
#auto-count {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow-y: auto;
}
/* Dropdown option height */
#auto-count option {
  padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-MyAccount-content {
  float: right;
  width: 78% !important;
}
.woocommerce-ordering, .woocommerce-result-count {
  display: none;
}
.products .ajax_add_to_cart {
  display: none !important;
}
.coupon {
  display: none;
}
.intrkt_confirm-action {
  display: none;
}
.tool {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  background: #47515d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
}
/* Tooltip Box */
.tool:before {
  content: attr(data-tip);
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  width: 180px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}
/* Tooltip Arrow */
.tool:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
/* Show Tooltip */
.tool:hover:before, .tool:hover:after {
  opacity: 1;
  visibility: visible;
}
#member_tshirt_1_field label, #member_tshirt_2_field label, #member_tshirt_3_field label, #member_tshirt_4_field label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#member_tshirt_1_field .optional, #member_tshirt_2_field .optional, #member_tshirt_3_field .optional, #member_tshirt_4_field .optional {
  order: 2;
}
#member_tshirt_1_field .tool, #member_tshirt_2_field .tool, #member_tshirt_3_field .tool, #member_tshirt_4_field .tool {
  order: 3;
}
.edit_golfers {
  margin-left: 20px !important;
}
.golfer-box .gender-radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0 !important;
}
.golfer-box .gender-radio label input {
  width: auto;
}
.golfer-box select {
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}
.singleproduct {
  height: 1000px;
}
@media (max-width: 767px) {
  .singleproduct {
    height: auto;
  }
}
.woocommerce-breadcrumb {
  display: none;
}
/* Fix extra height issue on single product page */
.single-product .site-main, .single-product .product, .single-product .site-content, .single-product .woocommerce-product-gallery, .single-product .product .images {
  height: auto !important;
  min-height: auto !important;
}
/* Product layout */
.single-product div.product {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
/* Remove extra bottom spacing */
.single-product .summary, .single-product .woocommerce-tabs {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Fix gallery image */
.single-product .woocommerce-product-gallery img, .single-product .product .images img {
  width: 100%;
  height: auto;
  display: block;
}
/* Footer spacing fix */
.single-product .site-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/**
 * Main content containers
 */
.container, .container-fluid {
  --gutter: 3.13rem;
  width: min(100% - var(--gutter) * 2, var(--container-width, none));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container, .container-fluid {
    --gutter: 1.25rem;
  }
}
.container {
  --container-width: 73.13rem;
}
/* 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;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 14px;
  background-color: #1A56DB;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn:is(:hover, :focus), input[type="button"]:is(:hover, :focus), input[type="reset"]:is(:hover, :focus), input[type="submit"]:is(:hover, :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: #1A56DB;
  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: #000000;
  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: "Poppins", "Arial", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
}
:is(input, textarea, button, select) {
  font-family: "Poppins", "Arial", 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 #000000;
  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: #000000;
  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 #000000;
  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 #000000;
  -webkit-appearance: none;
  cursor: pointer;
}
#wpadminbar {
  position: fixed;
}
.site-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.main-container {
  width: 100%;
  align-self: start;
}
.section-spacing {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .section-spacing {
    padding-top: 4.69rem;
    padding-bottom: 4.69rem;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
.entry-banner {
  position: relative;
  width: 100%;
  height: 12.5rem;
  display: grid;
}
@media (min-width: 992px) {
  .entry-banner:not(.no-thumb) {
    height: 25rem;
  }
}
.entry-banner.no-thumb .entry-header {
  background-color: #1a56db;
}
.entry-banner .entry-header {
  width: 100%;
  height: 100%;
  padding: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-banner .entry-header .entry-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .entry-banner .entry-header .entry-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .entry-banner .entry-header .entry-title {
    font-size: 2.82rem;
  }
}
.entry-banner .post-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
}
.entry-banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/** Pagination */
.pagination {
  margin-top: 2em;
  text-align: center;
}
.pagination ul {
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.pagination ul li {
  margin: 0;
  padding: 0;
}
.pagination ul li .page-numbers {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #000000;
}
.pagination ul li .page-numbers.current, .pagination ul li .page-numbers:hover {
  color: #ffffff;
  background-color: #1A56DB;
}
/** Comment */
.comments-area {
  padding: 1rem;
  margin-top: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.comments-area ul, .comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments-area .comments-title {
  font-size: 1.5rem;
}
.comments-area .comment {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.comments-area .comment-meta {
  color: #000000;
  font-size: 1rem;
}
.comments-area .comment-author {
  display: block;
  margin-bottom: 1rem;
}
.comments-area .comment-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.comments-area .comment-content {
  color: #444;
  margin-top: 0.75rem;
}
.comments-area .reply {
  text-align: right;
  margin-top: 1rem;
}
.comments-area .reply a {
  display: inline-block;
  padding: 0.38rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #1A56DB;
}
.comments-area .reply a:hover {
  background-color: #000000;
}
.comments-area .comment-respond {
  margin-top: 2rem;
}
.comments-area .comment-reply-title {
  font-size: 1.2rem;
}
/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 2.5rem;
  display: none;
  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;
}
@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: 2px;
  width: 100%;
  background: #1A56DB;
  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: #1A56DB;
  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: #1A56DB;
}
.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: black;
}
.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: 9.38rem;
  padding-bottom: 0.94rem;
  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: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: #1A56DB;
  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 #1A56DB;
  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: #1A56DB !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: "a";
  font-family: "iconfontfamily" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #1A56DB;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  border: 0;
}
.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 ---*/
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .btn {
  padding: 10px;
}
@media (max-width: 991px) {
  .header-wrap .btn {
    display: none !important;
  }
}
.site-header {
  position: relative;
  width: 100%;
  z-index: 999;
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
  background-color: #fff;
  /* nav */
}
.site-header .brand {
  display: block;
  vertical-align: middle;
  width: 12.5rem;
}
@media (max-width: 1199px) {
  .site-header .brand {
    width: 6.25rem;
  }
}
@media (max-width: 991px) {
  .site-header .brand {
    width: 6.25rem;
  }
}
@media (max-width: 575px) {
  .site-header .brand {
    width: 9.38rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .site-header .navigation {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .site-header .navigation {
    display: none;
  }
}
.site-header .navbar {
  word-break: keep-all;
}
.site-header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.site-header .navbar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  /* Show Dropdown with Animation */
}
.site-header .navbar ul li ul {
  position: absolute;
  left: 0;
  top: 150%;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: block;
  /* Multi-Level Dropdown */
}
.site-header .navbar ul li ul li {
  padding: 15px 20px;
  text-align: left;
  /* Show Submenu on Hover */
}
.site-header .navbar ul li ul li.current-menu-parent, .site-header .navbar ul li ul li.current-menu-item, .site-header .navbar ul li ul li:hover {
  background-color: #eff9f9;
}
.site-header .navbar ul li ul li a {
  color: #000000;
  display: block;
  font-family: "Poppins", "Arial", sans-serif;
  line-height: 1.25;
  text-decoration: none;
  padding: 0;
}
.site-header .navbar ul li ul li ul {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.site-header .navbar ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.site-header .navbar ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .navbar ul li a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .site-header .navbar ul li a {
    padding: 5px;
  }
}
.site-header .navbar ul li a:hover {
  color: #1A56DB;
  background-color: #eff6ff;
}
.site-header .navbar ul li.current-menu-item a {
  color: #1A56DB;
  background-color: #eff6ff;
}
.site-footer {
  width: 100%;
  padding-top: 1.88rem;
  padding-bottom: 0;
  background-color: #0f172a;
}
.site-footer .footer-top-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 100px;
}
.site-footer .footer-top-wrap h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.site-footer .footer-top-wrap p {
  color: #ffffff;
}
.site-footer .footer-top-wrap .contact-info {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .site-footer .footer-top-wrap .contact-info {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-top-wrap .contact-info img {
    width: 300px;
  }
}
.site-footer .footer-top-wrap .contact-info .custom-logo-link {
  display: block;
  margin-bottom: 20px;
}
.site-footer .footer-top-wrap .contact-info .bar {
  color: #10B981;
  font-weight: 500;
}
.site-footer .footer-top-wrap .footer-nav {
  width: 25%;
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .site-footer .footer-top-wrap .footer-nav {
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-top-wrap .footer-nav {
    width: 100%;
  }
}
.site-footer .footer-top-wrap .footer-nav ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-top-wrap .footer-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 10px;
}
.site-footer .footer-top-wrap .footer-nav ul li.current-menu-item a {
  color: #1A56DB;
}
.site-footer .footer-top-wrap .footer-nav ul li a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer .footer-top-wrap .footer-nav ul li a:hover {
  color: #1A56DB;
}
.site-footer .footer-top-wrap .contact-detail {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .site-footer .footer-top-wrap .contact-detail {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-top-wrap .contact-detail {
    width: 100%;
  }
}
.site-footer .footer-top-wrap .contact-detail a {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.site-footer .footer-top-wrap .contact-detail a:hover {
  color: #1A56DB;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  margin-top: 30px;
}
.copyright .copyright-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .copyright .copyright-wrap {
    text-align: center;
  }
}
.copyright .copyright-wrap p {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1199px) {
  .copyright .copyright-wrap p {
    width: 100%;
  }
}
.hero-content {
  max-width: 650px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  font-size: 14px;
  margin-bottom: 20px;
}
.hero {
  min-height: 90vh;
}
@media (max-width: 991px) {
  .hero {
    min-height: 60vh;
  }
}
@media (max-width: 575px) {
  .hero {
    padding-bottom: 100px;
  }
}
.hero h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
.hero p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 10px;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.btn {
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn.primary {
  background: #1ec98f;
  color: #fff;
}
.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.hero-features {
  display: flex;
  gap: 25px;
  font-size: 14px;
}
.hero-features span {
  display: flex;
  align-items: center;
}
.hero-features span svg {
  margin-right: 10px;
}
/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }
  .hero-features {
    flex-direction: column;
    gap: 10px;
  }
}
.hero {
  position: relative;
}
.hero-sponsor {
  margin-top: 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 170px;
  right: 1%;
  bottom: 6%;
  position: absolute;
}
.hero-sponsor span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}
.hero-sponsor img {
  width: 160px;
  height: auto;
  object-fit: contain;
}
.quick-info {
  padding: 50px 0;
}
.quick-info .quick-info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quick-info .quick-info-list .list {
  width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 991px) {
  .quick-info .quick-info-list .list {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .quick-info .quick-info-list .list {
    width: 100%;
  }
}
.quick-info .quick-info-list .list .quick-title {
  display: flex;
  align-items: center;
}
.quick-info .quick-info-list .list .quick-info-inner {
  padding: 10px;
  border: 1px solid #f6f3f4;
  border-radius: 14px;
}
@media (max-width: 575px) {
  .quick-info .quick-info-list .list .quick-info-inner {
    padding: 10px;
  }
}
.quick-info .quick-info-list .list .quick-info-inner img {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
.quick-info .quick-info-list .list .quick-info-inner h3 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
}
.quick-info .quick-info-list .list .quick-info-inner p {
  color: #6a7282;
}
.sponsors-sec {
  padding: 60px 0;
  overflow: hidden;
  background: #fff;
}
.sponsors-sec h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
  text-align: center;
  margin-bottom: 45px;
}
/* MARQUEE */
.sponsors-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* TRACK */
.marquee-track {
  display: flex;
  align-items: center;
  gap: 90px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
/* SINGLE LOGO */
.single-sponsors {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* LOGO WRAP */
.single-sponsors .logo-wrap {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* IMAGE */
.single-sponsors img {
  max-height: 75px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  display: block;
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s ease;
}
/* HIDE CATEGORY */
.single-sponsors h5 {
  display: block;
  font-size: 18px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
/* OPTIONAL HOVER EFFECT */
.single-sponsors:hover img {
  transform: scale(1.05);
}
/* ANIMATION */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* TABLET */
@media (max-width: 991px) {
  .sponsors-sec {
    padding: 50px 0;
  }
  .sponsors-sec h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .marquee-track {
    gap: 60px;
  }
  .single-sponsors .logo-wrap {
    height: 70px;
  }
  .single-sponsors img {
    max-height: 55px;
    max-width: 180px;
  }
}
/* MOBILE */
@media (max-width: 767px) {
  .sponsors-sec {
    padding: 40px 0;
  }
  .sponsors-sec h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .marquee-track {
    gap: 40px;
    animation-duration: 40s;
  }
  .single-sponsors .logo-wrap {
    height: 55px;
  }
  .single-sponsors img {
    max-height: 40px;
    max-width: 150px;
  }
}
.consultation {
  padding: 50px 0;
}
.consultation h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 30px;
  text-align: center;
}
.consultation .consultation-list {
  background-color: #dee3e2;
  padding: 1.25rem 1.25rem;
  border-radius: 3.13rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .consultation .consultation-list {
    overflow: hidden;
  }
}
.consultation .consultation-list:after {
  content: "";
  border: 0.07rem dashed #000000;
  width: 96%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 991px) {
  .consultation .consultation-list:after {
    transform: translate(-50%, -50%) rotate(90deg);
    left: 2.94rem;
    z-index: 0;
  }
}
.consultation .consultation-list .consultation-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #dee3e2;
  z-index: 1;
  padding: 0 0.75rem;
}
@media (max-width: 991px) {
  .consultation .consultation-list .consultation-item {
    width: 100%;
    padding: 0.63rem;
  }
}
.consultation .consultation-list .consultation-item:first-child .number {
  background-color: #000000;
}
.consultation .consultation-list .consultation-item:last-child .number {
  background-color: #000000;
}
.consultation .consultation-list .consultation-item .number {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.25rem;
}
.consultation .consultation-list .consultation-item h3 {
  font-size: 1rem;
  margin: 0;
  padding-left: 0.75rem;
}
.how-it-works {
  background-color: #fbf9fa;
  padding: 50px 0;
  text-align: center;
}
.how-it-works h3 {
  color: #1A56DB;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.how-it-works h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
}
.how-it-works p {
  color: #6a7282;
}
.how-it-works .work-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.how-it-works .work-list-wrap .work-list {
  width: calc(33.33% - 20px);
  margin: 10px;
  text-align: left;
}
@media (max-width: 991px) {
  .how-it-works .work-list-wrap .work-list {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .how-it-works .work-list-wrap .work-list {
    width: 100%;
  }
}
.how-it-works .work-list-wrap .work-list .work-list-inner {
  padding: 20px;
  border: 1px solid #f6f3f4;
  background-color: #ffffff;
  height: 100%;
  border-radius: 14px;
}
.how-it-works .work-list-wrap .work-list .work-list-inner p {
  color: #6a7282;
}
.how-it-works .work-list-wrap .work-list .work-list-inner h3 {
  color: #000000;
  text-transform: capitalize;
}
.how-it-works .work-list-wrap .work-list .work-list-inner img {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}
.call-to-action {
  padding: 50px 0;
  background-color: #1A56DB;
  text-align: center;
}
.call-to-action h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.call-to-action p {
  color: #ffffff;
}
.call-to-action .btn {
  background-color: #000000;
  margin-top: 20px;
}
.call-to-action .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.testimonial-section {
  padding: 50px 0;
  background-color: #fbf9fa;
  text-align: center;
}
.testimonial-section .testimonial-list {
  margin-top: 30px;
}
.testimonial-section .testimonial-list .single-tetsimonial {
  padding: 0 10px;
}
.testimonial-section .testimonial-list .single-tetsimonial img {
  width: 50px;
  height: 50px;
}
.testimonial-section .testimonial-list .single-tetsimonial p {
  color: #4a5565;
}
.testimonial-section .testimonial-list .single-tetsimonial h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-section .testimonial-list .single-tetsimonial svg {
  fill: #ffb900;
}
.testimonial-section .testimonial-list .single-testimonial-inner {
  padding: 20px;
  border: 1px solid #f6f3f4;
  border-radius: 14px;
  text-align: left;
}
.testimonial-section .testimonial-list .single-testimonial-inner .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.support-sec {
  padding: 50px 0;
  text-align: center;
}
.support-sec h3 {
  color: #1A56DB;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
}
.support-sec h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
}
.support-sec p {
  color: #6a7282;
}
.support-sec .report-data {
  background: linear-gradient(to right, #1A56DB, #1e3a8a);
  padding: 20px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.support-sec .report-data .col1 {
  text-align: left;
  width: 40%;
}
@media (max-width: 991px) {
  .support-sec .report-data .col1 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .support-sec .report-data .col1 {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
.support-sec .report-data .col1 h4 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}
.support-sec .report-data .col1 p {
  color: #bedbff;
  font-size: 14px;
  margin-bottom: 10px;
}
.support-sec .report-data .col2 {
  width: 40%;
}
@media (max-width: 991px) {
  .support-sec .report-data .col2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .support-sec .report-data .col2 {
    width: 100%;
    margin: 20px 0;
  }
}
.support-sec .report-data .col2 h4 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
}
.support-sec .report-data .col2 p {
  color: #bedbff;
  font-size: 14px;
}
.support-sec .report-data .col2 .reports-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support-sec .report-data .col2 .reports-data .single-data {
  width: 33.33%;
}
.support-sec .report-data .col3 {
  width: 20%;
}
@media (max-width: 991px) {
  .support-sec .report-data .col3 {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .support-sec .report-data .col3 {
    width: 100%;
  }
}
.support-sec .supporting-event {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.support-sec .supporting-event .single-event {
  width: calc(50% - 20px);
  border-radius: 14px;
  border: 1px solid #6a7282;
  margin: 10px;
}
@media (max-width: 991px) {
  .support-sec .supporting-event .single-event {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .support-sec .supporting-event .single-event {
    width: 100%;
  }
}
.support-sec .supporting-event .single-event .image {
  position: relative;
}
.support-sec .supporting-event .single-event .image .event-category {
  position: absolute;
  left: 10px;
  top: 20px;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 14px;
  color: #1A56DB;
  font-weight: 500;
  font-size: 14px;
}
.support-sec .supporting-event .single-event .image img {
  border-radius: 14px 14px 0 0;
}
.support-sec .supporting-event .single-event .content {
  padding: 20px;
  text-align: left;
}
.support-sec .supporting-event .single-event .content h3 {
  color: #101828;
  font-size: 14px;
  text-transform: capitalize;
}
.support-sec .supporting-event .single-event .content p {
  font-size: 14px;
}
.support-sec .supporting-event .single-event .content .allocated-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-sec .supporting-event .single-event .content .allocated-data span {
  font-size: 14px;
  color: #1A56DB;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cards-list {
    width: 100%;
    padding-top: 1.88rem;
  }
}
.cards-list .cards-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cards-list .cards-list-wrap .single-card {
  width: 33.33%;
  padding: 0.63rem;
}
@media (max-width: 767px) {
  .cards-list .cards-list-wrap .single-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cards-list .cards-list-wrap .single-card {
    width: 100%;
  }
}
.cards-list .cards-list-wrap .card-inner {
  border: 0.07rem solid rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 1.25rem;
  height: 100%;
}
.cards-list .cards-list-wrap .card-inner img {
  width: 3rem;
  padding-bottom: 0.63rem;
}
.cards-list .cards-list-wrap .card-inner h2 {
  font-size: 1.38rem;
  line-height: 1.2;
  margin-bottom: 0.63rem;
}
.sponsors-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sponsors-list .single-list {
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 991px) {
  .sponsors-list .single-list {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .sponsors-list .single-list {
    width: 100%;
  }
}
.sponsors-list .single-list .single-list-inner {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 20px;
  height: 100%;
}
.sponsors-list .single-list .single-list-inner img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.sponsors-list .single-list .single-list-inner h3 {
  font-size: 22px;
  margin: 10px 0;
}
.sponsors-list .single-list .single-list-inner h4 {
  font-size: 20px;
  margin: 10px 0;
}
.custom-shop-sec {
  padding: 80px 0;
  background: #f7f7f7;
}
.custom-shop-sec .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.shop-top-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.shop-top-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}
.shop-top-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}
.custom-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.single-product-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.product-image {
  height: 350px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding-bottom: 50px;
}
.product-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
}
.product-content h5 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #6a7282;
  font-weight: 600;
}
.price {
  font-size: 25px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 20px;
}
.woocommerce-tabs {
  display: none;
}
.includes {
  margin-bottom: 30px;
}
.includes ul {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.includes ul li {
  margin-bottom: 0;
  line-height: 1.2;
  color: #6a7282;
  font-size: 17px;
}
.product-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #6a7282;
  margin-top: auto;
  margin-bottom: 0;
}
.cart-btn {
  position: absolute;
  bottom: 10px;
}
.cart-btn .button {
  display: inline-block;
  vertical-align: top;
  padding: 0.63rem 0.94rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 14px;
  background-color: #1A56DB;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.added_to_cart {
  line-height: 3;
  padding: 0 10px;
}
.cart-btn .button:hover {
  background: #222 !important;
}
@media (max-width: 991px) {
  .custom-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-content h3 {
    font-size: 28px;
  }
  .price {
    font-size: 26px;
  }
  .product-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .custom-shop-grid {
    grid-template-columns: 1fr;
  }
  .custom-shop-sec {
    padding: 60px 0;
  }
  .shop-top-content h2 {
    font-size: 32px;
  }
  .shop-top-content p {
    font-size: 16px;
  }
  .product-content {
    padding: 25px;
    padding-bottom: 50px;
  }
  .product-image {
    height: 240px;
  }
}
.price-sec {
  padding: 50px 0;
  background: #f9f9f9;
}
.price-sec h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
  text-align: center;
  margin-bottom: 20px;
}
.price-sec p {
  text-align: center;
  color: #6a7282;
  margin-bottom: 30px;
}
/* CARD */
.single-price {
  background: #fff;
  border-radius: 14px;
  width: 100%;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #eee;
  margin: 10px;
  padding-bottom: 80px;
  height: auto;
}
p.subtitle {
  color: #1A56DB !important;
  margin-bottom: 10px !important;
}
.single-price .content {
  padding: 20px;
}
.single-price .btn {
  position: absolute;
  bottom: 20px;
  margin-top: 50px;
}
/* HOVER */
.single-price:hover {
  transform: translateY(-6px);
}
/* TITLE */
.single-price h3 {
  font-size: 24px;
  color: #0f2f2a;
  margin-bottom: 10px;
  font-family: "Poppins", "Arial", sans-serif;
}
.single-price img {
  width: 100%;
  height: 200px;
  border-radius: 14px 14px 0 0;
}
/* SUBTITLE */
.single-price p {
  font-size: 16px;
  color: #6a7282;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
  font-family: "Poppins", "Arial", sans-serif;
}
.single-price ul {
  margin: 0;
}
/* PRICE */
.single-price h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #0f2f2a;
}
/* INFO LIST */
.single-price ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 25px 0;
}
.single-price ul li {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
}
.single-price ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
/* =========================
   FEATURED (CENTER CARD)
   ========================= */
.single-price.featured {
  background: #0c2f2a;
  color: #fff;
  transform: scale(1.05);
  z-index: 2;
}
.single-price.featured h2, .single-price.featured p {
  color: #fff;
}
.single-price.featured ul li {
  color: #ddd;
}
/* RECOMMENDED TAG */
.single-price.featured::before {
  content: "RECOMMENDED";
  position: absolute;
  top: -12px;
  right: 20px;
  background: #e6c78f;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
}
/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1024px) {
  .single-price h3 {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .single-price.featured {
    transform: none;
  }
  .single-price h3 {
    font-size: 23px;
  }
}
/*# sourceMappingURL=style.css.map */