:root {
  --colorBG: #3bb648;
}

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;
}

.container-page {
  max-width: 1320px;
  margin: auto;
}

.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;
  background: #fff;
}
.ast-separate-container #content .ast-container {
  padding: 0 !important;
  background: #fff;
}

h1.entry-title {
  display: none;
}

.width-auto {
  width: auto !important;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.ehf-header #masthead {
  background: #fff;
}
.otgs-development-site-front-end{display: none !important}
/* header {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
} */

.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;
  //font-family: "SVN-Gilroy";
}
/* .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-wrapper {
  width: 100%;
  transition: all 0.3s ease;
}

.menu-wrapper.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menu-main nav {
  width: auto !important;
}
.menu-main a {
  font-family: "SVN-Gilroy" !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: 23px 30px !important;
  font-size: 18px !important;
  //font-family: "SVN-Gilroy";
}

/* .menu-main .hfe-creative-menu a:hover {
  color: var(--colorBG) !important;
} */

.menu-main .hfe-creative-menu a.hfe-sub-menu-item {
  font-size: 15px !important;
  padding: 12px 30px !important;
  //font-family: "SVN-Gilroy";
}

.d-language-wrapper{display: flex; gap: 24px; align-items: center;}
.d-language-wrapper a{display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px;position:relative;}
.d-language-wrapper a:after{content:'';position: absolute;height: calc(100% - 8px);top:4px;right:-12px;border-right:1px solid rgba(255,255,255,0.5);}
.d-language-wrapper a img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.d-language-wrapper a:last-child:after{display:none}

.mobile-sidebar-wrapper .d-language-wrapper{gap:12px;}
.mobile-sidebar-wrapper .d-language-wrapper a:after{display: none;}

@media screen and (max-width: 1024px) {
  header {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}
