header.header{
  position: relative;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.header .height{
  height: 75px;
  width: 100%;
  display: none;
}
header.header.top .height{
  display: block;
}
.ngo-global-header .upper-navbar{
  background-color: var(--primary_color);
  padding: 7px 0px;
}
.ngo-global-header .upper-navbar .d-flx{
  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;
}
.ngo-global-header .upper-navbar .d-flx .contact-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.ngo-global-header .upper-navbar .d-flx .contact-info a{
  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: 25px;
}
.ngo-global-header .upper-navbar .d-flx .contact-info svg{
  height: 14px;
  width: 14px;
  margin-right: 7px;
  fill: #fff;
}
.ngo-global-header .upper-navbar .d-flx .social-network{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.ngo-global-header .upper-navbar .d-flx .social-network a{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 1.8;
  padding: 5px 6px;
  border: 1px solid transparent;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.ngo-global-header .upper-navbar .d-flx .social-network a:hover{
  border-color: #fff;
}
.ngo-global-header .upper-navbar .d-flx .social-network svg{
  width: 15px;
  height: 15px;
  fill: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.ngo-global-header .upper-navbar .d-flx .pull-down{
  padding: 0px 5px;
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  cursor: pointer;
}
.ngo-global-header .upper-navbar .d-flx .pull-down svg{
  width: 15px;
  height: 15px;
  fill: var(--primary_color);
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.ngo-global-header .upper-navbar .d-flx .pull-down.intro svg{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ngo-global-header .bottom-navbar{
  padding: 15px 0px;
  position: relative;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
header.header.top .bottom-navbar{
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}
.ngo-global-header .bottom-navbar .logo-block{
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.ngo-global-header .bottom-navbar .d-flx{
  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;
  position: relative;
}
.ngo-global-header .bottom-navbar .d-flx .logo{
  max-width: 220px;
  width: 100%;
  height: 25px;
}
.ngo-global-header .bottom-navbar .d-flx .navbar-option{
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ngo-global-header .bottom-navbar .d-flx .inspire-search{
  -ms-flex-preferred-size: 3%;
  flex-basis: 3%;
}
.ngo-global-header .bottom-navbar .d-flx .btn-class{
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ngo-global-header .bottom-navbar .d-flx .navbar-option li{
  padding: 15px 40px 15px 0px;
}
.ngo-global-header .bottom-navbar .d-flx .navbar-option li a{
  color: #333;
}
.ngo-global-header .bottom-navbar .d-flx .navbar-option li a:hover{
  color: var(--primary_color);
}
.ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children{
  position: relative;
} 
.ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #8a8a89;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: 25px;
  right: 20px;
}

@media(max-width: 1160px){
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li{
    padding-right: 25px;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:after{
    right: 15px;
  }
}

@media(min-width:1024px){
  .ngo-global-header .upper-navbar .d-flx .contact-info{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media(max-width: 1024px){
  .ngo-global-header .bottom-navbar{
    padding: 20px 0px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li{
    padding: 0px 0px 0px 0px;
  }
  .ngo-global-header .upper-navbar .d-flx .contact-info{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .ngo-global-header .upper-navbar.extra .d-flx .contact-info{
    opacity: 1;
    max-height: 100px;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
  }
  .ngo-global-header .upper-navbar .d-flx .contact-info a{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .ngo-global-header .upper-navbar .d-flx .pull-down{
    display: block;
  }
  .ngo-global-header .upper-navbar .d-flx .social-network{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ngo-global-header .upper-navbar .d-flx .social-network .btn-class{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:after{
    display: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal .main-btn{
    margin-top: 10px;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option .hs-menu-children-wrapper li{
    padding-right: 0px;
    padding-left: 8px;
  }
  .ngo-global-header .hs-menu-item.hs-menu-depth-2 a{
    margin: 7px 0px;
  }
  .ngo-global-header .bottom-navbar .d-flx .inspire-search{
    -ms-flex-preferred-size: 3%;
    flex-basis: 3%;
    position: absolute;
    right: 70px;
    top: 5px;
  }
}


@media(max-width: 767px){
  .ngo-global-header .upper-navbar .d-flx .contact-info a{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 10px;
    margin-right: 0;
  }
  .ngo-global-header .upper-navbar.extra .d-flx .contact-info{
    margin-bottom: 15px;
  }
  .ngo-global-header .bottom-navbar .logo-block{
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .ngo-global-header .bottom-navbar .d-flx .sign-block{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    display: block;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:after{
    display: none;
  }
}

@media(min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    display: block !important;
    overflow: visible !important;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper{
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 15px -2px rgb(0 0 0 / 25%);
    box-shadow: 3px 3px 15px -2px rgb(0 0 0 / 25%);
    left: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    pointer-events: none;
    padding: 15px;
    z-index: 9;
    width: 300px;
    display: inline-block;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children:hover:after{
    border-top-color: var(--primary_color);
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color: var(--primary_color);
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-2.hs-item-has-children{
    position: relative;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #8a8a89;
    top: 20px;
    right: 30px;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover:after{
    border-left-color: var(--primary_color);
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper{
    position: absolute;
    top: 0;
    left: 108px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    pointer-events: auto;
    z-index: 9;
    visibility: hidden;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover>.hs-menu-children-wrapper{
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .ngo-global-header .bottom-navbar .d-flx .navbar-option li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2{
    padding: 0;
    width: 50%;
    float: left;
  }
}


@media(max-width: 1024px ){
  .hs-menu-item.hs-menu-depth-1{
    margin-bottom: 15px; 
  }
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    display:none;
    padding: 20px 15px 25px;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 13px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 10%);
  }
  .mobile-trigger{
    position: absolute;
    z-index: 10px;
    top: 0px;
    right: 20px;
    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: 30px;
    height: 4px;
    border-radius: 10px;
    display: inline-block;
    background-color: var(--primary_color);
  }
  .mobile-trigger i:before {
    top: -8px;
    width: 30px;
    right: 0;
  }
  .mobile-trigger i:after {
    top: 8px;
    width: 30px;
    right: 0;
  }
  /* 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);
    width: 30px;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
  }
  .mobile-open .mobile-trigger i:after,
  .mobile-open .mobile-trigger i:before{
    background: var(--primary_color);
  }
  /* 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: 10px;
    height: 1.5px;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right:0px;
    padding-bottom:10px;
  }
  header .hs-search-field li .result_fix .result__description {
    -ms-flex-preferred-size: 100%;
    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;
  }
  .hs-search-field .hs-search-field__panel__wrapper__overflow {
    height: calc(100vh - 130px );
  }
  header .comm_header_main .search_section {
    top: 23px;
    position: absolute;
    right: 20px;
  }
}

@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;
  }
}


/* search css */
/* Search */
.search-close svg{
  fill: #737373;
  width:19px;
  height:19px;
}
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: #737373;
}
.hs-search-field.open_search_input.chg-style span.search-close {
  top: 10px;
  right: 0px;
}
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: absolute;
  width: 350px;
  right: 16%;
  height: 80px;
  top: 140%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.hs-search-field form input[type=text]::placeholder{
  color:var(--body_color);
}
header .hs-search-field.open_search_input.chg-style{
  top: -15px;
  left: 0;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
header .search_function .hs-search-field.open_search_input{
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
header .changebg  .search_function .hs-search_panel_header,
header .search_function .hs-search-field .hs-search_panel_header{
  position: relative;
  margin: 15px 20px 20px 20px;
}
header .search_function .hs-search-field .hs-search-field__bar {
  max-width: 700px;
  margin: 0 auto;
}
header .hs-search-field form input[type=text] {
  height: auto;
  padding: 0;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: block;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 10px 10px;
  -webkit-transition:.4s ease-in-out all;
  -o-transition:.4s ease-in-out all;
  transition:.4s ease-in-out all;
}
.hs-search-field form input[type=text]::-webkit-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::-moz-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]:-ms-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::-ms-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type="text"]:focus-visible{
  outline:none;
}

.hs-search-field .hs-search-field__bar .search-close{
  cursor: pointer;
  position:absolute;
  top: -150%;
  right: -5%;
  color:var(--body_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;
  background: var(--quaternary_color);
}
.search_function .search-icon-field{
  cursor:pointer;
  font-size: 0;
  line-height: 0;
}
.search_function .search-icon-field img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
.hs-search-field .hs-search-field__panel__wrapper__overflow {
  height: calc(100vh - 150px );
  overflow: auto;
  padding-bottom: 50px;
}
.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 {
  margin-bottom: 20px;
  padding:15px;
  background-color: var(--primary_color);
}
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: #fff;
}
header .hs-search-field li .result_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
header .hs-search-field li .result_fix  .result-title{
  -ms-flex-preferred-size:40%;
  flex-basis:40%;
  padding-right: 30px;
}
header .hs-search-field li .result_fix  .result__description {
  -ms-flex-preferred-size:60%;
  flex-basis:60%;
  padding-left: 30px;
  border-left: 1px solid #cbd6e2;
}
header .hs-search-field .hs_search_header_tabs{
  display:none;
  margin-top: 20px;
}
header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix {
  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;
  padding: 20px 0;
}
header .hs-search-field .hs_search_header_tabs .tab_list span{
  width: 20px;
  height: 20px;
  background: var(--body_color);
  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(--primary_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list {
  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;
  cursor: pointer;
  color:var(--quaternary_color);
  font-size:16px;
}
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.open_search_input.chg-style .hs-search-field__bar{
  position:static;
}
header .search_function .hs-search-field__panel .hs-search-cont{
  display:none;
}
header .th_menu_item.icn-link.search_function .loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top:0px;
  background-color: rgba(255,255,255,0.9);
  z-index: 20;
  display:none;
}
header .th_menu_item.icn-link.search_function .chg-style .loader{
  top:80px;
}
header .th_menu_item.icn-link.search_function .loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.page-load_more_sec,
.blog-load_more_sec{
  display:none;
}

.chg-style>.hs-search_panel_header {
  top: 0 !important;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
form#search-form {
  position:relative;
}
form#search-form i {
  position: absolute;
  right: 0px;
  font-size: 17px;
  color: #fff;
  background-color: var(--primary_color);
  padding: 16px;
  top: 0px;
  cursor: pointer;
}
header .hs-search-field.open_search_input.chg-style form#search-form i{
  display: none;
}
body.overflow_hide .search_section li.th_menu_item.icn-link.search_function svg{
  opacity: 0;
}

@media(max-width:991px){
  .search_function .hs-search-field{
    top: 60px;
    right: -65%;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    right: 3%;
    top: 14px;
  }
  form#search-form i{
    display: none;
  }
  .hs-menu-wrapper .search_section{
    width: 30px;
    position: absolute;
    right: 20px;
    bottom: 35px;
  }
  header .search_function .hs-search-field .hs-search_panel_header{
    margin: 0;
  }
  header .hs-search-field.open_search_input.chg-style{
    left: -125px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    width: 350px;
  }
  .hs-search-field.open_search_input.chg-style span.search-close{
    top: 15px;
    right: 7px;
  }
  header .hs-search-field .hs_search_header_tabs{
    background-color: #eee;
  }
  .hs-search-field .hs-search-field__panel.open_result{
    background-color: #eee;
  }
  header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1{
    padding-right: 0;
    padding-bottom: 10px;
  }
  header .hs-search-field li .result_fix{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .hs-search-field li .result_fix .result-title{
    padding: 10px;
  }
  header .hs-search-field li .result_fix .result__description{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-left: 0;
  }
}

@media(max-width:480px){
  .search_function .hs-search-field{
    width: 250px;
  }
  header .hs-search-field.open_search_input.chg-style{
    width: 250px;
  }
}

/* Search CSS Ends */

/* 
/* search css */
/* Search */
.search-close svg{
  fill: #737373;
  width:19px;
  height:19px;
}
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: #737373;
}
.hs-search-field.open_search_input.chg-style span.search-close {
  top: 10px;
  right: 0px;
}
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: absolute;
  width: 350px;
  right: 16%;
  height: 80px;
  top: 140%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.hs-search-field form input[type=text]::placeholder{
  color:var(--body_color);
}
header .hs-search-field.open_search_input.chg-style{
  top: -15px;
  left: 0;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
header .search_function .hs-search-field.open_search_input{
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
header .changebg  .search_function .hs-search_panel_header,
header .search_function .hs-search-field .hs-search_panel_header{
  position: relative;
  margin: 15px 20px 20px 20px;
}
header .search_function .hs-search-field .hs-search-field__bar {
  max-width: 700px;
  margin: 0 auto;
}
header .hs-search-field form input[type=text] {
  height: auto;
  padding: 0;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: block;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 10px 10px;
  -webkit-transition:.4s ease-in-out all;
  -o-transition:.4s ease-in-out all;
  transition:.4s ease-in-out all;
}
.hs-search-field form input[type=text]::-webkit-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::-moz-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]:-ms-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::-ms-input-placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type=text]::placeholder{
  color:var(--body_color);
}
.hs-search-field form input[type="text"]:focus-visible{
  outline:none;
}

.hs-search-field .hs-search-field__bar .search-close{
  cursor: pointer;
  position:absolute;
  top: -150%;
  right: -5%;
  color:var(--body_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;
  background: var(--quaternary_color);
}
.search_function .search-icon-field{
  cursor:pointer;
  font-size: 0;
  line-height: 0;
}
.search_function .search-icon-field img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
.hs-search-field .hs-search-field__panel__wrapper__overflow {
  height: calc(100vh - 150px );
  overflow: auto;
  padding-bottom: 50px;
}
.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 {
  margin-bottom: 20px;
  padding:15px;
  background-color: var(--primary_color);
}
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: #fff;
}
header .hs-search-field li .result_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
header .hs-search-field li .result_fix  .result-title{
  -ms-flex-preferred-size:40%;
  flex-basis:40%;
  padding-right: 30px;
}
header .hs-search-field li .result_fix  .result__description {
  -ms-flex-preferred-size:60%;
  flex-basis:60%;
  padding-left: 30px;
  border-left: 1px solid #cbd6e2;
}
header .hs-search-field .hs_search_header_tabs{
  display:none;
  margin-top: 20px;
}
header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix {
  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;
  padding: 20px 0;
}
header .hs-search-field .hs_search_header_tabs .tab_list span{
  width: 20px;
  height: 20px;
  background: var(--body_color);
  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(--primary_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list {
  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;
  cursor: pointer;
  color:var(--quaternary_color);
  font-size:16px;
}
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.open_search_input.chg-style .hs-search-field__bar{
  position:static;
}
header .search_function .hs-search-field__panel .hs-search-cont{
  display:none;
}
header .th_menu_item.icn-link.search_function .loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top:0px;
  background-color: rgba(255,255,255,0.9);
  z-index: 20;
  display:none;
}
header .th_menu_item.icn-link.search_function .chg-style .loader{
  top:80px;
}
header .th_menu_item.icn-link.search_function .loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.page-load_more_sec,
.blog-load_more_sec{
  display:none;
}

.chg-style>.hs-search_panel_header {
  top: 0 !important;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
form#search-form {
  position:relative;
}
form#search-form i {
  position: absolute;
  right: 0px;
  font-size: 17px;
  color: #fff;
  background-color: var(--primary_color);
  padding: 16px;
  top: 0px;
  cursor: pointer;
}
header .hs-search-field.open_search_input.chg-style form#search-form i{
  display: none;
}
body.overflow_hide .search_section li.th_menu_item.icn-link.search_function svg{
  opacity: 0;
}

@media(max-width:991px){
  .search_function .hs-search-field{
    top: 60px;
    right: -65%;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    right: 3%;
    top: 14px;
  }
  form#search-form i{
    display: none;
  }
  .hs-menu-wrapper .search_section{
    width: 30px;
    position: absolute;
    right: 20px;
    bottom: 35px;
  }
  header .search_function .hs-search-field .hs-search_panel_header{
    margin: 0;
  }
  header .hs-search-field.open_search_input.chg-style{
    left: -125px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    width: 350px;
  }
  .hs-search-field.open_search_input.chg-style span.search-close{
    top: 15px;
    right: 7px;
  }
  header .hs-search-field .hs_search_header_tabs{
    background-color: #eee;
  }
  .hs-search-field .hs-search-field__panel.open_result{
    background-color: #eee;
  }
  header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1{
    padding-right: 0;
    padding-bottom: 10px;
  }
  header .hs-search-field li .result_fix{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .hs-search-field li .result_fix .result-title{
    padding: 10px;
  }
  header .hs-search-field li .result_fix .result__description{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-left: 0;
  }
}

@media(max-width:480px){
  .search_function .hs-search-field{
    width: 250px;
  }
  header .hs-search-field.open_search_input.chg-style{
    width: 250px;
  }
} 