<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-csrproduct-container {
  height: 100vh;
  min-height: 780px;
}

.case-study-header-section {
  margin-bottom: 0;
  background: #ffffff;
  padding: 95px 0;
}

.case-study-header-section.section_bg {
  position: relative;
  background-color: #000;
  height: 100vh;
  min-height: 780px;
}

.case-study-header-section.section_bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 0;
  opacity: 0.3;
  background: url("../../assets/img/case-study/reliance-foundation/cover-pic.png")
    no-repeat center center;

  background-size: cover;
}

.case-study-header-section .cover-text {
  width: 100%;
  text-align: center;
  /* height: 30vh; */
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.case-study-header-section .cover-text h1 {
  margin: 20px 0 30px 0;
  font-size: 41px;
  font-family: "roboto";
  font-weight: 700;
  color: #fff;
}

.case-study-header-section .cover-text h5 {
  line-height: 32px;
  font-size: 21px;
  font-weight: 300;
  color: rgb(224, 224, 224);
}

.cover-image-mockup {
  position: relative;
  top: 95px;
}

.cover-image-mockup .img-center {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cover-image-mockup img {
  object-fit: contain;
  margin-top: -40px;
  max-width: 650px;
}

.client-project-intro {
  /* background: linear-gradient(180deg, #fff 0%, #fff 0%, #ebebeb 0%, #ebebeb 90%, #fff 90%, #fff 100%); */
  background-color: #e6f7ff;
  color: white;
  transform: skew(0deg, 5deg);
  margin: -115px 0 0 0;
  padding: 100px 0 10px;
  overflow: hidden !important;
  touch-action: inherit !important;
  position: relative;
  overflow: hidden !important;
  padding-bottom: 130px;
}

.client-project-intro .container {
  transform: skew(0deg, -5deg);
}

.client-project-intro h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
}

.client-project-intro h2 span {
  color: #0097df;
  font-size: 27px;
}

.client-project-intro .media-body p {
  color: #141212;
  font-size: 17px;
  padding: 15px 0;
}

.new-csr-about-section {
  margin-bottom: 0;
  background: #fff;
  padding: 0px 0 40px 0;
  overflow-x: hidden;
}

.new-csr-about-section .row {
  display: flex;
  align-items: center;
}

.lqd-highlight {
  display: inline-block;
  padding: 0;
  background: none;
  position: relative;
  color: inherit;
}

.lqd-highlight-txt {
  position: relative;
  z-index: 1;
  font-family: "rocko", sans-serif !important;
  color: #1b1363;
  letter-spacing: 0px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.lqd-highlight-inner {
  height: 4px;
  bottom: 8px;
  background: rgb(173, 197, 255);
  opacity: 0;
  border-radius: 15px;
}

.section_bggrey {
  margin-bottom: 0;
  padding: 40px 0;
}

.read_btn {
  border: solid 1px rgb(27, 19, 99);
  border-radius: 50em;
  background-color: rgb(27, 19, 99);
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  transition: 0.2s;
  padding: 10px;
}

.read_btn:hover {
  border-color: rgb(27, 19, 99);
  background-color: rgb(255, 255, 255);
  color: rgb(27, 19, 99) !important;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%),
    0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%),
    0px 16px 16px rgb(0 0 0 / 5%);
}

.img_txt_inr ul {
  padding-left: 20px;
}

.img_txt_inr ul li {
  list-style-type: disc;
  line-height: 25px;
}

.multi_box_sec .carousel-inner {
  height: 375px;
  margin-top: 50px;
}

.lqd-highlight {
  display: inline-block;
  padding: 0;
  background: none;
  position: relative;
  color: inherit;
}

.lqd-highlight-txt {
  position: relative;
  z-index: 1;
  font-family: "rocko", sans-serif !important;
  color: #1b1363;
  letter-spacing: 0px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.lqd-highlight-inner {
  height: 4px;
  bottom: 8px;
  background: rgb(173, 197, 255);
  opacity: 0;
  border-radius: 15px;
}

@media (max-width: 1099px) {
  .cover-image-mockup img {
    object-fit: contain;
    margin-top: -120px;
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .new-csrproduct-container {
    height: 605px;
    min-height: 605px;
  }

  .case-study-header-section.section_bg {
    height: 575px;
    min-height: 575px;
  }

  .cover-image-mockup {
    height: 352px;
  }
}

@media screen and (max-width: 991px) {
  .case-study-header-section .cover-text h1 {
    font-size: 28px;
  }

  .case-study-header-section .cover-text h5 {
    font-size: 17px;
    line-height: 25px;
  }

  .client-project-intro img.clientlogo {
    width: 50%;
  }

  .client-project-intro h2 {
    font-size: 28px;
  }

  .client-project-intro h2 span {
    font-size: 19px;
  }

  .new-csr-about-section .row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .new-csr-about-section .row .content-first {
    width: 100%;
    order: 2;
  }

  .new-csr-about-section .row .content-second {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 767px) {
  .case-study-header-section .cover-text {
    height: 237px;
  }
}

@media (max-width: 640px) {
  .cover-image-mockup img {
    width: 100%;
  }
}
</pre></body></html>