/**
 *
 * Case studies slider
 *
 */
.section-caseStudiesSlider {
  padding: 89px 30px;
  background: linear-gradient(180deg, #EEF7FE 0%, #FFFFFF 67.62%);
  overflow: hidden;
}
@media (max-width: 1439px) {
  .section-caseStudiesSlider {
    padding: 89px 0;
  }
}
@media (max-width: 1199px) {
  .section-caseStudiesSlider {
    padding: 82px 0;
  }
}
@media (max-width: 767px) {
  .section-caseStudiesSlider {
    padding: 52px 0;
  }
}
@media (min-width: 1200px) {
  .section-caseStudiesSlider .container {
    width: 100%;
    padding: 0;
  }
}
.section-caseStudiesSlider__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.18;
  color: #01164d;
}
@media (max-width: 1199px) {
  .section-caseStudiesSlider__title {
    margin-bottom: 31px;
    font-size: 34px;
    line-height: 1.26;
  }
}
@media (max-width: 767px) {
  .section-caseStudiesSlider__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.79;
  }
}
.section-caseStudiesSlider__text {
  max-width: 845px;
  margin: 0 auto 94px;
}
@media (max-width: 1199px) {
  .section-caseStudiesSlider__text {
    max-width: 548px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-caseStudiesSlider__text {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .section-caseStudiesSlider__text {
    margin-bottom: 58px;
    padding: 0 10px;
  }
}
.section-caseStudiesSlider__text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--text-font);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.55;
  color: #01164d;
}
@media (max-width: 1199px) {
  .section-caseStudiesSlider__text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.section-caseStudiesSlider__inner {
  text-align: center;
}
.section-caseStudiesSlider__slider {
  max-width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-caseStudiesSlider__slider {
    width: 332px;
  }
}
.section-caseStudiesSlider__slider .slick-slide {
  width: 368px;
  padding: 10px 18px;
  outline: none;
  height: auto;
}
.section-caseStudiesSlider__slider .slick-slide > div {
  height: 100%;
}
.section-caseStudiesSlider__slider .slick-track {
  display: flex !important;
}
.section-caseStudiesSlider__slider .slick-list {
  overflow: visible;
  margin: 0 -18px;
}
.section-caseStudiesSlider__slider .slick-dots {
  list-style: none;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 13px;
  z-index: 1;
  position: static;
  margin-top: 34px;
}
.section-caseStudiesSlider__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.section-caseStudiesSlider__slider .slick-dots li button {
  border: 0;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  background: #C4C4C4;
  border-radius: 50%;
}
.section-caseStudiesSlider__slider .slick-dots li.slick-active button {
  background: #2998FF;
}
.section-caseStudiesSlider__slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #D8D8D8;
  transform: none;
  transition: box-shadow 0.2s;
  outline: none;
}
.section-caseStudiesSlider__slide-content {
  display: block;
}
.section-caseStudiesSlider__slide-contentInner {
  padding: 21px 28px 5px;
  display: block;
  background-color: #fff;
}
@media (max-width: 374px) {
  .section-caseStudiesSlider__slide-contentInner {
    padding: 30px 15px 5px;
  }
}
.section-caseStudiesSlider__slide-image {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 79.9%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section-caseStudiesSlider__slide-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-caseStudiesSlider__slide-imageLogo {
  font-size: 10px;
  width: 9.8em;
  height: 9.8em;
  position: absolute;
  display: flex;
  left: 25px;
  bottom: 31px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
  border-radius: 11px;
  background-color: #fff;
}
.section-caseStudiesSlider__slide-imageLogo img {
  max-width: 100%;
  max-height: 100%;
}
.section-caseStudiesSlider__slide-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.37;
  text-align: left;
  color: #01164d;
}
.section-caseStudiesSlider__slide-meta {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-caseStudiesSlider__slide-meta li {
  font-family: var(--text-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.62;
  color: #01164d;
  display: flex;
}
.section-caseStudiesSlider__slide-readmore {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 27px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2998ff;
}
@media (max-width: 374px) {
  .section-caseStudiesSlider__slide-readmore {
    padding: 13px 15px;
  }
}
.section-caseStudiesSlider__slide-readmore:after {
  content: "";
  width: 16px;
  height: 10px;
  display: block;
  margin-left: 9px;
  background-image: url("../svg/icon-readmore-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rtl .section-caseStudiesSlider__slide-readmore:after {
  margin-right: 9px;
  margin-left: 0;
  transform: rotate(180deg);
}
/*# sourceMappingURL=section-casestudiesslider.css.map */
