/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.industry-foundation-container .video_gallery_wrapper {
  padding-bottom: 160px;
  margin-top: -120px;
  padding-top: 120px; }
  .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image {
    width: unset; }
    .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image figure {
      width: 715px; }
      .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image figure .videoBanner img {
        object-fit: unset; }
  @media (max-width: 767px) {
    .industry-foundation-container .video_gallery_wrapper {
      padding: 60px 0;
      margin-top: -90px;
      padding-top: 90px; }
      .industry-foundation-container .video_gallery_wrapper .sm-slider-container .slick-list {
        padding-left: 0; } }
  @media (max-width: 479px) {
    .industry-foundation-container .video_gallery_wrapper .container {
      padding-right: 0; } }

.industry-foundation-container .project-listing {
  padding-bottom: 0 !important; }
  .industry-foundation-container .project-listing .vision-mission-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px; }
    .industry-foundation-container .project-listing .vision-mission-block .wrap {
      display: flex;
      flex-flow: column;
      width: 50%; }

.industry-foundation-container .additionalInfo {
  padding: 60px 100px; }
  .industry-foundation-container .additionalInfo strong {
    font-weight: bold; }
  .industry-foundation-container .additionalInfo .info-readmore {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .industry-foundation-container .additionalInfo .info-readmore p {
      font-weight: bold;
      margin-right: 20px; }
    .industry-foundation-container .additionalInfo .info-readmore a.btn {
      font-size: 14px; }
  @media (max-width: 767px) {
    .industry-foundation-container .additionalInfo {
      padding: 40px; } }
  @media (max-width: 479px) {
    .industry-foundation-container .additionalInfo .info-readmore {
      display: block;
      align-items: unset;
      margin-top: 12px; }
      .industry-foundation-container .additionalInfo .info-readmore p {
        margin-right: unset;
        margin-bottom: 5px; } }

.industry-foundation-container .successStories-info p, .industry-foundation-container .additionalInfo p {
  font-size: calc(20px + var(--font-size-pixel));
  line-height: 1.46;
  text-align: justify; }

@media (max-width: 767px) {
  .industry-foundation-container .successStories-info h2, .industry-foundation-container .additionalInfo h2 {
    font-size: calc(28px + var(--font-size-pixel)); } }

.industry-foundation-container .successStories-info {
  padding: 60px 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .successStories-info {
      padding: 40px; } }

.industry-foundation-container .success-stories-wrapper {
  background-color: #08102d; }
  .industry-foundation-container .success-stories-wrapper .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 60px 0;
    overflow: auto; }
    .industry-foundation-container .success-stories-wrapper .container::-webkit-scrollbar {
      height: 5px; }
    .industry-foundation-container .success-stories-wrapper .container::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5); }
  .industry-foundation-container .success-stories-wrapper .success-data-box {
    background-color: rgba(255, 255, 255, 0.05);
    margin-right: 15px;
    width: calc(33.33% - 10px);
    min-width: 380px; }
    .industry-foundation-container .success-stories-wrapper .success-data-box .subcategory {
      padding: 3px 6px;
      background-color: #FFBE00;
      font-size: 10px;
      font-weight: 600;
      color: #212121;
      border-radius: 0 100px 100px 0;
      margin: 0 5px 3px -15px;
      display: inline-block;
      min-width: 65px;
      text-align: center; }
    .industry-foundation-container .success-stories-wrapper .success-data-box h4 {
      background-color: rgba(255, 255, 255, 0.03);
      position: relative;
      min-height: 80px;
      padding: 8px 20px;
      font-size: 24px;
      color: #FFBE00;
      font-weight: 900;
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box h4:after {
        content: '';
        position: absolute;
        border-bottom: 4px solid #FFBE00;
        width: calc(100% - 40px);
        bottom: 0; }
    .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links {
      padding: 0 15px 10px;
      min-height: 200px;
      max-height: 385px;
      overflow: auto; }
      .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5); }
    .industry-foundation-container .success-stories-wrapper .success-data-box li {
      color: #ffffff;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:first-child {
        margin-top: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:last-child {
        border: 0;
        padding-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li a {
        color: inherit; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li a:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 10px;
          margin-left: 10px;
          background: url("/assets/images/yellow-arrow.svg") no-repeat center;
          background-size: contain;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:hover {
        font-weight: 700; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li:hover a:after {
          width: 11px; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li .no-link {
        cursor: default; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li .no-link:after {
          content: none; }
  @media (max-width: 767px) {
    .industry-foundation-container .success-stories-wrapper .container {
      overflow: auto;
      padding: 40px 20px; }
      .industry-foundation-container .success-stories-wrapper .container .success-data-box h4 {
        font-size: 20px;
        min-height: 68px; }
    .industry-foundation-container .success-stories-wrapper .success-data-box {
      min-width: 270px;
      max-width: 270px;
      width: 270px;
      margin-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li a, .industry-foundation-container .success-stories-wrapper .success-data-box li span {
        font-size: 14px; } }

.industry-foundation-container .cluster-mode .detail_section p.show-desktop {
  margin-left: -290px;
  margin-right: -100px;
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .industry-foundation-container .cluster-mode .detail_section p.show-desktop {
      display: none; } }

.industry-foundation-container .clusters-development-block {
  margin-top: 40px;
  padding-top: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .clusters-development-block {
      margin-top: -25px;
      padding-top: 65px; } }
  .industry-foundation-container .clusters-development-block:before {
    content: '';
    width: 100%;
    height: 250px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: -20px;
    transform: skewY(-10deg);
    z-index: -1; }
  .industry-foundation-container .clusters-development-block:after {
    content: '';
    width: 73px;
    height: 115px;
    background: url("/assets/images/corner_shape.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -192px;
    right: -12px; }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development-block:after {
        top: -112px; } }

.industry-foundation-container .clusters-development {
  background-color: #f6f6f6;
  padding: 0px 100px 120px; }
  @media (max-width: 767px) {
    .industry-foundation-container .clusters-development {
      padding: 0px 20px 40px; } }
  .industry-foundation-container .clusters-development h2 {
    margin-bottom: 0px; }
  .industry-foundation-container .clusters-development .details {
    padding: 40px 0; }
    .industry-foundation-container .clusters-development .details p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 30px;
      text-align: center;
      color: #212121;
      width: 84%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .details p {
          width: 100%;
          font-size: 16px;
          line-height: 26px; } }
  .industry-foundation-container .clusters-development .development-subcategory {
    margin-bottom: 60px; }
    .industry-foundation-container .clusters-development .development-subcategory h3, .industry-foundation-container .clusters-development .development-subcategory .title, .industry-foundation-container .clusters-development .development-subcategory .title2, .industry-foundation-container .clusters-development .development-subcategory .title3 {
      font-size: 28px;
      margin-bottom: 40px; }
    .industry-foundation-container .clusters-development .development-subcategory h4 {
      font-family: Montserrat;
      font-size: 20px;
      font-weight: bold;
      margin-top: 5px; }
    .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper {
      background: #ffffff;
      padding: 40px 20px;
      display: flex;
      justify-content: center;
      text-align: center; }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .slick-slider {
        width: 100%; }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper a {
        color: #212121; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper {
          padding: 20px; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide {
        display: flex;
        justify-content: center; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data {
          width: 50%;
          margin: unset;
          padding: unset; }
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data p {
            max-width: 70%;
            margin: 0 auto; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:last-child:after {
          content: none; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide {
            display: block; }
            .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data {
              margin: 15px 0;
              width: 100%; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data p {
                max-width: unset; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:after {
                content: none; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data h4 {
                margin-bottom: 10px; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:first-child {
                margin-bottom: 25px; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data {
        position: relative;
        margin: 0 10px;
        padding: 0 10px; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure {
          min-width: 200px;
          max-width: 210px;
          border: solid 1px #a0a0a0;
          margin: 0 auto; }
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure img {
            height: 89px; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data:after {
          content: '';
          position: absolute;
          height: 160px;
          right: 0;
          top: 0;
          border: 1px solid #a0a0a0; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure {
            width: 50%;
            min-width: unset !important;
            max-width: unset !important; }
            .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure img {
              height: auto !important; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .slick-slide:last-child .subcategory-data:after {
        content: none; }
    .industry-foundation-container .clusters-development .development-subcategory .customSliderBtn {
      margin: 0 auto;
      margin-top: 20px; }
  .industry-foundation-container .clusters-development .innovation-team {
    margin-bottom: 20px; }
    .industry-foundation-container .clusters-development .innovation-team .level-title {
      font-weight: 900;
      padding: 20px 0; }
    .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block {
      padding-bottom: 20px;
      width: 370px;
      max-width: unset; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block .btn {
        margin-top: 12px; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block .email {
        font-weight: 600; }
    .industry-foundation-container .clusters-development .innovation-team .level1 {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level1 .chairperson-block {
        margin-top: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level1:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 40px;
        background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level2 {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .chairperson-block {
        text-align: unset; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 0; }
        @media (min-width: 768px) {
          .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
            z-index: 1;
            padding-bottom: 5px; } }
        @media (min-width: 768px) {
          .industry-foundation-container .clusters-development .innovation-team .level2 .level-title::before {
            content: '';
            width: 428px;
            position: absolute;
            background: #f6f6f6;
            height: 100%;
            z-index: -1; } }
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        width: 816px;
        height: 4px;
        transform: translateX(-50%);
        background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level2-wrapper {
      display: flex;
      position: relative;
      justify-content: center;
      margin: 0 -20px;
      margin-top: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .level2-inner {
        padding: 0 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .chairperson-block {
        position: relative; }
        .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .chairperson-block:before {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 50%;
          transform: translateX(-50%);
          width: 4px;
          height: 80px;
          background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level3-wrapper .chairperson-block {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level3-wrapper .chairperson-block:before {
        content: "";
        position: absolute;
        bottom: 100%;
        transform: translateX(-60%);
        width: 4px;
        height: 100px;
        background: #FFBE00; }
    @media (max-width: 420px) {
      .industry-foundation-container .clusters-development .innovation-team .level2-inner:last-child {
        padding-right: 0 !important; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_info_block {
        width: 100% !important;
        min-width: 245px !important;
        word-break: break-word; } }
    @media (max-width: 768px) and (orientation: landscape) {
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        width: calc(100% - 72px) !important; } }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .innovation-team .container {
        margin: 0 -20px; }
      .industry-foundation-container .clusters-development .innovation-team .level-title {
        font-size: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level1:before {
        width: 2px; }
      .industry-foundation-container .clusters-development .innovation-team .level1 .level-title {
        padding-bottom: 0;
        margin-bottom: 0; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
        margin-top: 15px; }
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        content: '';
        position: absolute;
        top: 0;
        z-index: 1;
        width: calc(100% - 18px);
        height: 170px;
        border-right: 2px solid #f2bd12;
        border-left: 2px solid #f2bd12;
        border-top: 2px solid #f2bd12;
        background: none; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-wrap {
        overflow: auto; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper {
        flex-wrap: unset;
        justify-content: unset;
        margin: 0 -10px; }
        .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .inner:nth-child(2) {
          display: flex;
          flex-direction: column; }
        .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner {
          padding: 0 10px; }
          .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner .chairperson-block {
            margin-top: 60px; }
            .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner .chairperson-block:before {
              content: none; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level3-wrapper .chairperson-block:before {
        content: '' !important;
        width: 2px;
        height: 82px; } }
  .industry-foundation-container .clusters-development .industry-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .industry-cards {
        flex-wrap: unset;
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap; } }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .industry-cards.industry-card-single {
        justify-content: center; } }
    .industry-foundation-container .clusters-development .industry-cards .card-item {
      width: 25%;
      padding: 0 10px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card-item {
          min-width: 236px;
          display: inline-block; } }
    .industry-foundation-container .clusters-development .industry-cards .card {
      width: 100%;
      height: 380px;
      padding: 40px;
      border-radius: 5px;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
      background-color: #ffffff;
      font-size: 16px;
      color: #212121;
      border-left: 4px solid #FFBE00; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card {
          padding: 20px;
          height: 280px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          white-space: pre-wrap; } }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card figure {
          text-align: left; } }
      .industry-foundation-container .clusters-development .industry-cards .card img {
        width: 60px;
        margin-bottom: 20px; }
      .industry-foundation-container .clusters-development .industry-cards .card p {
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .industry-cards .card p {
            font-size: calc(14px + var(--font-size-pixel)) !important;
            line-height: 20px !important;
            -webkit-line-clamp: 8; } }
  .industry-foundation-container .clusters-development figure {
    text-align: center; }

.industry-foundation-container .benefits-container {
  padding: 0px 100px 100px;
  margin-top: -120px;
  padding-top: 120px;
  background-color: #f6f6f6; }
  @media (max-width: 767px) {
    .industry-foundation-container .benefits-container {
      margin-top: -22px;
      padding: 65px 20px 40px;
      background-color: #ffffff; } }
  @media (max-width: 767px) {
    .industry-foundation-container .benefits-container .combined-shape-container {
      padding: 0; } }
  .industry-foundation-container .benefits-container .combined-shape-container ul {
    margin-top: 40px; }
  .industry-foundation-container .benefits-container .benefits-subTitle {
    margin-top: 40px;
    text-align: justify;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .industry-foundation-container .benefits-container .benefits-subTitle {
        margin: 0; } }

.industry-foundation-container .collaboration-process {
  padding: 48px 100px 100px;
  margin-top: -70px;
  padding-top: 120px;
  color: #ffffff;
  background-color: #080f2d; }
  @media (max-width: 767px) {
    .industry-foundation-container .collaboration-process {
      margin-top: -45px;
      padding: 80px 20px 40px; } }
  .industry-foundation-container .collaboration-process h2 {
    margin-bottom: 0px; }
  .industry-foundation-container .collaboration-process .cp-subTitle {
    padding: 40px 0; }
    .industry-foundation-container .collaboration-process .cp-subTitle p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      width: 82%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .cp-subTitle p {
          font-size: 20px !important;
          width: 100%; } }
  .industry-foundation-container .collaboration-process .cards {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1136px;
    margin: 0 auto;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .industry-foundation-container .collaboration-process .cards {
        width: auto;
        white-space: pre-wrap;
        justify-content: flex-start;
        overflow: auto;
        padding-top: 10px;
        flex-wrap: unset; } }
    @media (max-width: 767px) {
      .industry-foundation-container .collaboration-process .cards.cards-single {
        justify-content: center; } }
    .industry-foundation-container .collaboration-process .cards .card {
      width: 16.6666%;
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .cards .card {
          width: 140px;
          margin-right: 20px; } }
      .industry-foundation-container .collaboration-process .cards .card .card-icon {
        position: relative;
        z-index: 1; }
        .industry-foundation-container .collaboration-process .cards .card .card-icon:before {
          content: '';
          width: 120px;
          height: 120px;
          background: #212842;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: -10px;
          right: 0;
          margin: 0 auto;
          z-index: -1; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-icon:before {
              width: 100px;
              height: 100px; } }
        .industry-foundation-container .collaboration-process .cards .card .card-icon:after {
          content: '';
          width: 117px;
          height: 88px;
          background: url("/assets/images/combined-card-img.png") no-repeat center;
          background-size: cover;
          position: absolute;
          left: 132px;
          top: 7px;
          right: 0;
          z-index: -2; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-icon:after {
              left: 95px;
              top: -2px; } }
      .industry-foundation-container .collaboration-process .cards .card figure {
        padding: 20px;
        width: 100px;
        height: 100px;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 100%; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .cards .card figure {
            padding: 15px;
            width: 80px;
            height: 80px; } }
      .industry-foundation-container .collaboration-process .cards .card .card-detail {
        padding: 15px 12px;
        display: inline-block;
        margin-top: 60px;
        height: 160px;
        background-color: rgba(255, 255, 255, 0.1);
        width: 160px;
        position: relative; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .cards .card .card-detail {
            width: 140px; } }
        .industry-foundation-container .collaboration-process .cards .card .card-detail:before {
          content: '';
          width: 100%;
          height: 10px;
          background-color: rgba(255, 255, 255, 0.1);
          position: absolute;
          top: -15px;
          left: 0;
          z-index: 1; }
        .industry-foundation-container .collaboration-process .cards .card .card-detail:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #212742;
          display: inline-block;
          position: absolute;
          top: -30px;
          left: 50%;
          transform: translateX(-50%); }
        .industry-foundation-container .collaboration-process .cards .card .card-detail p {
          display: -webkit-box;
          font-size: calc(15px + var(--font-size-pixel));
          -webkit-line-clamp: 7;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-detail p {
              font-size: calc(12px + var(--font-size-pixel)) !important; } }
      .industry-foundation-container .collaboration-process .cards .card:last-child .card-icon::after, .industry-foundation-container .collaboration-process .cards .card:nth-of-type(6n) .card-icon::after {
        display: none; }
  .industry-foundation-container .collaboration-process .collaboration-process-description {
    margin-top: 20px; }
    .industry-foundation-container .collaboration-process .collaboration-process-description > h2 {
      font-size: 28px;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      width: 80%;
      margin: 0 auto 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .collaboration-process-description > h2 {
          width: 100%;
          font-size: 20px; } }
    .industry-foundation-container .collaboration-process .collaboration-process-description ul {
      margin-bottom: 40px;
      padding-top: 70px;
      counter-reset: section;
      position: relative;
      clear: both;
      overflow: hidden; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .collaboration-process-description ul {
          padding-top: 0px; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul:before {
            display: none; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul:after {
            display: none; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul li {
        padding-right: 80px;
        padding-top: 72px;
        padding-bottom: 48px;
        width: 50%;
        text-align: justify;
        font-size: 16px;
        line-height: 22px;
        position: relative;
        float: left;
        min-height: 200px; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li {
            float: none;
            width: 100%;
            padding-right: 0;
            padding-top: 0;
            border-bottom: 2px solid #f5ce40;
            padding-bottom: 20px;
            margin-bottom: 20px;
            min-height: unset; }
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:last-child {
              padding-bottom: 0;
              margin-bottom: 0;
              border-bottom: none; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:before {
          counter-increment: section;
          content: counter(section, decimal-leading-zero);
          color: rgba(255, 255, 255, 0.1);
          font-size: 80px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          line-height: 57px;
          position: absolute;
          top: 0;
          right: 80px; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:before {
              float: left;
              margin-right: 15px;
              font-size: 50px;
              line-height: 37px;
              position: static; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:after {
          content: '';
          width: 60px;
          height: 1px;
          background: #ffffff;
          position: absolute;
          top: 27px;
          right: 0; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:after {
              display: none; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even) {
          padding-right: 0px;
          padding-left: 80px;
          padding-bottom: 20px;
          margin-left: auto;
          margin-top: 60px;
          float: right; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even) {
              float: none;
              padding-left: 0;
              margin-top: 0; } }
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even):before {
            left: 80px;
            right: auto; }
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even):after {
            left: 0;
            right: auto; }

.industry-foundation-container .innovation-challenges {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .innovation-challenges {
      padding-top: 40px; } }

.industry-foundation-container .call-for-innovation {
  padding: 0 100px 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .call-for-innovation {
      padding: 28px 20px 70px; } }
  .industry-foundation-container .call-for-innovation .title2 {
    margin-bottom: 40px; }
  .industry-foundation-container .call-for-innovation .links {
    margin: 0 -30px;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border-bottom: 8px solid #FFBE00;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .industry-foundation-container .call-for-innovation .links {
        padding: 20px;
        margin: 0; } }
    .industry-foundation-container .call-for-innovation .links li {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 0 30px;
      padding-bottom: 20px;
      border-right: 1px solid #4454a5; }
      @media (max-width: 767px) {
        .industry-foundation-container .call-for-innovation .links li {
          flex: 0 0 100%;
          max-width: 100%;
          border: none;
          padding: 0 0 20px; } }
      .industry-foundation-container .call-for-innovation .links li:nth-of-type(3n) {
        border-right: none; }
      .industry-foundation-container .call-for-innovation .links li a {
        display: inline-block;
        font-size: 14px;
        color: #4454a5; }
        .industry-foundation-container .call-for-innovation .links li a:after {
          content: '';
          width: 11px;
          height: 10px;
          display: inline-block;
          margin-left: 10px;
          background: url("/assets/images/blue-arrow.svg") no-repeat center;
          background-size: cover;
          transition: 0.3s; }
        .industry-foundation-container .call-for-innovation .links li a:hover:after {
          margin-left: 15px; }
      @media (max-width: 767px) {
        .industry-foundation-container .call-for-innovation .links li:last-child {
          padding-bottom: 0; } }

.industry-foundation-container .challenges {
  padding: 0 100px 60px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .challenges {
      padding: 0 0px 40px; } }
  .industry-foundation-container .challenges::before {
    content: '';
    width: 690px;
    height: 1030px;
    background: url("/assets/images/cluster-graph-shape.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: -140px;
    bottom: -110px;
    z-index: -1; }
    @media (max-width: 767px) {
      .industry-foundation-container .challenges::before {
        display: none; } }

.industry-foundation-container .key-initiatives-section {
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .industry-foundation-container .key-initiatives-section {
      padding-bottom: 40px; } }

.industry-foundation-container .other-initiatives-section {
  background-color: #ffffff;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .other-initiatives-section {
      margin-top: -60px;
      padding-top: 70px;
      padding-bottom: 40px; } }
  .industry-foundation-container .other-initiatives-section .subtitle {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: normal; }
    @media (max-width: 767px) {
      .industry-foundation-container .other-initiatives-section .subtitle {
        margin-bottom: 20px; } }
  .industry-foundation-container .other-initiatives-section .key-intiative-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .industry-foundation-container .other-initiatives-section .key-intiative-container {
        flex-flow: wrap;
        padding: 0 20px; } }
    .industry-foundation-container .other-initiatives-section .key-intiative-container .column {
      width: 50%;
      height: 900px;
      position: relative; }
      @media (max-width: 767px) {
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column {
          width: 100%;
          height: auto;
          min-height: 480px;
          margin-top: 20px; } }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        padding: 40px 90px;
        background-color: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        @media (max-width: 767px) {
          .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info {
            padding: 20px;
            height: 100%;
            position: static; } }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info figure {
          width: 150px;
          margin-bottom: 20px; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info h4 {
          color: #ffffff;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info p {
          font-size: calc(20px + var(--font-size-pixel));
          line-height: 1.5;
          color: #ffffff;
          font-weight: 500; }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 {
        background: url("/assets/images/other-initiative2.jpg") no-repeat center;
        background-size: cover; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 .column-info {
          top: 0; }
        @media (max-width: 767px) {
          .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 {
            margin-top: 0; } }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col2 {
        background: url("/assets/images/other-initiative1.jpg") no-repeat center;
        background-size: cover; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col2 .column-info {
          bottom: 0; }

.industry-foundation-container .industry-partner-wrapper {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .industry-foundation-container .industry-partner-wrapper {
      margin-top: -30px;
      padding-top: 80px;
      padding-bottom: 60px; }
      .industry-foundation-container .industry-partner-wrapper .btn-wrap {
        margin-top: 15px; } }
  .industry-foundation-container .industry-partner-wrapper .heading-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px; }
    .industry-foundation-container .industry-partner-wrapper .heading-container h3, .industry-foundation-container .industry-partner-wrapper .heading-container .title, .industry-foundation-container .industry-partner-wrapper .heading-container .title2, .industry-foundation-container .industry-partner-wrapper .heading-container .title3 {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .industry-foundation-container .industry-partner-wrapper .heading-container h3, .industry-foundation-container .industry-partner-wrapper .heading-container .title, .industry-foundation-container .industry-partner-wrapper .heading-container .title2, .industry-foundation-container .industry-partner-wrapper .heading-container .title3 {
          width: 100%;
          text-align: center; } }
  .industry-foundation-container .industry-partner-wrapper ul {
    position: relative; }
    .industry-foundation-container .industry-partner-wrapper ul:before {
      content: '';
      width: 1px;
      height: 100%;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 33%; }
    .industry-foundation-container .industry-partner-wrapper ul:after {
      content: '';
      width: 1px;
      height: 100%;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 66.8%; }
    @media (max-width: 767px) {
      .industry-foundation-container .industry-partner-wrapper ul:before {
        left: 50%; }
      .industry-foundation-container .industry-partner-wrapper ul:after {
        content: none; } }
  .industry-foundation-container .industry-partner-wrapper .slick-slider {
    width: 100%;
    max-width: 1167px; }
  .industry-foundation-container .industry-partner-wrapper .slick-slide div {
    margin: 0 -30px;
    position: relative; }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div li {
      padding: 30px; }
      .industry-foundation-container .industry-partner-wrapper .slick-slide div li img {
        max-height: 140px;
        display: table;
        margin: auto; }
        @media (max-width: 767px) {
          .industry-foundation-container .industry-partner-wrapper .slick-slide div li img {
            height: auto; } }
      @media (max-width: 767px) {
        .industry-foundation-container .industry-partner-wrapper .slick-slide div li {
          padding: 20px; } }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div:after {
      content: '';
      width: calc(100% - 120px);
      height: 1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      left: 60px; }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div:first-child:after {
      content: none; }
    @media (max-width: 767px) {
      .industry-foundation-container .industry-partner-wrapper .slick-slide div {
        margin: 0 -20px; }
        .industry-foundation-container .industry-partner-wrapper .slick-slide div:after {
          width: 100%;
          left: 0; } }

.profile_modal {
  outline: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto; }

.common-banner .top_section .info {
  max-width: 750px; }
  .common-banner .top_section .info .title2 {
    font-size: 40px; }

.common-banner .top_section p {
  margin-top: 10px;
  font-size: calc(20px + var(--font-size-pixel));
  font-family: 'Playfair Display', serif; }

@media (max-width: 767px) {
  .common-banner .top_section {
    min-height: 220px; }
    .common-banner .top_section .info {
      padding: 55px 20px 0 !important; }
      .common-banner .top_section .info .title2 {
        font-size: 24px; } }

@media (max-width: 479px) {
  .common-banner .top_section .info {
    padding: 40px 20px 0; } }

.common-banner .top_section .right_section {
  padding-right: 100px; }
  @media (max-width: 767px) {
    .common-banner .top_section .right_section {
      padding: 0 20px; } }

.common-banner .title2 {
  color: #ffffff; }

.industry-partner-detail .partner-content {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content {
      padding: 50px 0; } }
  .industry-partner-detail .partner-content .hide {
    display: none !important; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content li {
      padding: 20px; } }
  .industry-partner-detail .partner-content .three-columnList .list_section li:nth-of-type(3n+1):before {
    content: '';
    width: calc(300% - 120px);
    height: 1px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 60px; }
  .industry-partner-detail .partner-content .three-columnList .list_section li:first-child:before {
    content: none; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content .two-columnList .list_section li {
      width: 50%;
      position: relative; }
      .industry-partner-detail .partner-content .two-columnList .list_section li:nth-child(odd):before {
        content: '';
        width: calc(200% - 20px);
        height: 1px;
        background: white;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
        position: absolute;
        top: 0;
        left: 10px; }
      .industry-partner-detail .partner-content .two-columnList .list_section li:first-child:before {
        content: none; } }
  .industry-partner-detail .partner-content .viewMoreBtnWrap {
    text-align: center;
    padding-top: 4px; }
    .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn {
      position: relative;
      background-color: transparent;
      color: #4454a5;
      font-size: 14px;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      padding: 0; }
      .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn:after {
        content: '';
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 50%;
        z-index: 1;
        width: 16px;
        height: 16px;
        background: url("/assets/images/drop-arrow-blue.svg") no-repeat center;
        background-size: 16px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
      .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn.active:after {
        transform: rotate(180deg) translateX(50%);
        -webkit-transform: rotate(180deg) translateX(50%);
        -moz-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
        -o-transform: rotate(180deg) translateX(50%); }

