h1.slider-title {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  
  @media(min-width: 993px){
    h1.slider-title {
      font-size: 50px;
    }
    .our-reporting-approach-section h1 {
      font-size: 50px;
    }
  }
  
  .slider-container {
    position: relative;
  }
  
  
  @media(min-width: 993px) {
      .slider-container {
          max-width: 1650px;
          margin: 0 auto;
      }
  }
  
  
  .slider-container .slider-arrows {
      position: absolute;
      /* max-width: 1415px; */
      margin: 0px auto;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 999;
      height: 0px;
      top: 107%;
      width: 120px;
  }
  
  @media(min-width:993px){
    .slider-container .slider-arrows {
         display: none;
    }
  }
  
  .slider-container .slider-arrows ul {
    list-style: none;
    height: 0;
    margin: 0;
    padding: 0;
  }
  
  .slider-container .slider-arrows ul li {
    position: absolute;
    cursor: pointer;
  }
  
  .slider-container .slider-arrows ul li.prev.slick-arrow {
    left: 0;
  }
  
  .slider-container .slider-arrows ul li.next.slick-arrow {
    right: 0;
  }
  
  
  .slider-container .slider {
      margin: 0px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .slider-container .slider .slick-slide {
    margin: 10px 20px;
    max-width: 260px;
  }
  
  .slider-container .slider__item {
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 12%);
    box-sizing: border-box;
    padding: 0 22px 15px 22px;
    position: relative;
  
  }
  
  @media(min-width: 993px){
    .slider-container .slider__item {
      margin: 25px 20px;
      max-width: 220px;
      min-height: 300px;
    }
  }
  
  .slider-container .slider__item h2 {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 126.5%;
    color: #000000;
  margin: 0.83em 0;
  }
  
  @media(min-width: 993px){
    .slider-container .slider__item h2 {
      font-size: 26px;
    }
  }
  
  .slider-container .slider__item p {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 126.5%;
    color: #000000;
  }
  
  @media(min-width: 993px){
    .slider-container .slider__item p {
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
    }
  }
  
  .slider-container .slider__item a {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 143.5%;
    color: #004DFF;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 22px;
  }
  
  @media(min-width: 993px){
    .slider-container .slider__item a {
      font-size: 14px;
    }
  }
  
  /* awards */
  .awards-holder {
      max-width: 1066px;
      margin: 200px auto;
      background: #F2F2F2;
      position: relative;
      height: 350px;
  }
  @media(min-width: 600px){
    .awards-holder {
        height: 300px;
    }
  }
  
  .awards-holder .awards-cube-wrap {
      margin: 0px auto;
      perspective: 1560px;
      position: absolute;
      width: 100%;
      /* max-width: 350px;
      left: calc(50% - 175px); */
      height: 100%;
      -ms-overflow-style: none;
      scrollbar-width: none;
      z-index: 1;
      overflow: hidden;
      height: 400px;
      display: block;
      top: -24px;
  }
  
  @media(min-width: 600px){
    .awards-holder .awards-cube-wrap {
      height: 300px;
    }
  }
  
  
  .awards-holder .awards-cube-wrap .cube {
      /* max-width: 990px; */
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      transform: rotateY(110deg);
      color: #000;
      height: 300px;
  }
  
  .awards-holder .awards-cube-wrap .cube.rotate {
    animation: awards-rotate-right-to-center 0.7s linear forwards;
  }
  
  .awards-holder .awards-cube-wrap .content {
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      left: 50%;
      transform: translateX(-50%) scale(1.4) translateZ(-1100px);
      transform-origin: top;
      padding: 0px 0px 20px 0px;
      position: absolute;
      display: none;
      max-width: 640px;
  }
  
  @keyframes awards-rotate-right-to-center {
      0% {
          transform: rotateY(300deg);
      }
  
      100% {
          transform: rotateY(360deg);
      }
  }
  
  .awards-holder .awards-cube-wrap .content.active {
      display: flex;
      flex-direction: column;
  }
  
  .awards-holder .awards-cube-wrap .content h2 {
      font-family: 'Graphik';
      font-style: normal;
      font-weight: 600;
      font-size: 34px;
      line-height: 126.5%;
      text-align: center;
      color: #000000;
   margin: 0.83em 0;
  }
  
  .awards-holder .awards-cube-wrap .content p {
      font-family: 'Graphik';
      font-style: normal;
      font-weight: 300;
      font-size: 23px;
      line-height: 125%;
      text-align: center;
      color: #000000;
  }
  
  #value-360-wrapper .awards-holder a {
      font-family: 'Graphik';
      font-style: normal;
      font-weight: 600;
      font-size: 19px;
      line-height: 26px;
      color: #004DFF;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      margin: 50px auto 10px auto;
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 2;
  }
  

 .speedbump_text.sc1.spdbmp p {
        font-family: "Graphik", "Arial", sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
    }
    .speedbump-container.spd1, .speedbump-container.spd2 {
        position: relative;
        transform: translate(0%, 0%);
        left: -3%;
    }
    .ani-text, .ani-box {
        position: relative;
        top: 15px;
        /* opacity: 0; */
        opacity: 1;
        transition: all 0.4s ease-out;
    }
    
    .speedbump_text {
        -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
        box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        padding: 50px 30px;
        margin: 4rem 0;
    }
    .center {
        display: block;
        text-align: center !important;
    }
    .cta-more.isactive{
        opacity: 1;
    }
    .cta-more {
        color: #004DFF;
        position: relative;
        width: auto;
        padding: 10px;
        bottom: 10%;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.6s ease;
        display: inline-block;
    }
    .cta-more.isactive {
        top: 3px;
    }
    .cta-more.isactive .cta-more-box{
        top: 3px;
    }
    .cta-more.isactive .cta-more-box{
        left: 0;
        top: 3px;
        width: 36px;
        height: 36px;
        border: 1px solid #004DFF;
        border-radius: 50px;
        transition-delay: 0.2s;
    }
    .cta-more .cta-more-box{
        position: absolute;
        left: 20px;
        top: 20px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
    .cta-more {
        color: #004DFF;
        position: relative;
        width: auto;
        padding: 10px;
        bottom: 10%;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.6s ease;
        display: inline-block;
    }
    .cta-more.isactive .cta-more-label{
        opacity: 1 !important;
    }
    .cta-more .cta-more-label{
        margin-left: 45px;
        opacity: 0;
        transition: opacity 0.7s ease 0.8s;
        text-align: left;
    }
    .cta-more .cta-more-label{
        font-family: "Graphik", "Arial", Sans-Serif;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 1.25;
        margin-left: 45px;
        opacity: 0;
        transition: opacity 0.7s ease 0.8s;
    }
    .cta-more.isactive .cta-more-arrow{
        position: absolute;
        left: 20px;
        top: 8px;
        opacity: 1;
        transition-delay: 0.6s;
    }
    .cta-more .img-arrow-right{
        width: 24px;
        max-width: unset;
    }
    .cta-more.isactive:hover .cta-more-box{
        width: 105%;
        height: 36px;
        border-radius: 25px 25px 25px 25px;
    }