.categories-courses-dropdown ul li a,.categories-courses-single>a {
  color: #fff!important;
  font-size: 16px;
}

.categories-courses {
  display: flex;
  padding: 0 15px;
  flex-grow: 1;
  justify-content: center;
}

.categories-courses-single>a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px 30px;
}

.categories-courses-single>a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  opacity: 0;
  transition: .3s ease;
  z-index: 0;
}

.categories-courses-single>a>* {
  position: relative;
  z-index: 100;
}

.categories-courses-single>a span {
  position: relative;
  top: 2px;
  letter-spacing: -.1px;
}

.categories-courses-single:hover>a:after {
  background-color: #0050b4;
  opacity: .8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.categories-courses-single:hover .categories-courses-dropdown {
  opacity: 1;
  visibility: visible;
  transition: .3s .3s ease;
}

.categories-courses-dropdown {
  display: flex;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.categories-courses-dropdown>* {
  position: relative;
  z-index: 100;
}

.categories-courses-dropdown:after {
  content: '';
  position: absolute;
  left: -400px;
  right: -400px;
  top: 0;
  bottom: 0;
  opacity: .8;
  z-index: 0;
}

.categories-courses-dropdown ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.categories-courses-dropdown ul li a i {
  display: inline-block;
  margin-right: 5px;
  transition: .3s ease;
}

.categories-courses-dropdown ul li a:hover i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.categories-courses-dropdown form {
  position: relative;
  width: 354px;
  margin-left: auto;
  padding-right: 15px;
}

.categories-courses-dropdown form input {
  height: 50px;
  padding-right: 40px!important;
}

.categories-courses-dropdown form button[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  right: 20px;
  color: #0050b4;
  font-size: 17px;
  border: 0;
  background-color: transparent;
}

@media (max-width:1590px) {
  .categories-courses .categories-courses-single>a {
    padding: 28px 20px;
  }

  .categories-courses .categories-courses-single>a i {
    font-size: 25px;
    margin-right: 5px;
  }
}

@media (max-width:1400px) {
  .categories-courses {
    padding: 0 5px;
  }

  .categories-courses .categories-courses-single>a {
    flex-wrap: wrap;
    padding: 8px 10px 15px;
    justify-content: center;
    font-size: 15px;
  }

  .categories-courses .categories-courses-single>a i {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 38px;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown ul li {
    width: 25%;
  }
}

@media (max-width:1250px) {
  .categories-courses {
    padding: 0 30px;
    justify-content: space-between;
  }

  .categories-courses .categories-courses-single>a {
    padding: 15px 30px;
    font-size: 13px;
  }

  .categories-courses .categories-courses-single>a span {
    display: none;
  }
}

@media (max-width:991px) {
  .categories-courses {
    padding: 0 30px;
  }

  .categories-courses .categories-courses-single>a {
    padding: 15px 10px;
  }
}

@media (min-width:681px) {
  .stm_lms_categories-courses__toggler {
    display: none;
  }
}

@media (max-width:680px) {
  .stm_lms_categories-courses__toggler {
    width: 50px;
    height: 50px;
    margin-left: auto;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
  }

  .categories-courses {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px!important;
    width: 350px;
    background-color: #eef1f7;
    max-width: 85%;
    display: none;
    overflow-y: auto;
    z-index: 999999999;
  }

  .categories-courses.active {
    display: block;
  }

  .categories-courses .categories-courses-single>a {
    justify-content: flex-start;
    color: #000!important;
    padding: 15px 25px!important;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 2px;
  }

  .categories-courses .categories-courses-single>a i,.categories-courses .categories-courses-single>a:after {
    display: none;
  }

  .categories-courses .categories-courses-single>a span {
    display: block;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #0050b4;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown form {
    margin-top: 30px;
    padding-left: 15px;
    width: auto;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown ul,.categories-courses .categories-courses-single .categories-courses-dropdown ul li {
    width: 100%;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown:after {
    display: none;
  }

  .categories-courses .categories-courses-single.active .categories-courses-dropdown {
    display: block;
  }
}

.header_2 {
  padding-top: 5px!important;
}

.header_2:after {
  display: none!important;
}

.header_2 .stm_lms_account_dropdown .dropdown button {
  border-radius: 27px;
}

.header_2 .language-switcher-unit .dropdown-menu {
  padding: 0;
  margin-top: 17px;
  background-color: #f0f4fa;
  border: 1px solid #f0f4fa;
}

.header_2 .language-switcher-unit .dropdown-menu li {
  margin: 0;
}

.header_2 .language-switcher-unit .dropdown-menu li a {
  padding: 10px 15px;
}

.header_2 .language-switcher-unit .dropdown-menu li a:hover {
  color: #0050b4;
}

.header_2 .container {
  max-width: 1720px;
}

.header_2 .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_2 .header_top .center-unit {
  display: flex;
  flex-grow: .9;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.header_2 .header_top .right-unit {
  display: flex;
  align-items: center;
}

.header_2 .header_top .right-unit>* {
  margin-left: 30px;
}

.header_2 .header_top .right-unit .tooltip.bottom {
  margin-left: 0;
}

.header_2 .header_top .stmlms-user {
  position: relative;
  margin-right: 3px;
  top: 1px;
}

.header_2 .header_top .stm_lms_wishlist_button i {
  font-size: 25px;
}

.header_2 .header_top .stm_lms_categories {
  margin: 0 12px 0 0;
  text-transform: uppercase;
  font-size: 13px;
}

.header_2 .header_top .stm_lms_categories span {
  color: #777;
  font-weight: 600;
}

.categories-courses-dropdown ul li a,.categories-courses-single>a {
  font-weight: 400;
}

.header_2 .header_top .stm_lms_categories i {
  position: relative;
  top: 0;
  font-size: 10px;
  color: #777;
}

.header_2 .header_top .stm_courses_search {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-right: 30px;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul li a span,.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul:before,.header_2 .right_buttons {
  display: none;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search {
  position: relative;
  flex-grow: 1;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search__button i {
  color: #fff;
  font-size: 17px;
  line-height: 47px;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search input {
  width: 100%;
  max-width: inherit;
  padding-right: 80px!important;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list {
  width: 100%;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999999;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul li {
  margin: 0;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul li a {
  padding: 15px 20px;
}

.header_2 .header_top .stm_courses_search .stm_lms_courses_search .autocomplete-list ul li a:hover {
  color: #fff!important;
}

.header_2 .header_top .stm_header_links a {
  margin-left: 27px;
}

.header_2 .header_top .stm_header_links a.loading {
  min-height: auto;
}

.header_2 .header_top .stm_header_links a.loading:before {
  top: -6px;
}

.header_2 .header_top .stm_header_links a.loading i,.header_2 .header_top .stm_header_links a.loading span {
  opacity: 0;
}

.header_2 .header_top .stm_header_links a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 16px;
}

.header_2_top_bar {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  z-index: 100;
}

.header_2_top_bar__inner {
  display: flex;
  align-items: center;
}

.header_2_top_bar__inner .top_bar_right_part {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-grow: .8;
  justify-content: flex-end;
}

.header_2_top_bar__inner .top_bar_right_part .header_top_bar_socs ul li a {
  font-size: 16px;
}

.header_2_top_bar__inner .top_bar_right_part .header_top_bar_socs ul li a:hover {
  color: #000;
}

.header_2_top_bar__inner .magic_line {
  display: none!important;
}

.header_2_top_bar__inner ul.header-menu li a {
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.header_2 .stm-lms-user_message_btn__counter {
  right: -10px;
}

.stm_lms_breadcrumbs__header_2 .stm_breadcrumbs_unit {
  padding: 7px 0;
  background-color: #fdfdfe;
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
}

.stm_lms_breadcrumbs__header_2 .stm_breadcrumbs_unit>.container {
  max-width: 1720px;
}

.stm_lms_breadcrumbs__header_2 .stm_breadcrumbs_unit span[property=itemListElement] {
  margin-right: 9px;
  margin-left: 8px;
}

.stm_lms_breadcrumbs__header_2 .stm_breadcrumbs_unit span[property=itemListElement]:first-child {
  margin-left: 0;
}

.stm_lms_breadcrumbs__header_2 .stm_breadcrumbs_unit span[property=itemListElement]:last-child {
  margin-right: 0;
}

.stm_header_top_search,.stm_header_top_toggler {
  display: none;
}

.stm_lms_categories_dropdown {
  z-index: 999;
}

@media (min-width:1024px) {
  .stm_lms_categories_dropdown__childs {
    min-width: 415px;
  }
}

@media (max-width:1440px) {
  .header_2 .header_top .right-unit>* {
    margin-left: 15px;
  }
}

@media (max-width:1400px) {
  .header_default.header_2 .stm_lms_categories span {
    display: none;
  }
}

@media (max-width:1220px) {
  .header_2 .header_top .dropdown button {
    padding: 10px 13px;
  }

  .header_2 .header_top .dropdown span.login_name,.header_2 .header_top .stm_lms_log_in span {
    display: none;
  }
}

@media (max-width:1125px) {
  .header_2 .header_top .stm_lms_bi_link span {
    display: none;
  }
}

@media (max-width:1000px) {
  .header_2 .header_top .stm_courses_search {
    padding-right: 0;
  }

  .header_2 .header_top .stm_lms_log_in {
    margin-left: 0;
  }

  .header_2 .header_top .stm_header_links a {
    margin-left: 15px;
  }
}

@media (max-width:992px) {
  .header_top .stm_lms_categories .stmlms-hamburger {
    display: none;
  }
}

@media (max-width:900px) and (min-width:768px) {
  .header_2 .top_bar_info li:first-child {
    display: block!important;
  }
}

@media (max-width:769px) {
  .header_2 .header_top .center-unit {
    padding: 0 12px;
  }

  .header_2 .header_top .right-unit>* {
    margin-left: 15px;
  }

  .header_2 .stm_header_links {
    text-align: right;
  }

  .header_2 .stm_header_links a {
    display: block;
  }

  .header_2 .stm_menu_toggler {
    cursor: pointer;
  }

  .header_2 .stm_menu_toggler:before {
    content: attr(data-text);
  }

  .header_2 .header_top {
    position: relative;
  }

  .header_2 .header_top .center-unit,.header_2 .header_top .right-unit {
    display: none;
  }

  .collapse.navbar-collapse {
    display: block!important;
  }

  .stm_header_top_search,.stm_header_top_toggler {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
  }

  .stm_header_top_search {
    margin-left: auto;
    margin-right: 15px;
  }

  .stm_header_top_toggler {
    text-indent: 3px;
  }
}

@media (max-width:515px) {
  .top_bar_info li.hidden-info {
    display: block!important;
  }

  .header_top_bar .header_top_bar_socs {
    margin-left: 15px;
  }

  .logo-unit {
    margin-right: 20px;
  }

  .header_2 .header_main_menu_wrapper.active,.header_2 .header_top .center-unit {
    right: 0;
    left: 0;
  }
}

@media (max-width:360px) {
  .header_2 .header_top {
    flex-wrap: nowrap;
  }

  .logo-unit {
    max-width: 50%;
  }
}

.stm_lms_header_popups_overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999;
}

#footer_bottom {
  border-top: 1px solid #ccc;
}

#header.sticky_header .header_2.fixed {
  box-shadow: 0 5px 5px rgba(0,0,0,.08);
}

.categories-courses {
  position: relative;
  margin-top: 25px;
  margin-bottom: -25px;
  background-color: #273044;
}

.categories-courses-dropdown {
  padding: 28px 0 13px;
  max-width: 1745px;
  margin: 0 auto;
}

.categories-courses-dropdown:after {
  background-color: #457992;
}

.categories-courses-dropdown ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.categories-courses-dropdown ul li {
  width: 25%;
  margin-bottom: 15px;
}

.categories-courses-dropdown ul li a i {
  position: relative;
  top: 2px;
  font-size: 19px;
}

.categories-courses-dropdown ul li a i.lnricons-arrow-right {
  top: 0;
  font-size: 11px;
}

.categories-courses-dropdown form {
  display: none;
}

.categories-courses-single>a i {
  margin-right: 10px;
  font-size: 21px;
}

.categories-courses-single>a:after {
  background-color: #457992!important;
}

@media (max-width:1400px) {
  .categories-courses {
    padding: 0;
  }

  .categories-courses .categories-courses-single>a {
    padding: 20px 10px 23px;
  }

  .categories-courses .categories-courses-single .categories-courses-dropdown ul li {
    width: 33.33333%;
  }
}
/*# sourceMappingURL=../sourcemap/header_2.css.map */
