@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

/* Uncomment while going LIVE  */
@font-face {
  font-family: 'tungstenw05-medium';
  src: url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2')
      format('woff2'),
    url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff')
      format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

#main-cnt {
  overflow-x: hidden;
}

a {
  outline: inherit !important;
}

a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}

a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}

.menu .align-list>ul>li {
  margin-bottom: 0 !important;
}

.align-list>ul>li>a {
  font-weight: 400;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pt-75,
.py-75 {
  padding-top: 75px !important;
}

.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}

.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb15 {
  padding: 15px 0;
}

.open>.icon-bar11,
.open>.icon-bar31 {
  background-color: #061838 !important;
}

.menu ul li {
  margin-bottom: 10px !important;
}

/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}

.fontweight400 {
  font-weight: 400 !important;
}

.fontweight600 {
  font-weight: 600 !important;
}

.fontweight900 {
  font-weight: 900 !important;
}

/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-grey {
  color: #cccccc !important;
}

.color-sapphire-d {
  color: #061838 !important;
}

.color-sapphire-m {
  color: #0f9ffa !important;
}

.color-sapphire-l {
  color: #92d1ff !important;
}

.color-sapphire-lbg {
  color: #bee3ff !important;
}

.color-coral-d {
  color: #4c0519 !important;
}

.color-coral-m {
  color: #f16c51 !important;
}

.color-coral-l {
  color: #fbc2ba !important;
}

.color-coral-lbg {
  color: #fcddd6 !important;
}

.color-topaz-d {
  color: #2f1113 !important;
}

.color-topaz-m {
  color: #df9926 !important;
}

.color-topaz-l {
  color: #eac8a5 !important;
}

.color-topaz-lbg {
  color: #ece1ce !important;
}

.color-jade-d {
  color: #09321d !important;
}

.color-jade-m {
  color: #00b28f !important;
}

.color-jade-l {
  color: #a8d7cd !important;
}

.color-jade-lbg {
  color: #d8e7da !important;
}

.color-amethyst-d {
  color: #372261 !important;
}

.color-amethyst-m {
  color: #963596 !important;
}

.color-amethyst-l {
  color: #d0b5d5 !important;
}

.color-amethyst-lbg {
  color: #e6dbe6 !important;
}

.color-onyx-d {
  color: #3f3f3f !important;
}

.color-onyx-m {
  color: #7e7e7e !important;
}

.color-onyx-l {
  color: #b8b8b8 !important;
}

.color-onyx-lbg {
  color: #dadada !important;
}

/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg_gradient {
  background: rgb(253, 208, 204);
  background: linear-gradient(139deg, rgba(253, 208, 204, 1) 0%, rgba(138, 188, 241, 1) 100%);
}

.bg_gradient1 {
  background: rgb(253, 208, 204);
  background: linear-gradient(139deg, #fdd0cc 0%, #8abcf1 100%);
}

.bg_gradient2 {
  background: rgb(253, 208, 204);
  background: linear-gradient(139deg, #9AD0F2 0%, #963596 100%);
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #0f9ffa !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-egyptian-blue {
  background-color: #213f98 !important;
}

.bg-light-white {
  background-color: #f2f2f2 !important;
}

.bg-light-grey {
  background-color: #f8f8f8 !important;
}

.bg-darkblue {
  background-color: #372261 !important;
}

.bg-purple {
  background-color: #963596 !important;
}

.bg-green {
  background-color: #1995a4 !important;
}

.bg-cyan {
  background-color: #0f9ffa !important;
}

.bg-twittercyan {
  background-color: #4fb6dc !important;
}

.bg-orange {
  background-color: #df9926 !important;
}

.bg-sapphire-dark {
  background-color: #061838 !important;
}

.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}

.bg-sapphire-light {
  background-color: #92d1ff !important;
}

.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}

.bg-coral-dark {
  background-color: #4c0519 !important;
}

.bg-coral-medium {
  background-color: #f16c51 !important;
}

.bg-coral-light {
  background-color: #fbc2ba !important;
}

.bg-coral-less-light {
  background-color: #fcddd6 !important;
}

.bg-topaz-dark {
  background-color: #2f1113 !important;
}

.bg-topaz-medium {
  background-color: #df9926 !important;
}

.bg-topaz-light {
  background-color: #eac8a5 !important;
}

