/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

body {
  overflow-x: hidden;
  background-color: lightblue; }

@media (max-width: 991.98px) {
  .hero-banner-slider {
    padding-bottom: 80px;
    background-color: #1B252C; } }

.hero-banner {
  position: relative;
  height: calc(100vh - var(--header-height));
  max-height: 680px; }
  .hero-banner .banner-detail {
    max-width: 635px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 155px; }
    .hero-banner .banner-detail .text-wrapper {
      margin-bottom: 40px; }
      .hero-banner .banner-detail .text-wrapper h1 {
        color: #FFF; }
      .hero-banner .banner-detail .text-wrapper .gen-text {
        color: #FFF; }
    .hero-banner .banner-detail .custom-btn {
      height: auto;
      width: auto;
      border: 2px solid #EE2312;
      color: #FFF;
      font: bold 14px/17px "muli", sans-serif;
      padding: 0 24px;
      /*border-radius: 28px;*/
      background-color: #EE2312;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 160px;
      max-height: 40px;
      min-height: 40px;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .hero-banner .banner-detail .custom-btn:hover {
        background-color: #AF2025;
        color: #FFF;
        border-color: #AF2025; }
      .hero-banner .banner-detail .custom-btn:focus {
        background-color: #EE2312;
        color: #FFF;
        border-color: #EE2312;
        outline: 4px solid #F9B9BCBF; }
    @media (max-width: 991.98px) {
      .hero-banner .banner-detail {
        max-width: none;
        left: 0;
        text-align: center;
        margin-left: 0; } }
  .hero-banner .mainbanner-figure img, .hero-banner .mainbanner-figure video, .hero-banner .video-holder img, .hero-banner .video-holder video {
    height: calc(100vh - var(--header-height));
    max-height: 680px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.key-features {
  margin-top: -40px;
  margin-bottom: 52px; }
  .key-features .key-features-wrapper__parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -12px; }
    .key-features .key-features-wrapper__parent .experience-assets-feature {
      min-width: 31.59%;
      max-width: 31.59%; }
      .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper {
        position: relative; }
        .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: absolute;
          max-width: 252px;
          width: 252px;
          bottom: 0;
          right: -16px;
          padding: 14px 24px 12px;
          max-height: 156px;
          min-height: 156px;
          bottom: 6px;
          background-color: #1B252C; }
          .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail .feature-heading-wrapper {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail .feature-heading-wrapper h2 {
              margin-bottom: 19px;
              color: #FFF; }
          .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail a.simple-anchor {
            color: #FFF !important;
            position: relative; }
            .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail a.simple-anchor::before {
              color: #EE2312;
              line-height: 1;
              right: -15px;
              font-weight: bold;
              position: absolute;
              content: '\F105';
              font-family: 'FontAwesome';
              font-size: 20px;
              line-height: 26px; }
          .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail::after {
            content: '';
            position: absolute;
            bottom: -14px;
            height: 14px;
            width: 100%;
            background-color: #EE2312;
            left: 0;
            right: 0; }
          @media (max-width: 991.98px) {
            .key-features .key-features-wrapper__parent .experience-assets-feature .feature-wrapper .feature-detail {
              right: 0; } }
      @media (max-width: 991.98px) {
        .key-features .key-features-wrapper__parent .experience-assets-feature {
          max-width: 100%;
          min-width: 100%;
          margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .key-features .key-features-wrapper__parent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 16px; } }
  @media (max-width: 991.98px) {
    .key-features {
      margin-top: -120px;
      margin-left: 16px; } }

.simple-banner.simple-banner-first {
  margin-bottom: 70px; }
  .simple-banner.simple-banner-first .simple-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 47px 53px 0 117px; }
      .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
        margin-bottom: 16px; }
      .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link {
        margin-left: 17px; }
        @media (max-width: 991.98px) {
          .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link {
            max-width: 216px;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; }
            .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-Primary {
              margin-bottom: 24px; } }
        .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-white {
          margin-right: 50px; }
          @media (max-width: 991.98px) {
            .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-white {
              margin-right: 0; } }
      .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
        margin-bottom: 40px; }
        @media (max-width: 991.98px) {
          .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
            margin-bottom: 20px; } }
      .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper::after {
        content: '';
        position: absolute;
        bottom: -6px;
        height: 8px;
        width: 102px;
        background-color: #EE2312;
        left: 0;
        left: auto; }
        @media (max-width: 991.98px) {
          .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper::after {
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      @media (max-width: 991.98px) {
        .simple-banner.simple-banner-first .simple-banner-wrapper .banner-detail-wrapper {
          margin: 0;
          padding-bottom: 40px; } }
    .simple-banner.simple-banner-first .simple-banner-wrapper .image-container {
      max-width: 600px;
      line-height: 0; }
      @media (max-width: 991.98px) {
        .simple-banner.simple-banner-first .simple-banner-wrapper .image-container {
          width: 100%;
          margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .simple-banner.simple-banner-first .simple-banner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin: 0;
        text-align: center; } }
  @media (max-width: 991.98px) {
    .simple-banner.simple-banner-first {
      margin-bottom: 42px; } }

.order-today {
  margin-bottom: 24px; }
  .order-today .simple-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 432px; }
    .order-today .simple-banner-wrapper .banner-detail-wrapper {
      width: 40%;
      background-color: #1B252C;
      margin: -15px 0;
      position: relative; }
      .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
        max-width: 387px;
        margin: 0 auto;
        padding: 82px 0 10px; }
        .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail h2 {
          color: #FFF;
          margin-bottom: 16px; }
        .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
          color: #FFF;
          margin-bottom: 32px; }
          @media (max-width: 991.98px) {
            .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
              margin-bottom: 20px; } }
        .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link {
          margin-left: 17px; }
          .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-white {
            margin-right: 50px; }
        .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
          margin-bottom: 40px;
          color: #FFF; }
          @media (max-width: 991.98px) {
            .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
              margin-bottom: 0; } }
        @media (max-width: 991.98px) {
          .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
            max-width: 100%;
            text-align: center;
            padding: 64px 0 24px; } }
      @media (max-width: 991.98px) {
        .order-today .simple-banner-wrapper .banner-detail-wrapper {
          width: 100%;
          margin-left: 16px;
          margin-top: -20px; } }
    .order-today .simple-banner-wrapper .image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .order-today .simple-banner-wrapper .image-container img {
        max-height: 400px; }
    @media (max-width: 991.98px) {
      .order-today .simple-banner-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: none; } }
  @media (max-width: 991.98px) {
    .order-today {
      margin-bottom: 54px; } }

