.mainBanner {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.banner_bg {
  color: #fff;
  min-height: 500px;
  background-size: cover !important;
  margin-bottom: 0;
  background-position: center;
  background-attachment: fixed;
}
.mainBanner .page-center {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}
.Bnner_overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*   z-index: 2;  */
  cursor: pointer;
}
.mainBanner .head_text {
  max-width: 580px;
}
.banner_bg h1 {
  color: #fff;
}
.event-group {
  display: flex;
}
.event-group div i{
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.event-group div span.info {
  display: inline-block;
  font-size: 16px;
  padding-right: 30px;
}

.event-group div i svg {
  fill: rgb(255 255 255);
  height: 18px;
  transition: all .4s ease-in-out;
}
.banner_bg p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400 !important;
  color: #fff;
  margin: 0px;
}
.content-center {
  text-align: center;
    margin: 0 auto;
}
.content-left {
  text-align: left;
}
.content-right {
  text-align: right;
    margin-left: auto;
}

/* 8888888888888888888888888888888 */
.parallax-image {
  padding-top: 50%;
  position: relative;
}

.parallax-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 767px) {

  .mainBanner .head_text {
    max-width: 100%;
}

  .content-left,
  .content-right,
  .content-center {
    max-width: 100%;
    width: 100%;
  }

}
