header .tech_fox_header_main.header_main{
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}
.tech_fox_header_main li.hs-menu-item.active-branch > a  {
  color: var(--light_blue__color) !important;
}
header .tech_fox_header_main .header_logo{
  flex-basis: 17%;
}
header .tech_fox_header_main .header-menu{
  flex-basis: 60%;
}
header .tech_fox_header_main .search_section{
  flex-basis: 2%;
}
header .tech_fox_header_main .language_switcher{
  flex-basis: 50%;
  position:relative;
}
header .tech_fox_header_main .header_logo img{
  max-width: 220px !important;
  width: 100% !important;
  display: block;
}
.tech_fox_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper a {
  font-weight: 400;
}
/* Top header >>>*/
.tech_fox_top_header {
  position: relative;
  z-index: 1;
  padding: 9px 0px;
}
.top-header_left .top-header_left_list_item ul {
  list-style: none;
  padding-left: 0px;   
  margin-bottom: 0px;
}
.top-header_left .top-header_left_list_item ul li{
  position: relative;
  z-index: 1;
}
.top-header_left .top-header_left_list_item ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}
.top-header_left .top-header_left_list_item ul li:not(:last-child):after{
  content: '';
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 15px;
  right: 0px;
  top: 50%;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
.top-header-social-med ul li a svg{
  width: 20px;
  fill: #696969;
  height: 20px;
  transition: .3s all;
}
.top-header-social-med ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.top-header-social-med ul li:not(:last-child) {
  padding-right: 12px;
}
.top-header-social-med {
  padding-right: 0px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: -4px;
}
.top-header-social-med:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: var(--light_blue__color);
  height: 15px;
  width: 0px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-header_left .top-header_left_list_item ul li a .fa {
  margin-right: 6px;
}
.tech_fox_top_header:before {
  position: absolute;
  content: "";
  height: 100%;
  background: var(--light_blue__color);
  max-width: 50%;
  width: 100%;
  -webkit-clip-path: polygon(0 0,97% 0,100% 100%,0% 100%);
  clip-path: polygon(0 0,97% 0,100% 100%,0% 100%);
  top: 0;
  left: 0;
}
.top-header-social-med ul li a svg:hover {
  fill: var(--light_blue__color);
  transform: rotate(20deg);
  transition: .3s all;
}
/********************* css for menu links Desktop ********************************/
.header-main {
  padding: 22px 0px;
}
.tech_fox_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech_fox_header_main .header-menu.custom-menu-primary ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1 {
  padding: 10px 18px 10px 10px;
  position: relative;
  margin-right: 10px;
}

.tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child {
  padding-right: 20;
  padding-left: 20px;
}

.tech_fox_header_main .header-menu.custom-menu-primary ul li a{
  font-weight: 700;
}

.tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
  position: absolute;
  width: 250px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  z-index: 11;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  top: 100px;
  left: 0;
  z-index: 10;
}

.tech_fox_header_main .header-menu.custom-menu-primary li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  top: 64px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item {
  padding: 10px 25px;
  position: relative;
}

.tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
  top: 100px;
  left: 100%;
}
.tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  top: -15px;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch>a,
.tech_fox_header_main li.hs-menu-item.hs-menu-depth-2 a,
.tech_fox_header_main li.hs-menu-item.hs-menu-depth-2:hover a{
  transition: .3s all ease-in-out;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch>a,
.tech_fox_header_main li.hs-menu-item.hs-menu-depth-2:hover a {
  padding-left: 10px;
}
/* language switcher */
header .globe_class{
  background-image:none;
  width:100%;
  height:100%;
}
header  .globe_class .lang_list_class {
  display: block;
}
header .language_switcher .hs_cos_wrapper_type_language_switcher {
  position: absolute;
  width:100%;
  top:50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header .globe_class .lang_list_class {
  display: inline-block;
  position: relative;
  width: 100%;
  top:3px;
  left: -50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding:15px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  background-color: var(--white_color);
  border-radius: 8px;
}
header .globe_class ul.lang_list_class:after,
header .globe_class ul.lang_list_class:before {
  content:none;
}
header .globe_class ul.lang_list_class li {
  padding: 8px 0px;
  border: 0;
  background-color: transparent;
  text-align:left;
}
header .globe_class ul.lang_list_class li:not(:last-child){
  border-bottom: 1px dashed;
}
header .language_switcher .language_switcher_fix svg{
  width:24px;
  vertical-align: middle;
  margin-right: 5px;
  fill:var(--primary_color);
}
header .language_switcher{
  cursor: pointer;
}
header .language_switcher .language_switcher_fix {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
}
header .language_switcher:hover > .hs_cos_wrapper_type_language_switcher{
  top:25px;
  opacity:1;
  visibility: visible;
}
.header__language-switcher .lang_switcher_class ul.lang_list_class {
  min-width: 150px;
}
.header__language-switcher .lang_list_class li a, .header__language-switcher-label-current {
  font-size: 14px;
}
/* Search Funciton */

header .th_menu_item.icn-link.search_function a {
  text-decoration: none;
}
header .search_section li.th_menu_item.icn-link.search_function{
  list-style:none;
  text-align:center;
}
header .search_section li.th_menu_item.icn-link.search_function svg {
  width: 20px;
  fill: var(--primary_color);
}

header .hs-search-field .hs-search-field__empty-message{
  display:block;
  text-align: center;
  background-color: var(--primary_color);
  padding: 30px;
}
header .hs-search-field .hs-search-field__empty-message.hs-search-field--has-results {
  display: none;
}
header .th_menu_item.search_function .hs-search-field__endpoints_suggestions-wrapper,
header .th_menu_item.search_function  .hs-search-field__articles_suggestions-wrapper{
  display:none;
}
header .th_menu_item.search_function .hs-search-field__endpoints_suggestions-wrapper.page-search{
  display:block;
}
.search_function .hs-search-field {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0%;
  min-height: 32px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.35s;
  background-color: var(--primay-rgba);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search_function .hs-search-field.open_search_input{
  z-index: 50;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.search_function .hs-search-field .hs-search_panel_header{
  padding: 41px 15px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.search_function .hs-search-field .hs-search_panel_header,
.header-fixed.header-sticky .search_function .hs-search-field .hs-search_panel_header{
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.header-fixed.header-sticky .search_function .hs-search-field .hs-search_panel_header {
  padding: 21px 20px;
}
.search_function .hs-search-field .hs-search-field__bar {
  position: relative;
  max-width: 530px;
  padding:0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.hs-search-field form input[type=text] {
  height: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #FFF;
  border-bottom: 1px solid  var(--white_color); !important;
  border-radius: 0;
  display: inline-block;
  font-size: 21px;
  line-height: 31px;
}
.hs-search-field form input[type=text]::placeholder{
  color:#FFF;
}
.hs-search-field form input[type="text"]:focus-visible{
  outline:none;
}

.hs-search-field .hs-search-field__bar .search-close{
  cursor: pointer;
  position:absolute;
  color: var(--white_color);
  z-index: 1;
}
.hs-search-field .hs-search-field__bar .search-close svg{
  width:30px;
  height:30px;
  fill: var(--white_color);
}
.hs-search-field .hs-search-field__bar form {
  display: inline-block;
  width: 100%;
}
.hs-search-field .hs-search-field__panel__wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding:50px 15px;
}
.hs-search-field .hs-search-field__panel{
  display:none;
}
.hs-search-field .hs-search-field__panel.open_result{
  display:block;
}
.search_function .search-icon-field{
  cursor:pointer;
}
.hs-search-field .hs-search-field__panel__wrapper__overflow {
  height: calc(100vh - 150px );
  overflow: auto;
  padding-bottom: 50px;
  background-color: #ddd;
}
.hs-search-field .hs-search-field__panel__wrapper ul {
  list-style: none;
  padding:0;
}
header .hs-search-field .hs-search-field__panel__wrapper ul li {
  background-color:  var(--white_color);
  color: #000;
  margin-bottom: 20px;
  padding:15px;
}
header .hs-search-field .hs-search-field__panel__wrapper ul li div,
header .hs-search-field .hs-search-field__panel__wrapper ul li span{
  color: #000;
}
header .hs-search-field span.hs-search-highlight.hs-highlight-title{
  color:var(--primary_color);
}
header .hs-search-field li .result_fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
header .hs-search-field li .result_fix  .result-title{
  flex-basis:40%;
  padding-right: 30px;
}
header .hs-search-field li .result_fix  .result__description {
  flex-basis:60%;
  padding-left: 30px;
  border-left: 1px solid #cbd6e2;
}
header .hs-search-field .hs_search_header_tabs{
  display:none;
}
header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
header .hs-search-field .hs_search_header_tabs .tab_list span{
  width: 20px;
  height: 20px;
  border: 2px solid  var(--white_color);
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .hs-search-field .hs_search_header_tabs .tab_list.active_sc span{
  background-color:var(--secondary_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--white_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1{
  padding-right:30px;
}
header .search_function .hs-search-field.open_search_input.chg-style form input[type=text]{
  text-align:center;
}
header .search_function .hs-search-field__panel .hs-search-cont{
  display:none;
}
header .th_menu_item.icn-link.search_function .loader {
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  z-index: 20;
}
header .th_menu_item.icn-link.search_function .chg-style .loader{
  top:40%;
  left: 50%;
}
header .th_menu_item.icn-link.search_function .loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.page-load_more_sec,
.blog-load_more_sec{
  display:none;
}
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper li.hs-menu-item.active-branch > a,
header .custom-menu-primary li.hs-menu-item.active-branch > a{
  color: var(--primary_color);
}
.mob-flex-between-center, .flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mob-flex, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .language_switcher .language_switcher_fix img {
  max-width: 25px;
  height: auto;
  margin-right: 5px;
}
.header-cta .hs-cta-node {
  padding: 11px 17px;
}
.tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1>a {
  text-transform: uppercase;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
  content: '\f107';
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 800;
  color: #2f3034;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 21px;
  right: -6px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.tech_fox_header_main .header-fixed{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  align-items: center;
  z-index: 101;
  box-shadow: 0 0 14px 0 rgb(77 82 94 / 15%);
}
.tech_fox_header_main .header-fixed.header-sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
  background: #fff;
  -webkit-animation: fadeInDown .5s ease-in-out 0s normal;
  animation: fadeInDown .5s ease-in-out 0s normal;
  -webkit-transition: .4s;
  transition: .4s;
}

@media(max-width: 1280px){
  .tech_fox_header_main .content-wrapper{
    padding: 0 20px;
  }
}
@media(max-width: 1050px) and (min-width: 993px){
  header .tech_fox_header_main .header_logo {
    flex-basis: 15%;
  }
}
@media(max-width: 1024px){
  header .tech_fox_header_main .header-menu.custom-menu-primary ul  li.hs-menu-item.hs-menu-depth-1{
    padding: 10px;
  }
  header .tech_fox_header_main .header-menu.custom-menu-primary ul  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding: 10px 15px 10px 10px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 240px;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 a.cta_button {
    padding: 10px 0px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media(max-width: 1200px ) and (min-width: 993px) {
  .tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1 {
    font-size: 12px;
  }
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    top: 18px;
  }
}

@media(max-width: 992px ){
  header .tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding-right:10px;
  } 
  header .tech_fox_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    display:none;
    padding: 15px;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
  }
  .tech_fox_header_main.header_main.is-fixed .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    top: 68px;
  }
  header .tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1{
    padding-left: 10px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper{
    position: relative;
    width: 100%;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0px 10px;
    display: none;
    background: none;
    margin-top: 12px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 0;
    left: 0;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:hover{
    background-color: #e9ecef;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1,
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding:10px 0;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    top:0px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    top:0px;
  }
  .tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item {
    padding: 5px 0 5px 10px;
  }
  .mobile-trigger{
    position: absolute;
    /*     z-index: 10px; */
    top: 29%;
    right:25px;
    cursor: pointer;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i {
    display: inline;
    position: relative;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 32px;
    height: 3px;
    border-radius: 10px;
    display: inline-block;
    background-color:var(--primary_color);
    background-color: #0f191a;
  }
  .mobile-trigger i:before {
    top: -8px;
  }
  .mobile-trigger i:after {
    top: 8px;
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .mobile-open .mobile-trigger,
  .mobile-trigger {
    z-index: 10;
  }
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color:var(--primary_color);
  }
  .mobile-trigger i {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .mobile-trigger i:after,
  .mobile-open .mobile-trigger i:before{
    background:var(--primary_color);
    background-color: #0f191a;
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 0; 
    max-height:43px;
    width: 100%;
    height:100%;
    padding: 0;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: 0;
    right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 0px;
    height: 0px;
    background:var(--primary_color);
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  header  .hs-search-field li .result_fix{
    display:block;
  }
  header  .hs-search-field li .result_fix .result-title {
    flex-basis: 100%;
    padding-right:0px;
    padding-bottom:10px;
  }
  header .hs-search-field li .result_fix .result__description {
    flex-basis: 100%;
    padding-left:0px;
    padding-top:10px;
    border-top: 1px solid #cbd6e2;
    border-left: 0px solid #cbd6e2;
  }
  .hs-search-field .hs_search_header_tabs .tab_list{
    font-size:16px;
  }
  .search_function .hs-search-field .hs-search_panel_header{
    padding:40px 15px;
  }
  .hs-search-field .hs-search-field__panel__wrapper__overflow {
    height: calc(100vh - 130px );
  }
  header .tech_fox_header_main .search_section {
    top: 23px;
    position: absolute;
    right: 20px;
    display: none;
  }
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    background-color: rgba(247,244,252,1.0);
  }
  .language_switcher{
    display: none;
  }
  header .tech_fox_header_main .header_logo{
    flex-basis: 50%;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    top: 0px;
    right: 14px;
  }
  .header-cta {
    position: absolute;
    z-index: 1;
    right: -22px;
    transform: rotate(-90deg);
    top: 45px;
  }
  .header-cta .hs-cta-node {
    padding: 7px 8px;
    font-size: 12px;
    display: none;
  }
  .tech_fox_header_main.header_main.is-fixed .mobile-trigger {
    top: 25%;
  }
  .tech_fox_header_main.header_main ul.hs-menu-children-wrapper {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 10px;
  }
  body li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    right: 6px;
  }
}

@media(max-width: 767px){
  .tech_fox_top_header:before {
    max-width: 80%;
  }
}
@media(max-width: 580px){
  header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1 {
    padding-right:0px;
    margin-bottom:20px;
  }
  header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix{
    display:block;
  }
  header .tech_fox_header_main .search_section{
    top: 20px;
  }
  .top-header_left .top-header_left_list_item ul li a {
    font-size: 12px;
  }
  .top-header_left .top-header_left_list_item ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 6px;
  }
  .top-header_left,
  .top-header_right {
    flex-basis: 100%;
    justify-content: center;
  }
  .tech_fox_top_header .flex.flex-wrap {
    justify-content: center;
  }
  .top-header_right.flex {
    padding-top: 10px;
  }
  body .mobile-trigger {
    top: 26%;
  }
  .tech_fox_top_header {
    display: none;
  }
  .top-header-social-med {
    padding-right: 10px;
    margin-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    top: 68px;
  }
}


@media(min-width: 993px){
  .tech_fox_header_main  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
    display: block !important;
  }
  header .search_section li.th_menu_item.icn-link.search_function{
    margin-top: 7px;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    top: 0px;
    right: 15px;
  }

  .tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--primary_color);
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-3.active.active-branch:before,
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch:before{
    left: 15px;
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--light_blue__color);
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .tech_fox_header_main ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3:hover:before,
  .tech_fox_header_main ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover:before,
  .tech_fox_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:hover:before{
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-3.active.active-branch,
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch{
    position: relative;
    z-index: 1;
  }
  /*   .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-3.active.active-branch:before,
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch:before, */
  .tech_fox_header_main ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3:before,
  .tech_fox_header_main ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:before{
    left: 15px;
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--light_blue__color);
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .tech_fox_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:not(:last-child) {
    border-bottom: 1px dashed #000;
  }
  .tech_fox_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active.active-branch>a,
  .tech_fox_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper li:hover > a{
    color: var(--light_blue__color);
  }
}

/* @media(max-width: 410px){
.custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
top: 0px;
}
} */
.search_section {
  /*   display: none; */
}
.tech_fox_header_main.header_main.is-fixed .tech_fox_top_header {
  display: none;
}
.header__language-switcher--label-current {
  text-transform: uppercase;
}

/*XXXXXXXXXXXXXXXXX  */
.tech_fox_header_main.header_main{
  animation-duration: .9s !important; 
}
.tech_fox_header_main.header_main.is-fixed {
  position: fixed;
  z-index: 100;
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  width: 100%;
  box-shadow: 0 0 15px rgb(0 0 0 / 17%);
  animation-duration: .9s !important; 
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

ul.lang_list_class {
  min-width: 200px;
}
.header__search.header--element {
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: -7px;
  top: 28px;
  z-index: -1;
  opacity: 0;
}
.header__row-1 {
  position: relative;
  z-index: 111;
  /*   display: none; */
}
.header__language-switcher.header--element.xnl:hover .element-pannel {
  opacity: 1;
  z-index: 111;
  top: 14px;
}
.header__language-switcher.header--element.xnl:hover .element-pannel,
.eliment-pannel {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}



header.header.result_hover .tech_fox_top_header {
  z-index: 999999;
}