.bg-topaz-less-light {
  background-color: #ece1ce !important;
}

.bg-jade-dark {
  background-color: #09321d !important;
}

.bg-jade-medium {
  background-color: #00b28f !important;
}

.bg-jade-light {
  background-color: #a8d7cd !important;
}

.bg-jade-less-light {
  background-color: #d8e7da !important;
}

.bg-amethyst-dark {
  background-color: #372261 !important;
}

.bg-amethyst-medium {
  background-color: #963596 !important;
}

.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}

.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}

.bg-onyx-dark {
  background-color: #3f3f3f !important;
}

.bg-onyx-medium {
  background-color: #7e7e7e !important;
}

.bg-onyx-light {
  background-color: #b8b8b8 !important;
}

.bg-onyx-less-light {
  background-color: #dadada !important;
}

header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}

.repeated-css {
  width: 100%;
  height: 100vh;
}

.hero-video {
  object-fit: cover;
}

.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
  z-index: 999;
}

.hero-head {
  font-size: 70px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.hero-para {
  font-size: 22px;
  line-height: 1.2;
}

.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.owl-item {
  overflow: hidden;
}

.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}

.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}

/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}

.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}

/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}

.owl-next {
  right: 0;
}

/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}

.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}

.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}

footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}

ul.footer-txt>li:first-child {
  margin-top: 20px;
}

ul.footer-txt>li {
  margin-bottom: 10px;
}

ul.footer-txt>li>a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}

.ul.footer-txt>li>a:hover {
  text-decoration: none;
}

.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}

.country {
  position: relative;
  z-index: 1;
}

.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}

.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}

.up-arrow:before {
  content: "\f0d8";
}

.down-arrow:before {
  content: "\f0d7";
}

.select-country>a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}

.select-country>a:hover,
.select-country>a:focus {
  color: #3f3f3f;
  text-decoration: none;
}

.option-country {
  display: none;
}

.open-country {
  display: block;
  position: relative;
}

.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}

.country-align>li>a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}

.country-align>li>a:hover {
  background: #63b0ff;
  color: #fff;
}


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center_width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.f_align_center {
  -webkit-align-items: center;
  align-items: center;
}

.f_align_bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.justify_content {
  -webkit-justify-content: center;
  justify-content: center;
}

.height_full {
  height: 100%;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.cta-big-link {
  margin-top: 20px;
  position: relative;
  color: #ffffff !important;
  outline: inherit !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #007CC3;
  text-transform: initial;
  padding: 8px 25px;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}

.cta-big-link:before {
  content: "\f178";
  font-size: 18px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 13px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: transparent;
}

.cta-big-link:hover {
  padding-right: 50px;
  transition: all 0.5s ease;
}

.cta-big-link:hover::before {
  opacity: 1;
  transition: all 0.5s ease;
}



.btn-link {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  text-decoration: none !important;
  font-size: 18px;
  overflow: hidden;
  font-weight: 500;
}

.btn-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d34500;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-link:hover {
  border: 1px solid #d34500;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-link:hover:before {
  height: 700%;
}

.btn-link:focus {
  outline: 0;
  color: #fff;
}

.btn-link:hover:focus {
  color: #fff;
}

/* black */
.btn-link-black {
  margin: 0 auto;
  text-align: center;
  display: block !important;
  color: #fff;
  border: 1px solid #000 !important;
  background-color: #000;
  display: inline-block !important;
}

.btn-link-black:hover {
  border: 1px solid #963596 !important;
}

.btn-link-black:before {
  background-color: #963596;
}

.btn-link-black:focus {
  color: #fff;
  background-color: #000;
}

.btn-link-black:hover:focus {
  color: #fff;
  background-color: #000;
}

/* amethyst */
.btn-link-ctrl {
  margin: 20px 0;
  width: 160px;
  text-align: center;
  display: block !important;
  color: #fff;
  border: 1px solid #963596;
  background-color: #963596;
}

.btn-link-ctrl:hover {
  color: #000000;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.btn-link-ctrl:before {
  color: #000000;
  background-color: #ffffff;
}

.btn-link-ctrl:focus {
  color: #ffffff;
  background-color: #963596;
}

.btn-link-ctrl:hover:focus {
  color: #000000;
  background-color: #963596;
}



/* hover btn */
.btn_hover {
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  max-width: 160px;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn_hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_hover:hover,
.btn_hover:focus {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.btn_hover:hover:before {
  height: 1000%;
}

.content_wrapper {
  padding: 15px 25px;
  padding-bottom: 90px;
}

.btn_hover_ctrl {
  margin: inherit;
  color: #000;
  border: 1px solid #000;
  left: 25px;
  bottom: 30px;
  text-align: center;
}

.btn_hover_ctrl:before {
  background-color: #000;
}

.hover_wrap:hover .btn_hover_ctrl,
.btn_hover_ctrl:focus {
  color: #fff;
  background-color: #000;
}

.hover_wrap:hover .btn_hover:before {
  height: 1000%;
}

/* btn white hover */
.btn_hover_white {
  margin: inherit;
  color: #fff;
  border: 1px solid #fff;
  left: 25px;
  bottom: 30px;
  text-align: center;
}

.btn_hover_white:before {
  background-color: #fff;
}

.hover_wrap:hover .btn_hover_white,
.btn_hover_white:focus {
  color: #000;
  background-color: #fff;
}

.hover_wrap:hover .btn_hover:before {
  height: 1000%;
}

.d-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.chairman-video-section {
  background-color: #0271b1;
}

.chairman-video-section .para-ovr {
  color: #000000;
  font-size: 21px;
  margin: 20px 0;
  font-weight: 400;
}

.video-sec-btns {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.video-sec-btns li {
  width: 100%;
}

.video-sec-btns li a {
  background-color: #263A96;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  width: 100%;
  border-color: #263A96;
}


.h2-head {
  font-size: 70px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin: 0;
}

.para-txt {
  font-size: 35px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.2;
}

#overview {
  padding: 75px 0;
  position: relative;
  background: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/section_2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}

#overview ul {
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
}

#overview ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 15px;
}

#overview ul li:before {
  content: '\00BB';
  position: absolute;
  color: #ffffff;
  left: 0px;
  top: -5px;
  font-size: 30px;
  line-height: 1;
}

