/* Arrows */
.dev-arrow {
  position: absolute;
  top: calc(0% - 85px);
  left: calc(50% - 20px);
  z-index: 1;
  -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  cursor: pointer; }
  .dev-arrow.left {
    background: url("/wp-content/themes/zaza/dist/images/arrow-left.png");
    height: 10px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center; }
  .dev-arrow.right {
    left: unset;
    right: calc(50% - 50px);
    background: url("/wp-content/themes/zaza/dist/images/arrow-right.png");
    height: 10px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center; }
  @media (max-width: 991px) {
    .dev-arrow {
      top: calc(0% - 75px); } }
  @media (max-width: 767px) {
    .dev-arrow {
      top: calc(0% - 35px); } }

.hero_wrapper {
  height: calc(50vh - 100px);
  position: relative; }
  .hero_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  @media (max-width: 767px) {
    .hero_wrapper {
      height: 200px; } }

.about_wrapper {
  padding-top: 90px;
  padding-bottom: 90px; }
  .about_wrapper .container .row .image_wrap .inner {
    height: 100%;
    position: relative; }
    .about_wrapper .container .row .image_wrap .inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .about_wrapper .container .row .image_wrap .inner .about_video_link img {
      width: 100%;
      max-width: 60px;
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      z-index: 2;
      border: 2px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
  @media (max-width: 991px) {
    .about_wrapper .container .row .image_wrap {
      margin-bottom: 10px; }
      .about_wrapper .container .row .image_wrap .inner {
        height: 40vh; } }
  @media (max-width: 767px) {
    .about_wrapper .container .row .image_wrap .inner {
      height: 30vh; } }
  @media (max-width: 580px) {
    .about_wrapper .container .row .image_wrap .inner {
      height: 20vh; } }
  .about_wrapper .container .row .content_wrap .small_title {
    color: #D7BB84;
    font-family: "Montserrat", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px; }
    .about_wrapper .container .row .content_wrap .small_title::before {
      content: url("/wp-content/themes/zaza/dist/images/lines.png");
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 991px) {
      .about_wrapper .container .row .content_wrap .small_title {
        font-size: 17px;
        line-height: 26px;
        padding-left: 40px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .about_wrapper .container .row .content_wrap .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; } }
    @media (max-width: 580px) {
      .about_wrapper .container .row .content_wrap .small_title {
        font-size: 14px;
        line-height: 22px; } }
  .about_wrapper .container .row .content_wrap .inner .heading {
    font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 50px;
    color: #3E4957;
    margin-bottom: 30px; }
  .about_wrapper .container .row .content_wrap .inner .information {
    font-family: "Montserrat", "sans-serif";
    font-weight: 300;
    font-size: 20px;
    color: #3E4957;
    margin-bottom: 80px; }
  @media (max-width: 1080px) {
    .about_wrapper .container .row .content_wrap .inner .heading {
      font-size: 40px;
      margin-bottom: 20px; }
    .about_wrapper .container .row .content_wrap .inner .information {
      margin-bottom: 70px; } }
  @media (max-width: 991px) {
    .about_wrapper .container .row .content_wrap .inner .heading {
      font-size: 38px;
      margin-bottom: 20px; }
    .about_wrapper .container .row .content_wrap .inner .information {
      font-size: 18px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .about_wrapper .container .row .content_wrap .inner .heading {
      font-size: 34px;
      margin-bottom: 10px; }
    .about_wrapper .container .row .content_wrap .inner .information {
      font-size: 17px;
      margin-bottom: 10px; } }
  @media (max-width: 580px) {
    .about_wrapper .container .row .content_wrap .inner .heading {
      font-size: 30px; }
    .about_wrapper .container .row .content_wrap .inner .information {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .about_wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .about_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 580px) {
    .about_wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.card_wrapper .container-fluid .row .image_wrap {
  padding: 0; }
  .card_wrapper .container-fluid .row .image_wrap .inner {
    height: 100%; }
    .card_wrapper .container-fluid .row .image_wrap .inner img {
      display: none; }
      @media (max-width: 991px) {
        .card_wrapper .container-fluid .row .image_wrap .inner img {
          display: block; } }
  @media (max-width: 991px) {
    .card_wrapper .container-fluid .row .image_wrap .inner {
      background-image: none !important; }
      .card_wrapper .container-fluid .row .image_wrap .inner img {
        display: block;
        width: 100%;
        max-width: 100%; } }

.card_wrapper .container-fluid .row .content_wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1E3348; }
  .card_wrapper .container-fluid .row .content_wrap .inner {
    max-width: 55%;
    margin: 0 auto;
    position: relative; }
    .card_wrapper .container-fluid .row .content_wrap .inner::before {
      content: '';
      background: url("/wp-content/themes/zaza/dist/images/quote-left.svg") no-repeat;
      background-size: contain;
      height: 80px;
      width: 80px;
      position: absolute;
      left: calc(0% - 120px);
      top: calc(0% + -40px); }
    .card_wrapper .container-fluid .row .content_wrap .inner::after {
      content: '';
      background: url("/wp-content/themes/zaza/dist/images/quote-right.svg") no-repeat;
      background-size: contain;
      height: 80px;
      width: 80px;
      position: absolute;
      right: calc(0% - 120px);
      bottom: calc(0% - 60px); }
    .card_wrapper .container-fluid .row .content_wrap .inner .heading {
      font-family: "quiche-sans", "sans-serif";
      font-weight: bold;
      font-size: 25px;
      line-height: 35px;
      color: #D7BB84;
      letter-spacing: 1.50px;
      text-align: center; }
    .card_wrapper .container-fluid .row .content_wrap .inner .information {
      color: #ffffff;
      font-family: "Montserrat", "sans-serif";
      font-weight: 300;
      font-size: 22px;
      text-align: center; }
  @media (max-width: 1700px) {
    .card_wrapper .container-fluid .row .content_wrap .inner {
      max-width: 65%; } }
  @media (max-width: 1600px) {
    .card_wrapper .container-fluid .row .content_wrap .inner {
      max-width: 80%; }
      .card_wrapper .container-fluid .row .content_wrap .inner::before {
        height: 60px;
        width: 60px;
        left: calc(0% - 80px);
        top: calc(0% - 60px); }
      .card_wrapper .container-fluid .row .content_wrap .inner::after {
        height: 60px;
        width: 60px;
        right: calc(0% - 60px);
        bottom: calc(0% - 60px); } }
  @media (max-width: 1500px) {
    .card_wrapper .container-fluid .row .content_wrap .inner {
      max-width: 90%; }
      .card_wrapper .container-fluid .row .content_wrap .inner::before {
        left: calc(0% - 20px); }
      .card_wrapper .container-fluid .row .content_wrap .inner::after {
        right: calc(0% - 20px); }
      .card_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.90px; }
      .card_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 21px; } }
  @media (max-width: 1380px) {
    .card_wrapper .container-fluid .row .content_wrap {
      padding-top: 60px;
      padding-bottom: 60px; }
      .card_wrapper .container-fluid .row .content_wrap .inner {
        max-width: 90%; }
        .card_wrapper .container-fluid .row .content_wrap .inner::before {
          width: 40px;
          height: 40px;
          left: calc(0% - 20px);
          top: calc(0% - 40px); }
        .card_wrapper .container-fluid .row .content_wrap .inner::after {
          width: 40px;
          height: 40px;
          right: calc(0% - 20px);
          bottom: calc(0% - 40px); }
        .card_wrapper .container-fluid .row .content_wrap .inner .heading {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 0.90px; }
        .card_wrapper .container-fluid .row .content_wrap .inner .information {
          font-size: 21px; } }
  @media (max-width: 1200px) {
    .card_wrapper .container-fluid .row .content_wrap .inner {
      max-width: 90%; }
      .card_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 21px;
        line-height: 30px; }
      .card_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 19px; } }
  @media (max-width: 991px) {
    .card_wrapper .container-fluid .row .content_wrap {
      padding-top: 80px;
      padding-bottom: 80px; }
      .card_wrapper .container-fluid .row .content_wrap .inner::before {
        width: 60px;
        height: 60px;
        left: calc(0% - 40px);
        top: calc(0% - 60px); }
      .card_wrapper .container-fluid .row .content_wrap .inner::after {
        width: 60px;
        height: 60px;
        right: calc(0% - 40px);
        bottom: calc(0% - 60px); }
      .card_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 20px;
        line-height: 28px; }
      .card_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .card_wrapper .container-fluid .row .content_wrap {
      padding-top: 60px;
      padding-bottom: 60px; }
      .card_wrapper .container-fluid .row .content_wrap .inner::before {
        width: 40px;
        height: 40px;
        left: calc(0% - 20px);
        top: calc(0% - 40px); }
      .card_wrapper .container-fluid .row .content_wrap .inner::after {
        width: 40px;
        height: 40px;
        right: calc(0% - 20px);
        bottom: calc(0% - 40px); }
      .card_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 19px;
        line-height: 26px; }
      .card_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 17px; } }
  @media (max-width: 580px) {
    .card_wrapper .container-fluid .row .content_wrap {
      padding-top: 40px;
      padding-bottom: 40px; }
      .card_wrapper .container-fluid .row .content_wrap .inner {
        max-width: 100%; }
        .card_wrapper .container-fluid .row .content_wrap .inner::before {
          width: 30px;
          height: 30px;
          left: calc(0% - 10px);
          top: calc(0% - 30px); }
        .card_wrapper .container-fluid .row .content_wrap .inner::after {
          width: 30px;
          height: 30px;
          right: calc(0% - 10px);
          bottom: calc(0% - 40px); }
        .card_wrapper .container-fluid .row .content_wrap .inner .heading {
          font-size: 19px;
          line-height: 26px; }
        .card_wrapper .container-fluid .row .content_wrap .inner .information {
          font-size: 17px; } }

