/******************************************************************************************************************************************************************************
Menu Css
*******************************************************************************************************************************************************************************/
.inner-header {
  display: flex;
  align-items: center;
}
.h-logo img {
  width: 202px;
}
.lan_switcher_img {
  background: #FFFFFF;
  box-shadow: 15px 15px 30px rgb(254 123 174 / 15%);
  border-radius: 8px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
}

.lan_switcher ul#language_menu{
display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 30px 30px 109px rgb(251 127 138 / 20%);
    border-radius: 8px;
    padding: 25px;
    right: 0;
    top: 70px;
    min-width: 197px;
}
.lan_switcher {
  position: relative;
  top: 0;
  padding-bottom: 20px;
}
.lan_switcher:hover ul#language_menu {
  display: block;
}
.lan_switcher ul#language_menu li {
  list-style: none;
}
.lan_switcher ul#language_menu li a {
  color: #101238;
  font-size: 16px;
  font-weight: 500;
  font-family: Plus Jakarta Sans,serif;
  font-family: Avenir Next LT Pro;
  padding: 22px 20px;
  display:block;
    border-radius: 8px;
}
.lan_switcher ul#language_menu li a:hover {
background: #150FFF;
    box-shadow: 15px 15px 30px rgb(254 123 174 / 15%);
    border-radius: 8px;
    color: #fff;
    width: 100%;
}
}



.wrapper-header {
  position: relative;
}
.wrapper-header .logo {
  width: 202px;
  margin: 0 !important;
}
.wrapper-header .menu {
  width: calc(100% - 202px);
  margin: 0 !important;
  padding: 0 0 0 20px;
}

/*************************************Depth 1****************************************************/
.wrapper-header .menu .hs-menu-wrapper > ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrapper-header .menu ul > li.hs-menu-depth-1 > a {
  padding: 15px 30px 15px 20px;
  font-family: Plus Jakarta Sans, serif;
  font-family: Avenir Next LT Pro;
  text-overflow: initial;
  color: #101238;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .header--text-white:not(.header--sticky) .wrapper-header .menu ul > li.hs-menu-depth-1 > a,
  .header--text-white:not(.header--sticky) .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before {
    color: #fff;
  }
}
.wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a {
  font-size: 14px;
  background: #ffb800;
  padding: 15px 30px;
  display: inline-block;
  color: #000!important;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
}
.wrapper-header .menu ul > li.hs-menu-depth-1:last-child > a:hover {
  background: #fff;
  color: #ffb800!important;
}
/* .wrapper-header .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper a {
font-size: 16px;
font-weight: 500;
} */
.wrapper-header .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper a:hover {
  background: #150fff;
  color: #fff!important;
  border-radius: 5px;
}
.wrapper-header .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper {
  list-style: none;
}
.wrapper-header .menu ul li.hs-menu-item.hs-menu-depth-1 {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.wrapper-header .menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
  margin-right: 0;
}
.wrapper-header .menu ul > li.hs-menu-depth-1 a:hover {
  background: #fff;
  color: #101238!important;
  box-shadow: 15px 15px 30px rgba(254, 123, 174, 0.15);
  border-radius: 8px;
  display: inline-block;
}
.wrapper-header .menu ul > li.hs-menu-depth-1 {
  padding: 0 0 20px;
}

