<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-section.inner-page {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  h1.inner-page {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    font-family: var(--h1-font);
  }
  .case-dtls-wrap {
    background: rgb(0, 58, 146);
    background: linear-gradient(90deg, rgba(0, 58, 146, 1) 0%, rgba(0, 146, 162, 1) 100%);
    padding: 70px 60px;
    border-radius: 20px;
  }
  .case-dtls-wrap-article{
    background: rgb(0, 58, 146);
    background: linear-gradient(90deg, rgb(139 200 89) 0%, rgba(0, 146, 162, 1) 100%);
    padding: 70px 60px;
    border-radius: 20px;
  }
  .case-dtls-wrap-article .h4 {
    color: #fff;
    font-weight: 600;
  }
  .case-dtls h1.inner-page {
    color: #fff;
    text-align: left;
  }
  .case-dtls-wrap .h4 {
    color: #fff;
    font-weight: 600;
  }
  .sec-breadcrum {
    background: #f3fbfe;
    padding: 10px 0;
  }
  .sec-breadcrum ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .sec-breadcrum ul li {
    list-style: none;
    font-size: 14px;
    position: relative;
    margin: 0 10px;
  }
  .sec-breadcrum ul li:before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 0;
  }
  .sec-breadcrum ul li:last-child:before {
    content: "";
  }
  .sec-breadcrum ul li a {
    text-decoration: none;
  }
  .hero-section.case-dtls {
    padding: 40px;
  }
  .editor-list-style1 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .editor-list-style1 li {
    list-style: none;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px !important;
  }
  .editor-list-style1 li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/assets/images/casestudy/check-green.png) no-repeat 0 0;
    background-size: cover;
  }
  .section-grey {
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: 30px;
  }
  .section-red {
    background: #f9f8f8;
    padding: 25px;
    margin-bottom: 30px;
  }
  .section-case {
    border-radius: 15px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-case .case-icon {
    position: static;
    left: 40px;
    top: 40px;
    width: 60px;
  }
  .section-case h3 {
    font-size: 30px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 40px;
    padding-top: 10px;
  }
  .case-list-style1 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .case-list-style1 li {
    list-style: none;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 16px !important;
  }
  .case-list-style1 li:last-child {
    margin-bottom: 0
  }
  .case-list-style1 li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(/assets/images/casestudy/bullet-point.png) no-repeat 0 0;
    background-size: cover;
  }
  .btn-blue {
    background: #1453a4;
    border-color: #1453a4
  }
  .section-case-studies .btn {
    font-weight: 600
  }
  .section-related-casestudies {
    padding: 0;
  }
  .related-case-fig {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .related-case-fig:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .related-case-desc2 {
    position: relative;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 100%;
  }
  .related-case-box {
    position: relative;
  }
  .related-case-desc2 {
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .related-case-cap {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
  .related-case-desc {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 30px;
  }
  @media only screen and (max-width:767px) {
    .case-dtls-wrap {
      background: rgb(0, 58, 146);
      background: linear-gradient(90deg, rgba(0, 58, 146, 1) 0%, rgba(0, 146, 162, 1) 100%);
      padding: 20px 20px;
      border-radius: 20px;
  }
  h1.inner-page {
      margin: 0;
      font-size: 30px;
      line-height: 35px;
      font-weight: 900;
      font-family: var(--h1-font);
  }
  .section-case {
      border-radius: 15px;
      position: relative;
      padding-left: 20px; 
       padding-right: 20px;
  }
  }
  .content-box{
    padding: 40px 0px;
  }
  .content-box h2{
    padding: 15px 0px;
  }
  .content-box h3{
    padding: 15px 0px;
    font-size: 20px;
  }
  .content-box h4{
    padding: 15px 0px;
    font-size: 20px;
  }
</pre></body></html>