.mob-search-img-blk {
  display: none;
}

.desktop_menu_1 {
  list-style: none;
  padding-left: 0;
}

.desktop_menu_1 .mm_desk_item {
  display: inline-block;
  font-size: 16px;
  font-family: "roobert_medium", sans-serif;
  padding: 0 1.9rem 4.9rem;
  padding-bottom: 50px;
}

.desktop_menu_1 .mm_desk_item a {
  text-decoration: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.hlms_logo {
  position: relative;
  z-index: 1;
}

@media (min-width: 991px) {
  .hlms_logo.ani_logo {
    /*  padding-bottom: 8.67px; */
  }
}

.hlms_logo.ani_logo {
  animation-name: navbar-brand;
  animation-duration: 0.2s;
  animation-timing-function: ease;
}

ul.desktop_menu_1 li.nav-item.mm_desk_item>a {
  color: #243508;
  line-height: 2.7rem;
  text-decoration: none;
}

.desktop_menu_1.top_nav_animation li.nav-item.mm_desk_item>a {
  animation-name: navbar;
  animation-duration: 0.15s;
  animation-timing-function: ease-out;
}

.desktop_menu_wrapper ul.desktop_menu_1.top_nav_animation>li:nth-last-child(5) a {
  animation-duration: 0.2s;
}

.desktop_menu_wrapper ul.desktop_menu_1.top_nav_animation>li:nth-last-child(4) a {
  animation-duration: 0.3s;
}

.desktop_menu_wrapper ul.desktop_menu_1.top_nav_animation>li:nth-last-child(3) a {
  animation-duration: 0.4s;
}

.desktop_menu_wrapper ul.desktop_menu_1.top_nav_animation>li:nth-last-child(2) a {
  animation-duration: 0.5s;
}

.desktop_menu_wrapper ul.desktop_menu_1.top_nav_animation>li:nth-last-child(1) a {
  animation-duration: 0.6s;
}

@keyframes navbar {
  from {
    transform: translateY(-100px) rotate(-20deg);
  }

  to {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes navbar-brand {
  from {
    transform: translateY(-100px) rotate(-50deg);
  }

  to {
    transform: translateY(0px) rotate(0deg);
  }
}

.row.component.column-splitter {
  width: 100%;
}

.header .hlms_logo img {
  width: 60px;
  height: 60px;
}

.desktop_menu_1 {
  flex-direction: row;
  padding-top: 27px;
  margin-left: 23px;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease;
}

header.green .desktop_menu_1 {
  top: -150px;
  opacity: 0;
}

.desktop_menu_1 .nav-item a,
.navbar .nav-item a {
  display: inline-block;
}

.desktop_menu_1 .mm_desk_item>a:focus,
.desktop_menu_1 .mm_desk_item>a {
  border-bottom: 3px solid transparent;
}

.desktop_menu_1 .mm_desk_item>a:focus,
.desktop_menu_1 .mm_desk_item>a:hover,
.desktop_menu_1 .mm_desk_item>a.active {
  /* border-bottom: 3px solid #bff355; */
}

header.hlms-header .megamenu {
  position: fixed;
  top: 79px;
  left: 0;
  background: #333;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  z-index: 1;
  transform: translateY(-38%) scaleY(0.2);
  visibility: hidden;
  opacity: 0;
  padding-bottom: 15rem;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s ease;
}

.search_container {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.ui-helper-hidden-accessible>div:last-child {
  display: none;
}

.megamenu .container {
  padding: 0;
}

.megamenu .nav-pills .nav-link.active {
  color: #bff355;
  text-decoration: underline;
  font-size: 20px;
  background: 0;
  font-family: "roobert_medium", sans-serif;
  border-bottom: 3px solid #bff355;
  text-decoration: none;
  position: relative;
}

.hlms-header .megamenu .nav-pills .nav-link.active .hb_heading {
  border-bottom: 3px solid #bff355;
}

.megamenu .nav-link {
  font-size: 20px;
  color: #fff;
  font-family: "roobert_medium", sans-serif;
}

.megamenu .nav-link:hover {
  color: #bff355;
}

.mm-list {
  list-style: none;
}

.mm-list li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease-out;
  font-size: 16px;
  font-family: "roobert_regular", sans-serif;
}

.mm-list li a:hover {
  color: #bff355;
}

.mm-list li {
  padding: 1rem 0;
}

.mm-list li:first-child {
  padding-top: 0;
}

.mm-list li:before {
  width: 1.2px;
  height: 1.2px;
  background: #bff355;
  display: inline-block;
  content: "";
  position: relative;
  left: -15px;
  top: 2px;
}

.blank_megamenu_area {
  background: 0 0;
  width: 100%;
  height: 40px;
}

.header_1 {
  padding-left: 5%;
}

.header_2 {
  width: 85%;
}

.mega-menu-container {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 20rem;
  width: 1170px;
}

ul.mm-list li a {
  border-bottom: 0;
  color: #fff;
}

ul.mm-list li {
  display: block;
}

.nav-pills .nav-link {
  border-radius: 0;
}

ul.mm-list-industry li a,
.mm-list li a {
  color: #fff;
  border-bottom: 0;
  transition: all 0.4s ease-out;
}

ul.mm-list-industry li a:hover,
.mm-list li a:hover {
  color: #bff355;
  border-bottom: 0;
}

ul.mm-list-industry li {
  display: block;
}

.mm-list-industry li:before {
  width: 9.58px;
  height: 9.58px;
  background: #bff355;
  display: inline-block;
  content: "";
  position: relative;
  left: -12px;
  top: 1.6px;
}

.mm-list-practice li a {
  color: #fff;
}

.mm-list-practice li a:focus,
.mm-list-practice li a:hover {
  border-bottom: 0;
  color: #bff355;
}

.mm-list-practice li:before {
  width: 9.58px;
  height: 9.58px;
  background: #bff355;
  display: inline-block;
  content: "";
  position: relative;
  left: -15px;
  top: 2px;
}

ul.mm-list-industry li {
  display: inline-block;
}

.mega-menu-container .col-2 a {
  display: inline;
  width: 44%;
}

header .search_container .mob_close_search,
header .search_container .mob_search_text {
  display: none;
}

ul.mm-list-industry li,
ul.mm-list-practice li {
  padding-bottom: 13px;
}

.mega-menu-container .col-2 a:last-child {
  display: inline-block;
  margin-top: 15px;
}

ul.mm-list-industry li a,
ul.mm-list-practice li a {
  font-family: "roobert_regular", sans-serif;
  font-size: 16px;
}

.container.green {
  background: #bff355;
}

img.active {
  border: 1px solid #243508;
}

.component.search-box-external-api.expand {
  width: 60%;
  position: relative;
  left: 10%;
}

.container.green .search_container {
  display: block;
}

.container.green .ancGlobal {
  border-bottom: 1px solid #000;
}

.container.green .close-search {
  border-bottom: 1px solid #000;
}

.container.green #txtGlobalSearch {
  background: 0;
}

.container.green .ancGlobal.ancGlobal_focus {
  border-bottom: 1px solid #f4f4f4;
}

header.green {
  background: #bff355;
  color: #243508;
}

header.green .search_container {
  display: block;
}

.component.search-box-external-api.expand.focus_white {
  background: #f4f4f4;
  height: 56px;
  top: 15px;
}

.autosuggest_dropdown {
  display: none;
}

header.green .autosuggest_dropdown {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.search-box-external-api {
  width: 0;
}

.search-box-external-api.expand {
  width: 65%;
  overflow: hidden;
}

.search_container .ancGlobal {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 90;
}

.header-search-box.focus_white {
  background: #f4f4f4;
  position: relative;
  top: 0;
}

.mega-menu-container .mm_col_left.empty {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .desktop_menu_1 {
    margin-left: 8px;
  }

  .desktop_menu_1 .mm_desk_item {
    padding: 0 0.6rem 4.9rem;
    padding-left: 19.2px;
    padding-right: 19.2px;
  }

  .desktop_menu_1 .mm_desk_item:first-child {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {

  .desktop_menu_1,
  .hlms_logo {
    visibility: hidden;
  }

  .desktop_menu_1.top_nav_animation,
  .desktop_menu_1.top_nav_visible,
  .hlms_logo.top_nav_visible,
  .hlms_logo.ani_logo {
    visibility: visible;
    height: 100%;
  }

  .hlms_logo {
    margin-bottom: 8.67px;
  }
}

@media (max-width: 991px) {
  .desktop_menu_wrapper {
    display: none;
  }

  .desktop_menu_1 .mm_desk_item {
    padding-bottom: 0;
    font-size: 34px;
    font-family: "roobert_medium", sans-serif;
    color: #243508;
    line-height: 40px;
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }

  header.hlms-header .megamenu {
    max-width: 500px;
    top: 0;
    right: 0;
    left: initial;
    background: #d8e666;
    background-size: unset;
    clip-path: unset;
    display: none;
    transition: all 0.2s ease-out;
    z-index: 11;
    height: 100%;
    padding-left: 25.6px;
    overflow: hidden auto;
    transform: none;
  }

  header .search_container .mob_close_search,
  header .search_container .mob_search_text {
    display: block;
  }

  header .search_container .mob_search_text {
    font-size: 25px;
    font-family: "roobert_medium", sans-serif;
    margin-bottom: 20px;
  }

  ul.desktop_menu_1 li.nav-item.mm_desk_item>a {
    animation: none;
    font-size: 24px;
  }

  header.hlms-header .megamenu.mob_li {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0;
  }

  header.hlms-header .megamenu.mob_li .inner-mega-menu {
    /* min-height: calc(100% - 8rem); */
  }

  .mega-menu-container {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin-top: 112px;
  }

  header.hlms-header .mm_desk_item:hover>.megamenu,
  .mm_desk_item:hover .megamenu {
    transform: translateY(0) scaleY(1);
    visibility: visible;
    opacity: 1;
  }

  .mm-list-practice li:before {
    display: none;
  }

  .mm-list-industry li:before {
    background: 0 0;
    display: none;
  }

  ul.mm-list-industry li a,
  .mm-list li a,
  .mm-list-practice li a {
    color: #243508;
  }

  ul.mm-list-industry {
    margin-left: 15px;
    display: block;
  }

  .blank_megamenu_area {
    width: auto;
    height: 30px;
    position: absolute;
    top: 82px;
    left: 26px;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 24px;
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  header.hlms-header .megamenu {
    max-width: 100%;
  }
}