@media (min-width: 1200px) {
  .header--text-white:not(.header--sticky) .h-logo:not(.h-logo--white),
  .header--text-white.focus:not(.header--sticky) .h-logo.h-logo--white {
    display: none !important;
  }
  .header--text-white:not(.header--sticky) .h-logo.h-logo--white,
  .header--text-white.focus:not(.header--sticky) .h-logo.h-logo--colored {
    display: block !important;
  }
}
/*************************************Depth 2****************************************************/
.wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children {
  list-style: none;
  position: relative;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > a {
  width: 100% !important;
  max-width: 100% !important;
  text-overflow: inherit !important;
  transition: color 0s ease;
  color: #000!important;
  padding: 25px;
  display: inline-block;
  font-size: inherit;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > a:hover {
  color: #0862af;
}
.wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  box-shadow: 30px 30px 109px rgba(251, 127, 138, 0.2);
  left: 0;
  top: 70px;
  border-radius: 8px;
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 362px;
  visibility: hidden;
}

.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger {
  width: auto !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 16px;
}
.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i {
  position: relative;
  display:block;
}
/*.wrapper-header .menu ul > li.hs-menu-depth-1:hover > .child-trigger i:before{color:transparent;}*/
.wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 16px;
  position: absolute;
  top: -3px;
  transform: translateY(-50%);
  left: -6px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

/*************************************Depth 3****************************************************/
.wrapper-header .menu ul > li.hs-menu-depth-2.hs-item-has-children {
  position: relative;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
  position: absolute;
  background: #f1c319;
  width: 100%;
  min-width: 150px;
  visibility: hidden;
  left: 100%;
  top: 0px;
  border-left: 1px solid #fff;
}
.wrapper-header .menu ul > li.hs-menu-depth-2:hover > ul.hs-menu-children-wrapper {
  visibility: visible;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger {
  position: absolute;
  top: 0px;
  right: 20px;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger i {
  position: relative;
}
.wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger i:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*.wrapper-header .menu ul > li.hs-menu-depth-2:hover > .child-trigger i:before{color:transparent;}*/
.wrapper-header .menu ul > li.hs-menu-depth-3 > a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: inherit;
}
.header__inner {
  display: none;
}


@media (min-width:1200px){
  .wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children:hover .child-trigger i:before {
    transform: scaleY(-1) !important;
    color: #000;
    margin-top: -9px;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper {
    padding: 23px 25px;
    visibility: visible;
  }
}

@media (max-width: 1199px) {

  /**********************************************Toggle Icon***************************************/
  .wrapper-header .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    right: 20px;
    width: 40px;
    padding: 20px 0px;
    z-index: 12;
    top: 23px;
  }
  .wrapper-header .mobile-trigger .line {
    display: block;
    background: #000;
    width: 40px;
    height: 5px;
    position: absolute;
    left: 0;
    border-radius: 4px;
  }
  .wrapper-header .mobile-trigger .line.line-3 {
    top: 50%;
  }
  .wrapper-header .mobile-trigger.active-re .line-3 {
    transform: translateY(-23px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-23px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-23px) translateX(0) rotate(-45deg);
  }
  .wrapper-header .mobile-trigger.active-re .line.line-3 {
    top: 80%;
  }
  .wrapper-header .mobile-trigger .line.line-2 {
    top: 25%;
  }
  .wrapper-header .mobile-trigger.active-re .line-2 {
    opacity: 0;
  }
  .wrapper-header .mobile-trigger .line.line-1 {
    top: 0;
  }
  .wrapper-header .mobile-trigger.active-re .line-1 {
    top: 12%;
  }
  .wrapper-header .mobile-trigger.active-re .line-1 {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(5px) translateX(0) rotate(45deg);
  }

  /**********************************************Depth 1***************************************/
  .wrapper-header .hs-menu-wrapper {
    height: 100vh;
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 100px;
    background: #fff;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a {
    font-size: 26px;
    color: #101238;
    padding: 10px 15px;
    display: inline-block;
  }

  /**********************************************Depth 2***************************************/
  .wrapper-header .menu ul > li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    position: relative;
    display: none;
    visibility: visible;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 .child-trigger {
    top: 0;
    right: 30px;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-2,
  .wrapper-header .menu ul > li.hs-menu-depth-3 {
    border-top: 1px solid #fff;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger.child-open i:before,
  .wrapper-header .menu ul > li.hs-menu-depth-2 > .child-trigger.child-open i:before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: translateY(0) translateX(0) rotate(180deg);
    -webkit-transform: translateY(0px) translateX(0) rotate(180deg);
    -moz-transform: translateY(0) translateX(0) rotate(180deg);
    transform: translateY(0) translateX(0) rotate(180deg);
    -webkit-transform: translateY(0px) translateX(0) rotate(180deg);
    -moz-transform: translateY(0) translateX(0) rotate(180deg);
  }

  /**********************************************Depth 3***************************************/
  .wrapper-header .menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    position: relative;
    display: none;
    visibility: visible;
    left: 0;
  }
  .wrapper-header .menu ul li.hs-menu-item.hs-menu-depth-1 {
    margin-right: 0;
  }
  .wrapper-header .menu .hs-menu-wrapper > ul {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
  header.header.header--transparent.header--floating .container-fluid.content-wrapper {
    padding: 0;
  }
  header.header.header--transparent.header--floating {
    padding-top: 0;
  }
  .h-logo {
    position: relative;
    z-index: 100;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger i:before {
    top: 28px;
    font-size: 40px;
  }
  .wrapper-header .menu ul li.hs-menu-item.hs-menu-depth-1 {
    display: block;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    top: 20px;
  }
  ul.hs-menu-children-wrapper {
    padding: 0;
  }
  li.hs-menu-item.hs-menu-depth-2 {
    list-style: none;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > .child-trigger.child-open i:before {
    top: 0;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > a {
    padding: 10px 0;
  }
  .h-logo {
    padding-top: 15px;
  }
  .wrapper-header .mobile-trigger {
    right: 70px;
  }
  .wrapper-header .menu .hs-menu-wrapper > ul {
    max-width: 960px;
    margin: 0 auto;
  }
  /*   .wrapper-header .menu ul > li.hs-menu-depth-1.hs-item-has-children:hover .child-trigger i:before {
  transform: rotate(180deg) !important;
  top: -11px !important;
} */
  .wrapper-header .menu ul > li.hs-menu-depth-2 > a {
    font-size: 20px;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    padding: 23px 25px;
  }
  .lan_switcher {
    position: absolute;
    top: 10px;
    right: 130px;
  }
}
@media (max-width: 991px) {
  .wrapper-header .menu .hs-menu-wrapper > ul {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .inner-header {
    max-width: 540px;
    padding: 0;
  }
  .h-logo img {
    width: 170px;
  }
  .h-logo {
    padding-top: 22px;
  }
  .wrapper-header .mobile-trigger {
    right: 20px;
  }
  .wrapper-header .menu .hs-menu-wrapper > ul {
    max-width: 540px;
  }
  .lan_switcher {
    right: 80px;
    top:15px;
  }
  .lan_switcher_img {
    border-radius: 8px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 576px) {
  .wrapper-header .menu .hs-menu-wrapper > ul {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .h-logo img {
    width: 120px;
  }
  .wrapper-header .menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    min-width: 250px;
  }

}