/* #overview:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  background-image: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/pattern-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
} */
.para-ovr {
  font-size: 24px;
  line-height: 1.2;
  padding-top: 10px;
  font-weight: 300;
}

.para-ovr a {
  text-decoration: none;
  color: #ffffff;
  outline: inherit !important;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.para-ovr a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #0271b1;
  transition: all 0.3s ease;
  z-index: -1;
}

.para-ovr a:hover::before {
  height: 100%;
  transition: all 0.3s ease;
}

.chairman-video-section .para-ovr a {
  font-weight: 700;
}

.chairman-video-section .para-ovr a:before {
  background-color: #001471;
}


.txt_1 {
  text-align: left;
}

.txt_2 {
  text-align: right;
}

.cta-txt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  padding: 10px 25px 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-txt:hover,
.cta-txt:focus {
  color: #fff;
  background-color: #000;
}

.cta-txt .arrow-right-move {
  width: 26px;
  position: relative;
  top: -1px;
  left: 0;
  transition: all 0.5s ease;
}

.cta-txt:hover .arrow-right-move {
  left: 10px;
}

.img_wrapper {
  overflow: hidden;
}

.img_wrapper img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.three-item-slider .item a.item-slider-href:hover .img_wrapper img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.three-item-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three-item-slider .item {
  overflow: hidden;
  height: 100%;
}

.three-item-slider .item a.item-slider-href {
  display: block;
  height: 100%;
}

.three-item-slider .owl-nav,
#solutionsandofferingsInner .owl-nav {
  width: 100%;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.three-item-slider .owl-nav .owl-prev,
.three-item-slider .owl-nav .owl-next,
#solutionsandofferingsInner .owl-nav .owl-prev,
#solutionsandofferingsInner .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  /* bottom: -80px !important; */
  transform: none !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
}

.three-item-slider .owl-nav .owl-prev,
.three-item-slider .owl-nav .owl-next {
  bottom: inherit !important;
}

.three-item-slider .owl-nav .owl-prev {
  left: -50px;
}

.three-item-slider .owl-nav .owl-next {
  right: -50px;
}

.three-item-slider .owl-nav .owl-prev:after,
#solutionsandofferingsInner .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #fff;
  border-bottom: 0px !important;
  border-right: 0px !important;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.three-item-slider .owl-nav .owl-next:after,