.our_story_wrapper {
  padding-top: 90px;
  overflow: hidden; }
  .our_story_wrapper .container .row {
    margin-bottom: 30px; }
    .our_story_wrapper .container .row:last-child {
      margin-bottom: 0; }
    .our_story_wrapper .container .row .content_wrap .inner .heading {
      font-family: "quiche-sans", "sans-serif";
      font-weight: bold;
      color: #3E4957;
      font-size: 50px;
      margin-bottom: 30px; }
    .our_story_wrapper .container .row .content_wrap .inner .information {
      font-family: "Montserrat", "sans-serif";
      font-weight: 300;
      font-size: 20px;
      color: #3E4957; }
    .our_story_wrapper .container .row .content_wrap.left .inner {
      padding: 30px 90px;
      padding-right: 120px;
      position: relative; }
      .our_story_wrapper .container .row .content_wrap.left .inner::before {
        content: '';
        position: absolute;
        top: 0px;
        left: calc(0% - 250px);
        height: 2px;
        width: calc(50% + 150px);
        background: #D7BB84; }
    .our_story_wrapper .container .row .content_wrap.right .inner {
      padding: 50px 0px;
      padding-right: 10px;
      max-width: 80%;
      margin: 0 auto;
      position: relative; }
      .our_story_wrapper .container .row .content_wrap.right .inner::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 20%;
        height: 2px;
        width: calc(100% + 205px);
        background: #D7BB84; }
    @media (max-width: 1480px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 40px;
        margin-bottom: 20px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        font-size: 19px; }
      .our_story_wrapper .container .row .content_wrap.left .inner {
        padding: 30px 0px;
        padding-right: 0px;
        padding-bottom: 0; }
        .our_story_wrapper .container .row .content_wrap.left .inner::before {
          left: calc(0% - 60px);
          width: calc(50% - 60px); }
      .our_story_wrapper .container .row .content_wrap.right .inner {
        padding: 50px 0px;
        padding-right: 0px;
        padding-bottom: 0;
        max-width: 90%; }
        .our_story_wrapper .container .row .content_wrap.right .inner::before {
          left: 25%;
          width: calc(100% + 0px); } }
    @media (max-width: 1280px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 40px;
        margin-bottom: 20px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        font-size: 19px; }
      .our_story_wrapper .container .row .content_wrap.left .inner {
        padding: 20px 0px;
        padding-right: 0px;
        padding-bottom: 0; }
        .our_story_wrapper .container .row .content_wrap.left .inner::before {
          left: calc(0% - 60px);
          width: calc(50% - 60px); }
      .our_story_wrapper .container .row .content_wrap.right .inner {
        padding: 30px 0px;
        padding-right: 0px;
        padding-bottom: 0;
        max-width: 100%; }
        .our_story_wrapper .container .row .content_wrap.right .inner::before {
          top: 10px;
          left: 25%;
          width: calc(100% + 0px); } }
    @media (max-width: 1080px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 38px;
        margin-bottom: 10px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        font-size: 18px; }
      .our_story_wrapper .container .row .content_wrap.left .inner {
        padding: 20px 0px;
        padding-right: 0px;
        padding-bottom: 0; }
        .our_story_wrapper .container .row .content_wrap.left .inner::before {
          left: calc(0% - 50px);
          width: calc(50% - 40px); }
      .our_story_wrapper .container .row .content_wrap.right .inner {
        padding: 20px 0px;
        padding-right: 0px;
        padding-bottom: 0;
        max-width: 100%; }
        .our_story_wrapper .container .row .content_wrap.right .inner::before {
          top: 0px;
          left: 10%;
          width: calc(100% + 0px); } }
    @media (max-width: 991px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 36px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        font-size: 17px; }
      .our_story_wrapper .container .row .content_wrap.left .inner {
        padding: 20px 0px;
        padding-right: 0px;
        padding-bottom: 0; }
        .our_story_wrapper .container .row .content_wrap.left .inner::before {
          left: calc(0%);
          top: 8%;
          width: 100%; }
      .our_story_wrapper .container .row .content_wrap.right .inner {
        padding: 20px 0px;
        padding-right: 0px;
        padding-bottom: 0;
        max-width: 100%; }
        .our_story_wrapper .container .row .content_wrap.right .inner::before {
          top: 6%;
          left: 0%;
          width: 100%; } }
    @media (max-width: 767px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 34px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        font-size: 16px; } }
    @media (max-width: 580px) {
      .our_story_wrapper .container .row .content_wrap .inner .heading {
        font-size: 30px; }
      .our_story_wrapper .container .row .content_wrap .inner .information {
        margin-bottom: 0; } }
    .our_story_wrapper .container .row .image_wrap .inner img {
      width: 100%;
      max-width: 100%; }
    .our_story_wrapper .container .row .image_wrap .inner .shadow_white {
      width: 100%;
      box-shadow: 0 -2px 130px 45px #ffffff;
      position: relative; }
      @media (max-width: 991px) {
        .our_story_wrapper .container .row .image_wrap .inner .shadow_white {
          display: none; } }
    .our_story_wrapper .container .row .image_wrap.left .inner img {
      width: 100%;
      max-width: 100%; }
    .our_story_wrapper .container .row .image_wrap.right .inner {
      text-align: center; }
      .our_story_wrapper .container .row .image_wrap.right .inner img {
        width: 100%;
        max-width: 80%;
        position: relative; }
      .our_story_wrapper .container .row .image_wrap.right .inner::after {
        content: '';
        background: url("/wp-content/themes/zaza/dist/images/big-line.png") no-repeat;
        position: absolute;
        background-size: contain;
        width: 100%;
        height: 100%;
        top: calc(0% - 15%);
        left: 0;
        z-index: 98; }
    @media (max-width: 1480px) {
      .our_story_wrapper .container .row .image_wrap.right .inner img {
        max-width: 90%; }
      .our_story_wrapper .container .row .image_wrap.right .inner::after {
        top: calc(0% - 20%);
        left: calc(0% - 10%); } }
    @media (max-width: 1280px) {
      .our_story_wrapper .container .row .image_wrap.right .inner img {
        max-width: 100%; }
      .our_story_wrapper .container .row .image_wrap.right .inner::after {
        top: calc(0% - 20%);
        left: calc(0% - 10%); } }
    @media (max-width: 1280px) {
      .our_story_wrapper .container .row .image_wrap.right .inner::after {
        width: 30%;
        height: 60%;
        z-index: 98;
        top: calc(0% - 10%);
        left: calc(0% - 5%); } }
    @media (max-width: 580px) {
      .our_story_wrapper .container .row {
        margin-bottom: 15px; }
        .our_story_wrapper .container .row:last-child {
          margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .our_story_wrapper {
      padding-top: 60px; } }
  @media (max-width: 580px) {
    .our_story_wrapper {
      padding-top: 30px; } }

.gallery_wrapper {
  padding-bottom: 90px;
  position: relative; }
  .gallery_wrapper .container-fluid .row .content_wrap {
    padding: 0px; }
    .gallery_wrapper .container-fluid .row .content_wrap .inner {
      position: relative; }
      .gallery_wrapper .container-fluid .row .content_wrap .inner .gallery_slideshow {
        position: relative; }
        .gallery_wrapper .container-fluid .row .content_wrap .inner .gallery_slideshow li {
          list-style: none;
          padding-left: 0px;
          padding-right: 10px; }
          .gallery_wrapper .container-fluid .row .content_wrap .inner .gallery_slideshow li img {
            max-width: 100%; }
        .gallery_wrapper .container-fluid .row .content_wrap .inner .gallery_slideshow .dev-arrow {
          position: absolute;
          bottom: calc(0% - 15px);
          top: unset;
          left: calc(50% - 20px); }
          .gallery_wrapper .container-fluid .row .content_wrap .inner .gallery_slideshow .dev-arrow.right {
            left: unset;
            right: calc(50% - 50px);
            background: url("/wp-content/themes/zaza/dist/images/arrow-right-blue.png");
            height: 10px;
            width: 30px;
            background-repeat: no-repeat;
            background-position: center center; }

.zaza_family_wrapper {
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: hidden; }
  .zaza_family_wrapper .small_title {
    color: #D7BB84;
    font-family: "Montserrat", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
    display: inline-block;
    left: 10%; }
    .zaza_family_wrapper .small_title::before {
      content: url("/wp-content/themes/zaza/dist/images/lines.png");
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 991px) {
      .zaza_family_wrapper .small_title {
        left: 0%;
        font-size: 16px;
        margin-bottom: 10px; } }
  .zaza_family_wrapper .container-fluid .row .content_wrap .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px; }
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
      font-family: "quiche-sans", "sans-serif";
      font-size: 50px;
      font-weight: bold;
      color: #1E3348;
      white-space: nowrap;
      position: relative;
      z-index: 98;
      margin-bottom: 40px;
      letter-spacing: 1.25px; }
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
      font-family: "Montserrat", "sans-serif";
      font-size: 20px;
      color: #3E4957;
      font-weight: 300;
      margin-bottom: 60px;
      max-width: 90%; }
  @media (max-width: 1700px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 0px; } }
  @media (max-width: 1600px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner {
      padding-top: 20px;
      padding-bottom: 20px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 45px;
        margin-bottom: 20px;
        letter-spacing: 0.99px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 20px;
        margin-bottom: 60px;
        max-width: 100%; } }
  @media (max-width: 1380px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
      font-size: 40px; }
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
      font-size: 19px;
      margin-bottom: 40px; } }
  @media (max-width: 1200px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner {
      padding-left: 15px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 40px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 18px;
        margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner {
      padding-top: 0px;
      padding-bottom: 0px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
        font-size: 38px; }
      .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
        font-size: 17px;
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
      font-size: 34px;
      margin-bottom: 10px;
      white-space: unset; }
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
      font-size: 16px; } }
  @media (max-width: 580px) {
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .heading {
      font-size: 30px;
      margin-bottom: 5px; }
    .zaza_family_wrapper .container-fluid .row .content_wrap .inner .information {
      font-size: 15px; } }
  .zaza_family_wrapper .container-fluid .row .image_wrap {
    padding-right: 0; }
    .zaza_family_wrapper .container-fluid .row .image_wrap .inner {
      height: 100%;
      position: relative; }
      .zaza_family_wrapper .container-fluid .row .image_wrap .inner::after {
        content: '';
        background: url("/wp-content/themes/zaza/dist/images/big-line.png") no-repeat;
        position: absolute;
        background-size: contain;
        width: 100%;
        height: 100%;
        bottom: calc(0% - 15%);
        left: unset;
        right: -85%;
        z-index: 98; }
    @media (max-width: 1700px) {
      .zaza_family_wrapper .container-fluid .row .image_wrap .inner::after {
        right: -75%; } }
    @media (max-width: 1600px) {
      .zaza_family_wrapper .container-fluid .row .image_wrap .inner::after {
        right: -70%; } }
    @media (max-width: 991px) {
      .zaza_family_wrapper .container-fluid .row .image_wrap {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px; }
        .zaza_family_wrapper .container-fluid .row .image_wrap .inner {
          background-image: none !important; }
          .zaza_family_wrapper .container-fluid .row .image_wrap .inner img {
            width: 100%;
            max-width: 100%; }
          .zaza_family_wrapper .container-fluid .row .image_wrap .inner::after {
            right: -10%;
            bottom: -15px;
            width: 30%;
            height: 60%; } }
    @media (max-width: 580px) {
      .zaza_family_wrapper .container-fluid .row .image_wrap {
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .zaza_family_wrapper {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .zaza_family_wrapper {
      padding-bottom: 40px; } }
  @media (max-width: 580px) {
    .zaza_family_wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.quote_wrapper {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #1E3348; }
  .quote_wrapper .container .row {
    position: relative; }
    .quote_wrapper .container .row .block .inner {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .quote_wrapper .container .row .block .inner .heading {
        font-family: "quiche-sans", "sans-serif";
        font-weight: bold;
        color: #ffffff;
        max-width: 80%;
        margin: 0 auto;
        text-align: center; }
    .quote_wrapper .container .row .block.top {
      position: absolute;
      bottom: calc(100% + 40px);
      left: calc(50% - 25%);
      width: 50%; }
      .quote_wrapper .container .row .block.top:after {
        content: "";
        position: absolute;
        top: 0%;
        left: 15px;
        width: calc(50% - 10px);
        height: calc(50% + 15px);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.2);
        z-index: -1; }
      .quote_wrapper .container .row .block.top .inner {
        background: #D7BB84;
        padding: 80px 20px;
        position: relative; }
        .quote_wrapper .container .row .block.top .inner::before {
          content: '';
          background: url("/wp-content/themes/zaza/dist/images/quote-left.svg") no-repeat;
          background-size: contain;
          height: 60px;
          width: 60px;
          position: absolute;
          left: calc(0% + 30px);
          top: calc(0% - 20px); }
        .quote_wrapper .container .row .block.top .inner::after {
          content: '';
          background: url("/wp-content/themes/zaza/dist/images/quote-right.svg") no-repeat;
          background-size: contain;
          height: 60px;
          width: 60px;
          position: absolute;
          right: calc(0% + 60px);
          bottom: calc(0% + 30px); }
        .quote_wrapper .container .row .block.top .inner .heading {
          display: inline-block;
          max-width: 70%;
          margin: 0 auto;
          text-align: center;
          font-size: 25px;
          color: #1E3348; }
    .quote_wrapper .container .row .block.left, .quote_wrapper .container .row .block.right {
      position: relative; }
      .quote_wrapper .container .row .block.left .inner, .quote_wrapper .container .row .block.right .inner {
        border: 2px solid #D7BB84;
        padding: 80px 30px; }
        .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
          font-family: "Montserrat", "sans-serif";
          font-weight: 400;
          font-size: 20px;
          max-width: 80%;
          margin: 0 auto; }
    .quote_wrapper .container .row .block.left:before {
      content: "";
      position: absolute;
      top: calc(0% - 25px);
      left: calc(50% - 1px);
      width: 2px;
      height: 50px;
      background-color: #ffffff; }
    .quote_wrapper .container .row .block.right:after {
      content: "";
      position: absolute;
      bottom: calc(0% - 25px);
      left: calc(50% - 1px);
      width: 2px;
      height: 50px;
      background-color: #ffffff; }
    .quote_wrapper .container .row .block.center .heading {
      font-size: 50px; }
    @media (max-width: 1480px) {
      .quote_wrapper .container .row .block .inner .heading {
        max-width: 90%; }
      .quote_wrapper .container .row .block.top {
        width: 50%; }
        .quote_wrapper .container .row .block.top .inner {
          padding: 80px 20px; }
          .quote_wrapper .container .row .block.top .inner .heading {
            max-width: 90%; }
      .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
        max-width: 90%; } }
    @media (max-width: 1380px) {
      .quote_wrapper .container .row .block .inner .heading {
        max-width: 100%; }
      .quote_wrapper .container .row .block.top {
        width: 50%; }
        .quote_wrapper .container .row .block.top .inner::before {
          height: 50px;
          width: 50px;
          left: calc(0% + 25px);
          top: calc(0% - 10px); }
        .quote_wrapper .container .row .block.top .inner::after {
          height: 50px;
          width: 50px;
          right: calc(0% + 50px);
          bottom: calc(0% + 20px); }
        .quote_wrapper .container .row .block.top .inner .heading {
          max-width: 100%; }
      .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
        max-width: 100%; } }
    @media (max-width: 1180px) {
      .quote_wrapper .container .row .block.top .inner::before {
        height: 50px;
        width: 50px;
        left: calc(0% + 25px);
        top: calc(0% - 10px); }
      .quote_wrapper .container .row .block.top .inner::after {
        height: 50px;
        width: 50px;
        right: calc(0% + 50px);
        bottom: calc(0% + 20px); }
      .quote_wrapper .container .row .block.top .inner .heading {
        font-size: 22px; }
      .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
        font-size: 18px; }
      .quote_wrapper .container .row .block.center .heading {
        font-size: 40px; } }
    @media (max-width: 1080px) {
      .quote_wrapper .container .row .block.top .inner .heading {
        font-size: 21px; }
      .quote_wrapper .container .row .block.left .inner, .quote_wrapper .container .row .block.right .inner {
        padding: 80px 10px; }
      .quote_wrapper .container .row .block.center .heading {
        font-size: 38px; } }
    @media (max-width: 991px) {
      .quote_wrapper .container .row .block {
        margin-bottom: 30px;
        margin-top: 30px; }
        .quote_wrapper .container .row .block.top {
          position: relative;
          left: unset;
          top: unset; }
          .quote_wrapper .container .row .block.top::after {
            all: unset; }
          .quote_wrapper .container .row .block.top .inner {
            padding: 60px 10px; }
            .quote_wrapper .container .row .block.top .inner::before {
              height: 40px;
              width: 40px;
              left: calc(0% + 20px);
              top: 0; }
            .quote_wrapper .container .row .block.top .inner::after {
              height: 40px;
              width: 40px;
              right: calc(0% + 20px);
              bottom: calc(0% + 10px); }
            .quote_wrapper .container .row .block.top .inner .heading {
              font-size: 21px; }
        .quote_wrapper .container .row .block.left .inner, .quote_wrapper .container .row .block.right .inner {
          padding: 60px 10px; }
        .quote_wrapper .container .row .block.center .heading {
          font-size: 38px; } }
    @media (max-width: 767px) {
      .quote_wrapper .container .row .block {
        margin-bottom: 20px;
        margin-top: 20px; }
        .quote_wrapper .container .row .block.top .inner {
          padding: 40px 10px; }
          .quote_wrapper .container .row .block.top .inner::before {
            height: 30px;
            width: 30px;
            left: calc(0% + 20px);
            top: 0; }
          .quote_wrapper .container .row .block.top .inner::after {
            height: 30px;
            width: 30px;
            right: calc(0% + 20px);
            bottom: calc(0% + 10px); }
          .quote_wrapper .container .row .block.top .inner .heading {
            font-size: 18px; }
        .quote_wrapper .container .row .block.left .inner, .quote_wrapper .container .row .block.right .inner {
          padding: 40px 10px; }
          .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
            font-size: 16px; }
        .quote_wrapper .container .row .block.center .heading {
          font-size: 34px; } }
    @media (max-width: 580px) {
      .quote_wrapper .container .row .block {
        margin-bottom: 15px;
        margin-top: 15px; }
        .quote_wrapper .container .row .block.top .inner {
          padding: 30px 10px; }
          .quote_wrapper .container .row .block.top .inner .heading {
            font-size: 16px; }
        .quote_wrapper .container .row .block.left .inner, .quote_wrapper .container .row .block.right .inner {
          padding: 30px 10px; }
          .quote_wrapper .container .row .block.left .inner .heading, .quote_wrapper .container .row .block.right .inner .heading {
            font-size: 15px; }
        .quote_wrapper .container .row .block.center .heading {
          font-size: 30px; } }
  @media (max-width: 991px) {
    .quote_wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .quote_wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 580px) {
    .quote_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }

.join_us_wrapper {
  padding-top: 90px;
  padding-bottom: 90px; }
  .join_us_wrapper .container .row .heading_wrap {
    margin-bottom: 60px; }
    .join_us_wrapper .container .row .heading_wrap .inner .heading {
      font-family: "quiche-sans", "sans-serif";
      font-weight: bold;
      font-size: 25px;
      line-height: 35px;
      color: #1E3348;
      text-align: center; }
      .join_us_wrapper .container .row .heading_wrap .inner .heading span {
        display: block; }
    @media (max-width: 991px) {
      .join_us_wrapper .container .row .heading_wrap {
        margin-bottom: 40px; }
        .join_us_wrapper .container .row .heading_wrap .inner .heading {
          font-size: 22px;
          line-height: 30px; } }
    @media (max-width: 767px) {
      .join_us_wrapper .container .row .heading_wrap {
        margin-bottom: 30px; }
        .join_us_wrapper .container .row .heading_wrap .inner .heading {
          font-size: 20px;
          line-height: 28px; } }
    @media (max-width: 580px) {
      .join_us_wrapper .container .row .heading_wrap {
        margin-bottom: 10px; }
        .join_us_wrapper .container .row .heading_wrap .inner .heading {
          font-size: 18px;
          line-height: 26px; } }
  .join_us_wrapper .container .row .positions_wrapper {
    margin-bottom: 30px; }
    .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card {
      text-align: center; }
      .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .image_wrap {
        position: relative;
        margin-bottom: 40px; }
        .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .image_wrap:after {
          content: "";
          position: absolute;
          width: 10%;
          left: calc(50% - 5%);
          bottom: -20px;
          height: 2px;
          background: #D7BB84; }
        .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .image_wrap img {
          width: 100%;
          max-width: 80px; }
      .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .subtitle {
        font-family: "Montserrat", "sans-serif";
        font-weight: 500;
        font-size: 16px;
        color: #3E4957; }
      @media (max-width: 1080px) {
        .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .image_wrap img {
          max-width: 60px; }
        .join_us_wrapper .container .row .positions_wrapper .inner .col .inner_card .subtitle {
          font-size: 14px; } }
  .join_us_wrapper .container .row .information_wrap .inner table {
    width: 100%;
    text-align: center;
    border: 1px solid #D7BB84; }
    .join_us_wrapper .container .row .information_wrap .inner table td {
      border: 1px solid #D7BB84;
      padding: 30px 0px; }
    .join_us_wrapper .container .row .information_wrap .inner table thead tr th {
      padding: 15px 10px;
      background: #D7BB84;
      position: relative; }
      .join_us_wrapper .container .row .information_wrap .inner table thead tr th::before {
        content: "";
        position: absolute;
        top: calc(0% - 15px);
        left: calc(50% - 15px);
        width: 0;
        height: 0;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #D7BB84; }
      .join_us_wrapper .container .row .information_wrap .inner table thead tr th .heading {
        font-family: "quiche-sans", "sans-serif";
        font-size: 50px;
        font-weight: 700;
        color: #ffffff; }
      @media (max-width: 1180px) {
        .join_us_wrapper .container .row .information_wrap .inner table thead tr th .heading {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .join_us_wrapper .container .row .information_wrap .inner table thead tr th .heading {
          font-size: 34px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .join_us_wrapper .container .row .information_wrap .inner table thead tr th .heading {
          font-size: 30px; } }
      @media (max-width: 580px) {
        .join_us_wrapper .container .row .information_wrap .inner table thead tr th .heading {
          font-size: 26px; } }
    .join_us_wrapper .container .row .information_wrap .inner table tbody tr .email .title, .join_us_wrapper .container .row .information_wrap .inner table tbody tr .phone .title {
      margin-bottom: 0;
      font-family: "Montserrat", "sans-serif";
      font-weight: 400;
      color: #3E4957;
      font-size: 20px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .email .title span, .join_us_wrapper .container .row .information_wrap .inner table tbody tr .phone .title span {
        font-weight: 700; }
    .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes .title {
      display: inline-block;
      margin-bottom: 0;
      font-family: "Montserrat", "sans-serif";
      font-weight: 700;
      color: #3E4957;
      font-size: 20px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes .title span {
        display: block; }
    .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul {
      padding-left: 30px;
      display: inline-block;
      margin-bottom: 0; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul li {
        font-family: "Montserrat", "sans-serif";
        font-weight: 400;
        color: #3E4957;
        font-size: 20px; }
    @media (max-width: 991px) {
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .email .title, .join_us_wrapper .container .row .information_wrap .inner table tbody tr .phone .title {
        font-size: 18px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes .title {
        font-size: 18px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul {
        padding-left: 30px; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul li {
          font-size: 18px; } }
    @media (max-width: 767px) {
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr td {
          width: 100%; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr .email .title, .join_us_wrapper .container .row .information_wrap .inner table tbody tr .phone .title {
          font-size: 16px; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes .title {
          font-size: 16px; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul {
          padding-left: 20px; }
          .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul li {
            font-size: 16px; } }
    @media (max-width: 580px) {
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr td {
        padding: 20px 0; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .email .title, .join_us_wrapper .container .row .information_wrap .inner table tbody tr .phone .title {
        font-size: 14px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes .title {
        font-size: 14px; }
      .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul {
        padding-left: 20px; }
        .join_us_wrapper .container .row .information_wrap .inner table tbody tr .notes ul li {
          font-size: 14px; } }
  @media (max-width: 991px) {
    .join_us_wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .join_us_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 580px) {
    .join_us_wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.info_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #E2E2E2; }
  .info_wrapper .container .row .inner .heading {
    font-size: 22px;
    font-family: "Montserrat", "sans-serif";
    font-weight: 500;
    color: #1E3348;
    margin-bottom: 0;
    line-height: 34px;
    letter-spacing: 0.99px; }
    .info_wrapper .container .row .inner .heading strong {
      font-weight: 700; }
    @media (max-width: 991px) {
      .info_wrapper .container .row .inner .heading {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .info_wrapper .container .row .inner .heading {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.50px; } }
    @media (max-width: 580px) {
      .info_wrapper .container .row .inner .heading {
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 991px) {
    .info_wrapper {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .info_wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 580px) {
    .info_wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.nick_wrapper {
  padding-top: 20px;
  padding-bottom: 30px; }
  .nick_wrapper .container .row .image_wrap .inner {
    height: 100%;
    position: relative;
    top: -80px;
    width: 100%; }
    .nick_wrapper .container .row .image_wrap .inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .nick_wrapper .container .row .image_wrap .inner .video_link img {
      width: 100%;
      max-width: 60px;
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 991px) {
    .nick_wrapper .container .row .image_wrap .inner {
      top: 0px;
      height: 50vh; } }
  @media (max-width: 767px) {
    .nick_wrapper .container .row .image_wrap .inner {
      height: 40vh; } }
  @media (max-width: 580px) {
    .nick_wrapper .container .row .image_wrap .inner {
      height: 30vh; } }
  .nick_wrapper .container .row .content_wrap .inner {
    height: 100%;
    padding: 40px 0px; }
    .nick_wrapper .container .row .content_wrap .inner p {
      font-family: "Montserrat", "sans-serif";
      font-weight: 300;
      font-size: 20px;
      color: #3E4957;
      margin-bottom: 20px;
      max-width: 80%; }
      .nick_wrapper .container .row .content_wrap .inner p strong {
        margin-top: 40px;
        color: #1E3348;
        font-size: 25px;
        font-family: "quiche-sans", "sans-serif";
        font-weight: 700; }
  @media (max-width: 1380px) {
    .nick_wrapper .container .row .content_wrap .inner p {
      max-width: 100%; } }
  @media (max-width: 991px) {
    .nick_wrapper .container .row .content_wrap .inner {
      padding: 30px 0px; }
      .nick_wrapper .container .row .content_wrap .inner p {
        font-size: 18px;
        margin-bottom: 10px; }
        .nick_wrapper .container .row .content_wrap .inner p strong {
          margin-top: 0px;
          font-size: 23px; } }
  @media (max-width: 767px) {
    .nick_wrapper .container .row .content_wrap .inner {
      padding: 20px 0px; }
      .nick_wrapper .container .row .content_wrap .inner p {
        font-size: 17px;
        margin-bottom: 5px; }
        .nick_wrapper .container .row .content_wrap .inner p strong {
          font-size: 20px; } }
  @media (max-width: 580px) {
    .nick_wrapper .container .row .content_wrap .inner {
      padding: 15px 0px;
      padding-bottom: 0; }
      .nick_wrapper .container .row .content_wrap .inner p {
        font-size: 16px; }
        .nick_wrapper .container .row .content_wrap .inner p strong {
          font-size: 18px; } }

.testimonial_wrapper {
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  background: #1E3348; }
  .testimonial_wrapper .container .row .content_wrap .inner {
    position: relative; }
    .testimonial_wrapper .container .row .content_wrap .inner::before {
      content: '';
      background: url("/wp-content/themes/zaza/dist/images/quote-left.svg") no-repeat;
      background-size: contain;
      height: 100px;
      width: 100px;
      position: absolute;
      left: calc(0% - 320px);
      top: calc(0% - 80px); }
    .testimonial_wrapper .container .row .content_wrap .inner::after {
      content: '';
      background: url("/wp-content/themes/zaza/dist/images/quote-right.svg") no-repeat;
      background-size: contain;
      height: 100px;
      width: 100px;
      position: absolute;
      right: calc(0% - 320px);
      bottom: calc(0% - 25px); }
    .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .message {
      font-family: "Montserrat", "sans-serif";
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      font-size: 20px;
      margin-bottom: 40px; }
    .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .name {
      font-family: "quiche-sans", "sans-serif";
      font-weight: 700;
      font-size: 25px;
      color: #ffffff;
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: 0.35px; }
    .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow {
      top: unset;
      bottom: calc(0% - 50px); }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow.left {
        left: calc(50% - 40px); }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow.right {
        left: unset;
        right: calc(50% - 40px); }
    @media (max-width: 1600px) {
      .testimonial_wrapper .container .row .content_wrap .inner::before {
        left: calc(0% - 260px); }
      .testimonial_wrapper .container .row .content_wrap .inner::after {
        right: calc(0% - 260px); } }
    @media (max-width: 1280px) {
      .testimonial_wrapper .container .row .content_wrap .inner::before {
        height: 90px;
        width: 90px;
        left: calc(0% - 160px); }
      .testimonial_wrapper .container .row .content_wrap .inner::after {
        height: 90px;
        width: 90px;
        right: calc(0% - 160px); } }
    @media (max-width: 991px) {
      .testimonial_wrapper .container .row .content_wrap .inner::before {
        height: 80px;
        width: 80px;
        left: 0;
        top: calc(0% - 80px); }
      .testimonial_wrapper .container .row .content_wrap .inner::after {
        height: 80px;
        width: 80px;
        right: 0;
        bottom: calc(0% - 60px); }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .message {
        font-size: 19px;
        margin-bottom: 30px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .name {
        font-size: 23px;
        margin-bottom: 30px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow {
        bottom: calc(0% - 50px); } }
    @media (max-width: 767px) {
      .testimonial_wrapper .container .row .content_wrap .inner::before {
        height: 60px;
        width: 60px;
        top: calc(0% - 60px); }
      .testimonial_wrapper .container .row .content_wrap .inner::after {
        height: 60px;
        width: 60px;
        bottom: calc(0% - 30px); }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .message {
        font-size: 18px;
        margin-bottom: 20px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .name {
        font-size: 21px;
        margin-bottom: 20px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow {
        bottom: calc(0% - 30px); } }
    @media (max-width: 580px) {
      .testimonial_wrapper .container .row .content_wrap .inner::before {
        height: 40px;
        width: 40px;
        top: calc(0% - 30px);
        left: -20px; }
      .testimonial_wrapper .container .row .content_wrap .inner::after {
        height: 40px;
        width: 40px;
        bottom: calc(0% - 20px); }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .message {
        font-size: 16px;
        margin-bottom: 20px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .slick_slide .name {
        font-size: 18px;
        margin-bottom: 10px; }
      .testimonial_wrapper .container .row .content_wrap .inner .testimonial_slideshow .dev-arrow {
        bottom: calc(0% - 15px); } }
  @media (max-width: 991px) {
    .testimonial_wrapper {
      padding-top: 100px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .testimonial_wrapper {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media (max-width: 580px) {
    .testimonial_wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

/*
     FILE ARCHIVED ON 04:48:26 Jul 17, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:20:56 Mar 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.602
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.047
  esindex: 0.007
  cdx.remote: 5.227
  LoadShardBlock: 156.087 (3)
  PetaboxLoader3.datanode: 144.333 (5)
  PetaboxLoader3.resolve: 120.725 (2)
  load_resource: 127.375
  loaddict: 51.49
*/