.header_relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -8px;
  margin-left: -8px;
}

.header_relative > * {
  padding-left: 8px;
  padding-right: 8px;
}

header .social_icon .tooltip {
  display: none !important;
}

header {
  position: absolute !important;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 999;
}

header.sticky {
  position: fixed !important;
}

header.sticky_top {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_load {
  opacity: 0;
}

.header_top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 2;
}
.header_top::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #000000;
  opacity: 0;
}
.header_top .container {
  position: relative;
  z-index: 1;
}
.header_top .header_relative {
  min-height: 34px;
}

.header_bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.header_bottom::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #000000;
  opacity: 0;
}
.header_bottom .container {
  position: relative;
  z-index: 1;
}

/* logo start */
header .logo a {
  display: inline-block;
  padding: 10px 0;
}
header .logo img {
  max-height: 60px;
}

/* logo end */
/* search start */
.search_modal_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
  color: #282f3b;
  border-width: 1px;
  border-style: solid;
  border-color: #282f3b;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search_modal_btn i {
  font-size: inherit;
  color: inherit;
}
.search_modal_btn:hover, .search_modal_btn:active {
  color: #ffffff;
  border-color: #282f3b;
  background-color: #282f3b;
}

.search_input_group {
  position: relative;
}
.search_input_group input {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 45px 10px 10px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: transparent;
  width: 100%;
}
.search_input_group input:focus {
  background-color: transparent !important;
}
.search_input_group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input_group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input_group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input_group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input_group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_input_group .search_btn {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  right: 0;
  padding: 10px;
  font-size: 0.9rem;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_input_group .search_btn span {
  color: inherit;
}

.search_modal_close {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 22px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.search_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none;
}
.search_modal .modal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 10px;
}
.search_modal .modal_content {
  width: 90%;
  max-width: 500px;
  z-index: 2;
}
.search_modal .modal_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.search_modal_open {
  overflow: hidden;
}
.search_modal_open header {
  z-index: 999;
}
.search_modal_open .header_top {
  z-index: 0;
}
.search_modal_open .header_bottom {
  z-index: 0;
}

/* search end */
/* language start */
.lang_widget,
.lang_widget * {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.language_style1 .lang_widget {
  position: relative;
}
.language_style1 .lang_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  line-height: 1;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(40, 47, 59, 0);
  z-index: 1;
}
.language_style1 .lang_item > * {
  color: inherit;
  -webkit-transition: unset;
  transition: unset;
}
.language_style1 .lang_item::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  margin-left: 8px;
  margin-top: 1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.language_style1 .lang_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #00bcd4;
  background-color: #00bcd4;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.language_style1 .lang_dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 10px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.language_style1 .lang_list {
  list-style: none;
  background-color: #f5f6f9;
  width: 100%;
  padding: 6px 0;
  margin: 0;
}
.language_style1 .lang_list li a {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.language_style1 .lang_widget:hover .lang_item {
  color: #ffffff;
  background-color: #282f3b;
}
.language_style1 .lang_widget:hover .lang_item::before {
  opacity: 75%;
}
.language_style1 .lang_widget:hover .lang_item:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language_style1 .lang_widget:hover .lang_dropdown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.language_style1 .lang_list li:hover a {
  color: #ffffff;
  background-color: #495057;
}

.language_style2 .lang_item {
  display: none;
}
.language_style2 .lang_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}
.language_style2 .lang_list li {
  padding: 0 10px;
  position: relative;
}
.language_style2 .lang_list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.language_style2 .lang_list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  top: 50%;
  right: 0;
  background-color: #282f3b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* language end */
/* nav start */
.arrow-down {
  margin-left: 8px;
}
.arrow-down::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: inherit;
  -webkit-transition: unset;
  transition: unset;
}

