@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/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;
}
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;
}
.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;
}

.pt-50,
.pt50 {
  padding-top: 50px;
}
.pb-50,
.pb50 {
  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-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;
}
.hero-head {
  font-size: 100px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.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: none;
}
.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;
}

/* sibos 2023 */

.radius10 {
  border-radius: 10px;
}
.h2-heading {
  font-size: 70px;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  line-height: 0.9 !important;
  margin: 0 0 20px;
}

.h3-heading {
  margin: 0 0 20px;
  font-size: 50px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-center {
  text-align: center;
}
.hero_slider .slide-image {
  filter: brightness(180%);
}
.caption .hero-caption {
  font-size: 50px;
  text-transform: uppercase;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  line-height: 0.9;
}

.sibos {
  position: relative;
  background-image: linear-gradient(
    to left bottom,
    #ffddb8,
    #ffcfb8,
    #ffc2bf,
    #fcb8cb,
    #e9b2d9,
    #d8b8e9,
    #c2bff4,
    #aac6f9,
    #9fd5ff,
    #9be2ff,
    #a2effb,
    #b2f9f5
  );
  padding-bottom: 95px !important;
}
.sibos-content {
  display: flex;
  flex-wrap: wrap;
}
.sibos-left {
  position: relative;
}
.sibos-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sibos-left-inner {
  padding: 40px;
}

.sibos-card-img {
  width: 570px;
  height: 507px;
  object-fit: cover;
  border-radius: 10px;
}
.sibos-left .locate {
  display: flex;
  gap: 30px;
}
.locate .locate-heading {
  display: flex;
  gap: 10px;
  font-family: "tungstenw05-medium";
  font-size: 28px;
  align-items: center;
}
.locate .locate-heading img {
  width: 24px;
}
.navigate-next {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/content/dam/infosys-web/en/newsroom/2023/navigate-next.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}
.navigate-next:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(
    to right,
    #a3f0fb,
    #9be2ff,
    #a1d3fe,
    #b5c3f7,
    #cabdf0
  );
  transform: skew(0, 4deg);
}
.navigate-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  height: 100%;
  width: 100%;
}
.navigate-heading {
  margin: 60px 0 0px 60px;
}
.navigate-heading,
.navigate-para {
  position: relative;
  z-index: 2;
}
.h3-heading {
  font-size: 50px;
  font-family: "tungstenw05-medium";
  text-transform: uppercase;
  list-style: 0.9;
}
.h2-head {
  font-size: 100px;
  font-family: "tungstenw05-medium";
  margin: 0;
  text-transform: uppercase;
  line-height: 0.9;
}
.font-head {
  font-size: 80px;
}
.digital-landscape {
  position: relative;
  background: #263a96;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.digital-landscape .digital-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* background: #263a96; */
}
.digital-landscape .h2-heading {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.digital-carousel {
  position: relative;
  overflow: hidden;
}
/* LOGO SLIDER */
.showcase {
  position: relative;
  z-index: 2;
}
.showcase .showcase-inner {
  position: relative;
  /* overflow: hidden;
  display: flex;
  flex-direction: column; */
  background-color: #f16c51;
}
/* .showcase-inner .show-img {
  position: relative;
  overflow: hidden;
} */
/* .showcase .showcase-inner:hover img {
  transform: scale(1.05);
  transition: all 0.7s ease;
} */
.video-title {
  padding: 10px 15px;
  font-family: "tungstenw05-medium";
  font-size: 36px;
}
/* .video-title {
  display: flex;
  width: 100%;
} */
.team-meet {
  position: relative;
  background-image: linear-gradient(
    to right top,
    #b2f9f5,
    #a2effb,
    #9be2ff,
    #9fd5ff,
    #aac6f9,
    #c2bff4,
    #d8b8e9,
    #e9b2d9,
    #fcb8cb,
    #ffc2bf,
    #ffcfb8,
    #ffddb8
  );
  /* margin-top: -210px;
  padding-top: 250px !important; */
}
.team-meet .img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-carousel {
  position: relative;
  z-index: 2;
}
/* #team-meet-carousel {
  padding: 0 40px;
} */
#team-meet-carousel.owl-carousel .owl-stage {
  display: flex;
  padding-block: 20px;
}
#team-meet-carousel.owl-carousel .owl-item img {
  width: auto;
  transition: all 0.5s ease;
}
.team-header {
  padding: 50px;
}
/* .team-header .heading-team {
  padding-left: 40px;
} */

.team-head {
  padding: 20px;
  text-align: center;
}
.digital {
  padding-left: 100px;
}
.owl-inner .item-slider-head {
  font-family: "tungstenw05-medium";
  margin: 0;
  font-size: 50px;
}
#team-meet-carousel .owl-nav .owl-prev,
#team-meet-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: 35% !important;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
#team-meet-carousel .owl-nav .owl-prev {
  left: 0 !important;
  background-image: url(/content/dam/infosys-web/en/newsroom/2023/next-left.png);
  background-position: center center;
  border-radius: 0;
  height: 40px !important;
  width: 40px !important;
}
#team-meet-carousel .owl-nav .owl-next {
  right: 0 !important;
  background-image: url(/content/dam/infosys-web/en/newsroom/2023/next-right.png);
  background-position: center center;
  border-radius: 0;
  height: 40px !important;
  width: 40px !important;
}
#team-meet-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
#team-meet-carousel .item-inner {
  display: flex;
  flex-direction: column;
}
.h4-head {
  font-size: 22px;
  font-family: "myriad-pro";
  font-weight: 600;
  margin: 0 0 10px;
}

