.banner-section {
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
}
.banner-section .content {
  position: absolute;
  top: 50px;
  left: 0;
}
.banner-section p {
  max-width: 612px;
}
.banner-section .media {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
.banner-section .media picture {
  display: block;
  width: 100%;
}
.banner-section.banner-section-center-align .content {
  position: relative;
  top: 0px;
}
.banner-section.home-banner .banner-row {
  position: relative;
}
.banner-section.home-banner .banner-row:before {
  content: "";
  background: url(../../images/bg/half-circle.png) no-repeat top center;
  background-size: 640px;
  display: block;
  width: 100%;
  height: 200px;
  bottom: -35px;
  padding-top: 10px;
  top: auto;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .banner-section.home-banner .banner-row .col-lg-7 {
    padding: 0;
  }
  .banner-section.home-banner .banner-row .col-lg-7 > .align-items-sm-center.justify-content-sm-end {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section.home-banner .banner-row .col-md-6 .content {
    padding: 0 12px;
  }
  .banner-section.home-banner .banner-row .col-lg-7 {
    padding: 0;
  }
  .banner-section.home-banner .banner-row .col-lg-7 > .align-items-sm-center.justify-content-sm-end {
    margin: 0;
  }
}
@media only screen and (min-width: 1345px) {
  .banner-section.home-banner.animation .banner-row:before {
    animation: linear zoomin 2s forwards;
  }
  .banner-section.home-banner.animation .media img {
    z-index: 2;
    position: relative;
  }
  .banner-section.home-banner.fixed {
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 3;
  }
  .banner-section.home-banner.fixed .content, .banner-section.home-banner.fixed .media img {
    z-index: 1;
  }
  .banner-section.home-banner.fixed.opacity {
    opacity: 0;
  }
  .banner-section.home-banner.fixed .media img {
    z-index: 2;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section.home-banner .banner-row::before {
    bottom: -43px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-section.home-banner .banner-row::before {
    bottom: -55px;
  }
}
@media only screen and (max-width: 1140px) {
  .banner-section.home-banner .banner-row::before {
    bottom: -65px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section.home-banner {
    padding-bottom: 98px;
  }
  .banner-section.home-banner .banner-row::before {
    bottom: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .content {
    position: relative;
    top: 0px;
  }
  .banner-section br {
    display: none;
  }
  .banner-section.home-banner .banner-row:before {
    height: 139px;
    background-size: 477px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section.home-banner {
    padding-bottom: 83px;
  }
  .banner-section.home-banner .banner-row::before {
    bottom: -83px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section.home-banner {
    padding-bottom: 0;
  }
  .banner-section.home-banner .banner-row::before {
    display: none;
  }
}
@media only screen and (max-width: 365px) {
  .banner-section.home-banner .button {
    min-width: 140px;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
    bottom: -45px;
  }
  100% {
    transform: scale(10);
    bottom: -176px;
  }
}
@-moz-keyframes zoomin {
  0% {
    transform: scale(1);
    bottom: -45px;
  }
  100% {
    transform: scale(10);
    bottom: -176px;
  }
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
    bottom: -45px;
  }
  100% {
    transform: scale(10);
    bottom: -176px;
  }
}
/*End of Zoom in Keyframes */
/*Fade In*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-lazyblock-banner .media picture {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=banner.css.map */