.page-wrapper *:focus, .ui-dialog *:focus {
  outline: none !important;
  box-shadow: none !important;
  }

.form-element:hover {
  box-shadow: none !important;
}

.messages-list {
  display: none;
}

.navbar-nav > a,
.navbar-nav > i {
  cursor: pointer !important;
}

header .left-nav .navbar-nav:before {
  width: 0px !important;
}

blockquote::before {
  display: none;
}

/* Genie-style fly-out effect */
.mfp-genie.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.mfp-genie.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-genie.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Zoom animation container */
.mfp-genie .mfp-content {
  transform: scale(0.8) translateY(20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.mfp-genie.mfp-ready .mfp-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.mfp-genie.mfp-removing .mfp-content {
  transform: scale(0.8) translateY(20px);
  opacity: 0;
}

body,p {
  word-break: auto-phrase !important;
}

.stack-box {
  position: relative;
  width: 100%;
}

.stack-item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: height 0.4s ease;
  will-change: height;
  overflow: hidden;
}

.z-index-99 {
  z-index: 99 !important;
}

.tabular-nums {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.counter-style-06 .feature-box-content .counter-title {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-center-hv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tab-style-03 .nav-tabs .nav-link.active {
  background: var(--base-color) !important;
  color: black;
  font-weight: 500;
}

 .accordion.accordion-style-02 {
  border-top: none !important;
    border-left: none !important;
    box-shadow: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

html {
  scroll-behavior: smooth;
}

.bg-cosmic-latte-white
 {
    background-color: #F2FBF9;
}