@media (min-width: 1200px) {
  .header_mobile_navbar {
    display: none !important;
  }
  .header_menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_menu *,
  .header_menu *::before,
  .header_menu *::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_menu * span,
  .header_menu * span::before,
  .header_menu * span::after,
  .header_menu * i,
  .header_menu * i::before,
  .header_menu * i::after {
    -webkit-transition: none;
    transition: none;
  }
  .header_menu .menu {
    position: relative;
    display: block;
    padding: 15px 0;
    margin: 0 15px 0 0;
  }
  .header_menu .menu:last-of-type {
    margin: 0;
  }
  .header_menu .menu .m_1 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
    z-index: 1;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
  }
  .header_menu .menu .main-title {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  .header_menu .menu .sub-title {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    white-space: nowrap;
    margin-top: 7px;
  }
  .header_menu .submenu {
    position: absolute;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    padding: 8px 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    min-width: 160px;
    z-index: 2;
  }
  .header_menu .submenu li {
    position: relative;
    display: block;
  }
  .header_menu .submenu li .m_2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .submenu .arrow-down {
    margin-left: auto;
    opacity: 0;
    color: inherit;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .submenu .arrow-down::after {
    content: "\f105";
  }
  .header_menu .menu:hover .m_1 {
    background-color: #495057;
    color: #ffffff;
  }
  .header_menu .menu:hover .m_1 .main-title,
  .header_menu .menu:hover .m_1 .sub-title {
    color: inherit;
  }
  .header_menu .submenu li:hover > .m_2 {
    background-color: #495057;
    color: #ffffff;
  }
  .header_menu .submenu li:hover > .m_2 .arrow-down {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header_menu .submenu {
    top: 100%;
    left: 0;
  }
  .header_menu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .header_menu .menu:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
  .header_menu .menu:hover .submenu .submenu {
    visibility: hidden;
    opacity: 0;
  }
  .header_menu .menu:hover .submenu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
}
/* nav end */
/* sticky start */
.header_sticky {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-top: -80px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(40, 47, 59, 0.6509803922);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_sticky::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
}
.header_sticky .container {
  position: relative;
  z-index: 1;
}
.header_sticky .logo {
  margin-right: auto;
}
.header_sticky .logo a {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .header_sticky .logo a img {
    max-height: 45px;
  }
}

.sticky_top .header_sticky {
  opacity: 100%;
  visibility: visible;
}

/* sticky end */
/* mobile start */
.mobile {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: none;
}

.nav-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggler-btn,
.toggler-btn * {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.toggler-btn {
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 22px;
  overflow: hidden;
}
.toggler-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  left: 50%;
  background-color: #282f3b;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.toggler-btn .line:nth-of-type(1) {
  top: 1px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.toggler-btn .line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toggler-btn .line:nth-of-type(3) {
  top: calc(100% - 1px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.close-toggler .toggler-btn .line:nth-of-type(1),
.nav-toggler.is_active .toggler-btn .line:nth-of-type(1) {
  width: 30px;
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
}
.close-toggler .toggler-btn .line:nth-of-type(2),
.nav-toggler.is_active .toggler-btn .line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.close-toggler .toggler-btn .line:nth-of-type(3),
.nav-toggler.is_active .toggler-btn .line:nth-of-type(3) {
  width: 30px;
  -webkit-transform: translate(-50%, -10px) rotate(-45deg);
          transform: translate(-50%, -10px) rotate(-45deg);
}

.header_mobile {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.header_mobile .logo {
  margin-right: auto;
}

.down-btn {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  height: 45px;
  width: 66px;
  padding: 0 20px;
}

.down-btn::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: inherit;
  -webkit-transition: unset;
  transition: unset;
}

.header_mobile_navbar {
  position: relative;
  display: none;
}
.header_mobile_navbar .language {
  display: none;
}
.header_mobile_navbar .arrow-down {
  display: none;
}
.header_mobile_navbar .nav {
  display: block;
}
.header_mobile_navbar .header_mobile_menu .menu {
  position: relative;
}
.header_mobile_navbar .header_mobile_menu .menu:not(:last-child) > a {
  border-bottom: 1px solid #dee2e6;
}
.header_mobile_navbar .header_mobile_menu .menu_2 {
  position: relative;
  display: block;
  width: 100%;
}
.header_mobile_navbar .header_mobile_menu .menu > .m_1 {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  width: 100%;
}
.header_mobile_navbar .header_mobile_menu .down_menu > .m_1 {
  padding-right: 65px;
}
.header_mobile_navbar .header_mobile_menu .down_menu > .m_2 {
  padding-right: 65px;
}
.header_mobile_navbar .header_mobile_menu .title-wrapper span {
  display: inline-block;
}
.header_mobile_navbar .header_mobile_menu .title-wrapper .main-title {
  margin-right: 5px;
}
.header_mobile_navbar .header_mobile_menu .submenu {
  display: none;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.header_mobile_navbar .header_mobile_menu .submenu .down-btn {
  height: 38px;
}
.header_mobile_navbar .header_mobile_menu .submenu .m_2 {
  display: block;
  padding: 7px 20px;
  font-size: 1rem;
}

header.dropdown .mobile_wrap {
  background-color: #f5f6f8;
  max-height: 350px;
  overflow: auto;
}
header.dropdown .mobile_head {
  display: none;
}
header.dropdown .mobile_backdrop {
  display: none;
}

header.overlay .header_mobile_navbar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
header.overlay .header_mobile_navbar .mobile_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
header.overlay .header_mobile_navbar .mobile_wrap {
  position: relative;
  z-index: 2;
  padding: 70px 20px;
  width: 100%;
  height: 100%;
}
header.overlay .header_mobile_navbar .mobile_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
header.overlay .header_mobile_navbar .mobile_main .nav {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow: auto;
  margin: unset;
}
header.overlay .header_mobile_navbar .close-toggler {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
header.overlay .header_mobile_navbar .header_mobile_menu .menu .m_1 {
  padding: 10px 0;
}
header.overlay .header_mobile_navbar .header_mobile_menu .submenu {
  background-color: transparent;
  padding: 0;
}
header.overlay .header_mobile_navbar .header_mobile_menu .menu .m_2 {
  padding: 7px 0;
}
header.overlay .header_mobile_navbar .down-btn {
  width: 30px;
  padding: 0;
}

header.slide_left .header_mobile_navbar {
  position: relative;
  display: block;
}
header.slide_left .header_mobile_navbar .mobile_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  display: none;
}
header.slide_left .header_mobile_navbar .mobile_wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 50px 0;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header.slide_left .header_mobile_navbar .mobile_main {
  background-color: #ffffff;
}
header.slide_left .header_mobile_navbar .mobile_main .nav {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow: auto;
  margin: unset;
}
header.slide_left .header_mobile_navbar .mobile_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.slide_left .header_mobile_navbar .language {
  display: block;
}
header.slide_left .header_mobile_navbar .close-toggler {
  margin-right: auto;
}
header.slide_left .header_mobile_navbar.nav_left .mobile_wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.slide_right .header_mobile_navbar {
  position: relative;
  display: block;
}
header.slide_right .header_mobile_navbar .mobile_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  display: none;
}
header.slide_right .header_mobile_navbar .mobile_wrap {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 0 50px 0;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header.slide_right .header_mobile_navbar .mobile_main {
  background-color: #ffffff;
}
header.slide_right .header_mobile_navbar .mobile_main .nav {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow: auto;
  margin: unset;
}
header.slide_right .header_mobile_navbar .mobile_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.slide_right .header_mobile_navbar .language {
  display: block;
}
header.slide_right .header_mobile_navbar .close-toggler {
  margin-right: auto;
}
header.slide_right .header_mobile_navbar.nav_right .mobile_wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1199px) {
  .header_top {
    background-color: #e9ecef;
  }
  .header_top .header_relative {
    min-height: 36px;
  }
  .mobile {
    display: block;
  }
  .header_mobile {
    display: block;
  }
  .header_bottom {
    display: none;
  }
  .header_top .logo {
    display: none;
  }
  .header_bottom .nav {
    display: none;
  }
  .header_sticky .nav {
    display: none;
  }
  header .logo a img {
    max-height: 50px;
  }
  .search_modal_btn {
    border: unset;
    width: auto;
    height: auto;
    padding: 5px;
  }
  .search_modal_btn::before {
    border: unset;
    background-color: transparent;
  }
  .language_style1 .lang_item {
    padding: 7px 10px;
    font-size: 0.8rem;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  header .logo a img {
    max-height: 40px;
  }
  .header_relative {
    margin-right: -5px;
    margin-left: -5px;
  }
  .header_relative > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* mobile end */
/* header_fixed */
.header_fixed .header_top {
  background-color: rgba(0, 0, 0, 0.6);
}
.header_fixed .header_bottom {
  background-color: rgba(0, 0, 0, 0.7);
}
.header_fixed .header_mobile {
  background-color: rgba(0, 0, 0, 0.5);
}
.header_fixed .social_info ul li {
  border-color: #ffffff;
  color: #ffffff;
}
.header_fixed .social_info ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
.header_fixed .social_info ul li i {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.header_fixed .language_style1 .lang_dropdown {
  padding-top: 15px;
  border-radius: 30px;
}
.header_fixed .language_style1 .lang_item {
  color: #ffffff;
}
.header_fixed .language_style1 .lang_item::before {
  border-color: #ffffff;
  background-color: transparent;
}
.header_fixed .language_style1 .lang_widget:hover .lang_item {
  color: #282f3b;
}
.header_fixed .language_style1 .lang_widget:hover .lang_item::before {
  opacity: 100%;
  border-color: #ffffff;
  background-color: #ffffff;
}
.header_fixed .language_style2 .lang_list li a {
  color: #ffffff;
}
.header_fixed .language_style2 .lang_list li:not(:last-child)::after {
  background-color: #ffffff;
}
.header_fixed .social_icon ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
.header_fixed .search_modal_btn {
  color: #ffffff;
}
.header_fixed .nav-toggler .toggler-btn .line {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_fixed .header_menu .menu .m_1 {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  .header_fixed .header_menu .menu:hover .m_1 {
    background-color: #ffffff;
    color: #282f3b;
  }
  .header_fixed .search_modal_btn {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
  }
  .header_fixed .search_modal_btn:hover {
    color: #282f3b;
    background-color: #ffffff;
    border-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .header_fixed .language_style1 .lang_item {
    font-size: 0.8rem;
    border-radius: 20px;
  }
}

/* header_style_1 */
.header_style_1 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_1 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .header_style_1 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_1 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_1 .header_top .logo {
    margin-right: auto;
  }
  .header_style_1 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_1 .header_menu .menu .m_1 {
    padding: 10px 15px;
    color: #282f3b;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 30px;
  }
  .header_style_1 .header_menu .menu:hover .m_1 {
    color: #282f3b;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .header_style_1 .search_modal_btn {
    color: #282f3b;
    border-radius: 50%;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .header_style_1 .search_modal_btn:hover, .header_style_1 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_1 .language_style1 .lang_dropdown {
    padding-top: 18px;
  }
  .header_style_1 .language_style1 .lang_item {
    border-radius: 30px;
    padding: 10px 15px;
    color: #282f3b;
  }
  .header_style_1 .language_style1 .lang_item::before {
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .header_style_1 .language_style1 .lang_widget:hover .lang_item {
    color: #ffffff;
  }
  .header_style_1 .language_style1 .lang_widget:hover .lang_item::before {
    opacity: 100%;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
}
@media (max-width: 1199px) {
  .header_style_1 .header_sticky {
    background-color: #ffffff;
  }
  .header_style_1 .social_info {
    display: none;
  }
  .header_style_1 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_2 */
.header_style_2 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_2 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_2 .social_icon ul li a {
  border-radius: 0;
}
.header_style_2 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_2 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_2 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_2 .header_top .logo {
    margin-right: auto;
  }
  .header_style_2 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_2 .header_menu .menu {
    padding: 0;
    margin-right: 15px;
  }
  .header_style_2 .header_menu .menu .m_1 {
    padding: 24px 10px;
    background-color: transparent;
    border: unset;
    color: #ffffff;
  }
  .header_style_2 .header_menu .menu .m_1::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    top: 50%;
    left: -10px;
    background-color: #00bcd4;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, -50%) skewX(-12deg);
            transform: translate(0, -50%) skewX(-12deg);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_style_2 .header_menu .menu:hover .m_1 {
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_2 .header_menu .menu > .submenu {
    left: -17px;
  }
  .header_style_2 .header_menu .menu:hover .m_1::before {
    width: calc(100% + 20px);
    opacity: 1;
  }
  .header_style_2 .search_modal_btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_2 .search_modal_btn:hover, .header_style_2 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_2 .language_style1 .lang_dropdown {
    padding-top: 15px;
  }
  .header_style_2 .language_style1 .lang_item {
    padding: 10px 15px;
    color: #ffffff;
  }
  .header_style_2 .language_style1 .lang_item::before {
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_2 .language_style1 .lang_widget:hover .lang_item {
    color: #ffffff;
  }
  .header_style_2 .language_style1 .lang_widget:hover .lang_item::before {
    opacity: 100%;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
}
@media (max-width: 1199px) {
  .header_style_2 .social_info {
    display: none;
  }
  .header_style_2 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_2 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_2 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_3 */
.header_style_3 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_3 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .header_style_3 .header_top .logo {
    margin-right: auto;
  }
  .header_style_3 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_3 .header_menu .menu .m_1 {
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid;
  }
  .header_style_3 .search_modal_btn {
    border-radius: 50%;
  }
  .header_style_3 .language_style1 .lang_dropdown {
    padding-top: 17px;
  }
  .header_style_3 .language_style1 .lang_item {
    border-radius: 30px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_3 .social_info {
    display: none;
  }
  .header_style_3 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_3 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_3 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_4 */
.header_style_4 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_4 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_4 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_4 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_4 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_4 .header_top .logo {
    margin-right: auto;
  }
  .header_style_4 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_4 .header_menu .menu {
    padding: 12px 0;
    margin: 0 20px 0 0;
  }
  .header_style_4 .header_menu .menu .m_1 {
    padding: 12px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_4 .header_menu .menu .m_1 > .arrow-down::after {
    content: "+";
  }
  .header_style_4 .header_menu .menu .m_1::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .header_style_4 .header_menu .menu:hover .m_1 {
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_4 .header_menu .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
  }
  .header_style_4 .search_modal_btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_4 .search_modal_btn:hover, .header_style_4 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_4 .language_style1 .lang_dropdown {
    padding-top: 14px;
  }
  .header_style_4 .language_style1 .lang_item {
    padding: 10px 15px;
    color: #ffffff;
  }
  .header_style_4 .language_style1 .lang_item::before {
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_4 .language_style1 .lang_widget:hover .lang_item {
    color: #ffffff;
  }
  .header_style_4 .language_style1 .lang_widget:hover .lang_item::before {
    opacity: 100%;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
}
@media (max-width: 1199px) {
  .header_style_4 .social_info {
    display: none;
  }
  .header_style_4 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_4 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_4 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_5 */
.header_style_5 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_5 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_5 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_5 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_5 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_5 .header_top .logo {
    margin-right: auto;
  }
  .header_style_5 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_5 .header_menu .menu {
    padding: 0;
    margin: 0;
  }
  .header_style_5 .header_menu .menu .m_1 {
    padding: 20px 15px;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_5 .header_menu .menu .m_1 > .arrow-down::after {
    content: "\f0d7";
  }
  .header_style_5 .header_menu .menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    left: 0;
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_style_5 .header_menu .menu .m_1::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00bcd4;
  }
  .header_style_5 .header_menu .menu:hover .m_1 {
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_5 .header_menu .menu:hover .m_1::before {
    width: calc(100% + 1px);
    opacity: 1;
  }
  .header_style_5 .search_modal_btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_5 .search_modal_btn:hover, .header_style_5 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_5 .language_style1 .lang_dropdown {
    padding-top: 12px;
  }
  .header_style_5 .language_style1 .lang_item {
    padding: 10px 15px;
    color: #ffffff;
  }
  .header_style_5 .language_style1 .lang_item::before {
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_5 .language_style1 .lang_widget:hover .lang_item {
    color: #ffffff;
  }
  .header_style_5 .language_style1 .lang_widget:hover .lang_item::before {
    opacity: 100%;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
}
@media (max-width: 1199px) {
  .header_style_5 .social_info {
    display: none;
  }
  .header_style_5 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_5 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_5 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_6 */
.header_style_6 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_6 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_6 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_6 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_6 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_6 .header_bottom .container {
    position: relative;
    z-index: 1;
  }
  .header_style_6 .header_top .logo {
    margin-right: auto;
  }
  .header_style_6 .header_bottom .nav {
    margin-right: auto;
  }
  .header_style_6 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_6 .header_menu .menu {
    padding: 10px 0;
  }
  .header_style_6 .header_menu .menu .m_1 {
    padding: 10px 15px;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_6 .header_menu .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 4px;
    background-color: #00bcd4;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .header_style_6 .header_menu .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 5px;
    background-color: #00bcd4;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: 8px;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
  }
  .header_style_6 .header_menu .menu:hover .m_1 {
    color: #ffffff;
  }
  .header_style_6 .header_menu .menu:hover::before {
    width: 100%;
    opacity: 1;
  }
  .header_style_6 .header_menu .menu:hover::after {
    opacity: 1;
    left: 50%;
  }
  .header_style_6 .search_modal_btn {
    border-radius: 3px;
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_6 .search_modal_btn:hover, .header_style_6 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_6 .language_style1 .lang_dropdown {
    padding-top: 11px;
  }
  .header_style_6 .language_style1 .lang_item {
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 3px;
  }
  .header_style_6 .language_style1 .lang_item::before {
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_6 .language_style1 .lang_widget:hover .lang_item {
    color: #ffffff;
  }
  .header_style_6 .language_style1 .lang_widget:hover .lang_item::before {
    opacity: 100%;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
}
@media (max-width: 1199px) {
  .header_style_6 .social_info {
    display: none;
  }
  .header_style_6 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_6 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_6 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* header_style_7 */
.header_style_7 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_7 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_7 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_7 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_7 .header_top .col-head-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_style_7 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_7 .header_top .col-head-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_7 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_7 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_7 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_7 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_7 .header_bottom .nav {
    margin: unset;
  }
  .header_style_7 .header_menu .menu {
    padding: 10px 0;
    margin: 0 10px;
  }
  .header_style_7 .header_menu .menu .m_1 {
    padding: 12px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_7 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .header_style_7 .header_menu .menu:hover .m_1 {
    color: #ffffff;
  }
  .header_style_7 .header_menu .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
  }
  .header_style_7 .search_modal_btn {
    width: auto;
    height: auto;
    border: unset;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_7 .search_modal_btn:hover, .header_style_7 .search_modal_btn:active {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
  .header_style_7 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_7 .language_style1 .lang_item {
    border-radius: 3px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_7 .header_top {
    height: 0;
    display: none;
  }
  .header_style_7 .social_info {
    margin-right: auto;
  }
  .header_style_7 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_7 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_7 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_7 .social_info {
    display: none;
  }
}

/* header_style_8 */
.header_style_8 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_8 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_8 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_8 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_8 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_8 .header_top .col-head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_style_8 .header_top .col-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_8 .social_icon {
    margin-right: 1rem;
  }
  .header_style_8 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_8 .header_bottom {
    background-color: #086ad8;
    border-radius: 10px;
    max-width: 1350px;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .header_style_8 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_8 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_8 .header_bottom .nav {
    margin: unset;
  }
  .header_style_8 .header_menu .menu {
    padding: 10px 18px;
    margin: 0;
  }
  .header_style_8 .header_menu .menu .m_1 {
    padding: 15px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_8 .header_menu .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_style_8 .header_menu .menu:last-child:before {
    display: none;
  }
  .header_style_8 .header_menu .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7px;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_8 .header_menu .menu:hover .m_1 {
    color: #ffffff;
  }
  .header_style_8 .header_menu .menu:hover::after {
    opacity: 1;
    visibility: visible;
    right: 50%;
  }
  .header_style_8 .search_modal_btn {
    width: auto;
    height: auto;
    border: unset;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_8 .search_modal_btn:hover, .header_style_8 .search_modal_btn:active {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
  .header_style_8 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_8 .language_style1 .lang_item {
    border-radius: 3px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_8 .header_top {
    height: 0;
    display: none;
  }
  .header_style_8 .social_info {
    margin-right: auto;
  }
  .header_style_8 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_8 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_8 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_8 .social_info {
    display: none;
  }
}

/* header_style_9 */
.header_style_9 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_9 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_9 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_9 .header_sticky {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .header_style_9 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_9 .header_top .col-head-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_style_9 .header_top .col-head-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_9 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_9 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_9 .header_bottom .nav {
    margin: unset;
  }
  .header_style_9 .header_menu .menu {
    padding: 10px 0;
    margin: 0 10px;
  }
  .header_style_9 .header_menu .menu .m_1 {
    padding: 15px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_9 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .header_style_9 .header_menu .menu:hover .m_1 {
    color: #ffffff;
    background-color: transparent;
  }
  .header_style_9 .header_menu .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
  }
  .header_style_9 .search_modal_btn {
    width: auto;
    height: auto;
    border: unset;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_9 .search_modal_btn:hover, .header_style_9 .search_modal_btn:active {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
  .header_style_9 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_9 .language_style1 .lang_item {
    border-radius: 3px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_9 .header_top {
    height: 0;
    display: none;
  }
  .header_style_9 .social_info {
    margin-right: auto;
  }
  .header_style_9 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_9 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_9 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_9 .social_info {
    display: none;
  }
}

/* header_style_10 */
.header_style_10 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_10 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_10 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_10 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_10 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_10 .header_top .col-head-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_style_10 .header_top .col-head-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_10 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_10 .header_bottom {
    background-color: #086ad8;
  }
  .header_style_10 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_10 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_10 .header_bottom .nav {
    margin: unset;
  }
  .header_style_10 .header_menu .menu {
    padding: 15px 0;
    margin: 0 6px;
  }
  .header_style_10 .header_menu .menu .m_1 {
    padding: 10px 15px;
    border-radius: 30px;
    background-color: transparent;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
  }
  .header_style_10 .header_menu .menu:hover .m_1 {
    color: #282f3b;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .header_style_10 .search_modal_btn {
    border-radius: 50%;
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_10 .search_modal_btn:hover, .header_style_10 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_10 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_10 .language_style1 .lang_item {
    border-radius: 30px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_10 .header_top {
    height: 0;
    display: none;
  }
  .header_style_10 .social_info {
    margin-right: auto;
  }
  .header_style_10 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_10 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_10 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_10 .social_info {
    display: none;
  }
}

/* header_style_11 */
.header_style_11 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_11 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_11 .social_icon ul li a {
  border-radius: 3px;
}
.header_style_11 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_11 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_11 .header_top .col-head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_style_11 .header_top .col-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_11 .social_icon {
    margin-right: 1rem;
  }
  .header_style_11 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_11 .header_bottom {
    background-color: #086ad8;
    border-radius: 50px;
    max-width: 1350px;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .header_style_11 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_11 .header_sticky {
    background-color: #086ad8;
  }
  .header_style_11 .header_bottom .nav {
    margin: unset;
  }
  .header_style_11 .header_menu .menu {
    padding: 10px 18px;
    margin: 0;
  }
  .header_style_11 .header_menu .menu .m_1 {
    padding: 15px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_11 .header_menu .menu .m_1 > .arrow-down {
    display: none;
  }
  .header_style_11 .header_menu .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    top: 50%;
    right: -5px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_style_11 .header_menu .menu:last-child:before {
    display: none;
  }
  .header_style_11 .header_menu .menu .m_1::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_11 .header_menu .menu:hover .m_1 {
    color: #ffffff;
  }
  .header_style_11 .header_menu .menu:hover .m_1::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .header_style_11 .search_modal_btn {
    width: auto;
    height: auto;
    border: unset;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_11 .search_modal_btn:hover, .header_style_11 .search_modal_btn:active {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
  .header_style_11 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_11 .language_style1 .lang_item {
    border-radius: 30px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_11 .header_top {
    height: 0;
    display: none;
  }
  .header_style_11 .social_info {
    margin-right: auto;
  }
  .header_style_11 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_11 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_11 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_11 .social_info {
    display: none;
  }
}

/* header_style_12 */
.header_style_12 .social_info ul li {
  padding: 0 5px 0 45px;
}
.header_style_12 .social_info ul li i {
  top: -5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #282f3b;
  border-color: #282f3b;
  background-color: transparent;
}
.header_style_12 .social_icon ul li a {
  border-radius: 30px;
}
.header_style_12 .header_sticky {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .header_style_12 .header_top {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header_style_12 .header_top .header_relative {
    padding: 10px 0;
  }
  .header_style_12 .header_bottom {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header_style_12 .header_top .col-head-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_style_12 .header_top .col-head-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33%;
  }
  .header_style_12 .header_top .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .header_style_12 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_12 .header_bottom .nav {
    margin: unset;
  }
  .header_style_12 .header_menu .menu {
    padding: 10px 0;
    margin: 0 10px;
  }
  .header_style_12 .header_menu .menu .m_1 {
    padding: 15px 0;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_12 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #ffffff;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_12 .header_menu .menu:hover .m_1 {
    color: #ffffff;
    background-color: transparent;
  }
  .header_style_12 .header_menu .menu:hover .m_1::before {
    right: 50%;
    opacity: 1;
    visibility: visible;
  }
  .header_style_12 .search_modal_btn {
    width: auto;
    height: auto;
    border: unset;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
  }
  .header_style_12 .search_modal_btn:hover, .header_style_12 .search_modal_btn:active {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
  .header_style_12 .language_style1 .lang_dropdown {
    padding-top: 10px;
  }
  .header_style_12 .language_style1 .lang_item {
    border-radius: 3px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_12 .header_top {
    height: 0;
    display: none;
  }
  .header_style_12 .social_info {
    margin-right: auto;
  }
  .header_style_12 .social_info ul li {
    padding: 0 5px 0 36px;
  }
  .header_style_12 .social_info ul li i {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_12 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header_style_12 .social_info {
    display: none;
  }
}

/* header_style_13 */
.header_style_13 .header_top {
  background-color: #086ad8;
}
.header_style_13 .header_sticky {
  background-color: #ffffff;
}
.header_style_13 .header_bottom {
  background-color: #ffffff;
}
.header_style_13 .social_info {
  margin-right: auto;
}
.header_style_13 .social_info ul li {
  padding: 0 5px 0 28px;
  font-size: 0.9rem;
}
.header_style_13 .social_info ul li a {
  color: #ffffff;
}
.header_style_13 .social_info ul li i {
  top: 1px;
  color: #ffffff;
  background-color: transparent;
}
.header_style_13 .social_icon ul {
  max-width: 0 -7px;
}
.header_style_13 .social_icon ul li {
  padding: 0 7px;
}
.header_style_13 .social_icon ul li a {
  color: #ffffff;
  width: auto;
  height: auto;
  border: unset;
  font-size: 1rem;
}
.header_style_13 .header_sticky {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_13 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_13 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_13 .header_bottom .nav {
    margin: unset;
  }
  .header_style_13 .header_menu .menu {
    padding: 0;
    margin: 0;
  }
  .header_style_13 .header_menu .menu .m_1 {
    color: #282f3b;
    padding: 32px 15px;
    background-color: transparent;
  }
  .header_style_13 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #086ad8;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_13 .header_sticky .header_menu .menu .m_1 {
    padding: 24px 15px;
  }
  .header_style_13 .header_menu .menu:hover .m_1 {
    background-color: #00bcd4;
    color: #ffffff;
  }
  .header_style_13 .header_menu .menu:hover .m_1::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header_style_13 .search_modal_btn {
    border-radius: 5px;
  }
  .header_style_13 .search_modal_btn:hover, .header_style_13 .search_modal_btn:active {
    border-color: #282f3b;
    color: #ffffff;
    background-color: #282f3b;
  }
  .header_style_13 .language_style1 .lang_dropdown {
    padding-top: 0;
  }
  .header_style_13 .language_style1 .lang_item {
    padding: 10px 9px 10px 10px;
  }
}
@media (max-width: 1199px) {
  .header_style_13 .social_info {
    display: none;
  }
  .header_style_13 .social_icon {
    margin-right: auto;
  }
  .header_style_13 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_13 .header_sticky .language {
    display: none;
  }
}

/* header_style_14 */
.header_style_14 .header_top {
  background-color: #086ad8;
}
.header_style_14 .header_sticky {
  background-color: #ffffff;
}
.header_style_14 .header_bottom {
  background-color: #ffffff;
}
.header_style_14 .social_info {
  margin-right: auto;
}
.header_style_14 .social_info ul li {
  padding: 0 5px 0 38px;
}
.header_style_14 .social_info ul li a {
  color: #ffffff;
}
.header_style_14 .social_info ul li i {
  top: -1px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.header_style_14 .social_icon ul li a {
  border-radius: 30px;
  color: #ffffff;
  border-color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .header_style_14 .header_top .header_relative {
    padding: 5px 0;
  }
  .header_style_14 .header_bottom .header_relative {
    position: relative;
  }
  .header_style_14 .header_sticky .header_relative {
    position: relative;
  }
  .header_style_14 .header_bottom::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #086ad8;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header_style_14 .header_sticky::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #086ad8;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header_style_14 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_14 .header_bottom .nav {
    margin: unset;
  }
  .header_style_14 .header_menu .menu {
    padding: 0;
    margin: 0;
  }
  .header_style_14 .header_menu .menu .m_1 {
    color: #ffffff;
    padding: 32px 15px;
    background-color: transparent;
  }
  .header_style_14 .header_menu .menu:hover .m_1 {
    background-color: #00bcd4;
    color: #ffffff;
  }
  .header_style_14 .search_modal_btn {
    width: auto;
    height: auto;
    color: #ffffff;
    border-radius: 5px;
    border: unset;
    background-color: transparent;
  }
  .header_style_14 .language_style1 .lang_dropdown {
    padding-top: 0;
  }
  .header_style_14 .language_style1 .lang_item {
    padding: 10px 9px 10px 10px;
  }
  .header_style_14 .header_sticky {
    background-color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .header_style_14 .social_info {
    display: none;
  }
  .header_style_14 .social_icon {
    margin-right: auto;
  }
  .header_style_14 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_14 .header_sticky .language {
    display: none;
  }
}

/* header_style_15 */
.header_style_15 .social_info {
  margin-right: auto;
}
.header_style_15 .social_info ul li {
  padding: 0 5px 0 28px;
}
.header_style_15 .social_info ul li a {
  color: #ffffff;
}
.header_style_15 .social_info ul li i {
  color: #ffffff;
  background-color: transparent;
}
.header_style_15 .social_icon ul {
  margin: 0 -8px;
}
.header_style_15 .social_icon ul li {
  padding: 0 8px;
}
.header_style_15 .social_icon ul li a {
  width: auto;
  height: auto;
  border: unset;
  border-radius: unset;
  font-size: 17px;
}
@media (min-width: 1200px) {
  .header_style_15 .header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header_style_15 .header_top .header_relative {
    padding: 8px 0;
  }
  .header_style_15 .header_bottom {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header_style_15 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_15 .header_bottom .nav {
    margin: unset;
  }
  .header_style_15 .header_menu .menu {
    padding: 0;
    margin: 0;
  }
  .header_style_15 .header_menu .menu .m_1 {
    color: #ffffff;
    padding: 32px 15px;
    background-color: transparent;
  }
  .header_style_15 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #086ad8;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_15 .header_menu .menu:hover .m_1 {
    background-color: #00bcd4;
    color: #ffffff;
  }
  .header_style_15 .header_menu .menu:hover .m_1::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header_style_15 .search_modal_btn {
    width: auto;
    height: auto;
    color: #ffffff;
    border: unset;
    background-color: transparent;
  }
  .header_style_15 .search_modal_btn:hover, .header_style_15 .search_modal_btn:active {
    color: #ffffff;
    background-color: transparent;
  }
  .header_style_15 .language_style1 .lang_dropdown {
    padding-top: 5px;
  }
  .header_style_15 .language_style1 .lang_item {
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 30px;
  }
}
@media (max-width: 1199px) {
  .header_style_15 .social_info {
    display: none;
  }
  .header_style_15 .social_icon {
    margin-right: auto;
  }
  .header_style_15 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_15 .header_sticky .language {
    display: none;
  }
}

/* header_style_16 */
.header_style_16 .header_top {
  background-color: #086ad8;
}
.header_style_16 .header_sticky {
  background-color: #ffffff;
}
.header_style_16 .header_bottom {
  background-color: #ffffff;
}
.header_style_16 .social_info {
  margin-right: auto;
}
.header_style_16 .social_info ul li {
  padding: 0 5px 0 38px;
}
.header_style_16 .social_info ul li a {
  color: #ffffff;
}
.header_style_16 .social_info ul li i {
  top: -1px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.header_style_16 .social_icon ul li a {
  border-radius: 30px;
  color: #ffffff;
  border-color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .header_style_16 .header_top .header_relative {
    padding: 8px 0;
  }
  .header_style_16 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_16 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_16 .header_bottom .nav {
    margin: unset;
  }
  .header_style_16 .header_menu .menu {
    margin: 0;
    padding: 0;
  }
  .header_style_16 .header_menu .menu .m_1 {
    color: #282f3b;
    padding: 32px 10px;
    background-color: transparent;
  }
  .header_style_16 .header_menu .menu .m_1 .arrow-down::after {
    content: "+";
  }
  .header_style_16 .header_menu .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #086ad8;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_style_16 .header_menu .menu:hover .m_1 {
    color: #ffffff;
    background-color: #00bcd4;
  }
  .header_style_16 .header_menu .menu:hover .m_1::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header_style_16 .search_modal_btn {
    width: auto;
    height: auto;
    color: #282f3b;
    border: unset;
    background-color: transparent;
  }
  .header_style_16 .language_style1 .lang_dropdown {
    padding-top: 0;
  }
  .header_style_16 .language_style1 .lang_item {
    padding: 10px 9px 10px 10px;
  }
}
@media (max-width: 1199px) {
  .header_style_16 .social_info {
    display: none;
  }
  .header_style_16 .social_icon {
    margin-right: auto;
  }
  .header_style_16 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_16 .header_sticky .language {
    display: none;
  }
}

/* header_style_17 */
.header_style_17 .header_top {
  background-color: #495057;
}
.header_style_17 .header_sticky {
  background-color: #ffffff;
}
.header_style_17 .header_bottom {
  background-color: #ffffff;
}
.header_style_17 .social_info {
  margin-right: auto;
}
.header_style_17 .social_info ul li {
  padding: 0 5px 0 28px;
}
.header_style_17 .social_info ul li a {
  color: #ffffff;
}
.header_style_17 .social_info ul li i {
  color: #ffffff;
  background-color: transparent;
}
.header_style_17 .social_icon ul {
  margin: 0 -8px;
}
.header_style_17 .social_icon ul li {
  padding: 0 8px;
}
.header_style_17 .social_icon ul li a {
  width: auto;
  height: auto;
  border: unset;
  border-radius: unset;
  font-size: 17px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .header_style_17 .header_bottom .header_relative {
    position: relative;
  }
  .header_style_17 .header_sticky .header_relative {
    position: relative;
  }
  .header_style_17 .header_bottom::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #086ad8;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header_style_17 .header_sticky::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #086ad8;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header_style_17 .header_sticky .header_menu .menu .m_1 {
    padding: 22px 15px;
  }
  .header_style_17 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_17 .header_bottom .nav {
    margin: unset;
  }
  .header_style_17 .header_menu .menu {
    padding: 0;
    margin: 0;
  }
  .header_style_17 .header_menu .menu .m_1 {
    color: #ffffff;
    padding: 32px 15px;
    background-color: transparent;
  }
  .header_style_17 .header_menu .menu:hover .m_1 {
    background-color: #00bcd4;
    color: #ffffff;
  }
  .header_style_17 .search_modal_btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
  }
  .header_style_17 .search_modal_btn:hover, .header_style_17 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_17 .language_style1 .lang_dropdown {
    padding-top: 0;
  }
  .header_style_17 .language_style1 .lang_item {
    padding: 10px 9px 10px 10px;
  }
}
@media (max-width: 1199px) {
  .header_style_17 .social_info {
    display: none;
  }
  .header_style_17 .social_icon {
    margin-right: auto;
  }
  .header_style_17 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_17 .header_sticky .language {
    display: none;
  }
}

/* header_style_18 */
.header_style_18 .header_top {
  background-color: #086ad8;
}
.header_style_18 .header_sticky {
  background-color: #ffffff;
}
.header_style_18 .header_bottom {
  background-color: #ffffff;
}
.header_style_18 .social_info {
  margin-right: auto;
}
.header_style_18 .social_info ul li {
  padding: 0 5px 0 38px;
}
.header_style_18 .social_info ul li a {
  color: #ffffff;
}
.header_style_18 .social_info ul li i {
  top: -1px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.header_style_18 .social_icon ul li a {
  border-radius: 30px;
  color: #ffffff;
  border-color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .header_style_18 .header_bottom .logo {
    margin-right: auto;
  }
  .header_style_18 .header_bottom .nav {
    margin: unset;
  }
  .header_style_18 .header_bottom .header_relative {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_style_18 .header_menu .menu {
    padding: 22px 0;
  }
  .header_style_18 .header_menu .menu .m_1 {
    border-width: 1px;
    border-style: solid;
    padding: 9px 12px;
    border-radius: 30px;
    border-color: var(--bs-gray-200);
    background-color: var(--bs-gray-200);
    color: #282f3b;
  }
  .header_style_18 .header_menu .menu:hover .m_1 {
    background-color: #00bcd4;
    color: #ffffff;
    border-color: #00bcd4;
  }
  .header_style_18 .search_modal_btn {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    color: #282f3b;
    border-color: #dee2e6;
    background-color: #f5f6f9;
  }
  .header_style_18 .search_modal_btn:hover, .header_style_18 .search_modal_btn:active {
    color: #ffffff;
    border-color: #00bcd4;
    background-color: #00bcd4;
  }
  .header_style_18 .language_style1 .lang_dropdown {
    padding-top: 0;
  }
  .header_style_18 .language_style1 .lang_item {
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 1199px) {
  .header_style_18 .social_info {
    display: none;
  }
  .header_style_18 .social_icon {
    margin-right: auto;
  }
  .header_style_18 .social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .header_style_18 .header_sticky {
    background-color: #ffffff;
  }
  .header_style_18 .header_mobile .language {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_style_18 .header_sticky .language {
    display: none;
  }
}

.header_style_19 .logo {
  margin-right: auto;
}
.header_style_19 .search_modal_btn {
  border: unset;
  width: auto;
  height: auto;
}
.header_style_19 .search_modal_btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.header_style_19 .header_fixed .header_menu .menu .m_1::before {
  content: "";
  display: block;
  width: 100%;
}
.header_style_19 .header_fixed .header_menu .menu:hover .m_1 {
  background-color: transparent;
  color: #ffffff;
  height: 100%;
}
.header_style_19 .header_menu .menu {
  padding: 30px 0 26px 0;
}
.header_style_19 .header_bottom .nav {
  margin-right: 15px;
}

@media (min-width: 1199px) {
  .header_menu.nav_hover_fade .submenu {
    top: 100%;
    left: 0;
  }
  .header_menu.nav_hover_fade .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .header_menu.nav_hover_fade .menu:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_fade .menu:hover .submenu .submenu {
    visibility: hidden;
    opacity: 0;
  }
  .header_menu.nav_hover_fade .menu:hover .submenu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_down .submenu {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .header_menu.nav_hover_down .submenu .submenu {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    top: 0;
    left: 100%;
    right: auto;
  }
  .header_menu.nav_hover_down .menu:hover .submenu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_down .menu:hover .submenu .submenu {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
  }
  .header_menu.nav_hover_down .menu:hover .submenu li:hover > .submenu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_up .submenu {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  .header_menu.nav_hover_up .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .header_menu.nav_hover_up .menu:hover .submenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_up .menu:hover .submenu .submenu {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    visibility: hidden;
    opacity: 0;
  }
  .header_menu.nav_hover_up .menu:hover .submenu li:hover > .submenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_left .submenu {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .header_menu.nav_hover_left .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .header_menu.nav_hover_left .menu:hover .submenu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .header_menu.nav_hover_left .menu:hover .submenu .submenu {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
  }
  .header_menu.nav_hover_left .menu:hover .submenu li:hover > .submenu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .nav_hover_scroll .header_menu .menu .title-wrapper {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav_hover_scroll .header_menu .menu .main-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -1px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav_hover_scroll .header_menu .menu .sub-title {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav_hover_scroll .header_menu .menu .main-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .nav_hover_scroll .header_menu .menu .sub-title {
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }
  .nav_hover_scroll .header_menu .menu:hover .main-title {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  .nav_hover_scroll .header_menu .menu:hover .sub-title {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}