body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
}
@keyframes btn-fade {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 15px;
  box-shadow: none !important;
}
body .btn-primary {
  color: #fff;
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #0d133e;
  border-color: #fff;
  background-color: #fff;
}
body .btn-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .text-primary {
  color: #29abe2 !important;
}
body .text-dark-blue {
  color: #0d133e !important;
}
body .text-sm {
  font-size: 14px;
}
body .main {
  overflow: hidden;
}
body .main .case-studies {
  background: #fff;
  min-height: 100vh;
  padding: 40px 0 80px;
  display: flex;
  align-items: self-end;
  flex-wrap: wrap;
}
body .main .case-studies .content-wrapper {
  margin-top: 100px;
  width: 100%;
  display: flex;
}
body .main .case-studies .content-wrapper .slick-slide {
  height: 0;
}
body .main .case-studies .content-wrapper .slick-slide.slick-current.slick-active {
  height: auto;
}
body .main .case-studies .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
body .main .case-studies .content-wrapper .title-wrapper .btn {
  padding: 0;
  border: none;
}
body .main .case-studies .content-wrapper .title-wrapper .btn .icon {
  width: 35px;
  height: 33px;
  margin-right: 20px;
}
body .main .case-studies .content-wrapper .title-wrapper .btn.slide-next {
  transform: rotate(180deg);
}
body .main .case-studies .content-wrapper .title-wrapper .btn.slide-next .icon {
  margin-left: 20px;
}
body .main .case-studies .content-wrapper .title-wrapper .title {
  margin-bottom: 0;
}
body .main .case-studies .content-wrapper .title-wrapper .title .small {
  color: #29abe2;
  font-size: 30px;
}
body .main .case-studies .content-wrapper .label-primary {
  background: #29abe2;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 80px 10px 20px;
}
body .main .case-studies .content-wrapper .label-primary .small {
  font-size: 20px;
}
body .main .case-studies .content-wrapper .content {
  padding: 0 0 0 50px;
}
body .main .case-studies .content-wrapper .content .title {
  font-family: "poppinsbold", sans-serif;
}
body .main .case-studies .content-wrapper .content .lead {
  font-size: 20px;
  font-weight: 600;
}
body .main .case-studies .content-wrapper .content .logos {
  padding: 80px 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
body .main .case-studies .content-wrapper .content .logos .item {
  text-align: center;
}
body .main .case-studies .content-wrapper .content .logos .item img {
  margin-bottom: 20px;
}
body .main .case-studies .content-wrapper .content .logos .item p {
  font-size: 15px;
  font-weight: 700;
  color: #29abe2;
}
body .main .case-studies .content-wrapper .content .logos-s2 {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
body .main .case-studies .content-wrapper .content .logos-s2 .item {
  border: 1px solid #29abe2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .case-studies .content-wrapper .content .logos-s2 .item:nth-child(2), body .main .case-studies .content-wrapper .content .logos-s2 .item:nth-child(3) {
  margin-left: -1px;
}
body .main .case-studies .content-wrapper .content .logos-s2 .item.sm {
  width: 340px;
  height: 170px;
}
body .main .case-studies .content-wrapper .content .logos-s2 .item.lg {
  width: 430px;
  height: 290px;
}
body .main .case-studies .content-wrapper .content .text-line {
  color: #29abe2;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
body .main .case-studies .content-wrapper .content .text-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background: #707070;
}
body .main .case-studies .content-wrapper .content .text-line span {
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
}
body .main .case-studies .content-wrapper .content.content-bg-border {
  border-top: 12px solid #0d133e;
  padding: 0 0 60px 0;
  background: #F2FBFF;
  position: relative;
}
body .main .case-studies .content-wrapper .content.content-bg-border:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #F2FBFF;
  width: 100vw;
  height: 100%;
}
body .main .case-studies .content-wrapper .content.content-bg-border * {
  position: relative;
  z-index: 2;
}
body .main .case-studies .content-wrapper .content.content-bg-border .label {
  display: inline-block;
  color: #fff;
  background: #0d133e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 40px;
  margin-top: -12px;
  font-size: 18px;
}
body .main .case-studies .content-wrapper .content.content-bg-border.right:before {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
body .main .case-studies .content-wrapper .content.content-bg-border.right * {
  position: relative;
  z-index: 2;
}
body .main .case-studies .content-wrapper .content.content-bg-border.right .label {
  display: inline-block;
  color: #fff;
  background: #0d133e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 40px;
  margin-top: -12px;
  font-size: 18px;
}
body .main .case-studies .content-wrapper .content.content-bg-border.bg-none {
  background-color: transparent;
}
body .main .case-studies .content-wrapper .content.content-bg-border.bg-none:before {
  display: none;
}
body .main .case-studies .content-wrapper .img-wrapper {
  position: relative;
  text-align: center;
}
body .main .case-studies .content-wrapper .img-wrapper .img {
  position: relative;
  z-index: 2;
  height: auto;
}
body .main .case-studies .content-wrapper .img-wrapper .object {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  height: auto;
}
body .main .case-studies .content-wrapper .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .main .case-studies .content-wrapper .list li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
body .main .case-studies .content-wrapper .list li .bullet {
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #0d133e;
  border-radius: 50%;
}
body .main .case-studies .content-wrapper .list-v2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .main .case-studies .content-wrapper .list-v2 li {
  display: inline-block;
  color: #fff;
  padding: 10px 200px 10px 20px;
  position: relative;
  width: 277px;
  margin-bottom: 10px;
}
body .main .case-studies .content-wrapper .list-v2 li .fade-color {
  display: inline-block;
  background: #fff;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
}
body .main .case-studies .content-wrapper .list-v2 li .fade-color.fade1 {
  right: 120px;
  opacity: 0.2;
}
body .main .case-studies .content-wrapper .list-v2 li .fade-color.fade2 {
  right: 80px;
  opacity: 0.3;
}
body .main .case-studies .content-wrapper .list-v2 li .fade-color.fade3 {
  right: 40px;
  opacity: 0.6;
}
body .main .case-studies .content-wrapper .video-wrapper {
  position: relative;
  height: 435px;
}
body .main .case-studies .content-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main .case-studies .content-wrapper .video-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
}
body .main .case-studies .content-wrapper .video-wrapper .pause-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .main .case-studies .content-wrapper .card.card-link {
  border: none;
  position: relative;
}
body .main .case-studies .content-wrapper .card.card-link .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .main .case-studies .content-wrapper .card.card-link .label {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #29abe2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 10px 26px;
}
body .main .case-studies .content-wrapper .card.card-fade {
  position: relative;
}
body .main .case-studies .content-wrapper .card.card-fade:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body .main .case-studies .content-wrapper .slick-slide .animate-top {
  transform: translateY(-200px);
  opacity: 0;
  transition: 1s;
}
body .main .case-studies .content-wrapper .slick-slide .animate-bottom {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
body .main .case-studies .content-wrapper .slick-slide .animate-left {
  transform: translateX(-200px);
  opacity: 0;
  transition: 1s;
}
body .main .case-studies .content-wrapper .slick-slide .animate-right {
  transform: translateX(200px);
  opacity: 0;
  transition: 1s;
}
body .main .case-studies .content-wrapper .slick-slide .animate-right img {
  max-width: 100%;
  height: auto;
}
body .main .case-studies .content-wrapper .slick-slide.slick-active .animate-top,
body .main .case-studies .content-wrapper .slick-slide.slick-active .animate-bottom {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;
}
body .main .case-studies .content-wrapper .slick-slide.slick-active .animate-left,
body .main .case-studies .content-wrapper .slick-slide.slick-active .animate-right {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
body .main .case-studies .content-wrapper.slick-slider {
  opacity: 1 !important;
}
body .main .case-studies .counter-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
body .main .case-studies .counter-wrapper .counter {
  display: flex;
  align-items: start;
}
body .main .case-studies .counter-wrapper .counter .number {
  color: #0d133e;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0 5px;
}
body .main .case-studies .counter-wrapper .counter .number.current {
  color: #29abe2;
  font-size: 54px;
  margin: 0;
}
body .main .case-studies .counter-wrapper .counter .slick-list {
  width: 50px;
}
body .main .case-studies .counter-wrapper .counter .slick-list .slick-slide {
  display: none;
}
body .main .case-studies .counter-wrapper .counter .slick-list .slick-slide.slick-active {
  display: block;
}
body .main .case-studies .counter-wrapper .counter .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: url("../../img/png/arrow.png") no-repeat;
  background-size: 20px;
  background-position: center;
}
body .main .case-studies .counter-wrapper .counter .slick-arrow.slick-prev:before {
  left: -25px;
  transform: translate(0, -50%) rotate(-90deg);
}
body .main .case-studies .counter-wrapper .counter .slick-arrow.slick-next:before {
  right: -40px;
  transform: translate(0, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  body .main .case-studies {
    padding: 20px 0 70px;
  }
  body .main .case-studies .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
  body .main .case-studies .content-wrapper .label-primary {
    font-size: 16px;
    padding: 10px 20px;
  }
  body .main .case-studies .content-wrapper .label-primary .small {
    font-size: 12px;
  }
  body .main .case-studies .content-wrapper .content {
    padding-left: 0;
  }
  body .main .case-studies .content-wrapper .content .lead {
    font-size: 16px;
  }
  body .main .case-studies .content-wrapper .content .logos {
    padding: 30px 0;
    display: block;
  }
  body .main .case-studies .content-wrapper .content .logos .item {
    margin: 30px 0;
  }
  body .main .case-studies .content-wrapper .content .logos .item img {
    max-width: 120px;
    margin-bottom: 10px;
  }
  body .main .case-studies .content-wrapper .content .logos-s2 {
    display: block;
  }
  body .main .case-studies .content-wrapper .img-wrapper {
    margin: 0 0 70px;
  }
  body .main .case-studies .content-wrapper .img-wrapper .img {
    max-width: 200px;
  }
  body .main .case-studies .content-wrapper .img-wrapper .object {
    width: 100%;
  }
  body .main .case-studies .counter-wrapper {
    margin-top: 30px;
    justify-content: center;
    padding: 0;
  }
}

/*# sourceMappingURL=style_case_studies_single.css.map */
