@charset "UTF-8";
/* ●header● */
.main02_header.elementor-sticky--effects {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.main02_header .elementor-nav-menu .elementor-item {
  cursor: pointer;
}
.main02_header .elementor-nav-menu .sub-arrow {
  display: none;
}
.main02_header .elementor-nav-menu .menu-item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--e-global-color-5e04356);
  top: 0px;
  transition: all ease 0.3s;
  right: 15px;
  opacity: 0;
}
.main02_header .elementor-nav-menu .menu-item:hover::before, .main02_header .elementor-nav-menu .e-actuve::before {
  opacity: 1;
  top: 10px;
}
.main02_header .elementor-nav-menu > li:nth-last-child(-n+2):before {
  display: none;
}
.main02_header .elementor-nav-menu > li:nth-last-child(-n+2) a {
  background-color: var(--e-global-color-5e04356);
}

/*sub*/
.main02_header .elementor-nav-menu .menu-item .sub-menu {
  left: 50% !important;
  transform: translatex(-50%);
  padding: 5px;
}
.main02_header .elementor-nav-menu .menu-item .sub-menu .menu-item {
  margin-bottom: 5px;
}
.main02_header .elementor-nav-menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.main02_header .elementor-nav-menu .menu-item .sub-menu .menu-item::before {
  display: none;
}
.main02_header .elementor-nav-menu .menu-item .sub-menu .menu-item a {
  border: none;
  justify-content: center;
  border-radius: 5px;
}

/* ●header end● */
/* ●mb_nav● */
.main02_header__mb_popup .elementor-nav-menu .has-submenu {
  justify-content: space-between;
}
.main02_header__mb_popup .elementor-nav-menu .elementor-nav-menu--dropdown {
  background-color: var(--e-global-color-e11080b) !important;
}
.main02_header__mb_popup .elementor-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-size: 14px !important;
}

/* ●mb_nav end● */
@media (min-width: 1024px) {
  .main02_header .nav .elementor-nav-menu > li:nth-child(3) a {
    padding: 5px 15px !important;
    gap: 5px;
    color: white;
    border-radius: 50px;
  }
  .main02_header .nav .elementor-nav-menu > li:nth-child(3) a .header_call_icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .main02_header .nav .elementor-nav-menu > li:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main02_header .nav .elementor-nav-menu > li:nth-child(3) {
    display: none;
  }
  .main02_header .nav .elementor-nav-menu > li:last-child a {
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px !important;
  }
  .main02_header .nav .elementor-nav-menu > li:last-child a .header_call_icon {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .main02_header .elementor-nav-menu .menu-item::before {
    right: 0;
  }
}/*# sourceMappingURL=style_main_02__header_footer.css.map */