.orange {
  color: #f15822 !important; }

.blue {
  color: #1761ac !important; }

.blue2 {
  color: #075daa !important; }

.blue2 {
  color: #0095da !important; }

.black {
  color: #0c0b0b !important; }

.white {
  color: #ffffff !important; }

.blue3 {
  color: #0095da !important; }

.lightBlueBg {
  background-color: #e1eef9; }

.blueBg {
  background-color: #1761ac; }

.ourBusiness {
  margin-bottom: 50px; }
  .ourBusiness .obGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    column-gap: 24px; }
    @media screen and (max-width: 767px) {
      .ourBusiness .obGrid {
        grid-template-columns: repeat(1, 1fr); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .ourBusiness .obGrid {
        grid-template-columns: repeat(2, 1fr); } }
    .ourBusiness .obGrid .grid {
      padding: 24px;
      border-radius: 12px; }

.infoNos {
  border-bottom: 1px solid #333333; }
  .infoNos h2 {
    font-size: 36px; }

.sgmm .infoNos {
  height: 100%; }

.strong-track-records .nav {
  justify-content: center;
  border-bottom: none;
  column-gap: 16px; }
  @media screen and (max-width: 767px) {
    .strong-track-records .nav .nav-item {
      width: 100%; } }
  .strong-track-records .nav .nav-item .nav-link {
    padding: 1rem 2rem;
    border: 1px solid rgba(51, 51, 51, 0.4);
    border-radius: 4px; }
    @media screen and (max-width: 767px) {
      .strong-track-records .nav .nav-item .nav-link {
        padding: 0.5rem 1rem;
        border-radius: 0; } }
    .strong-track-records .nav .nav-item .nav-link.active {
      background-color: #f15822;
      color: #ffffff;
      border: 1px solid transparent; }
.strong-track-records .tab-content .tab-pane .graphContent {
  position: relative; }
  .strong-track-records .tab-content .tab-pane .graphContent .imgWrap {
    transition: -webkit-clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    clip-path: inset(0 100% 0 0); }
  .strong-track-records .tab-content .tab-pane .graphContent .caption {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .strong-track-records .tab-content .tab-pane .graphContent .caption {
        position: relative; } }
.strong-track-records .tab-content .tab-pane.show .graphContent .imgWrap.activeGraph {
  clip-path: inset(0 0 0 0); }

.opoc-colums {
  position: relative;
  background-color: #f1f1f2;
  padding: 48px 48px 0;
  border-radius: 16px; }
  @media screen and (max-width: 767px) {
    .opoc-colums {
      padding: 24px 24px 0; } }
  .opoc-colums::after {
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background-color: #f15822;
    position: absolute;
    bottom: 0;
    left: 0; }
  .opoc-colums .infoNos {
    height: 100%;
    border: none; }

#change-in-share-price .imgWrap {
  transition: -webkit-clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 2s cubic-bezier(0.645, 0.045, 0.355, 1) !important; }
  #change-in-share-price .imgWrap .caption {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      #change-in-share-price .imgWrap .caption {
        position: relative; } }

.our-leadership {
  position: relative; }
  .our-leadership .titleCaption {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .our-leadership .titleCaption {
        position: relative; } }

/*# sourceMappingURL=innerPage.css.map */