#solutionsandofferingsInner .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #fff;
  border-top: 0px !important;
  border-left: 0px !important;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.success_stories .three-item-slider .item {
  border-radius: 70px 10px;
}

#solutionsandofferingsInner .owl-nav {
  width: 120px;
  right: 0;
  top: -60px !important;
}

#solutionsandofferingsInner .owl-nav .owl-prev:after,
#solutionsandofferingsInner .owl-nav .owl-next:after {
  width: 25px;
  height: 25px;
}

/* .thought_slider .three-item-slider .owl-nav .owl-prev:after {
  border: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
}

.thought_slider .three-item-slider .owl-nav .owl-next:after {
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
} */

.awardsandrecognitions {
  background: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/awards_bg.jpg) no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-color: #000000;
}

.awards_slider .item {
  padding-right: 7px;
  padding-bottom: 7px;
}

.awards_slider .item a.item-slider-href {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #382261;
  border-radius: 15px;
  padding: 30px;
  outline: inherit !important;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.awards_slider .item a.item-slider-href:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  background-position: bottom right;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.awards_slider .item a.item-slider-href:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/award-icon.svg) no-repeat;
  background-size: 100px;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.awards_slider .item a.item-slider-href:hover::after,
.awards_slider .item a.item-slider-href:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

/* .awards_slider .item a.item-slider-href .award_item {
  position: relative;
  padding-bottom: 80px;
} */
.awards_slider .item .content_wrapper p {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  position: relative;
  z-index: 2;
}

.awards_slider .item a.item-slider-href img {
  width: 130px;
  position: absolute;
  bottom: 15px;
  right: 25px;
  opacity: 0.3;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
}

.awards_slider .content_wrapper {
  padding: 0px;
}

.awards_slider .three-item-slider .owl-nav {
  top: 40% !important;
}

/* .awards_slider .three-item-slider .owl-nav .owl-prev:after {
  border: 2px solid #000;
}

.awards_slider .three-item-slider .owl-nav .owl-next:after {
  border: 2px solid #000;
} */

.sucess_stories_section {
  background: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/ss_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.case-studies-wrap {
  margin: 0 auto;
  width: 100%;
}

.case-studies-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_studies_left {
  height: 100%;
}

.case_studies_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding-right: 160px;
}


.case_content {
  padding-right: 15px;
}

.case_content h3 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.case_studies_slider .owl-nav,
.solandoff_slider_inner .owl-nav,
.videoSlider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.case_studies_slider .owl-nav .owl-prev,
.case_studies_slider .owl-nav .owl-next,
.solandoff_slider_inner .owl-nav .owl-prev,
.solandoff_slider_inner .owl-nav .owl-next,
.videoSlider .owl-nav .owl-prev,
.videoSlider .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  /* bottom: -80px !important; */
  transform: none !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
}

.case_studies_slider .owl-nav .owl-prev,
.case_studies_slider .owl-nav .owl-next,
.solandoff_slider_inner .owl-nav .owl-prev,
.solandoff_slider_inner .owl-nav .owl-next,
.videoSlider .owl-nav .owl-prev,
.videoSlider .owl-nav .owl-next {
  bottom: inherit !important;
}

.case_studies_slider .owl-nav .owl-prev,
.solandoff_slider_inner .owl-nav .owl-prev,
.videoSlider .owl-nav .owl-prev {
  left: -50px;
}

.case_studies_slider .owl-nav .owl-next,
.solandoff_slider_inner .owl-nav .owl-next,
.videoSlider .owl-nav .owl-next {
  right: -50px;
}

.case_studies_slider .owl-nav .owl-prev:after,
.solandoff_slider_inner .owl-nav .owl-prev:after,
.videoSlider .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #fff;
  border-bottom: 0px !important;
  border-right: 0px !important;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.case_studies_slider .owl-nav .owl-next:after,
.solandoff_slider_inner .owl-nav .owl-next:after,
.videoSlider .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #fff;
  border-top: 0px !important;
  border-left: 0px !important;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.case_studies_slider .owl-carousel .owl-stage,
.thought_slider .owl-carousel .owl-stage,
.analyst_rec_slider.owl-carousel .owl-stage {
  display: flex;
}

.case_studies_slider .owl-carousel .owl-item,
.thought_slider .owl-carousel .owl-item,
.analyst_rec_slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

/* .case_studies_slider .owl-carousel .item {
  background: rgba(0, 0, 0, 0.3);
} */

