/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 7, stdin */
.parallax-background {
  height: calc(100vh - 88px);
  position: relative; }
  @media (max-width: 991.98px) {
    /* line 7, stdin */
    .parallax-background {
      height: 600px; } }
  /* line 15, stdin */
  .parallax-background .lottie-background {
    position: absolute;
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      /* line 20, stdin */
      .parallax-background .lottie-background .lottie-player {
        width: 280%;
        overflow: hidden; } }
  /* line 28, stdin */
  .parallax-background .bg-image {
    position: absolute;
    width: 100%;
    height: 100%; }
  /* line 34, stdin */
  .parallax-background .container,
  .parallax-background .row {
    height: 100%;
    align-items: center;
    align-content: center; }
    /* line 40, stdin */
    .parallax-background .container .row,
    .parallax-background .row .row {
      align-items: flex-start; }
      @media (max-width: 991.98px) {
        /* line 43, stdin */
        .parallax-background .container .row .left-wrapper,
        .parallax-background .row .row .left-wrapper {
          justify-content: flex-end;
          display: flex; } }
  /* line 52, stdin */
  .parallax-background h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      /* line 52, stdin */
      .parallax-background h2 {
        font-size: 49px;
        line-height: 61px; } }
  /* line 65, stdin */
  .parallax-background .icon {
    width: 50px; }

/*# sourceMappingURL=parallax-background.css.map*/