/* Demo 5 Homepage 5 */
.h5-banner-type-1 {
  margin-top: 10px;
}
.h5-banner-type-1 .pb-banner .pb-banner-img img {
  width: 100%;
  transition: transform 1s, -webkit-transform 1s;
}
.h5-banner-type-1 .pb-banner:hover .pb-banner-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.h5-banner-type-1 .container-fluid {
  padding: 0 10px;
}
.h5-banner-type-1 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.h5-banner-type-1 .layout-column {
  padding: 0 5px;
}
.h5-banner-type-1 .pb-banner:hover .pb-banner-title {
  color: #fff;
  background: #FC846B;
}
.h5-banner-type-1 .pb-banner .pb-banner-title {
  background: #fff;
  padding: 8px 33px;
  font-weight: 800;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.h5-banner-type-2 .pb-banner .pb-banner-img img {
  width: 100%;
  transition: transform 1s, -webkit-transform 1s;
}
.h5-banner-type-2 .pb-banner:hover .pb-banner-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.h5-banner-type-2 .pb-banner:hover .pb-banner-title::before {
  width: 100%;
}
.h5-banner-type-2 .pb-banner.white .pb-banner-title::before {
  background-color: #fff;
}
.h5-banner-type-2 .pb-banner .pb-banner-title {
  margin-right: auto;
  position: relative;
}
.h5-banner-type-2 .pb-banner .pb-banner-title::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  -webkit-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.h5-banner-type-2 .container-fluid {
  padding: 0 10px;
}
.h5-banner-type-2 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.h5-banner-type-2 .layout-column {
  padding: 0 5px;
}
.h5-banner-type-2 .pb-banner-text {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 38px;
  min-width: 55%;
}
.h5-banner-type-2 .pb-banner-text .pb-banner-subtitle {
  font-weight: 800;
}
.h5-banner-type-2 .pb-banner-text .pb-banner-title {
  font-weight: 800;
  margin: auto;
  margin-top: 7px;
}
.h5-banner-type-2 .pb-banner-text .pb-banner-title::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  -webkit-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
@media (max-width: 991px) {
  .h5-banner-type-1 .layout-column, .h5-banner-type-2 .layout-column {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .h5-banner-type-2 .pb-banner-text {
    padding: 10px;
    bottom: auto !important;
  }
  .h5-banner-type-2 .pb-banner-desc {
    display: none;
  }
}
/*# sourceMappingURL=home-5.css.map */