.category-slider {
  max-width: 1304px;
  margin: 0 auto 130px; }
  .category-slider .slick-heading__heading {
    margin-bottom: 32px;
    text-align: center; }
  .category-slider .slick-track {
    margin-right: -16px; }
  .category-slider .slick-slide {
    padding: 0 27px; }
    @media (max-width: 991.98px) {
      .category-slider .slick-slide {
        padding: 0 8px; } }
    .category-slider .slick-slide:first-child {
      padding-left: 16px; }
    .category-slider .slick-slide:last-child {
      padding-right: 0; }
  .category-slider .category-tile-detail {
    margin-top: 8px; }
  .category-slider .slick-prev {
    left: -57px; }
    .category-slider .slick-prev::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M674.891852 133.404444 322.275556 498.536296c-1.137778 1.232593-2.085926 2.56-2.939259 3.982222-4.361481 7.205926-3.508148 16.592593 2.56 22.945185l352.616296 365.131852c7.395556 7.68 19.816296 7.774815 27.306667 0 7.205926-7.395556 6.826667-19.342222-0.379259-26.737778l-339.626667-351.762963c0 0 0 0 0-0.094815l340.005926-352.047407c7.205926-7.395556 7.49037-19.342222 0.379259-26.737778C694.708148 125.62963 682.287407 125.724444 674.891852 133.404444z' fill='black' /%3E%3C/svg%3E"); }
  .category-slider .slick-next {
    right: -57px; }
    .category-slider .slick-next::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M261.743306 947.106726 240.124939 921.16796 731.123626 512 240.124939 102.83204 261.743306 76.893274 783.874037 512Z' fill='black' /%3E%3C/svg%3E"); }
  .category-slider .slick-dots {
    bottom: -64px; }
    .category-slider .slick-dots li button::before {
      color: #bbb; }
    .category-slider .slick-dots li.slick-active button::before {
      color: #666; }

.capibilities-wrapper {
  background-image: url("../../images/Capabilities-Banner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  padding: 40px 0 80px; }
  .capibilities-wrapper .gallery-container {
    max-width: 1180px;
    margin: 0 auto; }
    .capibilities-wrapper .gallery-container .grid-item {
      margin-bottom: 2%;
      border-radius: 14px; }
      .capibilities-wrapper .gallery-container .grid-item.grid-item__col-3 {
        max-width: 23%; }
      .capibilities-wrapper .gallery-container .grid-item.grid-item__col-6 {
        max-width: 48%; }
      .capibilities-wrapper .gallery-container .grid-item a {
        display: block;
        position: relative; }
        .capibilities-wrapper .gallery-container .grid-item a img {
          border-radius: 14px; }
        .capibilities-wrapper .gallery-container .grid-item a .link-text {
          font: 600 24px/28px "muli", sans-serif;
          bottom: 16px;
          color: #FFF;
          left: 20px;
          letter-spacing: -.6px;
          padding-right: 38px;
          position: absolute;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .capibilities-wrapper .gallery-container .grid-item a .link-text {
              padding-right: 0;
              font: 600 16px/24px "muli", sans-serif;
              left: 16px; }
              .capibilities-wrapper .gallery-container .grid-item a .link-text::after {
                color: #EE2312;
                line-height: 1;
                right: -14px;
                font-weight: bold;
                position: absolute;
                content: '\F105';
                font-family: 'FontAwesome';
                font-size: 22px;
                line-height: 19px; } }
        .capibilities-wrapper .gallery-container .grid-item a::after {
          color: #EE2312;
          line-height: 1;
          right: 23px;
          font-weight: bold;
          position: absolute;
          content: '\F105';
          font-family: 'FontAwesome';
          font-size: 36px;
          bottom: 16px; }
          @media (max-width: 991.98px) {
            .capibilities-wrapper .gallery-container .grid-item a::after {
              display: none; } }
  @media (max-width: 991.98px) {
    .capibilities-wrapper {
      background-size: auto; } }

.capibilities-wrapper .gallery-container-mb {
  padding-left: 16px; }
  .capibilities-wrapper .gallery-container-mb .mb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .capibilities-wrapper .gallery-container-mb .mb-row .image-holder {
      display: block;
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 14px; }
      .capibilities-wrapper .gallery-container-mb .mb-row .image-holder img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .capibilities-wrapper .gallery-container-mb .mb-row.second-row .grid-item_1 {
      width: 48.84%;
      max-width: 48.84%; }
      .capibilities-wrapper .gallery-container-mb .mb-row.second-row .grid-item_1 .image-holder {
        height: 142px; }
    .capibilities-wrapper .gallery-container-mb .mb-row.second-row .grid-item_2 {
      width: 45.35%;
      max-width: 45.35%; }
      .capibilities-wrapper .gallery-container-mb .mb-row.second-row .grid-item_2 .image-holder {
        height: 160px; }
    .capibilities-wrapper .gallery-container-mb .mb-row.third-row {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 32px; }
      .capibilities-wrapper .gallery-container-mb .mb-row.third-row .grid-item_1 {
        width: 61.63%;
        max-width: 61.63%; }
        .capibilities-wrapper .gallery-container-mb .mb-row.third-row .grid-item_1 .image-holder {
          height: 117px; }
      .capibilities-wrapper .gallery-container-mb .mb-row.third-row .grid-item_2 {
        position: relative;
        bottom: -16px;
        width: 33.72%;
        max-width: 33.72%; }
        .capibilities-wrapper .gallery-container-mb .mb-row.third-row .grid-item_2 .image-holder {
          height: 120px; }
  .capibilities-wrapper .gallery-container-mb .grid-item.mobile {
    margin: 0 24px 24px 0; }

.last-banner-slider .slick-dots {
  bottom: 16px; }

@media (max-width: 991.98px) {
  .last-banner-slider .slick-prev {
    left: 0; }
    .last-banner-slider .slick-prev::before {
      width: 15px;
      height: 15px; }
  .last-banner-slider .slick-next {
    right: 0; }
    .last-banner-slider .slick-next::before {
      width: 15px;
      height: 15px; }
  .last-banner-slider .banner-detail {
    text-align: left;
    padding: 0 32px; } }

@media (max-width: 991.98px) {
  .last-banner-slider h1 {
    font: 600 26px/28px "source-serif-pro", serif;
    width: 264px;
    margin-bottom: 32px; } }

.last-banner-slider .hero-banner {
  max-height: 486px; }
  .last-banner-slider .hero-banner .mainbanner-figure img, .last-banner-slider .hero-banner .mainbanner-figure video, .last-banner-slider .hero-banner .video-holder img, .last-banner-slider .hero-banner .video-holder video {
    max-height: 486px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
