/*! CSS Used from: /pageHeader/css/lib/bootstrap.min.css */

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.d-flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
/*! CSS Used from: /pageHeader/css/main.css */
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  background: #350b2d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
h2 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
h2 {
  font-size: 50px;
  margin-top: -8px;
}
a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  color: #ffc827;
}
ul {
  margin: -7px 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 7px 0;
}
.bg_img {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}
.title {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
  .container {
    max-width: 460px !important;
  }
}
.inner-banner {
  padding: 170px 0 110px;
  position: relative;
}
@media (max-width: 1199px) {
  .inner-banner {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
.inner-banner::before {
  opacity: 0.75 !important;
}
.inner-banner .container {
  position: relative;
}
.breadcrumbs {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.breadcrumbs li {
  padding: 3px 10px;
}
.breadcrumbs li a {
  position: relative;
  padding-right: 35px;
}
.breadcrumbs li a::before {
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  font-size: 18px;
  right: 0;
  top: 2px;
  color: #fff;
}
.bg_img {
  position: relative;
}
.bg_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: #2e0327; */
  opacity: 0.9;
}
.bg_img .container {
  position: relative;
}
