/*transform origin*/
.home .mt_banner.mt_banner_overlay:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
}
.home .mt_fill_btn {
  padding: 12px 20px;
}
.home .mt_banner .mt_main_heading {
  font-family: "bellefair", sans-serif;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 991.8px) {
  .home .mt_banner .mt_main_heading {
    font-size: 40px;
    line-height: 51px;
  }
}
.home .mt_banner .mt_txt_intro {
  margin-top: 13px;
  text-transform: uppercase;
  letter-spacing: 0.17rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media (max-width: 991.8px) {
  .home .mt_banner .mt_txt_intro {
    margin-top: 8px;
  }
}
.home .mt_banner .mt_banner_content > div {
  max-width: 1200px;
}
.home .mt_banner.mt_full_height_banner {
  margin-bottom: 8px;
}
@media (max-width: 991.8px) {
  .home .mt_banner.mt_full_height_banner {
    margin-bottom: 0;
  }
}
.home .pattern_block .mt_col_content {
  position: relative;
}
.home .pattern_block .mt_col_content::after {
  position: absolute;
  content: "";
  top: 5%;
  left: 12%;
  width: 267px;
  height: 200px;
  background: url(../../images/TheArcher-Dragonfly-7464.jpg) center center/contain no-repeat;
  z-index: -1;
}
@media (min-width: 992px) {
  .home .pattern_block .mt_col_content::after {
    left: 32%;
  }
}
.home .mt_one_column_container.home_block_two {
  margin-top: 8px;
}

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