.header-paqarriz {
  background: gray;
  height: 376px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  position: relative;
  padding-top: 70px;
  background-position: center;
}

.header-paqarriz > .paqarriz-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 0;
}

.header-paqarriz > .paqarriz-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-title h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-subtitle{
  font-size: 18px;
}
@media (min-width: 576px) {
  .header-paqarriz > .paqarriz-title{
    font-size: 48px;
    padding-bottom: 15px;
  }
  .header-paqarriz > .paqarriz-title h1{
    font-size: 48px;
  }
  .header-paqarriz > .paqarriz-subtitle{
    font-size: 25px;
    padding-bottom: 15px;
  }
}
.header-paqarriz > .paqarriz-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.header-paqarriz > .paqarriz-button {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 18px;
  line-height: 24px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.inset-description-paqarriz {
  height: 224px;
  background-repeat: no-repeat;
  border-top: 1px solid #f4f4f4;
  background-color: white;
}

.inset-description-paqarriz > .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.inset-description-paqarriz > .container > .paqarriz-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 44px;
}

.inset-description-paqarriz > .container > .paqarriz-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0px;
}

.inset-description-paqarriz > .container > .paqarriz-button {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 16px;
  color: #ffffff;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .inset-description-paqarriz {
    background-position: center center;
  }

  .inset-description-paqarriz > .container {
    align-items: center;
  }

  .inset-description-paqarriz > .container > .paqarriz-title,
  .inset-description-paqarriz > .container > .paqarriz-desc {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .inset-description-paqarriz > .container > .paqarriz-title{
    font-size: 2em;
    line-height: 30px;
  }
}
.paqarriz_newsletter{
  position: relative;
}
.paqarriz_newsletter .subscribe-line-section {
    padding: 45px 0 35px;
    background: #bfebf4;
    text-align: center;
}
.paqarriz_newsletter .subscribe-line-section form {
    margin: 0;
}
.paqarriz_newsletter .subscribe-line-section label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 20px 0px 0;
    letter-spacing: 0px;
}
.paqarriz_newsletter .subscribe-line-section input[type="email"] {
    display: inline-block;
    width: 300px;
    color: #0f1b5f;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    outline: none;
    margin: 0 0 10px;
    font-weight: 600;
}
.paqarriz_newsletter .subscribe-line-section input[type="email"]::placeholder {
    color: #0f1b5f;
    font-weight: 600;
}
.paqarriz_newsletter .subscribe-line-section .newsletter_submit {
    background: transparent;
    padding: 3px 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin-left: 16px;
}
.paqarriz_newsletter .subscribe-line-section .text-success {
    color: #89c541 !important;
}
.paqarriz_newsletter .subscribe-line-section .text-danger {
    color: #ff0000 !important;
}
@media (max-width: 991px) {
  .paqarriz_newsletter .subscribe-line-section label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .paqarriz_newsletter .subscribe-line-section input[type="text"] {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
