html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: 'Metropolis';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  font-size: 16px;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.inner-wrapper::-webkit-scrollbar {
  width: 0 !important;
}

.inner-wrapper {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.visible-xs {
  display: block;
}

.visible-lg {
  display: none;
}

.ms-btn {
  cursor: pointer;
  padding: 18px;
  line-height: initial;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize; /* new */
  min-width: 230px;
  /* background-color: #0d7af7; */
  background: rgba(13, 13, 13, 0.2); /* new */
  border: 0;
  border: 2px solid #fff; /* new */
  backdrop-filter: blur(2px); /* new */
  outline: 0;
  letter-spacing: 0.9px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
/* New Styles */
.ms-btn:hover {
  background-color: #fff;
  color: #0d0d0d;
}
.ms-btn.light_bg {
  border: 2px solid #0d0d0d;
  background-color: #0d0d0d;
}
.ms-btn.light_bg:hover {
  border: 2px solid #0d0d0d;
  background-color: #fff;
}
/* New Styles Ends */
.ms-btn.transparent-btn {
  background-color: transparent;
}

.ms-btn.white-btn {
  background-color: #fff;
}

/* .fill:hover {
  color: #0d7af7;
} */

/* .fill:before {
  content: '';
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}

.fill:hover:before {
  right: 0;
}

.fill:after {
  right: -100%;
} */

.connect_txt {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.connect_txt .right_arrow_black {
  background-image: url(../images/right-arrow-black.svg);
  height: 18px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.ready_section .connect_txt {
  color: #000000;
}
.ready_section .connect_txt .right_arrow_black {
  background-image: url(../images/right-arrow-black.svg);
  /* transform: rotate(180deg); */
  height: 16px;
}
.ready_section .btn-area .ms-btn a {
  color: #FFFFFF;
}
.ready_section .btn-area .ms-btn:hover a {
  color: #000000;
}

.get-in-touch {
  color: #FFFFFF;
}
.ms-btn:hover .get-in-touch {
  color: #000000;
}
/* ---------------- For Animation on Scroll ---------------- */

.slideanim {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */
}

.slideanim.slideup {
  visibility: visible;
  animation: slide 1s;
}

.slideanim::after {
  /* useful when its child elements are float:left; */
  content: '';
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* For We Text Animation */
.slideeffect {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */
}

.slideeffect.slideText {
  visibility: visible;
  animation-name: slideText 3s;
}

.slideeffect::after {
  /* useful when its child elements are float:left; */
  content: '';
  display: table;
  clear: both;
}

/* Slide Text */
@keyframes slideText {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Header */

.header-container {
  width: 100%;
  height: 75px;
  z-index: 10;
  position: fixed;
  top: 0;
  display: block;
  transition: top 0.3s;
}

.header-container .top-bar {
  height: 100%;
  padding: 0 25px;
}

.header-container .top-bar .logo {
  background-image: url('../images/mindstix_logo_white.svg');
  width: 115px;
  height: 22px;
  margin-left: 25px;
  left: 3px;
}

.header-container .top-bar .hamburger-icon {
  width: 16px;
  height: 21px;
  margin-right: 25px;
  cursor: pointer;
}

.header-container .top-bar .hamburger-icon.hamburger-only {
  width: 80px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #eee;
}

.header-container .top-bar .hamburger-icon.hamburger-only .logo {
  display: none;
}

.header-container .top-bar .hamburger-icon.hamburger-only .hamburger-icon {
  margin-right: auto;
}

.header-container .top-bar.white-bg {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.header-container .top-bar.white-bg.remove-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.header-container .top-bar.white-bg .logo {
  background-image: url('../images/logo.svg');
}

/* Hamburger View */

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
}

.nav-container .navigation-link {
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  display: table;
}

.nav-container .navigation-link ul {
  list-style-type: none;
  padding: 0px;
  text-align: center;
  margin: 0px;
  animation-delay: 0.6s;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  animation-duration: 0.1s !important;
}

.nav-container .navigation-link ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: initial;
}

.nav-container .navigation-link ul li a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: #0d7af7;
  white-space: nowrap;
  transition: 0.4s;
  overflow: hidden;
}

/* .chevron-leave-active { animation: 1s chevron-leave; } */

@keyframes chevron-enter {
  0% {
    -webkit-clip-path: polygon(
      -25% 0%,
      0% 50%,
      -25% 100%,
      -100% 100%,
      0% 50%,
      -100% 0%
    );
    clip-path: polygon(
      -25% 0%,
      0% 50%,
      -25% 100%,
      -100% 100%,
      0% 50%,
      -100% 0%
    );
  }
  75% {
    -webkit-clip-path: polygon(
      75% 0%,
      100% 50%,
      75% 100%,
      0% 100%,
      0% 50%,
      0% 0%
    );
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(
      100% 0%,
      100% 50%,
      100% 100%,
      0% 100%,
      0% 50%,
      0% 0%
    );
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
}

.nav-container .navigation-link ul li a:hover::before {
  width: 100%;
  transition: 0.4s;
  animation: 0.4s chevron-enter;
}

.nav-container .fullpage-navbar {
  background-color: #000;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  transform: translate3d(0px, 0%, 0px);
  animation-delay: 0.1s;
}

.nav-container .navigation-link .top-bar {
  height: 75px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #000;
}

.nav-container .navigation-link .top-bar .logo {
  background-image: url('../images/mindstix_logo_white.svg');
}

.nav-container .navigation-link .top-bar .close-icon .hamburger .line {
  background-color: #fff;
}

.top-bar .hamburger .line {
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar .hamburger.black-color .line,
.header-container .top-bar.white-bg .hamburger .line {
  background-color: #000;
}

.top-bar .hamburger .line:nth-child(3) {
  width: 60%;
  margin-right: 0;
}

.nav-container .navigation-link .top-bar .close-icon {
  width: 16px;
  height: 20px;
  margin-right: 25px;
  cursor: pointer;
}

.nav-container .navigation-link .top-bar .close-icon .hamburger {
  width: 18px;
  height: 18px;
}

/* hamburger effect  */

#hamburger-effect.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-effect.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger-effect.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
  width: 100%;
}

.nav-container .footer {
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  z-index: 10;
}

.nav-container .footer a {
  color: #fff;
  text-decoration: none;
}

.nav-container .footer .visible-seprater {
  visibility: hidden;
}

.nav-container .footer .bottom-mail {
  display: block;
  line-height: 1.8;
}

.nav-container .footer a:hover {
  color: #0d7af7;
}

.animated {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.main-title {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 4.9px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}

.sub-title {
  color: #555;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  font-size: 18px;
}
/* Entry Banner Section */
.entry_banner_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #0d0d0d;
}
.entry_banner_section.banner_services_screen {
  margin-bottom: 60px;
}
.entry_banner_section .entry_banner_details {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0 24px;
  justify-items: center;
}
.entry_banner_section .entry_banner_details .information_wrapper {
  color: #fff;
  position: relative;
  max-width: 420px;
  cursor: pointer;
}
.entry_banner_section .information_wrapper .img_content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.entry_banner_section .information_wrapper .banner_img_section {
  height: auto;
}
.entry_banner_section .information_wrapper .banner_img_section .slogan-main {
  padding: 0;
  align-items: start;
}
.entry_banner_section
  .entry_banner_details
  .information_wrapper
  .companies_names {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 34px;
  background: #2d2d2d;
  align-items: baseline;
  /* margin: auto auto 0px auto; */
}
.entry_banner_section
  .entry_banner_details
  .information_wrapper
  .companies_names
  .title {
  font-weight: 700;
}
.entry_banner_section
  .entry_banner_details
  .information_wrapper
  .companies_names
  .x {
  padding: 0 5px;
  text-transform: lowercase;
}
.entry_banner_section .entry_banner_details .information_wrapper .text_msg {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  /* margin: 0 0 30px 0;
  max-width: 260px;
  text-align: center; */
}
.entry_banner_section .entry_banner_details .information_wrapper .entry_btn {
  /* border: 1px solid #0d7af7; */
  background-image: url('../images/entry_btn_arrow.svg');
  background-size: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
/* ESG Banner Section ends */
/* Microsite banner section starts */
.microsite_banner_section .inner_wrapper {
  background-image: url('../images/microsite_banner_img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 625px;
  padding: 30px 25px 25px 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.microsite_banner_section .inner_wrapper .information_wrapper {
  padding: 40px 25px;
  background: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.microsite_banner_section .inner_wrapper .information_wrapper .dash {
}
.microsite_banner_section .inner_wrapper .information_wrapper .title {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #000000;
}
.microsite_banner_section .inner_wrapper .information_wrapper .sub_title {
  font-family: 'Metropolis';
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
/* Microsite banner section starts ends */

/* Insight Banner section  */
.insights_banner_section {
  padding: 80px;
  text-align: center;
  background-color: #f0f0f0;
  transition: padding 0.3s;
}

.insight_title {
  font-family: 'Metropolis';
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 48px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 8.4px;
}

.insight_card_wrapper {
  gap: 12px;
  margin-bottom: 45px;
}
.insight_card {
  flex: 1 1 calc(33.3334% - 12px);
  max-width: calc(33.3334% - 12px);
  height: 280px;
  overflow: hidden;
  position: relative;
}

.insight_img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.insight_card_img {
  width: 100%;
  height: 100%;
}

.insight_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.insight_img_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  opacity: 1;
  z-index: 1;
}
.insight_card:hover img {
  transform: scale(1.1);
}

.card-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s;
  z-index: 2;
  text-align: left;
}

.card-text p {
  font-family: 'Metropolis';
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  transition: opacity 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-text .hidden_text{
  color: #999999;
  font-family: 'Metropolis';
  font-size: 14px;
  line-height: 18px;
}
.card-text .hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s, max-height 0.3s;
}

.insight_card:hover .card-text .hidden {
  opacity: 1;
  max-height: 20px;
}

.view_more_btn {
  height: 64px;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Metropolis';
  font-weight: 600;
  background-color: transparent;
  color: #333333;
  border: solid 2px #333333;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.view_more_btn a {
  color: #333333;
}

.view_more_btn:hover {
  background-color: #000000;
  color: #fff;
  border: solid 2px #000000;
}

.view_more_btn:hover a {
  color: #fff;
}

@media (max-width: 768px) {
  .insights_banner_section {
    padding: 40px 24px;
    background-color: #f2f2f2;
  }
  .insight_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .insight_card {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 12px;
    height: 280px !important;
  }

  .insight_card:last-child {
    margin-bottom: 0;
  }
  .card-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .card-text .hidden {
    opacity: 1;
    max-height: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) { 
  .insight_card_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* Insight Banner section  Ends */

.section.our-clients-section {
  padding-top: 60px;
}
.our-clients-section .inner-wrapper .title-area .main-title {
  margin-bottom: 10px;
}

.our-clients-section .inner-wrapper .title-area .sub-title {
  line-height: 1.43;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.transformation-accelerated-section .inner-wrapper .title-area .sub-title {
  line-height: 1.43;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.link-area {
  font-size: 18px;
  font-weight: bold;
  color: #0d7af7;
  display: inline-block;
}

.link-area .txt {
  cursor: pointer;
}

.section {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.services_banner_section {
  margin-bottom: 0;
}

.section .redirect-section {
  text-align: center;
  margin-bottom: 0;
}

.section .redirect-section .btn-txt {
  /* float: left; */
  line-height: 15px;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
}

.section .redirect-section .btn-txt a {
  color: #0d7af7;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

.section .redirect-section .right-arrow {
  background-image: url('../images/right-arrow.svg');
  width: 10px;
  height: 15px;
  float: left;
  margin-left: 15px;
}

.section .redirect-section .ms-btn {
  min-width: auto;
  padding: 0;
}

.background-video-section {
  position: relative;
  min-height: 100vh;
  margin-bottom: 0;
}

/* background Video common code */
.video-bg {
  background-color: #0a0a0a;
  height: 100%;
  width: 100%;
}

.video-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Company-branding common code */

.company-branding-container {
  position: absolute;
  z-index: 9;
  color: #000;
  font-weight: 500;
  font-size: 40px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  mix-blend-mode: lighten;
  display: table;
  text-align: center;
}

.company-branding-container .x-logo-area {
  margin-top: 180px;
  height: 145px;
}

.company-branding-container .x-logo-area .x-logo {
  background-image: url('../images/x-icon.png');
  width: 95px;
  height: 170px;
  margin-bottom: 80px;
}

.company-branding-container .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-top: 245px;
}

.company-branding-container .inner-wrapper .slogan-main {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin: 0 40px;
  line-height: 1.19;
  animation-delay: 0.1s;
}

.down-arrow-indicator {
  width: 35px;
  height: 17px;
  z-index: 9;
  margin-bottom: 40px;
  /* cursor: pointer; */
}

.bounce-arrow {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.full-screen-bg-video {
  position: absolute;
  z-index: 1;
}

.full-screen-bg-video .company-branding-container {
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  color: #fff;
  position: absolute;
  top: 0;
}

.full-screen-bg-video .company-branding-container .inner-wrapper {
  padding-top: 0;
}

.full-screen-bg-video .company-branding-container .slogan-main {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  font-size: 42px;
}

.full-screen-bg-video .company-branding-container .x-logo {
  background-image: url('../images/left_arrow_outline.svg');
  width: 105px;
  height: 198px;
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-bottom: 0;
}

.full-screen-bg-video .company-branding-container .x-half-logo {
  position: relative;
  width: 75px;
  height: 198px;
  display: inline-block;
}

.full-screen-bg-video .company-branding-container .x-half-logo .logo-top {
  background-image: url('../images/right_arrow__top_outline.svg');
  height: 96px;
  width: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -7px;
  left: -12px;
  transition: 0.2s;
}

.full-screen-bg-video .company-branding-container .x-half-logo .logo-bottom {
  background-image: url('../images/right_arrow__bottom_outline.svg');
  height: 96px;
  width: 136px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -10px;
  left: -14px;
  transition: 0.2s;
}

.full-screen-bg-video
  .company-branding-container.x-formation
  .x-half-logo
  .logo-top,
.full-screen-bg-video
  .company-branding-container.x-formation
  .x-half-logo
  .logo-bottom {
  transform: none;
  transition: 0.2s;
}

.our-clients-section::-webkit-scrollbar {
  display: none !important;
}

.our-clients-section {
  margin-bottom: 70px;
}

.our-clients-section .inner-wrapper {
  padding: 0 25px;
}

.leadership-section .inner-wrapper,
.slider-main-section .inner-wrapper {
  padding: 0 25px;
}

.leadership-section .leadership-background {
  background-color: #f7f7f7;
}

.leadership-section .inner-wrapper .sub-title {
  padding: 0 25px;
}

.our-clients-section .inner-wrapper .title-area {
  font-size: 18px;
  color: #131e22;
  text-align: center;
  margin-bottom: 20px;
}

.our-clients-section .inner-wrapper .logo-section .logo-tiles {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 25px;
  width: 50%;
}

.our-clients-section .inner-wrapper .logo-section .logo-tiles .logo {
  height: 70px;
  width: 130px;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 155px;
  /* border: solid 1px #e8e8e8; */
}

.our-clients-section .inner-wrapper .logo-section .logo-tiles .logo img {
  padding: 15px;
  max-height: 85px;
}

.our-clients-section .inner-wrapper .logo-section .logo-tiles .logo-area {
  position: relative;
  width: 25%;
  display: none;
}

.our-clients-section .inner-wrapper .logo-section .logo-tiles .logo-area .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  display: none;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  height: 120px;
  width: 100%;
  background-color: #fff;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img.lg-img {
  height: 90px;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img.lg-img
  .img-wrapper
  img {
  max-height: 80px;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper {
  height: 120px;
  width: 150px;
  margin: 0 auto;
  position: relative;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper
  img {
  max-height: 55px;
}
.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper
  img.LVMH_LOGO {
  height: 24px;
}
.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper
  img.HomeDepotLOGO {
  height: 52px;
}
.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper.bobby-brown {
  width: 180px;
}

.our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img
  .img-wrapper.bobby-brown
  img {
  height: 21px;
}

.radission-blu,
.mac {
  width: 135px;
}

.vmware,
.tom-ford,
.axis-bank,
.rubrik,
.redhat {
  width: 140px;
}

/* .monotype {
    width: 48px;
} */
.combe {
  width: 77px;
}
.emirates,
.intel {
  width: 70px;
}

/* Services */

.services-section {
  margin-bottom: 0;
}

.services-section .links-area {
  color: #fff;
  display: table;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  padding: 0px 30px;
  margin-bottom: 40px;
}

.services-section .links-area li {
  cursor: default;
  display: inline-block;
  position: relative;
  /* padding-left: 15px; */
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  /* text-align: center; */
  color: #d0d0d0;
}

/* .services-section .links-area li::before {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    background-image: url('../images/bullet.svg');
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
} */

.services-section .links-area .inner-wrapper,
.services-section .type-writer-effect-area .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.type-writer-effect-area {
  color: #fff;
  width: 100%;
  height: 340px;
  font-size: 26px;
}

.type-writer-effect-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.type-writer-effect-area .bg-img-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.type-writer-effect-area .bg-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type-writer-effect-area .inner-wrapper {
  text-align: left;
  padding: 40px 0;
}

.typewriter-text-area .typewriter-text,
.Typewriter {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-bottom: solid 2px #0d7af7;
  cursor: pointer;
}

.typewriter {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.services-section .type-writer-effect-area .wrap {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #0d7af7;
  letter-spacing: 1.8px;
}

.services-section .lbl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 25px;
  line-height: 1.4;
}

.services-section .btn-area,
.pre-footer-section.join-us-prefooter-section .btn-area {
  text-align: center;
  margin-bottom: 0;
}

.services-section .typewrite {
  text-decoration: none;
}

/* Footer */

.footer-container {
  background-color: #000;
  margin-bottom: 0;
}

.footer-container .inner-wrapper {
  padding: 60px 25px;
}

/* .footer-container .inner-wrapper .footer-area {
    padding: 20px 0;
} */

.footer-container .inner-wrapper .footer-area .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-links {
  margin-bottom: 60px;
}

.footer-links .footer-title {
  font-size: 20px;
  letter-spacing: 6.3px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #6c6c6c;
}

.footer-links ul.links li {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 300;
}

.footer-links ul.links li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-links ul.links li a {
  color: #cbcbcb;
}
.footer-links ul.links li a:hover {
  color: #fff;
}
.footer-links ul.links.bold-links li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.footer-links ul.links.bold-links li a {
  text-decoration: none;
}

.footer-links .about-us {
  text-align: left;
  line-height: 1.88;
  margin-top: -5px;
}
.footer-links .about-us .first_para {
  margin-bottom: 15px;
}

.footer-container .tag-line-section .logo {
  background-image: url('../images/mindstix_logo_white.svg');
  width: 130px;
  height: 22px;
  margin-bottom: 15px;
}

.footer-container .tag-line-section .tag-line {
  color: #0d7af7;
  /* margin-bottom: 40px; */
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-container .tag-line-section .copyright-msg {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
}

.contact-us-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: #fff;
}

.contact-us-popup .close-icon,
.leadership-details-popup .close-icon {
  background-image: url('../images/close-black.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 1;
}

.contact-us-popup .big-txt {
  font-size: 95px;
  font-weight: 900;
  line-height: 0.9;
  color: #eaeaea;
  position: absolute;
  bottom: 0;
}

.contact-us-popup .big-txt:hover {
  color: #e2e2e2;
}

.contact-us-popup .details-wrapper {
  text-align: center;
  margin: 120px 25px;
}

.contact-details {
  margin-bottom: 50px;
}

.contact-details .lbl {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 8.4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-details .value {
  font-size: 18px;
  color: #0d7af7;
  /* font-weight: 600; */
}

.contact-details .value a {
  color: #0d7af7;
  text-decoration: none;
}
.leadership-details-popup {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.leadership-details-popup.slider-container .slick-prev,
.leadership-details-popup.slider-container .slick-next {
  position: fixed;
}
.leadership-details-popup.slider-container .slick-prev.slick-disabled,
.leadership-details-popup.slider-container .slick-next.slick-disabled {
  display: none !important;
}
.leadership-details-popup.slider-container .slick-dots li {
  border: 1px solid #555;
}
.leadership-details-popup.slider-container .slick-dots li.slick-active {
  background: #555;
}
.leadership-details-popup {
  padding: 0 30px;
  /* display: table;
    height: 100%; */
}
.leadership-details-popup .inner-wrapper .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#leadershipDetails .inner-wrapper {
  padding: 0;
}
.leadership-details-popup .inner-wrapper .slick-slide {
  position: relative;
  display: table;
  height: 100vh;
}
.leadership-details-popup .wrapper .spacing {
  height: 360px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.leadership-details-popup.slider-container .box .details .designation {
  height: auto;
}
.leadership-details-popup.slider-container .box {
  display: block;
  margin-bottom: 15px;
  cursor: default;
}
.leadership-details-popup.slider-container .box .image-area {
  width: 220px;
}
.leadership-details-popup .desc {
  vertical-align: top;
  color: #555;
  font-size: 16px;
  line-height: 1.67;
  display: inline-block;
  max-height: 310px;
  overflow-y: auto;
  padding: 0 5px;
  /* width: calc(100% - 290px); */
}
.leadership-details-popup.slider-container .slick-dots {
  bottom: 25px;
}
.leadership-details-popup.slider-container .slick-dots li {
  margin: 0 7px;
  width: 10px;
  height: 10px;
}

.slider-container {
  margin-bottom: 60px;
}

.slider-container::-webkit-scrollbar {
  display: none !important;
}

.services-section::-webkit-scrollbar {
  display: none !important;
}

.slider-container .img-section {
  /* height: 85vh; */
  position: relative;
  background-color: #f8f8f8;
  padding-bottom: 30px;
}

.slider-container .img-section img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-container .legend {
  position: relative;
  z-index: 1;
  bottom: 0;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 85%;
  height: 300px;
  padding: 30px 25px;
  font-size: 16px;
  opacity: 1;
  background: #fff;
  color: #000;
  text-align: left;
  border-radius: initial;
  -webkit-box-shadow: 0 3px 11px 0 rgba(149, 145, 145, 0.16);
  -moz-box-shadow: 0 3px 11px 0 rgba(149, 145, 145, 0.16);
  box-shadow: 0 3px 11px 0 rgba(149, 145, 145, 0.16);
}

.slider-container .legend .heading {
  letter-spacing: 6.3px;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}

.slider-container .legend .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.slider-container .legend .desc {
  font-size: 18px;
  line-height: 1.56;
  color: #555;
}

.slider-container .slick-prev,
.slider-container .slick-next {
  display: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-bottom: 110px;
}

.slider-container .slick-prev {
  background-image: url('../images/left-arrow-white.svg');
  margin-left: 0;
  left: 35%;
}

.slider-container .slick-next {
  background-image: url('../images/right-arrow-white.svg');
  margin-right: 0;
  right: 35%;
}
.slider-container.our-expertise-slider .legend {
  height: 315px;
}
.slider-container.our-expertise-slider .legend .title {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 25px;
}

.slider-container.our-expertise-slider .legend .desc {
  font-size: 14px;
}

.slider-container.our-expertise-slider .legend .desc .details {
  margin-bottom: 20px;
}

.slick-slide {
  /* height: 85vh; */
}

.slick-slide img.visible-xs {
  display: block;
}

.slick-slide img.visible-lg {
  display: none;
}

.slick-dots {
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 1;
  height: 15px;
  bottom: 40px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  opacity: 1;
  background: transparent;
  border: 1px solid #555;
  margin: 0 10px;
  outline: 0;
  opacity: 0.6;
  box-shadow: none;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #555;
  opacity: 1;
}

.slick-dots li button {
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* Join Us Slider */

.slider-main-section .inner-wrapper {
  height: 100%;
  max-height: initial;
}

.slider-main-section .marquee-txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
}

.slider-main-section .title-area {
  margin-bottom: 35px;
}

.slider-main-section .title-area .main-title {
  letter-spacing: 4.9px;
}

.slider-main-section .marquee-txt .first-row.marquee {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: righttoleft 20s linear infinite;
  -webkit-animation: righttoleft 20s linear infinite;
  animation: righttoleft 20s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes righttoleft {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes righttoleft {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes righttoleft {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slider-main-section .marquee-txt .second-row.marquee {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-animation: lefttoright 20s linear infinite;
  -webkit-animation: lefttoright 20s linear infinite;
  animation: lefttoright 20s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes lefttoright {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}

@-webkit-keyframes lefttoright {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

@keyframes lefttoright {
  0% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
}

.slider-main-section .marquee-txt .first-row {
  margin-bottom: 15px;
}

.marquee-txt .list ul li {
  display: inline;
}

.marquee-txt .list ul li::after {
  content: '\2022';
  color: #000;
  width: 5px;
  height: 5px;
}

.marquee-txt .list ul li:last-child::after {
  content: ' ';
}

.typography-bg-section {
  position: relative;
}

.typography-bg-section .inner-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}

.typography-bg-section .typography-bg {
  padding-left: 25px;
}
.typography-bg-section .typography-bg .f-bold {
  font-weight: 600;
}
.typography-bg-section .typography-bg .we-text {
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: 0.26px;
  text-align: left;
  color: #000000;
}

/* animtion delay */

.typography-bg-section .typography-bg .we-text:nth-child(1) {
  animation-delay: 0.1s;
}

.typography-bg-section .typography-bg .we-text:nth-child(2) {
  animation-delay: 0.2s;
}

.typography-bg-section .typography-bg .we-text:nth-child(3) {
  animation-delay: 0.3s;
}

.typography-bg-section .typography-bg .we-text:nth-child(4) {
  animation-delay: 0.4s;
}

.typography-bg-section .typography-bg .we-text:nth-child(5) {
  animation-delay: 0.5s;
}

.typography-bg-section .typography-bg .we-text:nth-child(6) {
  animation-delay: 0.6s;
}

.typography-bg-section .typography-bg .we-text:nth-child(7) {
  animation-delay: 0.7s;
}

.typography-bg-section .arrow-container {
  width: 90px;
  height: 180px;
  margin-left: 25px;
}

.typography-bg-section .arrow-container .x-icon {
  background-image: url('../images/join-us-right-arrow.svg');
  width: 100%;
  height: 100%;
}

.typography-bg-section .arrow-container div:hover {
  color: #e2e2e2;
  cursor: pointer;
}

.slideLeft {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
}

@keyframes slideLeft {
  0% {
    transform: translate3d(-100%, 0, 0) rotate(-90deg);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
}

/* Slide Text */

.slideText {
  -webkit-animation-name: slideText;
  animation-name: slideText;
}

@keyframes slideText {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.typography-bg-section .typography-bg img {
  padding: 20px;
}

.top-section {
  color: #000;
  font-weight: 500;
  font-size: 40px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: table;
  text-align: left;
  min-height: 100vh;
  position: relative;
}

.top-section .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
}

.top-section .outline-txt {
  font-size: 16px;
  font-weight: normal;
  color: #fafafa;
  text-align: left;
  letter-spacing: 8.4px;
  margin-bottom: 20px;
  padding-left: 3px;
  position: relative;
}

.top-section .info-txt {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
  animation-delay: 0.5s;
  color: #fff;
  position: relative;
}

.top-section .hashtags {
  font-size: 16px;
  color: #fafafa;
  text-align: left;
  padding-left: 3px;
  position: relative;
  max-width: 100%;
  line-height: 24px;
  margin-bottom: 20px;
}
.top-section.our-company-top-section .info-txt {
  width: 75%;
}

.top-banner {
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}
.join-us-banner {
  background-image: url(../images/join-us-banner.jpg);
}
.expertise-banner {
  background-image: url(../images/expertise-banner.jpg);
}
.our-company-banner {
  background-image: url(../images/company-banner.jpg);
}
.android_JD_banner {
  background-image: url(../images/careers_bg_img/android_developer_bg_img.jpg);
}
.SRE_JD_banner {
  background-image: url(../images/careers_bg_img/devops-SRE-engineer-bg.jpg);
}
.iOS_JD_banner {
  background-image: url(../images/careers_bg_img/iOS-developer-bg.jpg);
}
.java_JD_banner {
  background-image: url(../images/careers_bg_img/java-developer_bg.jpg);
}
.machine_learning_JD_banner {
  background-image: url(../images/careers_bg_img/machine-learning-bg.jpg);
}
.project_manager_JD_banner {
  background-image: url(../images/careers_bg_img/project-manager-bg.jpg);
}
.react_JD_banner {
  background-image: url(../images/careers_bg_img/react-js-developer-bg.jpg);
}
.UX_JD_banner {
  background-image: url(../images/careers_bg_img/UX-designer-bg.jpg);
}
.data_sci_JD_banner {
  background-image: url(../images/careers_bg_img/data_sci_bg.jpg);
}
.dotnet_developer_JD_banner {
  background-image: url(../images/careers_bg_img/react-js-developer-bg.jpg);
}
/*==================== Services Page CSS ==================== */

/* Transformation Accelerated */

.transformation-accelerated-section .inner-wrapper {
  padding: 40px 0;
}

.transformation-accelerated-section .inner-wrapper .title-area {
  font-size: 18px;
  color: #131e22;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 0 25px;
}

.transformation-accelerated-section .inner-wrapper .scroll-container {
  padding: 0 25px;
}

.transformation-accelerated-section
  .inner-wrapper
  .scroll-container
  .list-details {
  margin-bottom: 40px;
}

.transformation-accelerated-section
  .inner-wrapper
  .scroll-container::-webkit-scrollbar {
  width: 0 !important;
}

.transformation-accelerated-section .inner-wrapper .scroll-container .title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.transformation-accelerated-section
  .inner-wrapper
  .scroll-container
  .list-container
  li {
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* Our Expertise Section */
.our-expertise-section {
  margin-top: 60px;
}
.our-expertise-section .inner-wrapper .title-area {
  font-size: 18px;
  color: #131e22;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.our-expertise-section .inner-wrapper .tab-container .tabs {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.our-expertise-section .inner-wrapper .tab-container .tabs li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #555;
  padding: 0px 25px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.our-expertise-section .inner-wrapper .tab-container .tabs li:hover {
  color: #000;
}

.our-expertise-section .inner-wrapper .tab-container .tabs li .vertical-line {
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #0d7af7;
  z-index: 1;
  transition: width 0.3s;
  visibility: hidden;
}

.our-expertise-section
  .inner-wrapper
  .tab-container
  .tabs
  li.active
  .vertical-line {
  width: 80%;
  animation-duration: 0.2s !important;
  visibility: visible;
}

.our-expertise-section .inner-wrapper .tab-container .tabs li.active {
  text-align: center;
  color: #0d7af7;
}

.our-expertise-section .inner-wrapper .tab-container .details-container {
  width: 100%;
  height: 320px;
  position: relative;
  display: table;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.our-expertise-section
  .inner-wrapper
  .tab-container
  .details-container
  .tabs-details {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  display: table-cell;
  vertical-align: top;
  display: none;
  /* height: 355px; */
}

.our-expertise-section
  .inner-wrapper
  .tab-container
  .details-container
  .tabs-details
  .img-area {
  width: 412px;
  height: 320px;
  margin-left: 0px;
  z-index: 1;
}

.our-expertise-section
  .inner-wrapper
  .tab-container
  .details-container
  .tabs-details
  .img-area
  img {
  /* max-height: 275px; */
  height: 100%;
}

.our-expertise-section .inner-wrapper .tab-container .left-text {
  font-size: 36px;
  font-weight: 900;
  line-height: 0.83;
  color: #e8e8e8;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  left: -100px;
}

.our-expertise-section .inner-wrapper .tab-container .right-text {
  font-size: 36px;
  font-weight: 900;
  line-height: 0.83;
  color: #e8e8e8;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: -50px;
}

.our-expertise-section .inner-wrapper .tab-container .left-text.long-text {
  left: -150px;
}

.our-expertise-section .inner-wrapper .tab-container .right-text.long-text {
  /* bottom: -20px; */
  right: -100px;
}

.our-expertise-section .tabs-details ul,
.tab-container .tabs-wrapper .panel .container ul {
  padding: 0 20px;
}

.tab-container .tabs-wrapper .panel .container ul {
  padding: 0;
}

.our-expertise-section .tabs-details .text-list .txt,
.join-us-section .list-items .text-list .txt {
  padding-left: 15px;
  padding-right: 5px;
  background-image: url('../images/bullet.svg');
  background-size: inherit;
  background-repeat: no-repeat;
  background-position-y: center;
}

.our-expertise-section .tabs-details .text-list .txt,
.tab-container .tabs-wrapper .panel .container .text-list .txt {
  position: relative;
  /* left: 20px; */
}

/* .our-expertise-section .tabs-details .text-list .txt::before, */
.tab-container .tabs-wrapper .panel .container .text-list .txt::before,
.tab-container .tabs-wrapper .panel .container ul li::before {
  content: ' ';
  color: #555;
  width: 8px;
  height: 8px;
  position: absolute;
  background-image: url('../images/bullet.svg');
  top: 8px;
  /* bottom: 0; */
  margin: auto;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-container .tabs-wrapper .panel .container ul li::before {
  top: 5px;
  /* bottom: 0; */
}

.tab-container .tabs-wrapper .img-area {
  width: 100px;
  height: 100px;
  margin-left: 0;
}

.our-expertise-section .tabs-details .text-list {
  /* padding-left: 300px; */
  animation-duration: 0.8s !important;
  /* height: 300px; */
  width: 600px;
  /* border: solid 0.2px #d3d3d3; */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.our-expertise-section .tabs-details .list-items {
  background-color: #fff;
  height: 100%;
  width: 55%;
  float: right;
  padding: 20px 70px;
  display: table;
  position: relative;
}

.our-expertise-section .tabs-details .list-items .left-top-corner {
  background-image: url('../images/left-top-corner.svg');
  top: 50px;
  left: 50px;
}

.our-expertise-section .tabs-details .list-items .right-bottom-corner {
  background-image: url('../images/right-bottom-corner.svg');
  bottom: 50px;
  right: 50px;
}

.technology-tab-section.our-expertise-section
  .inner-wrapper
  .tab-container
  .details-container
  .tabs-details
  .img-area {
  margin-left: auto;
  margin-right: 0px;
}

.technology-tab-section.our-expertise-section .tabs-details .list-items {
  float: left;
}
.technology-tab-section.our-expertise-section .tabs-details ul {
  /* padding-right: 205px;
  padding-left: 200px; */
}
/* ========= our expertise section mobile view ===============*/

.tab-container .tabs-wrapper {
  margin-bottom: 20px;
}

.tab-container .tabs-wrapper .tabs-title {
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #000000;
  position: relative;
  margin: 0 25px;
  height: 100px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* padding: 25px; */
  padding-left: 125px;
  line-height: 1.39;
  display: flex;
  align-items: center;
}

.tab-container .tabs-wrapper .tabs-title .icon-arrow {
  background-image: url('../images/down_arrow.svg');
  width: 20px;
  height: 10px;
  float: right;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}

.tab-container .tabs-wrapper .tabs-title.active {
  color: #0d7af7;
}

.tab-container .tabs-wrapper .tabs-title.active .icon-arrow {
  background-image: url('../images/up-arrow.svg');
}

.tab-container .tabs-wrapper .panel {
  background-color: #f8f8f8;
  margin: 0px 25px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.tab-container .tabs-wrapper .panel.visible {
  max-height: 100%;
}

.tab-container .tabs-wrapper .panel .container {
  padding: 50px 70px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.tab-container .tabs-wrapper .panel .container ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.tab-container .tabs-wrapper .panel .container ul li:last-child {
  margin-bottom: 0;
}

/*  */

.pre-footer-section.martin-txt .txt {
  line-height: 1.5;
  font-size: 18px;
  color: #000;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center;
}

.pre-footer-section.martin-txt .info {
  color: #000;
  line-height: normal;
  font-size: 16px;
}

.pre-footer-section.martin-txt .info .name {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.martin-txt .links-area {
  padding: 0;
}

.pre-footer-section .expertise-prefooter-section .img-area::before {
  content: '';
  background: url(../images/quote-start.svg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: -11px;
  top: -10px;
  width: 22px;
  height: 36px;
  z-index: 1;
}

.pre-footer-section .expertise-prefooter-section .img-area img {
  max-height: 85px;
}

.our-mission-section,
.leadership-section,
.our-company-third-section {
  position: relative;
}
.our-mission-section {
  margin-bottom: 120px;
}
.our-mission-section .title-area {
  margin-bottom: 60px;
}

.our-mission-section .sub-title {
  margin-bottom: 30px;
}

.section.our-mission-section .redirect-section .ms-btn {
  padding: 0;
}

.leadership-section .inner-wrapper,
.slider-main-section .inner-wrapper {
  padding: 115px 25px;
}

.our-mission-section .inner-wrapper {
  padding: 0 25px;
}

/* .leadership-section {
    margin-bottom: 0;
} */

.leadership-section .inner-wrapper {
  padding: 50px 0 0 0;
}

.company-sub-title {
  font-size: 18px;
}

.leadership-section .inner-wrapper .sub-title {
  width: 100%;
}

.leadership-section .inner-wrapper .title-area {
  margin-bottom: 50px;
}

.leadership-team-details {
  padding: 0 25px;
}

.leadership-section .box {
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.leadership-section .box .image-area {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  /* overflow: hidden; */
  position: relative;
  /* background-color: #c9c9c9; */
}
.hover-effect {
  /* display: none; */
  opacity: 0;
  /* transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in; */
}
.leadership-section .box:hover .image-area .hover-effect {
  /* display: block; */
  opacity: 0.5;
  background-color: #0d7af7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation-delay: 5s;
}
.leadership-section .box .image-area .right-arrow {
  background-image: url('../images/right-arrow-bio.svg');
  width: 25px;
  height: 14px;
  position: absolute;
  bottom: 15px;
  right: -15px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  display: none;
}
.leadership-section .box:hover .image-area .right-arrow {
  transform: translate(1.5em, 0);
  -webkit-transform: translate(1.5em, 0);
  -moz-transform: translate(1.5em, 0);
  -o-transform: translate(2em, 0);
  -ms-transform: translate(2em, 0);
  opacity: 0;
}

.leadership-section .box .image-area img {
  background-color: #e5e5e7;
}

.leadership-section .box .details .name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.leadership-section .box .details .designation {
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  line-height: 1.3;
}

.our-company-third-section .right-corner-img {
  background-image: url('../images/right-corner-img.jpg');
  position: absolute;
  right: 0;
  width: 100%;
  height: 82vh;
  background-size: cover;
}

.our-company-third-section .bottom-left-box {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  height: 50%;
  bottom: 0;
  display: table;
}

.our-company-third-section .bottom-left-box .inner-txt {
  line-height: 1.46;
  padding: 25px;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.section.pre-footer-section {
  margin-bottom: 0;
}

.pre-footer-section .title-area {
  display: table;
  padding: 0 25px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pre-footer-section .title-area .inner-content {
  display: table-cell;
  vertical-align: middle;
}
/* .pre-footer-section .title-area.our-company-pre-footer {
    height: 350px;
    margin-bottom: 0px;
} */
.pre-footer-section .sub-title.our-company-pre-footer {
  width: 100%;
}

.pre-footer-section.join-us-prefooter-section .sub-title {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.pre-footer-section .sub-title.expertise-prefooter-section {
  position: relative;
  width: 100%;
}

.pre-footer-section .expertise-prefooter-section .img-area {
  width: 60px;
  height: 85px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}
.services-section .links-area .services {
  margin-bottom: 35px;
}
.our-company-pre-footer .company-sub-title {
  margin-bottom: 30px;
}

.counter-section {
  text-align: center;
  height: 100px;
  width: 100%;
}

.single-coutnerup {
  margin-bottom: 40px;
}

.counter-section .number {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  margin-bottom: 10px;
}

.counter-section .title {
  font-size: 16px;
  font-weight: 300;
}

.single-coutnerup .number .count-num,
.single-coutnerup .number .sign {
  display: inline-block;
}
.single-coutnerup .number .sign {
  margin-left: -8px;
}

/* Join Us */

.join-us-section::-webkit-scrollbar {
  width: 0 !important;
}
.join-us-section {
  margin-bottom: 0;
}
.join-us-section .inner-wrapper {
  overflow-y: initial;
  max-height: none;
}

.join-us-section .inner-wrapper .title-area {
  font-size: 18px;
  color: #131e22;
  text-align: center;
  padding: 60px 25px;
  /* margin-bottom: 60px; */
  background-color: #fff;
}

.join-us-section .join-us-accordion .sub_title {
  text-align: center;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  line-height: 24px;
  font-size: 15px;
}
.join-us-section .join-us-accordion .tabs-wrapper {
  margin-bottom: 0;
}
.join-us-section .join-us-accordion .tabs-wrapper:last-child .panel {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.join-us-section .join-us-accordion .sub_title .blue-txt {
  border-bottom: 1px solid #357bef;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.join-us-section .join-us-accordion .tabs-wrapper .tabs-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0px;
  height: auto;
  line-height: normal;
  /*line-height: 50px; */
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 15px;
}
.tab-container .tabs-wrapper .tabs-title:focus {
  outline: 0;
}
.join-us-section .join-us-accordion .tabs-wrapper .panel {
  background-color: transparent;
  margin: 0;
  border-bottom: 1px solid #cbc9c9;
  max-height: inherit !important;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.join-us-section .join-us-accordion .tabs-wrapper .tabs-title .icon-arrow {
  position: static;
  margin: 0 0 0 20px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel {
  padding-bottom: 60px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  .accordion_tile {
  padding: 0 8px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel
  .accordion_tile {
  margin: 0 8px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel {
  padding-bottom: 60px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel
  .slick-track {
  margin-left: 0;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  .slick-dots {
  bottom: 30px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  .common_white_box_tile {
  width: 280px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel
  .common_white_box_tile {
  width: 280px;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel
  .slick-list {
  /* margin: 0 -8px; */
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_design_accordion_carousel
  .slick-slide {
  height: auto;
  margin: 0;
}
/*.join-us-section .join-us-accordion .tabs-wrapper .panel .career_accordion_carousel .slick-list {
  margin: 0 -8px;
} */
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  .slick-slide
  > div {
  display: flex;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  li.slick-active {
  background: #0e0e0e;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .career_accordion_carousel
  li {
  border: 1px solid #0f0f0f;
  margin: 0 7px;
}
.join-us-section .join-us-accordion .tabs-wrapper .panel .container {
  margin: 0px;
  padding: 0px;
  padding-bottom: 30px;
}

.join-us-section .join-us-accordion .tabs-wrapper .panel .container ul li {
  margin-bottom: 0px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000000;
  cursor: pointer;
  padding-left: 0;
}
.join-us-section .join-us-accordion .tabs-wrapper .panel .container ul li a {
  display: block;
  color: #555;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .container
  ul
  li
  a:hover {
  color: #000;
}
.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .container
  ul
  li::before {
  content: '';
  background-image: none;
}

.join-us-section
  .join-us-accordion
  .tabs-wrapper
  .panel
  .container
  ul
  li:last-child {
  /* border-bottom: 1px solid #e2e2e2; */
  border-bottom: 0;
}
/*  */
.some-benefits-section .gray-box .title {
  display: flex;
  align-items: center;
  line-height: 22px;
}
.some-benefits-section .gray-box .title .icon {
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.some-benefits-section .gray-box .title .competitive_compensation_icon {
  background-image: url('../images/competitive_compensation_icon.svg');
}
.some-benefits-section .gray-box .title .accelerated_careers_icon {
  background-image: url('../images/accelerated_careers_icon.svg');
}
.some-benefits-section .gray-box .title .you_covered_icon {
  background-image: url('../images/you_covered_icon.svg');
}
.some-benefits-section .gray-box .title .giving_back_icon {
  background-image: url('../images/giving_back_icon.svg');
}
.some-benefits-section .gray-box .title .inspiring_mentors_icon {
  background-image: url('../images/inspiring_mentors_icon.svg');
}
.some-benefits-section .gray-box .title .continuous_learning_icon {
  background-image: url('../images/continuous_learning_icon.svg');
}
.some-benefits-mb-view.tab-container .tabs-wrapper .tabs-title {
  padding: 0 25px;
  line-height: 80px;
  height: 80px;
  padding: 16px 40px 16px 16px;
  box-shadow: none;
}
.some-benefits-mb-view.tab-container .tabs-wrapper .tabs-title .icon-arrow {
  right: 15px;
}
.some-benefits-mb-view.tab-container .tabs-wrapper .panel .container {
  line-height: 1.79;
  color: #5e5e5e;
  padding: 0px 16px 16px 16px;
  background-color: #fff;
  line-height: 20px;
}
.join-us-section .join-us-accordion {
  padding: 30px 25px;
  padding-top: 50px;
  background-color: #f8f8f8;
}
.title-area.equal-emp-area .sub-title .content {
  /* margin-bottom: 20px; */
}
.title-area.equal-emp-area .sub-title .list-items {
  margin-bottom: 40px;
}
.title-area.equal-emp-area .link {
  font-weight: 600;
}
/*  */

/* common white box tile */
.common_white_box_tile {
  padding: 15px 0;
}
.common_white_box_tile .box_wrapper {
  background: #ffffff;
  /* box-shadow: 10px -6px 41px 3px rgba(39, 92, 141, 0.1); */
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common_white_box_tile .tile_icon {
  background-image: url('../images/engg_and_tech_icon.svg');
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.common_white_box_tile .design .tile_icon {
  background-image: url('../images/design_icon.svg');
}
.common_white_box_tile .product_mgt .tile_icon {
  background-image: url('../images/product_mgt_icon.svg');
}
.common_white_box_tile .box_wrapper .category {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 2%;
  color: #5e5e5e;
}
.common_white_box_tile .box_wrapper .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  letter-spacing: 3%;
  color: #0e0e0e;
  font-weight: 600;
}
.common_white_box_tile .box_wrapper .hashtaags {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1%;
  color: #aaaaaa;
  font-weight: 400;
  height: 65px;
}
/* End */
.technology-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
}

.technology-popup .close-icon {
  background-image: url('../images/close-black.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.technology-section {
  width: 100%;
}
.social_share_buttons {
  width: 100%;
  padding: 0px 25px;
  background-color: #fff;
  z-index: 2;
  margin-bottom: 30px;
  /* height: 100px; */
}
.social_share_buttons > .inner_section {
  /* text-align: center; */
  /* max-width: 235px; */
  line-height: 1.2;
  /* margin: 0 auto; */
}
.apply_btn_mb {
  /* border-bottom: 1px solid #e0e0e7; */
  /* margin: 0 25px; */
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-bottom: 25px; */
  bottom: 0;
  width: 100%;
  position: sticky;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.apply_btn_mb button {
  min-width: 180px;
}
.social_share_buttons .add_this_social_icons {
  margin-top: 10px;
}
.social_share_buttons .add_this_social_icons .txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.social_share_buttons .icons {
  display: flex;
  justify-content: center;
}
.social_share_buttons .text {
  width: 220px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 16px;
}
.twitter_btn {
  margin-right: 20px;
}
.add_this_social_icons .at-resp-share-element .at-share-btn {
  margin: 0 5px 5px;
}
/* related jobs section */
.related_jobs_section {
  padding: 0px 25px;
}
.related_jobs_section .jobs_wrapper .header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.related_jobs_section .jobs_wrapper .header_row .job_title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.related_jobs_section .jobs_wrapper .header_row .job_sub_title {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.related_jobs_section .jobs_wrapper .header_row .job_sub_title a {
  color: #357bef;
  text-decoration: underline;
}
.related_jobs_section .jobs_wrapper .career_related_jobs_carousel .slick-track {
  margin-left: 0;
}
.related_jobs_section .jobs_wrapper .career_related_jobs_carousel .slick-dots {
  bottom: -30px;
}
.related_jobs_section
  .jobs_wrapper
  .career_related_jobs_carousel
  .slick-dots
  li {
  border: 1px solid #0f0f0f;
  margin: 0 7px;
}
.related_jobs_section
  .jobs_wrapper
  .career_related_jobs_carousel
  .slick-dots
  li.slick-active {
  background: #0e0e0e;
}
.related_jobs_section .jobs_wrapper .career_related_jobs_carousel .slick-list {
  margin: 0 -8px;
}
.related_jobs_section .jobs_wrapper .career_related_jobs_carousel .slick-slide {
  height: auto;
  /* margin: 0 8px; */
}
.carousel_tile {
  margin: 0 8px;
}
.related_jobs_section
  .jobs_wrapper
  .career_related_jobs_carousel
  .carousel_tile
  .common_white_box_tile {
  width: 275px;
}
/* end */
.technology-section .inner-wrapper {
  padding: 0px 25px;
}

.technology-section .title-area {
  margin-bottom: 30px;
}

.technology-section .inner-wrapper .main-title {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 1;
  text-align: left;
  margin: 0px;
}

.technology-section .inner-wrapper .sub-title {
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.technology-section .inner-wrapper .opening_para {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
}
.technology-section .technology-details {
  min-height: 70px;
  /* border-bottom: 1px solid #e2e2e2; */
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  padding-right: 20px;
}

.technology-section .technology-details:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.technology-section .technology-details .lbl {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000000;
  width: 100%;
  margin-bottom: 30px;
}

.technology-section .technology-details .description {
  text-align: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.technology-section .technology-details .description .blue-txt {
  border-bottom: 1px solid #357bef;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
/* .technology-section .technology-details .description .desc {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
} */

.technology-section .technology-details .description .info {
  color: #000000;
  line-height: 1.5;
}

.technology-section .technology-details .description .info ul li {
  margin-bottom: 10px;
  position: relative;
  /* line-height: 1.5; */
}
.technology-section .technology-details .description .info ul li:last-child {
  margin-bottom: 0;
}
.technology-section .technology-details .description .info ul li .txt {
  position: relative;
  left: 20px;
}
.technology-section .technology-details .description .info ul li ul.sublist {
  padding-left: 40px;
  margin-top: 10px;
}
.technology-section .technology-details .description .info ul li .bold_txt {
  font-weight: 600;
}
.technology-section .technology-details .description .info ul li::before {
  content: '\2022';
  color: #555;
  width: 5px;
  height: 5px;
  position: absolute;
}
.technology-section .technology-details .description .info .sub_list {
  position: relative;
  left: 35px;
  margin-top: 5px;
}
.technology-section .technology-details .description .info ul li .sub_list li {
  margin-bottom: 5px;
}
.technology-section
  .technology-details
  .description
  .info
  ul
  li
  .sub_list
  li::before {
  content: '\26AC';
}
/* Benifits section as per new req */
.technology-section .benefits_details .benifits_row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.technology-section .benefits_details .right_details .benifits_row:last-child {
  margin-bottom: 0;
}
.technology-section .benefits_details .benifits_row .txt {
  font-size: 15px;
  line-height: normal;
}
.technology-section .benefits_details .benifits_row .icon {
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.technology-section .benefits_details .benifits_row .flexible_working {
  background-image: url('../images/flexible_icon.svg');
  min-width: 23px;
}
.technology-section .benefits_details .benifits_row .health_insurance {
  background-image: url('../images/health_icon.svg');
  height: 18px;
  min-width: 21px;
}
.technology-section .benefits_details .benifits_row .accelarated_icon {
  background-image: url('../images/accelarated_icon.svg');
}
.technology-section .benefits_details .benifits_row .competitive_icon {
  background-image: url('../images/competitive_icon.svg');
}
.technology-section .benefits_details .benifits_row .revards_icon {
  background-image: url('../images/revards_icon.svg');
  height: 22px;
  /* min-width: 16px; */
}
.technology-section .benefits_details .benifits_row .competitive_env_icon {
  background-image: url('../images/competitive_env_icon.svg');
}
.technology-section .benefits_details .benifits_row .sponsored_certifications {
  background-image: url('../images/sponsored_certifications.svg');
}
.technology-section .benefits_details .benifits_row .global_customers {
  background-image: url('../images/global_customers.svg');
}
.technology-section .benefits_details .benifits_row .mentorship_leaders {
  background-image: url('../images/mentorship_leaders.svg');
}
/* End */
/* Breaker box with arrow and link */
.technology-section .breaker_box_link {
  margin-bottom: 30px;
  padding-right: 0;
  width: 100%;
}
.technology-section .breaker_box_link .box_wrapper {
  background-image: url('../images/breaker_box_img.svg');
  background-position: center;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 20px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #373737;
}
.technology-section .breaker_box_link .box_wrapper .right_arrow {
  background-image: url('../images/right-arrow-bio.svg');
  width: 35px;
  height: 15px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* End */
/*  */
.some-benefits-section {
  margin-bottom: 0;
  background-color: #f8f8f8;
  padding: 40px 0 20px 0;
}
.some-benefits-section .title-area {
  margin-bottom: 25px;
}
.some-benefits-section .title-area .main-title {
  font-size: 14px;
}
.error-state-container {
  text-align: center;
  height: calc(100vh);
  display: table;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
}
.error-state-container .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.error-state-container .inner-wrapper .text-area {
  position: relative;
}
.error-state-container .inner-wrapper .text-area .large-txt {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 5.4px;
  color: #f5f5f5;
}
.error-state-container .inner-wrapper .text-area .error-details {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4.9px;
  color: #000000;
  height: 35px;
}
.error-state-container .inner-wrapper .info {
  text-align: center;
  color: #000000;
  font-size: 20px;
  margin-bottom: 65px;
}
.error-state-container .inner-wrapper .ms-btn {
  display: block;
  width: 250px;
  margin: 0 auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.error-state-container .inner-wrapper .text-area .error-details .error-code {
  display: block;
  margin-bottom: 5px;
}

/*==================== ESG Page CSS ==================== */
/* Banner Section */
.banner_img_section {
  height: 100vh;
  position: relative;
}
.banner_img_section .bg_banner_img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.banner_img_section .black_top_gradient {
  height: 110px;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 96.41%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.banner_img_section .bg_banner_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.banner_img_section .bg_banner_img .desktop_bg {
  display: none;
}
.banner_img_section .slogan-main {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  padding: 0 25px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.banner_img_section .slogan-main .companies_names {
  background-color: #0d4c27;
  font-size: 16px;
  border-radius: 34px;
  padding: 5px 15px;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.banner_img_section .slogan-main .companies_names .x {
  padding: 0 10px;
}
.banner_img_section .slogan-main .companies_names .ms,
.x {
  font-weight: 400;
  line-height: 1;
}
.banner_img_section .slogan-main .cloud_companies_names .ms {
  text-transform: uppercase;
}
.banner_img_section .slogan-main .banner_title {
  max-width: 335px;
  margin: 0 auto;
  font-size: 38px;
  line-height: 47px;
  font-weight: 700;
}
.banner_img_section .slogan-main .sub_txt {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.03em;
  text-align: left;
}
/* Banner section ends */
/* our expertise */
.our_expertise_section {
  /* background-color: #0e0e0e;
  color: #fff; */
  padding: 60px 25px;
  text-align: center;
}
.our_expertise_section_esg {
  background-color: #0e0e0e;
  color: #fff;
}
.our_expertise_section_cloud {
  background: none;
  color: #000;
}
.our_expertise_section .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.our_expertise_section .sub_title {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 46px;
  font-weight: 700;
}
.our_expertise_section .inner_wrapper .desktop_view {
  display: none;
}
.our_expertise_section .expertise_list .expertise_tile {
  display: flex;
  justify-content: center;
}
.our_expertise_section .expertise_list .expertise_tile:last-child .list_item {
  margin: 0;
}
.our_expertise_section .expertise_list .list_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_row.three
  .list_item {
  margin-bottom: 0;
}
/* .our_expertise_section .expertise_list .list_row.first {
  margin-bottom: 30px;
} */
.our_expertise_section .expertise_list .list_row.second .list_item {
  margin: 0;
}
.our_expertise_section .expertise_list .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0px 50px 0;
  max-width: 120px;
}
.our_expertise_section .expertise_list .cloud_list_mb {
  margin: 0 0px 78px 0;
}
.our_expertise_section .expertise_list .list_item.analytics {
  max-width: 102px;
}
.our_expertise_section .expertise_list .list_item .exp_icon {
  background-image: url('../images/decision_science_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 28px;
  width: 28px;
  height: 30px;
  margin: 0 0 10px 0;
}
.our_expertise_section .expertise_list .list_item .api {
  background-image: url('../images/api_icon.svg');
}
.our_expertise_section .expertise_list .list_item .analytics_icon {
  background-image: url('../images/analytics_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 28px;
}
.our_expertise_section .expertise_list .list_item .big_data {
  background-image: url('../images/big_data_icon.svg');
}
.our_expertise_section .expertise_list .list_item .cloud_scale {
  background-image: url('../images/cloud_icon.svg');
  min-width: 32px;
  width: 32px;
  height: 22px;
}
.our_expertise_section .expertise_list .list_item .ai {
  background-image: url('../images/AI_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.our_expertise_section .expertise_list .list_item .design {
  background-image: url('../images/design_studio_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.our_expertise_section .expertise_list .list_item .exp_title {
  line-height: 24px;
}
/* ourexpertise end */
/* The opportunity  section*/
.the_opportunity_section {
  padding: 40px 25px;
}
.the_opportunity_section strong {
  font-weight: 700;
}
.the_opportunity_section .left_info {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.the_opportunity_section .right_info {
  padding: 25px 20px;
  background-color: #f6f6f6;
  text-align: center;
  height: 338px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.the_opportunity_section .right_info .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #5ac43b;
  text-transform: uppercase;
}
.the_opportunity_section .right_info .para {
  color: #000000;
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
}
/* The opportunity  section end*/
/* Our offerings section */

.our_offerings_section {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 300px;
}
.our_offerings_section .inner_wrapper {
  background-image: url('../images/offerings_bg_mobile.svg');
  height: 393px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.our_offerings_section .information_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 50px 0 0 0;
}
.our_offerings_section .info_area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_offerings_section .title_wrapper {
  padding: 0 25px;
  max-width: 420px;
  text-align: center;
}
.our_offerings_section .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.our_offerings_section .sub_title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 auto 80px auto;
}
.our_offerings_section .offerings_tiles {
  display: none;
}
.cloud_microsite_container .our_offerings_section .offerings_tiles {
  display: block;
}
.our_offerings_section .slider-container {
  margin-bottom: 0;
  position: absolute;
  bottom: -300px;
}
.our_offerings_section .slider-container .img-section {
  background-color: transparent;
  display: inline-flex !important;
  justify-content: center;
  margin-right: 30px;
  margin-bottom: 50px;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .img-section {
  display: inline-flex !important;
  margin-right: 0;
  margin-bottom: 0;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .img-section:last-child {
  margin-right: 0;
  padding-bottom: 0;
}
.our_offerings_section .slider-container .tile {
  width: 264px;
  height: 292px;
}
.our_offerings_section .offerings_tiles .titles_wrapper {
  display: flex;
}
.our_offerings_section .tile {
  padding: 20px;
  background-color: #fff;
  color: #000;
  box-shadow: 10px 10px 50px 3px rgb(39 92 141 / 10%);
  border-radius: 15px;
  margin-right: 0px;
  position: relative;
  text-align: left;
  width: 264px;
}
.our_offerings_section .offerings_tiles .titles_wrapper .tile:last-child {
  margin-right: 0;
}
.our_offerings_section .service_name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  /* margin-bottom: 130px; */
}
.our_offerings_section .service_name.last {
  max-width: 200px;
}
.our_offerings_section .options {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #5e5e5e;
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.our_offerings_section .type_tag {
  background: #ebfbd7;
  border-radius: 34px;
  display: inline-flex;
  padding: 12px 22px;
  color: #5ac43b;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: text; /* Safari */
  -ms-user-select: text; /* IE 10 and IE 11 */
  user-select: text;
}
.our_offerings_section .type_tag.blue {
  background: #dafaf4;
  color: #237767;
}
/* Our offerings section end */

/* Digital transformation Services */
.digital_transformation_services_section {
  padding: 30px 25px;
}
.digital_transformation_services_section .transformation_img {
  /* height: 500px; */
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
.digital_transformation_services_section .transformation_img .mobile {
  max-width: 500px;
  margin: auto;
  display: block;
}
.digital_transformation_services_section .container {
  padding: 30px;
}
.digital_transformation_services_section .container .one {
  height: 150px;
  width: 150px;
  border: 5px solid #bae880;
  border-radius: 50%;
}
.digital_transformation_services_section .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.2em;
}
.digital_transformation_services_section .transformation_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.digital_transformation_services_section .transformation_img .desktop {
  display: none;
}
/* Digital transformation Services ends */

/* workflow API platform section */
.workflow_API_platform_section {
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  padding: 50px 15px;
}
.workflow_API_platform_section .bg_img {
}
.workflow_API_platform_section .bg_img_mobile {
  height: 325px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.platforms_container_desktop {
  display: none;
}
.workflow_API_platform_section .bg_img_mobile img {
  height: 100%;
  width: 100%;
}
.workflow_API_platform_section .bg_img_mobile .workflow_icon {
  background-image: url('../images/Workflow_icon.svg');
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}
.workflow_API_platform_section .bg_img_mobile .api_icon {
  background-image: url('../images/ecg_icon.png');
}
.workflow_API_platform_section .bg_img img {
}
.workflow_API_platform_section .right_info,
.left_info {
  padding: 0 10px;
}
.workflow_API_platform_section .right_info .title,
.left_info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0e0e0e;
}
.workflow_API_platform_section .right_info .sub_title,
.left_info .sub_title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #237767;
}
.workflow_API_platform_section .right_info .para,
.left_info .para {
  font-size: 14px;
  line-height: 32px;
}
.workflow_API_platform_section .right_info ul,
.left_info ul {
  list-style-type: disc;
  list-style: disc;
  margin-left: 5px;
}
.workflow_API_platform_section .right_info li,
.left_info li {
  margin-left: 10px;
}
.workflow_API_platform_section .left_info {
}
/* workflow API platform section end*/

/* Ready section */
.ready_section {
  height: auto;
}
.ready_section .type-writer-effect-wrapper {
  padding: 70px 25px;
}
.ready_section .type-writer-effect-wrapper .bg-img-area {
  left: 0;
}
.ready_section .type-writer-effect-wrapper .bg-img-area .ready_desktop_bg {
  display: none;
}
.ready_section .type-writer-effect-wrapper .bg-img-area img {
  object-position: left;
}
.ready_section .type-writer-effect-wrapper .inner-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ready_section .type-writer-effect-wrapper .inner-wrapper .typewrite {
  text-align: left;
}
.ready_section .type-writer-effect-wrapper .inner-wrapper .lbl {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}
.ready_section .type-writer-effect-wrapper .inner-wrapper .typewriter {
  font-size: 24px;
  line-height: 30px;
  max-width: 300px;
  padding: 0;
}
/* Ready section end*/
/*==================== ESG Page CSS end ==================== */
/*==================== Cloud Microsite Page CSS Start ==================== */
/* cloud entry point and UX microsite banner css start */
/* .cloud_entry_banner .inner_wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  background-image: none;
  padding: 0;
} */
/* .cloud_entry_banner .inner_wrapper .img_container {
  width: 100%;
  min-height: 250px;
} */
/* .cloud_entry_banner .inner_wrapper .img_container .desktop {
  display: none;
} */
/* .cloud_entry_banner .inner_wrapper .img_container img {
  width: 100%;
}
.cloud_entry_banner .inner_wrapper .information_wrapper {
  width: 100%;
  padding: 30px 20px;
}
.cloud_entry_banner .inner_wrapper .information_wrapper .img_notch {
  display: none;
} */
/* cloud entry point and UX microsite banner css end */
/* Section one */
.cloud_microsite_container .banner_img_section .slogan-main {
  font-size: 38px;
  line-height: 52px;
}
.cloud_microsite_container .banner_img_section .slogan-main .companies_names {
  background-color: #0e0e0e;
}
.cloud_microsite_container
  .banner_img_section
  .slogan-main
  .cloud_companies_names {
  background-color: #242424;
}
.cloud_microsite_container .banner_img_section .bg_banner_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cloud_microsite_container .banner_img_section .slogan-main .ms-btn {
  /* background-color: #fff;
  color: #000000; */
  font-weight: 400;
  margin-top: 25px;
}
.cloud_microsite_container .banner_img_section .slogan-main .ms-btn a {
  color: #ffffff; 
}
.cloud_microsite_container .banner_img_section .slogan-main .ms-btn:hover a {
  color: #000000; 
}
/* Section two */
.cloud_microsite_container .our_expertise_section .sub_title {
  font-size: 38px;
  line-height: 52px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .offering_icon {
  background-image: url('../images/cloud_native_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 25px;
  width: 25px;
  height: 28px;
  margin: 0 0px 10px 0;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .automation {
  background-image: url('../images/automation_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .reliability {
  background-image: url('../images/reliability_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 28px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .scalability {
  background-image: url('../images/scalability_icon.svg');
  min-width: 26px;
  width: 26px;
  height: 26px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .release {
  background-image: url('../images/release_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .security {
  background-image: url('../images/Security_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 28px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .performance {
  background-image: url('../images/Performance_icon.svg');
  min-width: 21px;
  width: 21px;
  height: 29px;
}

.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .enterprise {
  background-image: url('../images/enterprise_icon.svg');
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.cloud_microsite_container
  .our_expertise_section
  .expertise_list
  .list_item
  .cloud {
  background-image: url('../images/Cloud_cost.svg');
  min-width: 32px;
  width: 32px;
  height: 30px;
}
.cloud_microsite_container .our_expertise_section .expertise_list .list_item {
  max-width: 155px;
}
/* end */
/* Section three success stories */
.cloud_microsite_container .mobile_success {
  display: block;
}
.cloud_microsite_container .desktop_success {
  display: none;
}
.cloud_microsite_container .cloud_success_stories .inner_wrapper {
  padding: 60px 0px;
  background-color: #000;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .carousel_main_container {
  padding: 0;
  margin-bottom: 0;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .carousel_main_container
  .slick-slide {
  padding: 0 20px; /* New Added */
  /* margin-right: 20px; */
}
/* .cloud_microsite_container .cloud_success_stories .inner_wrapper .carousel_main_container .slick-list {
  background-color: #fff;
} */
.cloud_microsite_container .cloud_success_stories .inner_wrapper .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px;
}
.cloud_microsite_container
  .cloud_success_stories
  .carousel_main_container
  .success_mob_img {
  min-width: 100%;
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
}
.cloud_microsite_container
  .cloud_success_stories
  .success_stories_mb_view
  .success_mob_img {
  min-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
.cloud_microsite_container
  .cloud_success_stories
  .success_stories_mb_view
  .success_mob_img
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .carousel_main_container
  > button {
  display: none !important;
}
.cloud_microsite_container
  .cloud_success_stories
  .carousel_main_container
  .slick-dots {
  left: 0;
  right: 0 !important;
  margin: 0 auto;
}
.cloud_microsite_container .cloud_success_stories .inner_wrapper .text_area {
  width: 100%;
  padding-right: 5px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.cloud_microsite_container
  .cloud_success_stories
  .success_stories_mb_view
  .text_area {
  padding: 0 30px;
  margin-bottom: 60px;
}
.cloud_microsite_container .cloud_success_stories .inner_wrapper .text_wrapper {
  padding: 0;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .hash_tag {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2d9cdb;
  margin-bottom: 8px;
  font-family: 'Metropolis';
}
.cloud_microsite_container
  .cloud_success_sections
  .right-section
  .bottom-title-area
  .hash_tags,
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .hash_tags {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.cloud_microsite_container
  .cloud_success_sections
  .right-section
  .bottom-title-area
  .hash_tags
  .hash_tag,
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .hash_tags
  .hash_tag {
  background-color: #262626;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: #f2f2f2;
  font-weight: 600;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .highlighter {
  font-weight: 700;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .text {
  color: #fff;
  margin-bottom: 0;
  max-height: 200px;
  height: 200px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.cloud_microsite_container
  .cloud_success_stories
  .inner_wrapper
  .text_wrapper
  .text {
  max-height: auto;
  height: auto;
}
.cloud_microsite_container
  .cloud_success_stories
  .carousel_main_container
  .slick-dots
  li.slick-active {
  background-color: #2d9cdb;
}
.cloud_microsite_container
  .cloud_success_stories
  .carousel_main_container
  .slick-dots {
  background-color: #bbbbbb;
}
.cloud_microsite_container
  .cloud_success_stories
  .carousel_main_container
  .slick-dots {
  right: 20px;
}
/* success stories ends */
/* Section three */
.cloud_microsite_container .our_offerings_section {
  margin: unset;
  background-color: #f6f6f6;
}
.cloud_microsite_container .our_offerings_section .inner_wrapper {
  background-image: none;
  height: auto;
}
.cloud_microsite_container .our_offerings_section .img_container {
  /* background-image: url('../images/our_offering_section_bg.png'); */
  background-color: #f6f6f6;
  /* height: 493px; */
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 60px 20px 30px;
}
.cloud_microsite_container
  .our_offerings_section
  .img_container
  .title_wrapper
  > div {
  color: #000;
}
.cloud_microsite_container
  .our_offerings_section
  .img_container
  .title_wrapper {
  margin: auto;
  padding: 0;
}
.cloud_microsite_container .our_offerings_section .links_slider {
  /* max-width: 700px; */
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* @media only screen and (min-width: 1060px) {
  .cloud_microsite_container .our_offerings_section .links_slider {
    max-width: unset;
  }
} */
.cloud_microsite_container .our_offerings_section .information_wrapper {
  position: relative;
  padding: 20px 20px 70px 20px;
}
.cloud_microsite_container .our_offerings_section .type_tag {
  background-color: #f9fdff;
  color: #007abf;
  position: absolute;
  top: 25px;
  left: 25px;
  border: 1px solid #e7f6ff;
}
.cloud_microsite_container .our_offerings_section .sub_title {
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 25px;
}
.cloud_microsite_container .our_offerings_section .site_slogan {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  letter-spacing: -0.04em;
}
.cloud_microsite_container .our_offerings_section .service_name {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #4f4f4f;
  font-weight: 400;
  -webkit-user-select: text; /* Safari */
  -ms-user-select: text; /* IE 10 and IE 11 */
  user-select: text;
}
.cloud_microsite_container .our_offerings_section .slider-container .tile {
  padding: 90px 25px 40px 25px;
  width: 278px;
  height: 270px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  box-shadow: none;
  border: 1px solid #dcd9d8;
  border-radius: 0;
}
.cloud_microsite_container .our_offerings_section .service_details {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  -webkit-user-select: text; /* Safari */
  -ms-user-select: text; /* IE 10 and IE 11 */
  user-select: text;
}
.cloud_microsite_container .our_offerings_section .slider-container {
  position: relative;
  bottom: auto;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .slick-dots {
  bottom: -20px;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .slick-dots
  .slick-active {
  background-color: #0e0e0e;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .slick-dots
  li {
  border: 1px solid #0f0f0f;
}
.cloud_microsite_container
  .our_offerings_section
  .slider-container
  .links_slider
  .slick-slide {
  height: 325px;
}
/* .our_offerings_section .information_wrapper .cloud_slider > div > div > div > div > div {
  margin-right: -18px;
} */
.our_offerings_section .information_wrapper .cloud_slider .tile {
  width: auto;
  height: auto;
  max-width: 500px;
}
.cloud_microsite_container .learning_trails_txt {
  color: #000;
  text-align: left;
}
.cloud_microsite_container .question {
  letter-spacing: 0.11em;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cloud_microsite_container .ans {
  font-size: 22px;
  line-height: 1.56;
  color: #555;
}
.cloud_microsite_container .our_offerings_section.deep_dive_section {
  margin-bottom: 320px;
}
.cloud_microsite_container .tech_stack_container {
  color: #fff;
  background-color: #fff;
  /* margin-bottom: 50px; */
  color: #333333;
}
.cloud_microsite_container .tech_stack_container .inner_wrapper {
  padding: 60px 20px;
  background-color: #fff;
  position: relative;
  z-index: 90;
}
.cloud_microsite_container .tech_stack_container .title_wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.cloud_microsite_container .tech_stack_container .inner_wrapper .row_one {
  margin-bottom: 20px;
  background-color: #f6f6f687;
  border-radius: 15px;
  padding: 25px 0 0 0;
}
.cloud_microsite_container .tech_stack_container .inner_wrapper .row_two {
  background-color: #f6f6f687;
  border-radius: 15px;
  padding: 25px 0 0 0;
}
.cloud_microsite_container .tech_stack_container .title_wrapper .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cloud_microsite_container .tech_stack_container .title_wrapper .sub_title {
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 auto 25px auto;
}
.cloud_microsite_container .tech_stack_container .title_wrapper .slogan {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper {
  padding-top: 6px;
  /* border-radius: 15px; */
}

.cloud_microsite_container .tech_stack_container .mobile_tech_stack {
  display: block;
  /* padding-right: 32px; */
}

.cloud_microsite_container .tech_stack_container .desktop_tech_stack {
  display: none;
}

.cloud_microsite_container .tech_stack_container .tech_wrapper .logo_section {
  margin-bottom: 20px;
}
.cloud_microsite_container
  .tech_stack_container
  .tech_wrapper
  .logo_section:last-child {
  margin-bottom: 0;
}
.cloud_microsite_container
  .tech_stack_container
  .tech_wrapper
  .logo_section:last-child
  .logo_area {
  margin-bottom: 0;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .row {
  justify-content: center;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .tech_title {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .logo_area {
  width: 81px;
  max-width: 81px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .amazon img {
  min-width: 47px;
  width: 47px;
  height: 28px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .azure img {
  min-width: 80px;
  width: 80px;
  height: 24px;
}
.cloud_microsite_container
  .tech_stack_container
  .tech_wrapper
  .digital_ocean
  img {
  min-width: 57px;
  width: 57px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .salseforce img {
  min-width: 45px;
  width: 45px;
  height: 32px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .chef img {
  min-width: 38px;
  width: 38px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .VMware img {
  min-width: 81px;
  width: 81px;
  height: 12px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .akkamai img {
  min-width: 70px;
  width: 70px;
  height: 28px;
}
.cloud_microsite_container
  .tech_stack_container
  .tech_wrapper
  .google_cloud
  img {
  min-width: 81px;
  width: 81px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .docker img {
  min-width: 48px;
  width: 48px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .ansible img {
  min-width: 33px;
  width: 33px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .kubernets img {
  min-width: 80px;
  width: 80px;
  height: 33px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .helm img {
  min-width: 35px;
  width: 35px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .bitbucket img {
  min-width: 68px;
  width: 68px;
  height: 26px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .spinnakar img {
  min-width: 35px;
  width: 35px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .puppet img {
  min-width: 80px;
  width: 80px;
  height: 28px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .terraform img {
  min-width: 81px;
  width: 81px;
  height: 19px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .jenkins img {
  min-width: 81px;
  width: 81px;
  height: 25px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .elk img {
  min-width: 67px;
  width: 67px;
  height: 30px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .splunk img {
  min-width: 81px;
  width: 81px;
  height: 40px;
}
.cloud_microsite_container .tech_stack_container .tech_wrapper .vagrant img {
  min-width: 33px;
  width: 33px;
  height: 40px;
}
.cloud_microsite_container .engagement_services_container {
  margin-bottom: 100px;
}
.cloud_microsite_container .engagement_services_container .title {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.cloud_microsite_container .slider-container {
  margin-bottom: 0;
}
/* engagement_services start */
.cloud_microsite_container .engagement_services {
  background-color: #000;
  padding: 60px 30px;
}
.cloud_microsite_container .engagement_services .bootstrap-wrapper .row {
  width: 100%;
}
.cloud_microsite_container .engagement_services .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 50px;
}
.cloud_microsite_container .engagement_services .img_wrapper {
  display: flex;
  justify-content: center;
}
.cloud_microsite_container .engagement_services .img_wrapper .desktop {
  display: none;
}
.engagement_services .cloud_engage_n_service .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #56ccf2;
  margin-bottom: 23px;
  text-align: left;
  text-transform: capitalize;
}

.engagement_services .cloud_engage_n_service > div {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.engagement_services .cloud_engage_n_service .eng_n_service_list {
  color: #828282;
  margin-left: 16px;
}

.engagement_services .cloud_engage_n_service .eng_n_service_list > li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.engagement_services .border_section {
  position: relative;
  opacity: 0.7;
  margin: 30px 12px 74px;
  border-top: 1px dashed #56ccf2;
}

.engagement_services .border_section .vertical_border {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  border-left: 1px dashed #56ccf2;
}

.engagement_services .final_value {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #000;
  color: #828282;
}

.engagement_services .final_value .realizing_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #56ccf2;
  text-align: left;
  margin-bottom: 25px;
}
.engagement_services .final_value ul {
  list-style-type: disc;
  margin-left: 13px;
}
.engagement_services .final_value ul li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.engagement_services .final_value .final_list_grp:last-child ul li:last-child {
  margin-bottom: 0;
}
.engagement_services .cloud_engage_n_service .one {
  transition-duration: 1s;
}
.engagement_services .cloud_engage_n_service .two {
  transition-duration: 2s;
}
.engagement_services .cloud_engage_n_service .three {
  transition-duration: 3s;
}
.engagement_services .cloud_engage_n_service .four {
  transition-duration: 4s;
}
.engagement_services .border_section {
  transition-duration: 3s !important;
  position: relative;
  z-index: 0;
}
.engagement_services .final_value {
  transition-duration: 3s !important;
}
/* engagement_services end */
/*==================== Cloud Microsite Page CSS End ==================== */

/* Breadcrumbs */

.breadcrumbs {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -8px;
  position: sticky;
  top: 0;
  /* height: 60px;
  line-height: 60px; */
  background-color: #fff;
  z-index: 1;
}
.breadcrumbs_with_header {
  top: 75px;
}
.breadcrumbs_link {
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumbs .divider {
  display: inline-block;
  opacity: 0.7;
  margin: 0 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
}
.breadcrumbs_link_level_one,
.breadcrumbs_current {
  position: relative;
}
.breadcrumbs_current {
  font-weight: 600;
}

/* Media Queries */

@media (max-width: 660px) and (orientation: landscape) {
  .section {
    padding-bottom: 0;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .company-branding-container .x-logo-area {
    margin-top: 85px !important;
  }
  .company-branding-container .x-logo-area .x-logo {
    width: 80px;
    height: 140px;
  }
  .full-screen-bg-video .company-branding-container .slogan-main {
    margin-top: 25px;
  }
  .services-section .links-area .services {
    padding: 0;
  }
  .services-section .links-area {
    padding: 60px 30px;
  }
  .type-writer-effect-area {
    position: relative;
  }
  .slider-container .img-section,
  .slick-slide {
    /* min-height: 100vh; */
    height: auto;
  }
  .slider-container .legend {
    position: relative;
  }
  .slider-container,
  .services-section,
  .our-clients-section {
    height: auto;
    max-height: inherit;
  }
  .leadership-details-popup {
    height: 100vh;
  }
  .section {
    padding-bottom: 0;
  }
  .some-benefits-section {
    padding: 20px 0 20px 0;
  }
  .nav-container .footer {
    bottom: 30px;
  }
  .leadership-section .box .image-area {
    height: 210px;
    width: 210px;
  }
  .leadership-details-popup.slider-container .box .image-area {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
  }
  .leadership-details-popup .desc {
    max-height: 90px;
    font-size: 15px;
    line-height: 1.5;
  }
  .leadership-details-popup.slider-container .slick-dots {
    bottom: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .banner_img_section .slogan-main .banner_title {
    max-width: 550px;
    margin: 0 auto;
  }
  .slider-container .img-section img {
    height: 50%;
  }
  /* ESG banner secion */
  .entry_banner_section {
    margin-bottom: 0;
  }
  .entry_banner_section .entry_banner_details .information_wrapper .dash {
    margin: 10px 0 10px 0;
  }
  .entry_banner_section .entry_banner_details .information_wrapper .ms-btn {
    min-width: 180px;
    padding: 12px;
  }
  /* ESG banner Section ends */
  /* Microsite banner section */
  .microsite_banner_section .inner_wrapper {
    background-image: url('../images/microsite_banner_img_desktop.png');
    align-items: center;
    height: 512px;
  }
  .microsite_banner_section .inner_wrapper .information_wrapper {
    width: 375px;
  }
  /*  Microsite banner section end */
  /* cloud entry point and UX microsite banner css start */

  .cloud_entry_banner .inner_wrapper {
    flex-direction: row;
  }
  .entry_banner_section
    .entry_banner_details
    .information_wrapper
    .img_notch
    img {
    height: 100%;
  }
  .entry_banner_section.cloud_entry_banner
    .inner_wrapper
    .information_wrapper
    .img_notch {
    left: -1px;
    right: unset;
  }
  /* cloud entry point and UX microsite banner css end */
  /* Banner Section */
  .entry_banner_section.AI_entry_banner .inner_wrapper {
    flex-direction: row-reverse;
  }
  .entry_banner_section.AI_entry_banner
    .inner_wrapper
    .information_wrapper
    .img_notch {
  }
  .banner_img_section .bg_banner_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
  }
  .banner_img_section .bg_banner_img .mobile_bg {
    display: none;
  }
  .banner_img_section .bg_banner_img .desktop_bg {
    display: block;
  }
  /* Banner Section ends */

  /* Our offerings section */
  .our_offerings_section .slider-container .img-section {
    margin-right: 40px;
  }
  .our_offerings_section .inner_wrapper {
    background-image: url('../images/offerings_bg.svg');
  }
  /* Our offerings section END */

  /*  */
  .workflow_API_platform_section .bg_img_mobile {
    height: 420px;
  }
  /*  */

  /* Ready Section */
  .ready_section .type-writer-effect-wrapper .bg-img-area .ready_desktop_bg {
    display: block;
  }
  .ready_section .type-writer-effect-wrapper .bg-img-area .ready_mobile_bg {
    display: none;
  }
  /* Ready Section Ends */
  /* ======== Cloud Microsite start =========*/
  .cloud_microsite_container .cloud_success_stories .inner_wrapper .text_area {
    margin-bottom: 90px;
  }
  /* Entry point banner */
  /*  */
  .cloud_microsite_container
    .ready_section
    .type-writer-effect-wrapper
    .bg-img-area
    img {
    object-position: inherit;
  }
  /*  */
  /*  */
  .cloud_microsite_container .engagement_services .img_wrapper .mobile {
    display: none;
  }
  .cloud_microsite_container .engagement_services .img_wrapper .desktop {
    display: block;
  }
  .cloud_microsite_container .tech_stack_container .mobile_tech_stack {
    padding-right: 0;
  }
  /*  */
  /* ======== Cloud Microsite End =========*/
  /* career page */
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_accordion_carousel
    .common_white_box_tile {
    width: 320px;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .common_white_box_tile {
    width: 320px;
  }
  /* common tile */
  /* .common_white_box_tile .box_wrapper .hashtaags {
    height: 55px;
  } */
  /* end */
}
@media only screen and (min-width: 575px) {
  .engagement_services .final_value .row ul .list_point {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .cloud_microsite_container .engagement_services .title_mb {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .contact-us-popup .big-txt {
    font-size: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .banner_img_section .slogan-main {
    align-items: flex-start;
  }
  .banner_img_section .slogan-main .banner_title {
    max-width: 912px;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    margin: 0 0 35px;
  }
  .company-branding-container .x-logo-area {
    margin-top: 220px;
  }
  .services-section .links-area .services {
    padding: 0 60px;
  }
  .leadership-section .box .image-area {
    width: 240px;
    height: 240px;
  }
  .slider-container.our-expertise-slider .legend {
    height: 260px;
  }
  .typography-bg-section .typography-bg .we-text {
    font-size: 18px;
  }
  .typography-bg-section .inner-wrapper {
    width: 68%;
  }
  .top-section .outline-txt {
    font-size: 20px;
  }
  .top-section .info-txt {
    font-size: 48px;
  }
  .full-screen-bg-video .company-branding-container .slogan-main,
  .nav-container .navigation-link ul li a {
    font-size: 75px;
  }
  .nav-container .navigation-link ul li a {
    font-size: 48px;
    /* font-size: 60px; */
  }
  .sub-title {
    width: 87%;
    margin: 0 auto;
  }
  .leadership-section .inner-wrapper .sub-title {
    width: 65%;
  }
  .leadership-team-details {
    padding: 0 80px;
  }
  .leadership-section .box .details .name {
    font-size: 16px;
  }
  .leadership-section .box .details .designation {
    font-size: 14px;
  }
  .pre-footer-section .sub-title.our-company-pre-footer {
    width: 600px;
  }
  .nav-container .footer {
    font-size: 16px;
  }
  .pre-footer-section.martin-txt .txt {
    width: 70%;
  }
  .counter-section {
    padding: 0 120px;
  }
  .error-state-container .inner-wrapper .text-area .large-txt {
    font-size: 180px;
  }
  .error-state-container .inner-wrapper .text-area .error-details {
    font-size: 24px;
    letter-spacing: 8.4px;
    height: 24px;
  }
  .error-state-container .inner-wrapper .text-area .error-details .error-code {
    display: inline-block;
    margin-bottom: 0;
  }
  .error-state-container .inner-wrapper .info {
    font-size: 24px;
    margin-bottom: 40px;
  }
  /* career page */
  .some-benefits-section .title-area .main-title {
    font-size: 18px;
  }
  .join-us-section .join-us-accordion .sub_title {
    width: 65%;
    margin-bottom: 70px;
  }
  /* end */
  /*==================== ESG Page CSS ==================== */
  .banner_img_section .bg_banner_img img {
    height: 100%;
    object-fit: cover;
    background-position: center;
  }
  .banner_img_section .slogan-main {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  /* Our expertise section */
  .our_expertise_section .inner_wrapper .mobile_view {
    display: none;
  }
  .our_expertise_section .inner_wrapper .desktop_view {
    display: block;
  }
  .cloud_microsite_container
    .our_expertise_section
    .inner_wrapper
    .desktop_view {
    padding: 0 44px;
  }
  .cloud_microsite_container .our_expertise_section .sub_title {
    padding: 0 8px;
  }
  .our_expertise_section .expertise_list .list_row.first {
    justify-content: space-evenly;
  }
  .our_expertise_section .expertise_list .list_row {
    justify-content: space-between;
  }
  .our_expertise_section .expertise_list .list_row:last-child .list_item {
    margin-bottom: 0;
  }
  .our_expertise_section_cloud {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* Our expertise section end */
  /* The opportunity  section*/
  .the_opportunity_section {
    padding: 60px 25px;
  }
  .the_opportunity_section .left_info {
    font-size: 26px;
    line-height: 32px;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
    height: 100%;
  }
  .the_opportunity_section .right_info {
    padding: 30px;
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
  .the_opportunity_section .right_info .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .the_opportunity_section .right_info .para {
    font-size: 36px;
    line-height: 44px;
  }
  /* The opportunity  section end*/
  /* Our offerings section */

  .our_offerings_section .title_wrapper {
    max-width: unset;
  }
  .our_offerings_section .slider-container .img-section {
    margin-right: 40px;
  }
  /* Our offerings section END */
  /* workflow API platform section */
  .workflow_API_platform_section {
    padding: 0;
  }
  .workflow_API_platform_section .platforms_container_mobile {
    display: none;
  }
  .workflow_API_platform_section .right_info {
    padding-top: 50px;
  }
  .workflow_API_platform_section .left_info {
    padding-bottom: 50px;
  }
  .workflow_API_platform_section .bg_img_mobile {
    height: 100%;
  }
  .platforms_container_desktop {
    display: block;
    position: relative;
    /* background-image: url("../images/Workflow_API_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  }
  .platforms_container_desktop .bg_img {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  .platforms_container_desktop .bg_img img {
    height: 100%;
    min-width: 100%;
    object-fit: fill;
  }
  .workflow_API_platform_section .bg_img_mobile .workflow_icon {
    height: 170px;
    width: 170px;
  }
  .workflow_API_platform_section .left_info {
    padding-left: 25px;
  }
  .workflow_API_platform_section .right_info .title,
  .left_info .title {
    font-size: 26px;
  }
  .workflow_API_platform_section .right_info .sub_title,
  .left_info .sub_title {
    font-size: 18px;
    line-height: 24px;
  }
  .workflow_API_platform_section .right_info .para,
  .left_info .para {
    font-size: 16px;
  }
  /* workflow API platform section end*/
  /* Ready section */
  .ready_section .type-writer-effect-wrapper .inner-wrapper {
    align-items: flex-start;
  }
  .ready_section .type-writer-effect-wrapper .inner-wrapper .typewriter {
    text-align: left;
  }
  .ready_section .type-writer-effect-wrapper .inner-wrapper .lbl {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .ready_section
    .type-writer-effect-wrapper
    .inner-wrapper
    .typewriter-text-area {
    font-size: 24px;
    line-height: 30px;
  }
  /* Ready section end*/
  /* ESG section end*/
  /* Cloud Microsite section start */
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_row.three {
    justify-content: space-evenly;
  }
  .cloud_microsite_container
    .ready_section
    .type-writer-effect-wrapper
    .inner-wrapper
    .typewriter {
    max-width: 770px;
  }
  /* End */
  /* Breaker box with arrow and link */
  .technology-section .breaker_box_link .box_wrapper {
    background-position: right;
    font-size: 20px;
    line-height: 24px;
  }
  /* end */
  /*  */
  .technology-section .benefits_details .benifits_row:last-child {
    margin-bottom: 0;
  }
  /*  */
  /*  */
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_accordion_carousel
    .slick-slide {
    margin: 0;
    height: auto;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .accordion_tile {
    margin: 0 8px;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .slick-slide {
    margin: 0;
  }
  /*  */

  .cloud_microsite_container .tech_stack_container .title_wrapper .slogan {
    padding: 0 100px;
  }
  .engagement_services .cloud_engage_n_service .title {
    /* margin-left: 102px; */
  }

  .engagement_services .cloud_engage_n_service .eng_n_service_list {
    text-align: left;
    /* margin-left: 114px; */
  }
  .engagement_services .final_value .realizing_title {
    text-align: center;
  }
  .tech_stack_container .title_wrapper .sub_title {
    padding: 0 32px;
    margin-bottom: 36px;
  }
  .engagement_services .final_value ul {
    display: flex;
    justify-content: center;
  }
  .engagement_services .final_value ul li {
    margin-right: 35px;
  }
  .engagement_services .final_value ul li:last-child {
    margin-right: 0;
  }
  .engagement_services .final_value .final_list_grp {
    /* margin-bottom: 15px; */
  }
  .engagement_services .final_value .final_list_grp:last-child {
    margin-bottom: 0;
  }
  .engagement_services .final_value .final_list_grp:last-child ul li {
    margin-bottom: 0;
  }

  .cloud_microsite_container .tech_stack_container .tech_wrapper {
    padding-top: 0;
    /* border-radius: 15px; */
  }

  .cloud_microsite_container .tech_stack_container .mobile_tech_stack {
    display: none;
  }

  .cloud_microsite_container .tech_stack_container .desktop_tech_stack {
    display: block;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .logo_section:last-child
    .logo_area {
    margin-bottom: 60px;
  }
  .cloud_microsite_container .tech_stack_container .inner_wrapper {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section {
    padding-bottom: 0;
  }
  .services_banner_section {
    margin-bottom: 0;
  }
  .section.footer-container {
    margin-bottom: 0;
  }
  .technology-section {
    width: 60%;
  }
  .jd_details_section {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .social_share_buttons {
    display: flex;
    width: 40%;
    padding: 0 80px;
    margin-top: 55px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .nav-container .footer .bottom-mail {
    display: inline-block;
    line-height: 0;
  }
  .top-section .hashtags {
    max-width: 50%;
  }
  .nav-container .footer .visible-seprater {
    visibility: visible;
  }
  .some-benefits-section {
    padding: 80px 50px 50px 50px;
  }
  .some-benefits-section .title-area {
    margin-bottom: 60px;
  }
  .some-benefits-section .gray-box {
    background-color: #fff;
    height: 185px;
    margin-bottom: 30px;
    padding: 16px 30px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .some-benefits-section .gray-box .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .some-benefits-section .gray-box .desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
  }
  .leadership-team-details {
    padding: 0 50px;
  }
  .header-container .top-bar .hamburger-icon {
    width: 25px;
    height: 18px;
    margin-right: 50px;
  }
  .header-container .top-bar .logo {
    margin-left: 50px;
    width: 132px;
    height: 30px;
  }
  .main-title {
    letter-spacing: 8.4px;
    font-size: 22px;
  }
  .sub-title {
    font-size: 18px;
    width: 65%;
  }
  .join-us-section .inner-wrapper .equal-emp-area {
    padding: 50px;
  }
  .join-us-section .sub-title {
    width: 60%;
    font-size: 18px;
    text-align: center;
  }
  .company-branding-container {
    padding-top: 0;
    text-align: left;
  }
  .background-video-section {
    margin-bottom: 0;
  }
  .company-branding-container .x-logo-area {
    width: 100%;
    height: 230px;
    position: absolute;
    margin-top: auto;
  }
  .company-branding-container .x-logo-area .x-logo {
    width: 130px;
    height: 230px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    margin-right: 130px;
  }
  .company-branding-container .inner-wrapper {
    padding: 0 50px;
  }
  .company-branding-container .inner-wrapper .slogan-main {
    text-align: left;
    margin: 0;
    font-size: 80px;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-right: 100px;
  }
  .full-screen-bg-video .company-branding-container .slogan-main {
    margin: 0;
    padding: 0;
  }
  .full-screen-bg-video .company-branding-container .x-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    margin-right: 17%;
    margin-bottom: auto;
  }
  .full-screen-bg-video .company-branding-container .x-half-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-right: 9%;
  }
  /* Microsite banner section start */
  .microsite_banner_section {
    height: 512px;
  }
  .microsite_banner_section .inner_wrapper {
    justify-content: flex-end;
    padding-right: 80px;
  }
  .microsite_banner_section .inner_wrapper .information_wrapper {
    padding: 30px 68px;
    text-align: left;
    width: 495px;
    align-items: flex-start;
  }
  /* Microsite banner section ends */
  .our-clients-section .inner-wrapper {
    padding: 0 80px;
  }
  .our-clients-section .inner-wrapper .title-area .sub-title {
    display: block;
    font-size: 18px;
    width: 70%;
  }
  .our-clients-section .inner-wrapper .logo-section .logo-tiles {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
  }
  .our-clients-section .inner-wrapper .logo-section .logo-tiles .logo {
    display: none;
  }
  .our-clients-section .inner-wrapper .logo-section .logo-tiles .logo img {
    margin-bottom: 30px;
  }
  .our-clients-section .inner-wrapper .logo-section .logo-tiles .logo-area {
    display: block;
    width: 100%;
    height: 100%;
  }
  .our-expertise-section .tabs-details .list-items .left-top-corner,
  .our-expertise-section .tabs-details .list-items .right-bottom-corner {
    width: 60px;
    height: 60px;
    position: absolute;
  }
  .cloud_microsite_container
    .our_expertise_section
    .inner_wrapper
    .desktop_view {
    padding: 0;
  }
  .visible-xs {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .footer-container .inner-wrapper {
    padding: 50px;
  }
  .footer-container .inner-wrapper .footer-area .row .about-us-area {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-links .footer-title {
    letter-spacing: 2.3px;
    margin-bottom: 30px;
  }
  .footer-links ul.links.bold-links li {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer-container .tag-line-section {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 40px;
    padding: 0 50px;
  }
  .footer-container .tag-line-section .tag-line {
    float: right;
    font-size: 20px;
    line-height: inherit;
    width: 50%;
    padding: 0 15px;
    padding-top: 3px;
  }
  .services-section .links-area {
    padding: 0 80px;
    font-size: 18px;
    margin-bottom: 120px;
  }
  .martin-txt .links-area {
    padding: 0;
  }
  .services-section .type-writer-effect-area .inner-wrapper {
    padding: 0 50px;
  }
  .type-writer-effect-area {
    font-size: 36px;
  }
  .type-writer-effect-area .inner-wrapper {
    padding: 40px 100px;
  }
  .typewriter-text-area .typewriter-text,
  .Typewriter {
    font-size: 45px;
  }
  .typewriter {
    text-align: left;
    padding-top: 20px;
  }
  .services-section .lbl {
    font-size: 36px;
    padding: 0px;
    line-height: 0;
  }
  .services-section .btn-area,
  .pre-footer-section.join-us-prefooter-section .btn-area {
    text-align: left;
    margin-bottom: 40px;
  }
  .contact-us-popup .close-icon {
    width: 20px;
    height: 20px;
    right: 30px;
    top: 30px;
  }
  .contact-us-popup .big-txt {
    font-size: 220px;
  }
  .contact-details .lbl {
    text-align: left;
  }
  .contact-details {
    display: inline-block;
    padding: 0 25px;
  }
  .contact-us-popup .details-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 70px;
    padding: 0;
    margin-left: 180px;
  }
  .contact-us-popup .details-wrapper.JD_contact_details {
    text-align: left;
    left: 25%;
  }
  .slider-container .legend {
    position: absolute;
    width: 660px;
    height: 400px;
    padding: 60px;
    font-size: 22px;
    margin: auto;
    margin-left: 130px;
    background: #fff;
    float: none;
    top: 0;
  }
  .slider-container .legend .desc {
    font-size: 24px;
  }
  .slider-container .legend .heading {
    position: initial;
    letter-spacing: 8.4px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .slider-container .legend .title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .slick-slide img.visible-xs {
    display: none;
  }
  .slick-slide img.visible-lg {
    display: block;
  }
  .slider-container .slick-prev,
  .slider-container .slick-next {
    width: 50px;
    height: 80px;
    margin-bottom: auto;
  }
  .slider-container .slick-prev {
    margin-left: 40px;
    left: 0;
  }
  .slider-container .slick-next {
    margin-right: 40px;
    right: 0;
  }
  .slider-container .slick-prev,
  .slider-container .slick-next {
    display: block !important;
  }
  .slider-container.our-expertise-slider .legend {
    height: 400px;
  }
  .slider-container.our-expertise-slider .legend .title {
    font-size: 24px;
    text-align: left;
    padding: 0px;
  }
  .slider-container.our-expertise-slider .legend .desc {
    font-size: 18px;
  }
  .slider-container.our-expertise-slider .legend .desc .details {
    margin-bottom: 40px;
  }
  .slider-container.join-us-slider .slick-prev {
    margin-left: 40px;
  }
  .slider-container.join-us-slider .slick-next {
    margin-right: 40px;
  }
  .slider-container.join-us-slider.expertise-prefooter-slider .slick-prev {
    margin-left: 100px;
  }
  .slider-container.join-us-slider.expertise-prefooter-slider .slick-next {
    margin-right: 100px;
  }
  .slider-container .img-section,
  .slick-slide {
    height: 100vh;
  }
  .slider-container .img-section img {
    height: 100%;
  }
  .slick-dots {
    top: auto;
    bottom: 50px;
    display: block;
  }
  .slick-dots li.slick-active {
    background: #fff;
  }
  .slick-dots li {
    border: 1px solid #fff;
  }
  .typography-bg-section .typography-bg img {
    padding: 40px;
  }
  .top-section .inner-wrapper {
    padding: 0 50px;
  }
  .top-section .outline-txt {
    font-size: 24px;
  }
  .top-section .info-txt {
    font-size: 60px;
    width: 80%;
  }
  .transformation-accelerated-section .inner-wrapper {
    padding: 50px;
  }
  .transformation-accelerated-section .inner-wrapper .scroll-container {
    margin: 60px 0;
    margin-bottom: 0;
  }
  .transformation-accelerated-section .inner-wrapper .scroll-container .title {
    font-size: 24px;
  }
  .transformation-accelerated-section
    .inner-wrapper
    .scroll-container
    .list-container
    li {
    font-size: 18px;
  }
  .transformation-accelerated-section .inner-wrapper .title-area .sub-title {
    font-size: 18px;
    width: 42%;
  }
  .our-company-third-section .right-corner-img {
    width: 65%;
  }
  .our-company-third-section .bottom-left-box {
    width: 62%;
  }
  .our-company-third-section .bottom-left-box .inner-txt {
    padding: 60px 100px;
    padding-right: 185px;
    font-size: 42px;
  }
  .single-coutnerup .number .sign {
    margin-left: -15px;
  }
  .single-coutnerup .number .billion-sign {
    margin-left: -10px;
  }
  .pre-footer-section .title-area {
    margin-bottom: 120px;
  }
  .pre-footer-section .title-area.our-company-pre-footer {
    height: 0px;
    margin-bottom: 120px;
  }
  .nav-container .navigation-link .top-bar .close-icon {
    width: 22px;
    height: 22px;
    margin-right: 50px;
  }
  .nav-container .navigation-link .top-bar .close-icon .hamburger {
    width: 22px;
    height: 22px;
    position: relative;
    top: -5px;
  }
  .nav-container .navigation-link .top-bar .close-icon .hamburger .line {
    height: 2px;
    margin: 6px auto;
  }
  #hamburger-effect.is-active .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  .our_expertise_section_cloud {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .our-expertise-section .inner-wrapper {
    padding: 0 50px;
  }
  .technology-tab-section.our-expertise-section .tabs-details ul {
    /* padding-right: 320px;
    padding-left: 20px; */
  }
  .our-expertise-section .inner-wrapper .tab-container .tabs li {
    width: 25%;
    float: left;
    padding: 0 15px;
  }
  .single-coutnerup {
    margin-bottom: 0;
  }
  .counter-section {
    padding: 0;
  }
  .counter-section .number {
    font-size: 55px;
  }
  .counter-section .title {
    font-size: 18px;
  }
  .services-section.martin-txt .txt,
  .services-section.martin-txt .info {
    font-size: 24px;
    width: 65%;
    padding: 0;
  }
  .services-section.martin-txt .info {
    font-size: 18px;
    text-align: left;
  }
  .services-section .txt::before {
    top: -70px;
    width: 60px;
    height: 50px;
  }
  .services-section .txt::after {
    bottom: -70px;
    right: 0;
    width: 60px;
    height: 50px;
  }
  .services-section.martin-txt .txt {
    margin-bottom: 20px;
    width: 100%;
  }
  .pre-footer-section .sub-title.expertise-prefooter-section {
    padding-left: 180px;
    width: 68% !important;
    display: block !important;
  }
  .pre-footer-section.martin-txt .txt {
    font-size: 24px;
    text-align: left;
  }
  .pre-footer-section .expertise-prefooter-section .img-area {
    width: 100px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pre-footer-section.martin-txt .info {
    font-size: 18px;
    width: 100%;
  }
  .pre-footer-section.martin-txt .info .name {
    display: inline;
  }
  .pre-footer-section .expertise-prefooter-section .img-area img {
    max-height: 175px;
  }
  .pre-footer-section .expertise-prefooter-section .img-area::before {
    left: -25px;
    top: 0px;
    width: 37px;
    height: 50px;
  }
  .slider-container.join-us-slider .legend {
    padding: 0 60px;
    width: calc(100% - 355px);
    float: left;
  }
  .slider-container.join-us-slider .img-section {
    width: 75% !important;
  }
  .slider-main-section .marquee-txt {
    font-size: 48px;
  }
  .slider-container.join-us-slider .img-section .img-area {
    width: 355px;
    height: 200px;
    float: left;
    margin-bottom: auto;
  }
  .slider-container.join-us-slider .legend .title {
    font-size: 24px;
    text-align: left;
  }
  .slider-container.join-us-slider .legend .desc {
    font-size: 18px;
  }
  .pre-footer-section.join-us-prefooter-section .sub-title {
    width: 62%;
  }
  .leadership-section .inner-wrapper {
    padding: 115px 0 55px 0;
  }
  .leadership-section .inner-wrapper .sub-title {
    width: 55%;
  }
  .our-mission-section .title-area {
    margin-bottom: 115px;
  }
  .join-us-section .inner-wrapper {
  }
  .join-us-section .join-us-accordion {
    padding: 50px;
  }
  .join-us-section .join-us-accordion .tabs-wrapper .tabs-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .join-us-section .join-us-accordion .tabs-wrapper .panel {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .join-us-section .join-us-accordion .tabs-wrapper .panel .container ul li {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
  }

  /* Technology section desktop View  */
  .technology-section .inner-wrapper {
    padding: 0 80px;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .technology-section .title-area {
    margin-bottom: 50px;
    padding-left: 25%;
  }
  .technology-section .inner-wrapper .main-title {
    font-size: 30px;
  }
  .technology-section .inner-wrapper .sub-title {
    font-size: 18px;
    margin: 0px;
  }
  .technology-section .technology-details {
    margin-bottom: 15px;
  }
  .technology-section .inner-wrapper .opening_para {
    font-size: 20px;
  }
  .technology-section .technology-details .lbl {
    /* float: left;
    width: 25%; */
    font-size: 22px;
  }
  .technology-section .technology-details .description {
    /* float: left;
    width: 75%; */
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* Breaker box with arrow and link */
  .technology-section .breaker_box_link {
    margin-bottom: 50px;
  }
  /* End */

  /* related jobs section */
  .related_jobs_section {
    padding: 0px 80px;
  }
  .related_jobs_section .jobs_wrapper .header_row {
    margin-bottom: 25px;
  }
  .related_jobs_section .jobs_wrapper .header_row .job_title {
    font-size: 20px;
    line-height: 30px;
  }
  .related_jobs_section .jobs_wrapper .header_row .job_sub_title {
    font-size: 16px;
  }
  /* end */
  .leadership-section .box {
    margin-bottom: 60px;
  }
  .leadership-section .box .image-area {
    height: 195px;
    width: 195px;
  }
  .leadership-section .box .details .name {
    font-size: 18px;
  }
  .leadership-section .box .details .designation {
    font-size: 16px;
  }
  .top-bar .hamburger .line {
    height: 2px;
  }
  .slider-container.join-us-slider .img-section .img-area img {
    max-height: 200px;
  }
  /* typography section */
  .typography-bg-section .arrow-container div {
    font-size: 380px;
  }
  .services-section {
    overflow-y: hidden;
    margin-bottom: 0;
  }
  .typography-bg-section .typography-bg .we-text {
    font-size: 23px;
    line-height: 2.61;
    letter-spacing: 0.51px;
  }
  .typography-bg-section .inner-wrapper {
    width: 80%;
  }
  .typography-bg-section .arrow-container {
    width: 150px;
    height: 265px;
    margin-left: 0;
  }
  .typography-bg-section .typography-bg .we-text:nth-child(1),
  .typography-bg-section .typography-bg .we-text:nth-child(7) {
    padding-left: 25px;
  }

  .typography-bg-section .typography-bg .we-text:nth-child(2),
  .typography-bg-section .typography-bg .we-text:nth-child(6) {
    padding-left: 50px;
  }

  .typography-bg-section .typography-bg .we-text:nth-child(3),
  .typography-bg-section .typography-bg .we-text:nth-child(5) {
    padding-left: 100px;
  }

  .typography-bg-section .typography-bg .we-text:nth-child(4) {
    padding-left: 150px;
  }
  .slider-container .img-section {
    padding-bottom: 0;
  }
  .services-section .links-area li {
    font-size: 36px;
  }
  .contact-details .lbl {
    font-size: 22px;
  }
  .leadership-details-popup.slider-container .box,
  .leadership-details-popup.slider-container .desc {
    display: inline-block;
  }
  .leadership-details-popup.slider-container .box {
    margin-bottom: 30px;
  }
  .leadership-details-popup .wrapper .spacing {
    padding: 0 95px;
  }
  .leadership-details-popup .desc {
    padding-left: 60px;
    font-size: 16px;
    max-height: initial;
    overflow-y: initial;
    width: calc(100% - 225px);
  }
  .leadership-details-popup .inner-wrapper {
    padding: 0 60px;
  }
  .leadership-details-popup.slider-container .slick-dots {
    bottom: 40px;
  }
  .leadership-details-popup.slider-container .slick-dots li {
    margin: 0 10px;
    width: 13px;
    height: 13px;
  }
  .leadership-section .box .image-area .right-arrow {
    width: 30px;
    height: 16px;
    bottom: 15px;
    right: -20px;
  }
  .title-area.equal-emp-area .sub-title {
    width: 65%;
    margin: 0 auto;
  }
  /*==================== ESG Page CSS ==================== */
  .banner_img_section .black_top_gradient {
    height: 153px;
  }
  .banner_img_section .slogan-main {
    font-size: 60px;
    line-height: 70px;
    padding: 0 80px 100px 80px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .banner_img_section .slogan-main .companies_names {
    font-size: 20px;
  }
  /* our expertise */
  .our_expertise_section {
    padding: 60px 80px;
  }
  .our_expertise_section .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .our_expertise_section .sub_title {
    font-size: 45px;
    line-height: 56px;
  }
  .our_expertise_section .expertise_list .list_item {
    flex-direction: row;
    max-width: unset;
  }
  .our_expertise_section .expertise_list .list_item.analytics {
    max-width: unset;
  }
  .our_expertise_section .expertise_list .list_item .exp_icon {
    min-width: 30px;
    width: 30px;
    height: 32px;
    margin: 0 13px 0 0;
  }
  .our_expertise_section .expertise_list .list_item .exp_title {
    font-size: 18px;
  }

  .our_expertise_section
    .desktop_view
    .expertise_list
    .list_item
    .cloud_diff_fs {
    font-size: 19px !important;
  }
  /* our expertise end */
  .cloud_microsite_container .mobile_success {
    display: none;
  }
  .cloud_microsite_container .desktop_success {
    display: flex;
  }
  /* The opportunity  section*/
  .the_opportunity_section {
    padding: 60px 80px;
  }
  .the_opportunity_section .left_info {
    font-size: 30px;
    line-height: 36px;
  }
  .the_opportunity_section .right_info {
    padding: 35px;
  }
  .the_opportunity_section .right_info .title {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .the_opportunity_section .right_info .para {
    font-size: 45px;
    line-height: 52px;
  }
  /* The opportunity section end*/
  /* Our offerings section */
  .our_offerings_section {
    display: block;
    position: relative;
    color: #fff;
    margin-bottom: 200px;
  }
  .our_offerings_section .inner_wrapper {
    height: 450px;
  }
  .our_offerings_section .information_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 50px 80px;
  }
  .our_offerings_section .title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 43px;
    text-transform: uppercase;
  }
  .our_offerings_section .sub_title {
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    margin: 0 auto 80px auto;
  }
  .cloud_microsite_container .our_offerings_section .sub_title {
    font-size: 56px;
    line-height: 75px;
  }
  .our_offerings_section .offerings_tiles {
    display: block;
  }
  .our_offerings_section .slider-container {
    display: none;
  }
  .cloud_microsite_container .our_offerings_section .slider-container {
    display: block;
  }
  .cloud_microsite_container .our_offerings_section .information_wrapper {
    padding: 50px 80px 70px 80px;
  }
  /* .our_offerings_section
    .information_wrapper
    .cloud_slider
    > div
    > div
    > div
    > div {
    display: flex;
    justify-content: center;
  } */
  .our_offerings_section .information_wrapper .cloud_slider .slick-slide {
    margin-right: 15px;
  }
  .our_offerings_section .offerings_tiles .titles_wrapper .tile {
    width: 25%;
    margin-right: 20px;
  }
  .our_offerings_section .offerings_tiles .titles_wrapper .service_name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 70px;
  }
  .our_offerings_section .service_name.last {
    max-width: 230px;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .bottom-title-area
    .hash_tags
    .hash_tag,
  .cloud_microsite_container
    .cloud_success_stories
    .inner_wrapper
    .text_wrapper
    .hash_tags
    .hash_tag {
    font-size: 14px;
    line-height: 18px;
  }
  /* Digital transformation Services */
  .digital_transformation_services_section {
    padding: 30px 80px;
  }
  .digital_transformation_services_section .transformation_img {
    /* height: 500px; */
    padding: 50px 0;
    width: 100%;
  }
  .digital_transformation_services_section .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }
  .digital_transformation_services_section .transformation_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .digital_transformation_services_section .transformation_img .mobile {
    display: none;
  }
  .digital_transformation_services_section .transformation_img .desktop {
    display: block;
  }
  /* Digital transformation Services ends */
  /* workflow API platform section */
  .workflow_API_platform_section {
    padding: 0;
  }
  .workflow_API_platform_section .bg_img_mobile .workflow_icon {
    height: 200px;
    width: 200px;
  }
  .workflow_API_platform_section .right_info {
    padding: 80px 70px 0 0;
  }
  .workflow_API_platform_section .left_info {
    padding: 60px 0 140px 80px;
  }
  .workflow_API_platform_section .right_info .title,
  .left_info .title {
    font-size: 30px;
  }
  /* workflow API platform section end*/
  /* Ready section */
  .ready_section .type-writer-effect-wrapper {
    padding: 60px 80px;
  }
  .ready_section .type-writer-effect-wrapper .inner-wrapper .lbl {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .ready_section
    .type-writer-effect-wrapper
    .inner-wrapper
    .typewriter-text-area {
    font-size: 30px;
    line-height: 34px;
  }
  /* Ready section end*/
  /*==================== ESG Page CSS end ==================== */
  /*==================== Microsite Page CSS Start ==================== */
  /* Home/ESG entry points for Microsite screens */

  .entry_banner_section .entry_banner_details {
    padding: 0 40px;
  }
  /*  */
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .offering_icon {
    margin: 0 10px 0 0;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .exp_title {
    font-size: 20px;
    text-align: left;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .automation {
    min-width: 36px;
    width: 36px;
    height: 38px;
  }
  .cloud_microsite_container .our_expertise_section .sub_title {
    font-size: 56px;
    line-height: 75px;
    margin-bottom: 63px;
  }
  .cloud_microsite_container .our_expertise_section .expertise_list .list_item {
    max-width: unset;
  }
  /*  */
  /*  */
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-arrow {
    right: 350px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-next {
    right: 285px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-dots {
    right: 20px;
  }
  /*  */
  .cloud_microsite_container .our_offerings_section .img_container {
    padding: 100px 100px 0px 100px;
    /* height: 600px; */
  }
  /* Tech Stack Section */
  .cloud_microsite_container .tech_stack_container .title_wrapper {
    margin-bottom: 103px;
  }
  .cloud_microsite_container .tech_stack_container .title_wrapper .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .cloud_microsite_container .tech_stack_container .title_wrapper .sub_title {
    font-size: 60px;
    line-height: 80px;
    padding: 0 24px;
    margin-bottom: 36px;
  }
  .cloud_microsite_container .tech_stack_container .title_wrapper .slogan {
    font-size: 36px;
    line-height: 40px;
    max-width: 940px;
    margin: auto;
    padding: 0;
    letter-spacing: -0.04em;
  }
  .cloud_microsite_container .our_offerings_section .site_slogan {
    font-size: 36px;
    line-height: 40px;
  }
  .cloud_microsite_container .our_offerings_section .links_slider {
    flex-direction: row;
    max-width: 1400px;
  }
  .cloud_microsite_container
    .our_offerings_section
    .slider-container
    .cloud_offering_tile {
    height: auto;
    margin-right: 15px;
  }
  .cloud_microsite_container .our_offerings_section .slider-container .tile {
    height: 345px;
    width: 265px;
  }
  .cloud_microsite_container .our_offerings_section .service_name {
    font-size: 18px;
    line-height: 24px;
  }
  .cloud_microsite_container .our_offerings_section .service_details {
    font-size: 16px;
  }
  /*  */
  /*  */
  /* .cloud_microsite_container .tech_stack_container {
    margin-bottom: 100px;
  } */
  .cloud_microsite_container .tech_stack_container .inner_wrapper {
    padding: 100px 80px 0 80px;
  }
  .cloud_microsite_container .tech_stack_container .inner_wrapper .row_two {
    padding: 35px 0 0 0;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .tech_title {
    font-size: 24px;
  }
  .cloud_microsite_container .tech_stack_container .inner_wrapper .row_one {
    margin-bottom: 35px;
  }
  /*  */
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .reliability {
    min-width: 40px;
    width: 40px;
    height: 38px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .scalability {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .release {
    min-width: 38px;
    width: 38px;
    height: 32px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .performance {
    min-width: 36px;
    width: 24px;
    height: 35px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .security {
    min-width: 40px;
    width: 40px;
    height: 35px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .enterprise {
    min-width: 36px;
    width: 36px;
    height: 25px;
  }
  .cloud_microsite_container
    .our_expertise_section
    .expertise_list
    .list_item
    .cloud {
    min-width: 40px;
    width: 40px;
    height: 36px;
  }
  /*  */
  /*  */
  .cloud_microsite_container .cloud_success_stories .inner_wrapper {
    padding: 100px 100px;
  }
  .cloud_microsite_container .cloud_success_stories .inner_wrapper .title {
    margin-bottom: 70px;
    font-size: 24px;
  }
  .cloud_microsite_container .cloud_success_stories .inner_wrapper .text_area {
    margin-bottom: 92px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .inner_wrapper
    .text_wrapper
    .text {
    height: 160px;
  }
  /*  */
  .cloud_microsite_container .tech_stack_container .tech_wrapper .logo_area {
    max-width: 150px;
    width: 150px;
    height: 75px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .logo_section:last-child
    .logo_area {
    margin-bottom: 100px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .amazon img {
    max-width: 88px;
    width: 88px;
    height: 52px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .azure img {
    max-width: 149px;
    width: 149px;
    height: 44px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .digital_ocean
    img {
    max-width: 107px;
    width: 107px;
    height: 75px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .sales_force
    img {
    max-width: 84px;
    width: 84px;
    height: 59px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .chef img {
    max-width: 70px;
    width: 70px;
    height: 75px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .VMware img {
    max-width: 150px;
    width: 150px;
    height: 23px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .akkamai img {
    max-width: 129px;
    width: 129px;
    height: 53px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .google_cloud
    img {
    max-width: 150px;
    width: 150px;
    height: 74px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .docker img {
    max-width: 89px;
    width: 89px;
    height: 75px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .ansible img {
    max-width: 61px;
    width: 61px;
    height: 75px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .kubernets
    img {
    max-width: 149px;
    width: 149px;
    height: 61px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .helm img {
    max-width: 65px;
    width: 65px;
    height: 75px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .bitbucket
    img {
    max-width: 127px;
    width: 127px;
    height: 48px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .spinnakar
    img {
    max-width: 65px;
    width: 65px;
    height: 75px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .puppet img {
    max-width: 150px;
    width: 150px;
    height: 53px;
  }
  .cloud_microsite_container
    .tech_stack_container
    .tech_wrapper
    .terraform
    img {
    max-width: 150px;
    width: 150px;
    height: 36px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .jenkins img {
    max-width: 150px;
    width: 150px;
    height: 46px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .elk img {
    max-width: 123px;
    width: 123px;
    height: 56px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .splunk img {
    max-width: 150px;
    width: 150px;
    height: 75px;
  }
  .cloud_microsite_container .tech_stack_container .tech_wrapper .vagrant img {
    max-width: 61px;
    width: 61px;
    height: 75px;
  }
  /*  */
  /*  */
  .cloud_microsite_container .engagement_services {
    padding: 100px 80px;
  }
  .cloud_microsite_container .engagement_services .title {
    font-size: 24px;
  }
  .cloud_microsite_container .engagement_services .title_mb {
    margin-bottom: 82px;
  }
  .cloud_microsite_container
    .engagement_services
    .cloud_engage_n_service
    .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  /* .engagement_services .cloud_engage_n_service .one {
    animation: slide 1s;
  } */
  .engagement_services .cloud_engage_n_service .two {
    transition-duration: 3s;
  }
  .engagement_services .cloud_engage_n_service .three {
    transition-duration: 4s;
  }
  .engagement_services .cloud_engage_n_service .four {
    transition-duration: 5s;
  }
  .engagement_services .border_section {
    transition-duration: 3s !important;
    position: relative;
    z-index: 0;
  }
  .engagement_services .final_value {
    transition-duration: 3s !important;
  }
  .engagement_services .cloud_engage_n_service .eng_n_service_list {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    /* padding: 0 32px 0 12px;
    margin-left: 0; */
  }
  .engagement_services .border_section .vertical_border {
    height: 60px;
  }
  /*  */
  .social_share_buttons {
    position: sticky;
    top: 25px;
    height: max-content;
    /* width: 230px;
    margin: 0 auto; */
  }
  .social_share_buttons .inner_section {
    display: block;
    text-align: center;
    max-width: 235px;
    margin: 0 auto;
  }
  .social_share_buttons .apply_btn button {
    min-width: 230px;
  }
  .social_share_buttons .apply_btn {
    display: block;
    border-bottom: 1px solid #e0e0e7;
    padding-bottom: 25px;
    margin-bottom: 25px;
    /* margin-bottom: 30px; */
  }
  .social_share_buttons .add_this_social_icons {
    margin-top: 0;
  }

  .cloud_microsite_container .cloud_success_sections .left-section {
    width: 50%;
  }
  .cloud_microsite_container .cloud_success_sections .right-section {
    width: 50%;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .bottom-title-area {
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 65px 0 80px;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    letter-spacing: -0.04em;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .cloud_btm_area
    .title {
    text-transform: uppercase;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .bottom-title-area
    .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #7a7a7a !important;
    background: none;
    -webkit-text-fill-color: #7a7a7a !important;
    margin-bottom: 24px;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .bottom-title-area
    .sub_title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
  }
  .cloud_microsite_container
    .cloud_success_sections
    .right-section
    .bottom-title-area
    .desc {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    padding-right: 27px;
    font-family: 'Metropolis';
  }
  /*==================== Cloud Microsite Page CSS End ==================== */
}
@media only screen and (min-width: 1100px) {
  .cloud_microsite_container .our_offerings_section .slider-container .tile {
    height: 320px;
    width: 290px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.our-clients-section {
    padding-top: 120px;
  }
  .header-container .top-bar .logo {
    margin-left: 80px;
  }
  .header-container .top-bar .hamburger-icon,
  .nav-container .navigation-link .top-bar .close-icon {
    margin-right: 80px;
  }
  .top-banner {
    background-attachment: fixed;
  }
  .leadership-section .box .image-area {
    height: 225px;
    width: 225px;
  }
  .leadership-section .box .details {
    width: 220px;
    margin: 0 auto;
  }
  .entry_banner_section .entry_banner_details {
    padding: 0 80px;
  }
  .top-section .inner-wrapper,
  .our-expertise-section .inner-wrapper,
  .join-us-section .inner-wrapper {
  }
  .top-section .inner-wrapper {
    padding: 0 80px;
  }
  .our-expertise-section .inner-wrapper .tab-container .tabs li {
    width: auto;
    float: none;
    padding: 0 25px;
  }
  .typography-bg-section .inner-wrapper {
    width: 60%;
  }
  .some-benefits-section .gray-box {
    padding: 20px 35px;
    height: 222px;
  }
  .some-benefits-section .gray-box .title {
    margin-bottom: 15px;
  }
  .footer-container .inner-wrapper {
    padding: 80px;
  }
  .transformation-accelerated-section .inner-wrapper {
    padding: 50px 80px;
  }
  .services-section .type-writer-effect-area .inner-wrapper {
    padding: 0 80px;
  }
  .company-branding-container .x-logo-area .x-logo {
    margin-right: 180px;
  }
  .company-branding-container .inner-wrapper {
    padding: 0 80px;
  }
  .company-branding-container .inner-wrapper .slogan-main {
    font-size: 120px;
    line-height: 1;
    width: 85%;
  }
  .full-screen-bg-video .company-branding-container .slogan-main {
    width: 100%;
  }
  .full-screen-bg-video .company-branding-container .x-half-logo {
    margin-right: 11%;
  }
  .footer-links .footer-title {
    letter-spacing: 6.3px;
  }
  .services-section .links-area .services {
    /* padding: 0 180px; */
    margin-bottom: 35px;
  }
  .typewriter-text-area .typewriter-text,
  .Typewriter {
    font-size: 60px;
  }
  .contact-details .lbl {
    line-height: initial;
    font-size: 24px;
  }
  .contact-details .value {
    font-size: 24px;
  }
  .contact-us-popup .details-wrapper {
    bottom: 70px;
    margin-left: 0px;
  }
  /* .typewriter-text-area {
    display: inline-block;
  } */
  .leadership-team-details {
    padding: 0 100px;
  }
  .sub-title {
    width: 45%;
  }
  .leadership-section .inner-wrapper .sub-title {
    width: 38%;
    padding: 0;
  }
  .our-clients-section .inner-wrapper .logo-section {
    padding: 0 140px;
  }
  .footer-container {
    margin-bottom: 0;
  }
  .footer-container .tag-line-section {
    padding: 0 80px;
  }
  .top-section .info-txt {
    /* width: 60%; */
    width: 70%;
  }
  .our-expertise-section
    .inner-wrapper
    .tab-container
    .details-container
    .tabs-details
    .img-area {
    width: 500px;
  }
  .our-expertise-section .inner-wrapper .tab-container .details-container,
  .our-expertise-section
    .inner-wrapper
    .tab-container
    .details-container
    .tabs-details
    .img-area {
    height: 400px;
  }
  .our-expertise-section .tabs-details .list-items {
    width: 60%;
    padding: 20px 100px;
  }
  .our-expertise-section .tabs-details .list-items .left-top-corner,
  .our-expertise-section .tabs-details .list-items .right-bottom-corner {
    width: 80px;
    height: 80px;
    position: absolute;
  }
  .our-expertise-section
    .inner-wrapper
    .tab-container
    .details-container
    .tabs-details {
    font-size: 24px;
  }
  .pre-footer-section .sub-title.expertise-prefooter-section {
    width: 60% !important;
  }
  .leadership-details-popup .inner-section .box .image-area {
    width: 250px;
  }
  .leadership-details-popup .inner-section {
    padding: 0 220px;
    padding-right: 295px;
  }
  .leadership-details-popup .wrapper .spacing {
    padding: 0 190px;
  }
  .leadership-details-popup .desc {
    font-size: 18px;
  }
  /* related jobs section */
  .related_jobs_section {
    padding: 0px 80px;
  }
  .related_jobs_section .jobs_wrapper .header_row {
    margin-bottom: 45px;
  }
  .related_jobs_section .jobs_wrapper .header_row .job_title {
    font-size: 20px;
    line-height: 30px;
  }
  .related_jobs_section .jobs_wrapper .header_row .job_sub_title {
    font-size: 16px;
  }
  .related_jobs_section
    .jobs_wrapper
    .career_related_jobs_carousel
    .slick-dots {
    bottom: -30px;
  }
  .related_jobs_section
    .jobs_wrapper
    .career_related_jobs_carousel
    .slick-slide {
    margin: 0 8px;
    height: auto;
  }
  .related_jobs_section
    .jobs_wrapper
    .career_related_jobs_carousel
    .carousel_tile {
    margin: 0;
  }
  .related_jobs_section
    .jobs_wrapper
    .career_related_jobs_carousel
    .carousel_tile
    .common_white_box_tile {
    width: 100%;
  }

  /* end */
  /*  */
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .common_white_box_tile {
    width: auto;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_accordion_carousel
    .common_white_box_tile {
    width: 100%;
    max-width: 100%;
  }
  /*.join-us-section .join-us-accordion .tabs-wrapper .panel .career_accordion_carousel .accordion_tile {
    margin: 0 8px;
  } */
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .slick-slide
    > div {
    margin: 0 8px;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_design_accordion_carousel
    .accordion_tile {
    margin: 0;
  }
  .common_white_box_tile .box_wrapper {
    height: 230px;
  }
  .join-us-section
    .join-us-accordion
    .tabs-wrapper
    .panel
    .career_accordion_carousel
    .slick-slide {
    margin: 0;
  }
  /* .common_white_box_tile .box_wrapper .hashtaags {
    height: 65px;
  } */
  /*  */
  /*==================== ESG Page CSS ==================== */
  .banner_img_section .slogan-main {
    font-size: 70px;
    line-height: 80px;
    padding: 0 80px 124px 80px;
  }
  .banner_img_section .slogan-main .companies_names {
    font-size: 24px;
    margin-bottom: 24px;
    padding: 6px 24px;
  }
  /* our expertise */
  .our_expertise_section {
    padding: 100px 80px;
  }
  .our_expertise_section .title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 43px;
  }
  .our_expertise_section_cloud .title {
    margin-bottom: 24px;
  }
  .our_expertise_section .sub_title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 63px;
  }
  .our_expertise_section .expertise_list .list_item .api {
    width: 36px;
    height: 36px;
  }
  .our_expertise_section .expertise_list .list_item .decision {
    height: 36px;
    width: 34px;
    min-width: 36px;
  }
  .our_expertise_section .expertise_list .list_item .analytics_icon {
    min-width: 36px;
    width: 36px;
    height: 34px;
  }
  .our_expertise_section .expertise_list .list_item .big_data {
    min-width: 34px;
    width: 34px;
    height: 36px;
  }
  .our_expertise_section .expertise_list .list_item .cloud_scale {
    width: 34px;
    min-width: 34px;
    height: 25px;
  }
  .our_expertise_section .expertise_list .list_item .ai {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .our_expertise_section .expertise_list .list_item .design {
    width: 36px;
    height: 36px;
  }
  .our_expertise_section .expertise_list .list_item .exp_title {
    font-size: 20px;
  }
  .our_expertise_section .expertise_list .list_item .exp_title_fw {
    font-weight: 500;
  }
  @media only screen and (min-width: 1420px) {
    .our_expertise_section .expertise_list .list_item .exp_title_fw br {
      display: none;
    }
  }

  /* our expertise end */
  /* The opportunity  section*/
  .the_opportunity_section {
    padding: 103px 80px;
  }
  .the_opportunity_section .left_info {
    font-size: 32px;
    line-height: 56px;
  }
  .the_opportunity_section .right_info {
    padding: 35px;
    text-align: left;
  }
  .the_opportunity_section .right_info .title {
    margin-bottom: 40px;
    font-size: 23px;
  }
  .the_opportunity_section .right_info .para {
    font-size: 48px;
    line-height: 56px;
    max-width: 500px;
    margin-bottom: 20px;
  }
  /* The opportunity  section end*/
  /* Our offerings section */
  .our_offerings_section {
    margin-bottom: 220px;
  }
  .our_offerings_section .inner_wrapper {
    height: 518px;
  }
  .our_offerings_section .information_wrapper {
    padding: 50px 80px;
  }
  .our_offerings_section .title {
    font-size: 23px;
    margin-bottom: 43px;
  }
  .our_offerings_section .cloud_title {
    margin-bottom: 24px;
  }
  .our_offerings_section .sub_title {
    font-size: 64px;
    line-height: 70px;
    margin: 0 auto 100px auto;
  }

  .our_offerings_section .offerings_tiles .titles_wrapper .tile {
    max-width: 276px;
    margin-right: 47px;
  }
  .our_offerings_section .offerings_tiles .titles_wrapper .service_name {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 74px;
  }
  /* .our_offerings_section .offerings_tiles .titles_wrapper .options {
    bottom: 25px;
  } */
  .our_offerings_section .type_tag {
    border-radius: 34px;
    padding: 12px 22px;
  }

  /* Cloud our offering tile section */
  .our_offerings_section .information_wrapper .cloud_offering_tile {
    margin-right: 13px;
  }
  .cloud_microsite_container
    .our_offerings_section
    .information_wrapper
    .cloud_offering_tile {
    display: inline-flex !important;
    margin-right: 13px;
  }
  .cloud_microsite_container
    .our_offerings_section
    .slider-container
    .links_slider
    .slick-slide {
    height: 375px;
  }
  .our_offerings_section .information_wrapper .cloud_offering_tile .tile {
    width: 340px;
    height: 375px;
    justify-content: unset;
    border: 1px solid #dcd9d8;
    box-shadow: none;
    border-radius: 0;
    padding: 85px 28px 30px 28px;
  }

  .our_offerings_section
    .information_wrapper
    .cloud_offering_tile
    .tile
    .type_tag {
    margin-bottom: 36px;
  }

  .our_offerings_section
    .information_wrapper
    .cloud_offering_tile
    .service_name {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 22px;
    letter-spacing: -0.04em;
  }

  .our_offerings_section
    .information_wrapper
    .cloud_offering_tile
    .service_details {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.1px;
  }

  /* Cloud our offering tile section end */

  /* Our offerings section end */
  /* Digital transformation Services */
  .digital_transformation_services_section {
  }
  .digital_transformation_services_section .transformation_img {
    /* height: 500px; */
  }
  .digital_transformation_services_section .title {
    font-size: 32px;
    line-height: 38px;
  }
  /* Digital transformation Services ends */
  /* workflow API platform section */
  .workflow_API_platform_section {
    padding: 0;
  }
  .workflow_API_platform_section .bg_img_mobile .workflow_icon {
    height: 215px;
    width: 215px;
  }
  .workflow_API_platform_section .right_info .title,
  .left_info .title {
    font-size: 36px;
    line-height: 40px;
  }
  /* workflow API platform section end*/
  /* Ready section */
  .ready_section .type-writer-effect-wrapper .inner-wrapper .lbl {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .ready_section .type-writer-effect-wrapper .inner-wrapper .typewriter {
    max-width: 382px;
  }
  .ready_section
    .type-writer-effect-wrapper
    .inner-wrapper
    .typewriter-text-area {
    font-size: 32px;
    line-height: 40px;
  }
  /* Ready section end*/
  /*==================== ESG Page CSS end ==================== */

  /*==================== Cloud Microsite Start ==================== */
  .cloud_microsite_container .banner_img_section .slogan-main {
    font-size: 60px;
    line-height: 80px;
  }
  /*  */
  .cloud_microsite_container .our_offerings_section .img_container {
    margin-bottom: 130px;
    padding: 100px 100px 70px 100px;
  }
  .cloud_microsite_container .our_offerings_section .information_wrapper {
    padding: 50px 80px 0px 80px;
    background-color: #fff;
  }
  .cloud_microsite_container
    .our_offerings_section
    .information_wrapper
    .info_area {
    margin-top: -200px;
  }
  /*  */

  .cloud_microsite_container
    .our_offerings_section
    .offerings_tiles
    .titles_wrapper
    .service_name {
    font-size: 16px;
    line-height: 22px;
  }
  .cloud_microsite_container .our_offerings_section .sub_title {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: -0.04em;
  }
  .cloud_microsite_container .slider-container .slick-prev {
    margin-left: 10px;
  }
  .cloud_microsite_container .slider-container .slick-next {
    margin-right: 10px;
  }
  .cloud_microsite_container .our_offerings_section.deep_dive_section {
    margin-bottom: 485px;
  }
  /*  */
  .cloud_microsite_container
    .cloud_success_stories
    .inner_wrapper
    .text_wrapper
    .text {
    height: 130px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .inner_wrapper
    .carousel_main_container
    .slick-slide {
    margin-right: 50px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-dots {
    right: 50px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-arrow {
    right: 380px;
  }
  .cloud_microsite_container
    .cloud_success_stories
    .carousel_main_container
    .slick-next {
    right: 315px;
  }
  .engagement_services .final_value .final_list_grp {
    padding: 0 108px;
  }
  .our_offerings_section .information_wrapper .cloud_offering_tile .tile {
    width: auto;
    max-width: 405px;
  }
  .cloud_entry_banner .inner_wrapper {
    height: 360px;
  }
  /* 
  /*==================== Cloud Microsite end ==================== */
}

@media only screen and (min-width: 1290px) {
  .typewriter-text-area {
    display: inline-block;
  }
  /*  */
  .some-benefits-section .gray-box {
    padding: 20px 35px;
    height: 200px;
  }
  /*  */
  /* .common_white_box_tile .box_wrapper .hashtaags {
    height: 55px;
  } */
  /*  */
  .cloud_microsite_container
    .our_offerings_section
    .slider-container
    .links_slider
    .slick-slide {
    /* height: 400px; */
  }
  .our_offerings_section .information_wrapper .cloud_offering_tile .tile {
    width: auto;
    max-width: 405px;
  }
  .our_offerings_section
    .information_wrapper
    .cloud_offering_tile
    .service_name {
    font-size: 28px;
  }
  /*  */
}
@media only screen and (min-width: 1920px) {
}
/* For IE Browser */
@media all and (-ms-high-contrast: none) {
  .services-section .inner-wrapper {
    min-height: 0vh;
  }
  .nav-container .navigation-link ul li a::before {
    top: 12px;
  }
  .full-screen-bg-video {
    position: relative;
  }
}

/* For Edge Browser */
@supports (-ms-ime-align: auto) {
  .services-section .inner-wrapper {
    min-height: 0vh;
  }
  .full-screen-bg-video {
    position: relative;
  }
  .full-screen-bg-video .company-branding-container {
    height: 810px;
    top: -50px;
  }
}

/* For Firefox Browser */
@supports (-moz-appearance: none) {
  .top-section {
    height: 100vh;
  }
}
