.paqarriz2-header {

}
.paqarriz2-header .page-banner-section {
  padding: 55px 0;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.paqarriz2-header .page-banner-section .container {
  position: relative;
  z-index: 2;
}
.paqarriz2-header .page-banner-section .bsx-auto-h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin: 3px 0;
  letter-spacing: 1.8px;
  line-height: 1.1;
}
.paqarriz2-header .page-banner-section h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin: 3px 0;
  letter-spacing: 1.8px;
  line-height: 1.1;
}
.paqarriz2-header .page-banner-section .bsx-auto-h1 span {
  color: var(--bsx-color-primary);
}
.paqarriz2-header .page-banner-section ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.paqarriz2-header .page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.paqarriz2-header .page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.paqarriz2-header .page-banner-section ul li:not(:first-child)::before {
  content: '>';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
  line-height: 24px;
}
.paqarriz2-header .page-banner-section::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
}
.paqarriz2-header .page-banner-section ul li a:hover {
  color: var(--bsx-color-primary);
}
