.gf-banner {
  position: relative;
}
.gf-banner .gf-banner-bg {
  background-repeat: no-repeat;
}
.gf-banner .gf-banner-bg > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gf-banner a {
  text-decoration: none;
}
.gf-banner .gf-banner-inner {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gf-banner .gf-banner-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gf-banner.gf-banner-style-01 .gf-banner-content {
  top: 65px;
  left: 48px;
}
.gf-banner.gf-banner-style-01 .gf-banner-content a {
  display: inline-block;
}
.gf-banner.gf-banner-style-01 .gf-banner-content h4.banner-title {
  max-width: 240px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #323232;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 13px;
  margin-bottom: 66px;
}
.gf-banner.gf-banner-style-01 .gf-banner-content .banner-sub-title {
  margin-top: 71px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.9px;
  color: #9b9b9b;
}
.gf-banner.gf-banner-style-01.custom-banner-style-01 .gf-banner-content {
  left: 95px;
}
.gf-banner.gf-banner-style-02 .gf-banner-content a {
  display: inline-block;
}
.gf-banner.gf-banner-style-02 .gf-banner-content h4.banner-title {
  max-width: 270px;
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: -1px;
  color: #292929;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 13px;
  margin-bottom: 66px;
  position: absolute;
  top: 100px;
  right: 45px;
}
.gf-banner.gf-banner-style-02 .gf-banner-content .banner-sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #292929;
  position: absolute;
  right: 250px;
  top: 210px;
}

@media (max-width: 1200px) {
  .gf-banner .gf-banner-bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .gf-banner.gf-banner-style-02 .gf-banner-content h4.banner-title {
    max-width: 150px;
    font-size: 25px;
    top: 50px;
  }
  .gf-banner.gf-banner-style-02 .gf-banner-content .banner-sub-title {
    right: 132px;
    top: 130px;
  }
}
@media (max-width: 575px) {
  .gf-banner.gf-banner-style-02 .gf-banner-content h4.banner-title {
    font-size: 25px;
    top: 30px;
    right: 20px;
  }
  .gf-banner.gf-banner-style-02 .gf-banner-content .banner-sub-title {
    right: 105px;
    top: 110px;
  }
  .gf-banner.gf-banner-style-01.custom-banner-style-01 .gf-banner-content {
    left: 40px;
    top: 30px;
  }
}

/*# sourceMappingURL=banner.css.map */