/* Item SLIDER */
#item-slider-carousel {
  background-color: #bee3ff;
  padding: 25px;
}
#item-slider-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
#item-slider-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
#item-slider-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-prev,
#item-slider-carousel .owl-nav .owl-next,
.video-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  border-radius: 0;
  height: 40px !important;
  width: 40px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
#item-slider-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-prev {
  left: -15px;
  background-image: url(/content/dam/infosys-web/en/newsroom/2023/next-left.png);
  background-position: center center;
}
#item-slider-carousel .owl-nav .owl-next,
.video-carousel .owl-nav .owl-next {
  right: -15px;
  background-image: url(/content/dam/infosys-web/en/newsroom/2023/next-right.png);
  background-position: center center;
}
#item-slider-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.item-img-wrapper {
  position: relative;
  overflow: hidden;
}
.item-img-wrapper:hover img {
  transform: scale(1.05);
  transition: all 0.7s ease;
}
.item-img-wrapper img {
  transform: scale(1);
}
#item-slider-carousel .item-cnt-wrapper {
  padding: 15px;
  color: #fff;
}
#item-slider-carousel .item-slider-href {
  display: block;
  height: 100%;
}
/* #item-slider .owl-stage-outer {
  background-color: #bee3ff;
  padding: 37px 28px;
} */
#item-slider-carousel .item-slider-head {
  font-family: "tungstenw05-medium";
  font-size: 50px;
  line-height: 0.9;
  /*   margin: 0 !important;
  height: 150px; */
}
.item-slider-para {
  font-size: 20px;
  font-weight: 400;
}
.media-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
/* 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;
  color: #333;
  font-size: 18px;
  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;
}
@media only screen and (max-width: 1024px) {
  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  .locate .locate-heading {
    font-size: 24px;
  }
  .sibos-card-img {
    height: 554px;
  }
  .navigate-heading {
    margin: 60px 0 0 0;
  }
  .digital {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .sibos-left .locate {
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }
  .sibos-left-inner {
    top: 45%;
  }
  .sibos-card-img {
    width: 100%;
    height: 744px;
  }
  .showcase-screen {
    height: auto;
  }
  .show-img img {
    width: 100%;
  }
  .showcase .main-eq {
    padding: 10px 40px;
    font-size: 35px;
  }
  .equal-bg {
    margin-bottom: 20px;
  }
  .navigate-para {
    margin: 0;
  }
  .h2-heading {
    font-size: 60px;
  }
  .font-head {
    font-size: 60px;
  }
  .h2-head {
    font-size: 80px;
  }
  .h3-heading {
    font-size: 36px;
  }
  .sibos-left::before {
    background-position: top;
  }
  .showcase-mob {
    padding: 25px !important;
  }
  .showcase .showcase-inner .video-caption {
    text-align: center;
    font-size: 24px;
  }
  #item-slider-carousel .item-cnt-wrapper {
    padding: 30px;
  }
  /* #item-slider-carousel .owl-nav .owl-prev {
    left: 10px !important;
  } */
  #item-slider-carousel .item-slider-head {
    font-size: 40px;
  }
  .digital {
    padding-left: 0;
  }
  #team-meet-carousel .owl-nav .owl-prev,
  #team-meet-carousel .owl-nav .owl-next {
    top: 25% !important;
  }
  #team-meet-carousel.owl-carousel .owl-item img {
    width: 100%;
  }
  .team-meet {
    margin-top: 0;
    padding-top: 100px !important;
  }
}
@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;
  }

  .team-header .heading-team {
    padding-left: 0;
  }
  .hero-head {
    font-size: 70px;
  }
  .caption .hero-caption {
    font-size: 40px;
  }
  /* .showcase-inner {
    margin-top: 40px;
  } 
  .digital-carousel {
    padding-top: 10px !important;
  }*/
  .sibos-left-inner {
    padding: 30px 20px;
  }
  .sibos-left .locate {
    gap: 10px;
    margin-top: 20px;
  }
  .navigate-para {
    margin: 20px 0 0 0;
  }
  #team-meet-carousel.owl-carousel .owl-stage {
    padding-block: 0;
  }
  .team-header {
    padding: 50px 20px;
  }

  #team-meet-carousel .owl-nav .owl-prev,
  #team-meet-carousel .owl-nav .owl-next {
    top: 30% !important;
  }
  .h2-heading .d-block {
    display: inline-block !important;
  }
  .sibos-card-img {
    height: auto;
  }
  #item-slider-carousel .item-cnt-wrapper {
    padding: 50px;
  }
  /* #item-slider-carousel {
    padding: 0 20px;
  } */
  #item-slider .owl-stage-outer {
    background-color: transparent !important;
    /* padding: 37px 15px; */
  }
  /* .digital {
    background-color: #bee3ff;
  } */
  .mobile-screen .item {
    width: 100%;
  }
  /* #team-meet-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  #team-meet-carousel .owl-nav .owl-next {
    right: 0 !important;
  } */
}
@media only screen and (max-width: 680px) {
  .h2-heading {
    font-size: 50px;
  }
  .h2-head {
    font-size: 70px;
  }
  .h3-heading {
    font-size: 40px;
  }
  #team-meet-carousel .owl-nav .owl-prev,
  #team-meet-carousel .owl-nav .owl-next {
    top: 44% !important;
  }
}

@media only screen and (max-width: 480px) {
  #team-meet-carousel .owl-nav .owl-prev,
  #team-meet-carousel .owl-nav .owl-next {
    top: 35% !important;
  }
  .sibos-left .locate {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
}
@media screen and (min-width: 1920px) {
  .digital {
    padding-left: 21%;
  }
  .navigate-next:before {
    transform: skew(0, 3deg);
  }
}
