.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  left: 8%;
  color: var(--white);
}
.carousel-item {
  height: 100vh;
}
  /* Case study slider Owl carosol */
  .case-study .owl-carousel .owl-nav {
      position: absolute; right: 0; top: -56px;
  }
  .case-study .owl-carousel .owl-nav button {
      width: 40px;
      height: 40px;
      border: 1px solid var(--primary-color) !important;
  }
  .case-study .owl-carousel .owl-nav button.owl-next {
      margin-left: 12px;
  }
  .case-study .owl-carousel .owl-nav button span {
      font-size: 40px;
      line-height: 36px;
  }

  @media only screen and (max-width: 767px) {
    .case-study .owl-carousel {
      padding-left: 0;
    }
    .case-study .owl-carousel .owl-nav button {
      width: 35px;
      height: 35px;
    }
    .case-study .owl-carousel .owl-nav button span {
      line-height: 30px;
    }

    .carousel-caption {
      bottom: 1rem;
    }
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 14px;
      line-height: 1.4;
    }
    .carousel-caption h1 {
      font-size: 24px;
      line-height: 1.4;
    }
  }

  @media only screen and (max-width: 1200px) {
    .Sync .owl-carousel .owl-nav {
      bottom: 15% !important;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .Sync .owl-carousel .owl-nav {
      display: none !important;
    }
  }


  .Sync .owl-carousel .owl-nav {
    position: absolute;
    right: -119px;
    bottom: 23%;
  }
  .Sync .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color) !important;
  }
  .Sync .owl-carousel .owl-nav button.owl-next {
      margin-right: 12px;
  }
  .Sync .owl-carousel .owl-nav button span {
      font-size: 40px;
      line-height: 36px;
  }
  #c1.owl-carousel.owl-drag .owl-item.active .item {
    box-shadow: 0 0px 5px #5c5c5c;
    margin: 1px;
    border-radius: 14px;
  }