.case_studies_slider .content_wrapper p,
.thought_slider .content_wrapper p {
  font-size: 32px;
  line-height: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.thought-leadership-section {
  background-color: #95bae2;
}


/* .case_studies_slider .case-studies-carousel .owl-nav .owl-prev,
.case_studies_slider .case-studies-carousel .owl-nav .owl-next {
  color: #fff;
  text-indent: inherit;
  background-color: transparent;
}

.case_studies_slider .case-studies-carousel .owl-nav .owl-prev {
  left: -50px;
}

.case_studies_slider .case-studies-carousel .owl-nav .owl-next {
  right: -50px;
}

.case_studies_slider .case-studies-carousel .owl-prev p,
.case_studies_slider .case-studies-carousel .owl-next p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case_studies_slider .case-studies-carousel .owl-nav .owl-prev .fa,
.case_studies_slider .case-studies-carousel .owl-nav .owl-next .fa {
  transition: all 0.5s ease;
}

.case_studies_slider .case-studies-carousel .owl-prev:hover .fa {
  transform: translateX(-10px);
}

.case_studies_slider .case-studies-carousel .owl-next:hover .fa {
  transform: translateX(10px);
} */
.sucess_stories_section {
  overflow: hidden;
}
.case-studies-wrap {
  padding: 0 0 100px 0;
}
.pb-30{
  padding-bottom: 30px;
}

.case_studies_slider .owl-stage {
  padding-left: 0 !important;
}

.case_studies_slider .owl-stage-outer {
  overflow: unset;
}


.case_studies_slider .case-studies-carousel .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: unset;
  left: 0;
  bottom: -60px;
  right: 0;
  z-index: -1;
  width: 75px;
  height: 30px;
  margin: auto;
  border: 1px solid #e2e2e27d;
}

.case_studies_slider .case-studies-carousel .owl-dots:after {
  content: " / "counter(slides-num);
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  position: absolute;
  top: 0px;
  left: 20px;
  right: 0;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 2px;
}

.case_studies_slider .case-studies-carousel .owl-dots .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  width: 16px;
  height: auto;
}

.case_studies_slider .case-studies-carousel .owl-dots .owl-dot span {
  display: none;
}

.case_studies_slider .case-studies-carousel .owl-dot.active:before {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: 0;
  color: #ffffff;
}


