.bwp-header-topbar .content-item-custom-text a{
  color: #fff;
}








.header-selector__toggle {
  cursor: pointer;
  display: flex;
  line-height: 20px;
  text-transform: uppercase
}

.header-selector__toggle::after {
  content: "\e92e";
  pointer-events: none;
  display: inline-block;
  font-family: qico;
  margin: 0;
  margin-left: 3px;
  transition: all .3s ease;
  color: var(--text-color);
  font-size: 13px
}

.header-selector__item {
  padding: 0 20px
}

.header-selector__item a {
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: calc(16px - 1px);
  text-transform: capitalize;
  transition: color .3s ease
}

.header-selector__item a:hover {
  text-decoration: none
}

.header-selector__item:last-child a {
  border-bottom: 0
}

.social-sharing a {
  display: inline-block;
  color: var(--text-color);
  border-radius: 2px;
  margin: 0 20px 0 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none
}

.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 14px
}

.social-sharing span.share-title {
  display: none
}

.social-sharing .fa {
  padding: 0 5px 0 0;
  font-size: 16px
}

.social-sharing .fa:before {
  line-height: 22px
}

textarea:focus-visible {
  outline: unset
}

.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.social-icons {
  padding: 0;
  margin: 0;
  list-style: none
}

.social-icons li {
  margin: 0 10px
}

.social-icons li:first-child {
  margin-left: 0
}

.social-icons li:last-child {
  margin-right: 0
}

.social-icons a {
  color: var(--text-color);
  fill: var(--text-color)
}

.social-icons a:hover {
  color: var(--color-primary);
  fill: var(--color-primary)
}

.social-icons a span {
  display: none
}


@media (max-width:991px) {
  .hide_ipad {
    display: none !important
  }
}

@media (max-width:767px) {
  .hide_mobile {
    display: none !important
  }
}

.bwp-header-topbar {
  position: relative;
}

.bwp-header-topbar.active-index {
  z-index: -1 !important;
}

.bwp-header-topbar .content-topbar {
  align-items: center;
  margin: 0;
  padding: 0;
  
  justify-content: space-between;
}

.bwp-header-topbar .content-topbar.text-center {
  justify-content: center;
}

.bwp-header-topbar .content-topbar .content-item-social .item {
  display: flex;
}

.bwp-header-topbar .content-topbar>div:nth-child(2) {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.bwp-header-topbar .content-topbar>div .social-icons {
  display: flex;
  justify-content: center;
}

.bwp-header-topbar .content-topbar>div:nth-child(3) {
  text-align: center;
}

.bwp-header-topbar .content-item-custom-text a {
  display: initial;
  border-bottom: 1px solid var(--color-link);
}

.bwp-header-topbar .content-item-text-with-icon .custom-text {
  display: flex;
  flex-wrap: wrap;
}

.bwp-header-topbar .content-item-text-with-icon .custom-text i {
  margin-right: 10px;
  font-size: 16px;
}

.bwp-header-topbar .content-item-text-with-icon .custom-text>* {
  display: flex;
  align-items: center;
}

.bwp-header-topbar .content-item-text-with-icon .custom-text>*:before {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 15px;
  display: inline-block;
}

.bwp-header-topbar .content-item-text-with-icon .custom-text>*:first-child:before {
  display: none;
}

.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1 {
  color: var(--title-text-color);
}

.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1 a {
  color: var(--title-text-color);
}

.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon2 {
  color: var(--text-color);
}

.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon2 a {
  color: var(--text-color);
}

.bwp-header-topbar .lang-selector .current-lang {
  height: unset;
  padding: 0;
}

@media (max-width: 1199px) {
  .bwp-header-topbar .content-topbar>div {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
    text-align: center;
  }

  .bwp-header-topbar .content-topbar>div .item {
    justify-content: center !important;
  }

  .bwp-header-topbar .content-topbar>div .social-icons {
    display: flex;
    justify-content: center;
  }
}