:root {
  --colorBG: #0b6ec7;
}

body {
  /* background: #f6f4fb !important; */
}

.header-more {
  background: var(--colorBG) !important;
  transition: all ease 0.5s;
}

.no-image {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.no-color {
  color: unset;
}

h1.entry-title {
  display: none;
}

.width-auto {
  width: auto !important;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.container-page {
  max-width: 1240px;
  margin: auto;
}

header {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
}

/* MENU */
.menu-main ul {
  border-radius: 99px;
}
/* .menu-main ul.hfe-nav-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(212 198 255 / 6%);
  border-radius: 99px;
  backdrop-filter: blur(24px);
} */
/* .menu-main ul.hfe-nav-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(26, 21, 48, 0.12);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  backdrop-filter: blur(24px);
} */
.menu-main ul.hfe-nav-menu > li {
  z-index: 9;
}
.menu-main ul.hfe-nav-menu > li > a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
/* .menu-main ul > li:hover > a:after {
  opacity: 1 !important;
} */
.menu-main > ul > li > a.hfe-menu-item {
  text-align: center;
}
.menu-main a.hfe-menu-item {
  color: #fff !important;
  position: relative;
  text-align: center;
}
.menu-main ul.hfe-nav-menu > li > a:after {
  content: "";
  position: absolute;
  width: calc(100% - 44px);
  left: 22px;
  bottom: 7px;
  border-top: 1px solid #fff;
  transition: all ease 0.5s;
}
.menu-main ul.hfe-nav-menu > li > a:hover:after {
  opacity: 1 !important;
}
/* .menu-main a.hfe-menu-item:after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 6px;
  top: 6px;
  background: #7e6ed4 !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  z-index: -1;
} */
/* .menu-main .current_page_item a.hfe-menu-item:after,
.menu-main .current-menu-ancestor a.hfe-menu-item:after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 6px;
  top: 6px;
  background: #7e6ed4 !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  z-index: -1;
  opacity: 1 !important;
} */

.menu-main nav {
  width: auto !important;
}

.menu-main a.hfe-menu-item .hfe-menu-toggle {
  display: none;
}
.menu-main .hfe-has-submenu-container {
  display: block;
  height: 100%;
}
.menu-main .hfe-creative-menu a {
  padding: 16px 22px !important;
  font-size: 18px !important;
}

/* .menu-main .hfe-creative-menu a:hover {
  color: var(--colorBG) !important;
} */

.menu-main .hfe-creative-menu a.hfe-sub-menu-item {
  font-size: 16px !important;
}

.about-detail-banner {
  overflow: hidden;
  height: 400px;
}

.about-detail-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb {
  padding: 0.75rem 0;
  background: #fafafa;
}
.breadcrumb p {
  margin: 0;
}
.ast-narrow-container .site-content > .ast-container,
.ast-woo-shop-archive .site-content > .ast-container,
.ast-container {
  max-width: 100%;
  padding: 0;
}
.casestudies-site {
  margin: 0 !important;
}

.blog-detail-content h2 {
  font-size: 22px;
}
.blog-detail-content h3 {
  font-size: 20px;
}
.ast-separate-container #primary {
  padding: 0 !important;
}
.ast-separate-container #content .ast-container {
  padding: 0 !important;
}

#wp-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#wp-search-popup form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
}
#wp-search-popup .screen-reader-text {
  display: none;
}
#wp-search-popup .ast-search-submit {
  display: none;
}
#wp-search-popup input.search-submit {
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 0;
}
#wp-search-popup input {
  border-radius: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #83b587 !important;
  border: none !important;
  color: #000 !important;
  padding: 10px 20px !important;
  margin: 0 !important;
}

.wpml-ls-statics-footer, .otgs-development-site-front-end{display: none;}