.case_studies_slider .owl-nav {
  top: unset !important;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.case_studies_slider .owl-nav .owl-prev,
.case_studies_slider .owl-nav .owl-next {
  position: relative !important;
  left: 0;
  right: 0;
}

.case_studies_slider .owl-nav .owl-prev:after,
.case_studies_slider .owl-nav .owl-next:after {
  width: 25px;
  height: 25px;
}




.border_line {
  padding: 20px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.list-item {
  margin: 0px;
  padding: 0px;
}

.list-item li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.list-item li a {
  font-size: 22px;
  color: #fff;
  list-style: none;
  display: block;
  outline: none;
}

.list-item li a:hover {
  color: #000;
}

.list-item li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 0px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.list-item li:hover::before {
  border: 2px solid #DF9926;
  border-top: 0;
  border-left: 0;
}

.analyst-recognitions-section {
  background: url(/content/dam/infosys-web/en/services/microsoft-cloud-business/total-human-experience/images/analyst-recognitions-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.analyst-recognitions-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.analyst_rec {
  display: flex;
  flex-wrap: wrap;
}

.analyst_rec_inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.analyst-recognitions-section .height_full {
  border: 0px;
  padding: 0;
  border-radius: 0px;
  background: rgba(56, 34, 97, 0.5);
  border: 1px solid rgba(56, 34, 97, 1);
}

.analyst-recognitions-section .height_full a {
  padding: 25px;
  transition: all 0.5s ease;
  border-radius: 0px;
  color: #ffffff;
  height: 100%;
  font-size: 26px;
  line-height: 1.2;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  outline: inherit !important;
  justify-content: center;
}

.analyst-recognitions-section .height_full a span {
  display: inline-block;
  position: relative;
}

.analyst-recognitions-section .height_full a span:after {
  content: '\2192';
  position: absolute;
  font-size: 32px;
  top: -1px;
  right: -40px;
  line-height: 1;
  transition: right 0.5s ease;
}

.analyst-recognitions-section .height_full a:hover span:after {
  right: -55px;
  transition: right 0.5s ease;
}

.analyst-recognitions-section .height_full a:hover {
  background: rgba(56, 34, 97, 1);
  transition: all 0.5s ease;
  color: #ffffff;
}

.analyst_rec_slider.owl-theme .owl-dots {
  bottom: -50px;
}

.analyst_txt {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.analyst_txt a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.analyst_txt a:hover {
  color: #000;
}

.solution_left,
.solution_right {
  padding: 0px;
}

.solution_txt {
  margin: 0px;
  padding: 10px 20px;
}

.solution_txt a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.solution_txt a:hover {
  color: #D0B5D5;
}

.solution_txt a .arrow_move {
  display: block;
  position: relative;
}

.solution_txt a .arrow_move:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(-45deg);
  bottom: 9px;
  margin-left: 5px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solution_txt a:hover .arrow_move:after {
  margin-left: 15px;
}

.list_link {
  margin: 0px;
  padding: 30px;
}

.list_link li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.list_link li a {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  display: block;
}

.list_link li a:hover {
  color: #09321D;
}

.list_link li a::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 0px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.list_link li a:hover::before {
  border: 3px solid #09321D;
  border-top: 0;
  border-left: 0;
}

/* read more and read less */
.read-more-content {
  display: none;
  padding-top: 22px;
}

.v_line {
  position: relative;
}

.v_line::before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #963596;
  position: absolute;
  top: -20px;
}

/* read more and read less END */

/* .resource_content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0; 
  bottom: 0;
  left: 0;
}
.resource_wrap:hover .resource_content {
  top: 0px;
}
.resource_content p {
  margin: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
} */
.pad_30 {
  padding: 0px 30px;
}

.pad_ctrl {
  padding: 5px;
}

.item_wrap {
  position: relative;
  overflow-y: hidden;
  border-radius: 10px;
}

.img_height {
  width: 100%;
  height: 260px;
  object-fit: cover;
  position: relative;
}

.item_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.txt_3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 20px;

  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(6, 24, 56, 0.8);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item_overlay:hover {
  background-color: rgba(6, 24, 56, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item_overlay:hover .txt_3 {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solutionsandofferings {
  background-color: #001471;
}

.solandoff_slider_inner .item {
  position: relative;
  margin-bottom: 40px;
}

.solandoff_slider_inner .item .img_wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.solandoff_slider_inner .item a:hover .img_wrapper img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease;
}

.solandoff_slider_inner .img_wrapper {
  border-radius: 15px;
}

.solandoff_slider_inner .owl-nav {
  top: 40% !important;
}

.solandoff_slider_inner .content_wrapper {
  padding: 15px;
  background: #963596;
  position: absolute;
  right: 10%;
  bottom: -10%;
  width: 60%;
  z-index: 2;
  /* border-radius: 15px; */
  box-shadow: 5px 5px 10px 0px rgba(56, 34, 97, 0.5);
}

.solandoff_slider_inner .content_wrapper p {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  position: relative;
}

.dive-cobalt .box02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
  border-radius: 10px;
}

.dive-cobalt .box02:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.dive-cobalt .grid-caption {
  z-index: 1;
}

.dive-cobalt .grid-caption .h3 {
  font-size: 35px;
  line-height: 0.9;
  margin: 0 !important;
}

.dive-cobalt .box02 img {
  float: right;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.dive-cobalt .box02:hover img {
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.grid-caption {
  padding: 15px 15px 30px;
  position: absolute;
  bottom: 0;
}

.grid-caption .h3 {
  font-size: 40px;
  line-height: 0.9;
  color: #fff;
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  margin: 0;
}

.dive-cobalt .grid-caption {
  z-index: 1;
}

.dive-cobalt .grid-caption .h3 {
  font-size: 35px;
  line-height: 0.9;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {

  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  
  .case_studies_right {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 992px) {

  /* .solution_left {
  padding-right: 15px;
}
.solution_right {
  padding-left: 15px;
} */
  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .case_content h3 {
    font-size: 32px;
    margin: 0;
  }

  .para-ovr {
    font-size: 24px;
    line-height: 32px;
  }

  .three-item-slider,
  .case-studies-carousel,
  .analyst_rec_slider,
  .solandoff_slider_inner,
  .videoSlider {
    margin: 0 auto;
    width: 90%;
  }

  .solandoff_slider_inner .content_wrapper {
    width: 70%;
  }
  .case_studies_right {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }

  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }

  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }

  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }

  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }

  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }

  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }

  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }

  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }

  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }

  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }

  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }

  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }

  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }

  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }

  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }

  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }

  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }

  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }

  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }

  .slider,
  #hero_slider,
  .repeated-css {
    height: 480px;
  }

  footer ul {
    margin-bottom: 10px;
  }

  .select-country>a {
    color: #7e7e7e;
  }

  .select-country>a:hover,
  .select-country>a:focus {
    color: #7e7e7e;
  }

  .pull-left-xs {
    float: left !important;
  }

  .h2-head {
    font-size: 50px;
    line-height: 1;
  }

  .para-txt {
    font-size: 30px;
  }

  .list_link li a {
    font-size: 24px;
  }

  .block_ctrl {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  /* slider code */
  .slider,
  #hero_slider,
  .repeated-css {
    height: 80vh;
  }

  .repeated-css:after {
    background-color: rgba(0, 0, 0, 0);
  }


  .hero-head {
    font-size: 40px;
  }

  /* .caption {
    margin-top: 110px;
    margin-bottom: 20px;
    top: inherit;
    transform: none !important;
    position: relative;
  } */

  .slide-image {
    width: 100% !important;
    left: inherit;
    right: inherit;
    height: auto;
    position: relative;
    bottom: inherit;
    min-height: inherit !important;
    min-width: inherit !important;
    margin: 0 auto;
  }

  .txt_1,
  .txt_2 {
    text-align: center;
  }

  .three-item-slider,
  .case-studies-carousel,
  .analyst_rec_slider,
  .solandoff_slider_inner,
  .videoSlider {
    margin: 0 auto;
    width: 85%;
  }

  .video-sec-btns {
    gap: 0;
    flex-direction: column;
  }

  .owl-nav .owl-prev:after,
  .owl-nav .owl-next:after {
    width: 20px !important;
    height: 20px !important;
  }

  .solandoff_slider_inner .content_wrapper {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    transform: translateY(0px) !important;
    box-shadow: none;
    padding: 20px;
  }

  .solandoff_slider_inner .content_wrapper p {
    font-size: 42px;
  }

  .solandoff_slider_inner .item .img_wrapper img {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }

  .solandoff_slider_inner .img_wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .solandoff_slider_inner.owl-carousel .owl-stage {
    display: flex;
  }

  .solandoff_slider_inner.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }

  .solandoff_slider_inner .item {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translateY(0px) !important;
    box-shadow: 0px 5px 10px 0px rgba(56, 34, 97, 0.5);
    background-color: #963596;
  }

  .owl-theme .owl-dots .owl-dot {
    margin: 0 10px;
  }

  .case-studies-carousel {
    width: 100%;
  }

  .videoSlider .owl-nav {
    top: 30% !important;
    -webkit-transform: translateY(-30%) !important;
    -ms-transform: translateY(-30%) !important;
    transform: translateY(-30%) !important;
  }

  .solandoff_slider_inner .owl-nav {
    top: 40% !important;
    -webkit-transform: translateY(-40%) !important;
    -ms-transform: translateY(-40%) !important;
    transform: translateY(-40%) !important;
  }

  .videoSlider .owl-nav .owl-prev {
    left: -50px;
  }

  .videoSlider .owl-nav .owl-next {
    right: -50px;
  }

  .video-desciption,
  .video-sec-btns-main {
    width: 80%;
    margin: auto;
    float: unset;
  }

  .videoSlider_main {
    float: unset;
  }

  .video-sec-btns li a {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .chairman-video-section .para-ovr {
    margin: 20px 0 30px;
  }

  .analyst-recognitions-section .height_full a {
    background: rgba(56, 34, 97, 1);
    color: #ffffff;
  }

  #solutionsandofferingsInner .owl-nav {
    top: -100px !important;
  }

  .case_studies_right {
    padding: 25px 0;
  }

  .case-studies-wrap {
    padding: 60px 0 0 0;
    overflow: hidden;
  }

  .case_studies_slider .owl-nav {
    bottom: unset;
    top: -40px !important;
  }

  .case_studies_slider .case-studies-carousel .owl-dots {
    bottom: unset;
    top: -55px;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 360px) {}