@charset "UTF-8"; /*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap);
@import url(https://use.typekit.net/nkq8fly.css);
@font-face {
  font-family: tungstenw05-medium;
  src: url(/content/dam/bharatms/en/fonts/tungstenw05-medium.woff2)
      format("woff2"),
    url(/content/dam/bharatms/en/fonts/tungstenw05-medium.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* email spam checker*/
.email-checker
{
position: absolute;
left: -9999px;
}

/*email checker end*/
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-dots {
  text-align: center;
}
.owl-theme .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #869791;
}
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(clientlib-header/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.accordion-wraper .accordion-list {
  display: flex;
  min-height: 600px;
  max-height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
@media (max-width: 767px) {
  .accordion-wraper .accordion-list {
    flex-direction: column;
    max-height: unset;
  }
}
.accordion-wraper .enterprises {
  position: relative;
  filter: grayscale(100%);
}
.accordion-wraper .enterprises .theme-image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (max-width: 767px) {
  .accordion-wraper .enterprises .theme-image {
    width: 100%;
  }
}
.accordion-wraper li {
  flex: 0;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .accordion-wraper li {
    overflow: hidden;
    height: 0;
  }
}
@media (max-width: 767px) {
  .accordion-wraper li.home-overlay::after {
    width: 100%;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.98)
    );
  }
}
.accordion-wraper li .section-content {
  flex: 0;
  display: none;
  margin: 0;
  opacity: 0;
  transition: all 0.25s 0.1s ease-out;
  padding: 3.9rem 4.4rem;
}
@media (max-width: 767px) {
  .accordion-wraper li .section-content {
    height: 0;
    padding: 2.4rem 3.2rem;
    transition: all 2s ease;
  }
}
.accordion-wraper li .section-content h4 {
  margin-top: 1rem;
}
.accordion-wraper li.active {
  flex: 5;
  cursor: default;
}
@media (max-width: 767px) {
  .accordion-wraper li.active {
    height: 416px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 375px) {
  .accordion-wraper li.active {
    height: 300px;
  }
}
.accordion-wraper li.active .section-title {
  display: none;
}
.accordion-wraper li.active .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.accordion-wraper li.active .section-content h3 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .accordion-wraper li.active .section-content h3 {
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  .accordion-wraper li.active .section-content h3 {
    font-size: 2.4rem;
  }
}
.accordion-wraper li.active .section-content p {
  color: #fff;
  font-size: 2rem;
  max-width: 33rem;
}
@media (max-width: 767px) {
  .accordion-wraper li.active .section-content p {
    font-size: 1.8rem;
  }
}
@media (max-width: 375px) {
  .accordion-wraper li.active .section-content p {
    font-size: 1.6rem;
  }
}
.accordion-wraper li.active .section-content .details-link {
  color: #fff;
  max-width: 3rem;
  display: inline-flex;
  flex-direction: column;
}
.accordion-wraper
  li.active
  .section-content
  .details-link
  .icon-long-right-arrow {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .accordion-wraper
    li.active
    .section-content
    .details-link
    .icon-long-right-arrow {
    margin-top: 1.8rem;
  }
}
.accordion-wraper
  li.active
  .section-content
  .details-link
  .icon-long-right-arrow::before {
  font-size: 2.2rem;
}
.accordion-wraper li.active.home-overlay::after {
  height: 40rem;
}
@media (max-width: 767px) {
  .accordion-wraper li.active.home-overlay::after {
    height: 20rem;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.98));
  }
}
.accordion-wraper li.active.agile,
.accordion-wraper li.active.ai,
.accordion-wraper li.active.cloud,
.accordion-wraper li.active.compass,
.accordion-wraper li.active.corporate,
.accordion-wraper li.active.enterprises {
  filter: grayscale(0);
}
.accordion-wraper li .section-title {
  flex: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  z-index: 1;
}
.accordion-wraper li .section-title h4 {
  transform: rotate(-90deg);
  white-space: nowrap;
  padding: 6rem 0;
  width: 80px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 767px) {
  .accordion-wraper li .section-title h4 {
    width: unset;
    transform: rotate(0);
    padding: 2rem 3.2rem;
  }
}
@media (max-width: 375px) {
  .accordion-wraper li .section-title h4 {
    font-size: 1.8rem;
  }
}
.home-overlay {
  position: relative;
}
.home-overlay::after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 40rem;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .home-overlay::after {
    height: 20rem;
  }
}
.recommended-article {
  display: flex;
}
@media (max-width: 375px) {
  .recommended-article {
    flex-direction: column;
  }
}
.recommended-article .recommended-image {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .recommended-article .recommended-image {
    margin-right: 1.6rem;
  }
}
@media (max-width: 375px) {
  .recommended-article .recommended-image {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.recommended-article .recommended-image a {
  width: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}