  /* HERO */
    .hero {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
/*      background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),url(../hero/bfsi-mobile-bg.jpg);
      background-size: cover;*/
      width: 100vw;
      height: calc(100vh - 56px);
    }
    .breakcrumb {
      padding-left: 25px;
      display: flex;
      flex-direction: column;
    }
    .category {
      background: rgba(214, 31, 41, 0.6);
      color: white;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: 700;
/*      background: rgba(255, 255, 255, 0.8);*/
      width: fit-content;
      border-radius: 5px;
      padding: 0px 5px;
    }
    .title {
      display: flex;
      color: white;
      font-size: 2em;
      font-weight: 700;
      line-height: 2rem;
    }
  /*  HERO END  */


  /* ABOUT US HEADER */
  .aboutus {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
  }
  .breadcrumb {
    display: flex;
    padding: 0 0 25px 25px;
    color: #D61F29;
    text-transform: uppercase;
    font-weight: 700;
  }
  .contentBody .readMore {
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    color: black;
    text-decoration: underline;
    padding: 25px;
  }
  .contentBody p {
    padding: 12.5px 25px;
  }
  .contentBody:last-child {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 1s ease-out;
  }
  .heading {
    font-weight: 600;
    font-size: 2em;
    line-height: 2rem;
    padding: 0 25px ;
  }
  /* ABOUT US HEADER END */
/* FLIP CARDS */

  .cards {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    padding: 50px 25px;
  }

  .card {
    background-color: transparent;
    width: 300px;
    height: 500px;
    perspective: 1000px;
  }

  .cardFrame {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
  }

  .card:hover .cardFrame {
    transform: rotateY(180deg);
  }

  .cardFront, .cardBack {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cardFront {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
    font-weight: bold;
    background: url(../icons/white-border-star.svg), #d61f29;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
  }
  .cardFront span {
    position: absolute;
    bottom: 10px;
    right: 20px;
  }
  .cardFront span img {
    width: 50px;
    height: 50px;
  }

  .cardBack {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    transform: rotateY(180deg);
  }
  .cardBack span {
    font-size: 1.0em;
    padding: 1.5em;
    text-align: left;
  }
  .cardBack span ul {
    margin: 0 0 0 1.5em;
  }
  .cardBack span ul li {
    text-align: left;
  }
/* FLIP CARDS END */

/*  VALUE PROPOSITION  */
  .valueheading {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 50px 0;
    text-transform: uppercase;
  }
  .valueProp {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
    padding: 0 0 50px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
    background: #efefef;
  }
  .valueProp .valueInfo {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding: 25px;
  }
  .valueProp .valueInfo p img {
    width: 50px;
    padding: 25px 0 0;
    transition: all 0.5s;
  }
  .valueProp .valueInfo p strong {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #D61F29;
    padding: 0 25px;
    text-align: center;
  }
  .valueProp .valueInfo p {
/*    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(204,204,204,1) 100%);*/
    background: linear-gradient(180deg, #ADA996 0%, #F2F2F2 50%, #DBDBDB 75%, #EAEAEA 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 25px;
  }
/*  VALUE PROPOSITION END  */


/*  OVER THE YEARS  */
  .overtheyears {
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(239,239,239,1) 100%);
  }
  .overtheyears .oty_frame {
    display: flex;
    padding: 0 0 0 25px;
    min-height: 400px;
  }
  .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 25%;
/*    padding: 0 15px 0 0;*/
    font-size: 0.9em;
  }
  .oty_frame .oty_heading {
    display: flex;
    align-items: center;
    padding: 0 25px 0 0;
    color: #D61F29;
    text-transform: uppercase;
    font-weight: 700;
  }
  .right .date {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
  }
  .right .image img {
    width: 200px;
  }
  .right .message {
    font-size: 1.5em;
  }
  .right {
    flex-flow: row nowrap;
    scroll-snap-type: y mandatory;
    padding: 0 10px;
    height: 500px;
    flex-flow: column nowrap;
    overflow-x: hidden;
    font-size: 10px;
    border-left: 1px solid #ccc;
  }
  .right::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

  .arrowBoth {
    background: url(../icons/down_arrow_icon.svg), url(../icons/up_arrow_icon.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, 20px 20px;
    background-position: center 95%, center 5%;
  }
  .arrowUp {
    background: url(../icons/up_arrow_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center 5%;
  }
  .arrowDown {
    background: url(../icons/down_arrow_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center 95%;
  }

  .left div {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 25px;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px 20px 10px 0;
  }

  .left div:hover {
    color: #d61f29;
  }

  .right .slide {
    display: flex;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    scroll-snap-align: center;
    transition: all 0.6s ease-in;
/*    transform: scale(0.1);*/
  }
  .slideScale {
/*    transform: scale(1.0) !important ;*/
  }
  .highlightDate {
    padding-right: 15px;
    font-weight: 600;
    color: #d61f29;
    background: url(../icons/star_icon.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 93% center;  
  }

  .redColor {
    font-size: 30px;
    font-weight: 600;
    color: #d61f29;
  }
/*  OVER THE YEARS END  */

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .cards {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 50px;
  }
  .cards .card {
    width: 100%;
  }
}


@media only screen and (min-width: 960px) {

  /* HERO */
    .hero {
/*      background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),url(../hero/bfsi-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;*/
      width: 100%;
    }
    .breakcrumb {
      padding: 0 100px;
    }
  /* HERO END */

  .aboutus {
    width: 80%;
    margin: 0 auto;
  }

  /* FLIP CARDS */
  .cards {
    flex-direction: row;
    column-gap: 2em;
  }
/* FLIP CARDS END */

/*  VALUE PROPOSITION  */
  .valueProp {
  }
  .valueProp .valueInfo {
    flex-direction: row;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
  }
  .valueProp .valueInfo p {
    text-align: center;
    width: calc(300px - 50px);
    transition: all 1s;
    transform: translateY(500px);
    opacity: 0;
  }
  .valueProp .valueInfo p:hover img {
    transform: translateY(-20px) scale(1.3);
  }
/*  VALUE PROPOSITION END  */

/*  OVER THE YEARS  */
  .overtheyears {
    display: flex;
    justify-content: center;
  }
  .overtheyears .oty_frame {
    width: 50%;
  }
  .left {
    width: 40%;
  }
  .right {
    width: 60%;
  }
  .left {
    align-items: center;
  }
  .oty_frame .oty_heading {
    font-size: 2em;
  }
  .left div {
    width: fit-content;
  }
  .right {
    padding: 0 30px;
  }
  .right .message {
    width: 100%;
  }
  .right .image {
    display: flex;
    justify-content: center;
  }
  .redColor {
    font-size: 60px;
  }
/*  OVER THE YEARS END  */

}

} 

  /* GRID END */