@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;
}
#main-cnt {
  overflow-x: hidden;
}
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;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !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-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: #0271b1 !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: #ca4d37 !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: #ab6604 !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: #00866a !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: #8e2d8d !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;
}
.position-relative {
  position: relative !important;
}
.cta-link {
  /* font-family: 'tungstenw05-medium', 'Oswald', sans-serif; */
  font-weight: 500;
  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: 5px 25px;
  /* letter-spacing: 3px; */
  margin: 1.11rem 0;
  text-decoration: none;
  font-size: 22px;
  overflow: hidden;
  font-weight: 500;
}
.cta-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: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 600%;
}
.cta-link:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.manufacturing-sub-wrapper-cnt .box .cta-link {
  padding: 4px 25px;
  font-size: 16px;
}

/* Sapphire */
.sapphire-d-cta {
  color: #061838;
  border: 1px solid #061838;
}
.sapphire-d-cta:before {
  background-color: #061838;
}
.sapphire-d-cta:hover {
  border: 1px solid #061838;
  background-color: transparent;
  color: #fff;
}
.sapphire-d-cta:focus {
  background-color: #061838;
  color: #fff;
}

/* Amethyst */
.amethyst-d-cta {
  color: #372261;
  border: 1px solid #372261;
}
.amethyst-d-cta:before {
  background-color: #372261;
}
.amethyst-d-cta:hover {
  border: 1px solid #372261;
  background-color: transparent;
  color: #fff;
}
.amethyst-d-cta:focus {
  background-color: #372261;
  color: #fff;
}

/* Jade */
.jade-d-cta {
  color: #09321d;
  border: 1px solid #09321d;
}
.jade-d-cta:before {
  background-color: #09321d;
}
.jade-d-cta:hover {
  border: 1px solid #09321d;
  background-color: transparent;
  color: #fff;
}
.jade-d-cta:focus {
  background-color: #09321d;
  color: #fff;
}

/* Topaz */
.topaz-d-cta {
  color: #2f1113;
  border: 1px solid #2f1113;
}
.topaz-d-cta:before {
  background-color: #2f1113;
}
.topaz-d-cta:hover {
  border: 1px solid #2f1113;
  background-color: transparent;
  color: #fff;
}
.topaz-d-cta:focus {
  background-color: #2f1113;
  color: #fff;
}

/* Amethyst */
.amethyst-l-cta {
  color: #d0b5d5;
  border: 1px solid #d0b5d5;
}
.amethyst-l-cta:before {
  background-color: #d0b5d5;
}
.amethyst-l-cta:hover {
  border: 1px solid #d0b5d5;
  background-color: transparent;
  color: #000;
}
.amethyst-l-cta:focus {
  background-color: #d0b5d5;
  color: #000;
}

/* Jade */
.jade-l-cta {
  color: #a8d7cd;
  border: 1px solid #a8d7cd;
}
.jade-l-cta:before {
  background-color: #a8d7cd;
}
.jade-l-cta:hover {
  border: 1px solid #a8d7cd;
  background-color: transparent;
  color: #000;
}
.jade-l-cta:focus {
  background-color: #a8d7cd;
  color: #000;
}
.sticky-icon {
  z-index: 9;
  position: fixed;
  top: 50%;
  right: 0%;
  width: 150px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.floating-bar {
  transform: translate(120px, -50%);
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  text-decoration: none;
  padding: 10px;
  font-size: 16px;
  transition: all 0.8s;
  background-color: #fff;
  z-index: 10;
  color: #000;
  font-weight: 500;
}
.floating-bar:hover {
  transform: translate(0px, -50%);
  color: #000;
}
.floating-bar i {
  transition: 0.5s ease;
  margin-right: 8px;
}
.floating-bar:hover i {
  transform: rotate(360deg);
}
/* .floating-bar {
  position: fixed;
  right: -30px;
  background-color: #fff;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
}
.floating-bar:hover,
.floating-bar:focus {
  color: #000;
} */

.iframe-height-rfs-nyn {
  width: 100%;
  height: 550px;
}

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;
}
.d-none {
  display: none !important;
}
#hero_slider {
  background-color: #000;
}
.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.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.8;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head span {
  display: block;
}
.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: 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;
}
.video-sec {
  position: relative;
  height: 100vh;
}
.video-sec .hero-video,
.vidyard-player-embed {
  object-fit: cover;
}
.h2-head {
  font-size: 70px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h3-head {
  font-size: 40px;
}
.ai-sub-head {
  font-size: 22px;
}
.six-dimensions {
  background-color: #000;
  background-image: radial-gradient(#0063b5, #000f8b);
  padding-bottom: 130px !important;
  position: relative;
  overflow: hidden;
}
.six-dimen-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: 5% 10%; */
  object-position: 20% 80%;
}
.six-dimensions-head,
.six-dimensions-h3 {
  font-size: 100px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 900;
}
.six-dimensions-h3 {
  font-size: 80px;
  font-weight: normal;
}
.robotic-hand {
  position: absolute;
  height: 600px;
  top: 100px;
  z-index: -1;
  left: 100px;
}
/* .six-dimension-top-align {
  margin-top: 150px;
} */
.six-dimensions-para {
  font-weight: 400;
  font-size: 22px;
}
/* LOGO Content SLIDER */
#logo-content-carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #logo-content-carousel.owl-carousel .owl-item img {
  width: auto !important;
} */
#logo-content-carousel .owl-nav .owl-prev,
#logo-content-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  background-color: transparent !important;
  position: absolute !important;
  top: -30px !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;
}
#logo-content-carousel .owl-nav .owl-prev {
  right: 100px !important;
  /* background-image: url(https://www.infosys.com/content/dam/infosys-web/en/global-resource/background-image/arrow-left.png); */
}
#logo-content-carousel .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 28px;
  bottom: 25px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#logo-content-carousel .owl-nav .owl-next {
  right: 0px !important;
  /* background-image: url(https://www.infosys.com/content/dam/infosys-web/en/global-resource/background-image/arrow-right.png); */
}
#logo-content-carousel .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  right: 28px;
  bottom: 25px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#logo-content-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.logo-cnt-wrap {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* LOGO Content SLIDER */
.six-dimensions-grid {
  background-color: #1c222c;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.six-dimensions-grid:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  background: #1c222c;
  border-radius: 30%;
  top: -80px;
  left: 0;
}
.number-six {
  font-size: 400px;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  display: block;
  /* margin-bottom: 50px; */
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  background-image: linear-gradient(
    to right top,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.six-dimensions-grid-head {
  font-size: 100px;
  line-height: 0.8;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  background-image: linear-gradient(
    to right top,
    #6cbbf7,
    #5acbf7,
    #5cd8f0,
    #71e4e5,
    #90eeda
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.six-d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.six-dimensions-grid-top-para {
  font-size: 24px;
  margin: 50px 0;
}
.six-grid-label-num {
  font-size: 120px;
  font-weight: 900;
  display: inline-block;
  line-height: 0.9;
  opacity: 0.4;
  position: relative;
  top: -90px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
/* .vidyard_iframe {
  height: 370px;
} */
.six-grid-box {
  position: relative;
}
.six-grid-img {
  width: 480px;
  height: 400px;
}
.six-grid-box [class*="col-"] {
  padding: 0;
}
.six-grid-cnt {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 20px;
  padding: 15px;
  /* background-color: #fff; 
  color: #000;
   margin: 15px; */
}
.six-grid-cnt .six-grid-cnt-para {
  font-weight: 500;
  line-height: 1.3;
}
.six-grid-cnt-head {
  font-size: 46px;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}
.six-grid-cnt .cta-link {
  font-size: 18px;
  margin-bottom: 0px;
}
.m-top-align {
  margin-top: 100px;
}
.m-top-miuns-align {
  margin-top: -100px;
}
.smart-manufacturing {
  background-color: #007cc2;
}
.servitization {
  background-color: #e6dbe6;
}
.connected-products {
  background-color: #00b28e;
}
.b2b2c {
  background-color: #e09a26;
}
.core-refresh {
  background-color: #963895;
}
.sustainability {
  background-color: #0d321e;
}
.six-grid-img-wrapper {
  overflow: hidden;
  height: 450px;
}
.six-grid-img-wrapper img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  position: relative;
  right: -100px;
  bottom: -20px;
}
.six-grid-img-wrapper:hover img {
  transform: scale(1.1);
}
.six-grid-popup .close {
  position: absolute;
  font-size: px;
  opacity: 1;
  line-height: 0;
  top: 5%;
  text-shadow: none;
  /* z-index: 99999; */
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  left: -30px;
  z-index: 1;
}
.six-grid-popup.modal.left .modal-dialog,
.six-grid-popup.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 95%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.six-grid-popup.modal.left .modal-content,
.six-grid-popup.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.six-grid-popup.modal.left .modal-body,
.six-grid-popup.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
.six-grid-popup.modal.left.fade .modal-dialog {
  left: -1320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.six-grid-popup.modal.right.fade .modal-dialog {
  right: -1320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.six-grid-popup.modal.right.fade.in .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.six-grid-popup .modal-content {
  border-radius: 0;
  border: none;
  padding: 50px;
}
.six-grid-popup-h2 {
  font-size: 80px;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}
.six-grid-label {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: "myriad-pro", Arial;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.six-grid-popup-h3 {
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  line-height: 0.9;
}
.six-grid-popup-para {
  font-size: 22px;
}
.manufacturing {
  background-color: #001756;
  background-image: linear-gradient(
    to right top,
    #001756,
    #00306f,
    #004885,
    #00619a,
    #007bad
  );
  color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
.manufact-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: 5% 10%; */
  object-position: 20% 80%;
}
.manufacturing-head {
  font-size: 100px;
  line-height: 0.9;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.manufacturing-head span {
  display: block;
}
.manufacturing-top-para {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 50px 0 0;
}
/* .manufacturing-img-wrapper {
  position: relative;
} */
.manufacturing-img {
  position: absolute;
  bottom: 0;
  width: 300px;
}
.manufacturing-img-left {
  left: 0;
}
.manufacturing-img-right {
  right: 0;
}
.manufacturing-sub {
  background-color: #001756;
  color: #fff;
  /* padding-bottom: 200px !important; */
  position: relative;
}
.manufacturing-sub-top-para span {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 60px;
  line-height: 0.9;
}
.manufacturing-sub-wrapper-cnt .box {
  padding: 35px 45px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.manufacturing-sub-wrapper-cnt .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004885;
  z-index: -1;
  /* transform: skewY(6deg);
  transform-origin: top right; */
  border-radius: 10px;
}
.manufacturing-sub-wrapper-cnt .box-img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  object-position: 0 0;
  object-fit: cover;
  border-radius: 50%;
}
.manufacturing-sub-wrapper-cnt .box3 .box-img {
  object-position: -80px 0;
}
.manufacturing-sub-wrapper-cnt .box .box-head {
  margin: 40px 0 10px;
  font-size: 40px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  text-align: center;
}
.manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-2) {
  margin-left: 25px;
}
/* .manufacturing-sub-bottom-capsule {
  position: absolute;
  bottom: -35px;
  background-color: red;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  max-width: 450px;
  margin: 0 auto;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 35px;
  overflow: hidden;
}
.manufacturing-sub-bottom-capsule::after {
  content: "";
  position: absolute;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-image: url(../images/gear-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.4;
  left: -50px;
  top: 0px;
  z-index: -9;
}
.manufacturing-sub-bottom-capsule span {
  display: block;
} */
/* .manufacturing-sub-bottom-capsule span:nth-child(1) {
  margin: 0;
} */
.manufacturing-sub-bottom-capsule span {
  font-family: myriad-pro, Arial;
  font-size: 20px;
  font-weight: 500;
  /* color: #000; */
}
.manufacturing-sub-bottom-capsule span .bottom-capsule-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
}
.manufacturing-sub-bottom-capsule span .bottom-capsule-cta:hover,
.manufacturing-sub-bottom-capsule span .bottom-capsule-cta:focus {
  color: #0f9ffa;
}
.manufacturing-sub-bottom-capsule span .bottom-capsule-cta img {
  max-width: 25px;
  margin-left: 10px;
  /* margin-top: 5px; */
  -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;
}
/* .manufacturing-sub-bottom-capsule span:hover .bottom-capsule-cta img {
  margin-left: 15px;
} */

.form-sec {
  background-color: #f2f2f2;
  /* padding-top: 200px !important; */
}
.six-core-form span:nth-child(1) {
  font-size: 70px;
}
.six-core-form span {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 120px;
  line-height: 0.9;
  background-image: linear-gradient(
    to right top,
    #4facfe,
    #0bbfff,
    #00d1ff,
    #00e2ff,
    #00f2fe
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-sec-para {
  font-size: 22px;
  margin: 0;
}
/* share part */
.share-page {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.share-page-top::before {
  top: unset !important;
  bottom: -25px;
}
.social-txt span {
  display: block;
  font-weight: 600;
}
.social-icons a {
  width: auto;
  height: auto;
  margin-left: 15px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}
.social-icons:nth-child(2) a {
  margin-left: 30px;
}
.social-icons a,
.social-icons a:hover,
.social-icons a:focus {
  color: #000;
}
.share-page .social-icons img {
  width: 30px;
}

/* FORM CSS START */
.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #0f9ffa;
  background-color: transparent;
  border-radius: 10px;
  color: #000;
}
.field-bg {
  position: relative;
  margin-bottom: 40px;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:after,
.bar:before {
  content: "";
  height: 50px;
  width: 0;
  top: -50px;
  position: absolute;
  background-color: rgba(0, 124, 195, 0.1);
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  border-radius: 10px;
}
.field-bg label {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 14px;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field-bg sup {
  color: #9C3311;
}
.field-bg form {
  width: 100%;
}
.field-bg input:focus ~ .bar:after,
.field-bg input:focus ~ .bar:before {
  width: 100%;
}
.field-bg input:focus ~ label,
.field-bg textarea:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #0f9ffa;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
}
.field-bg input:not([value=""]):not(:focus) ~ label {
  top: -20px;
}
.field-bg input:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input::-webkit-input-placeholder {
  opacity: 0;
}
.field-bg input::-moz-placeholder {
  opacity: 0;
}
.field-bg input:-ms-input-placeholder {
  color: transparent;
}
.field-bg input:-moz-placeholder {
  opacity: 0;
}
.field-bg input:focus,
.field-bg textarea:focus {
  outline: 0;
}
.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 18px;
  margin-right: 10px;
}
.form-switch i {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important;
}
.form-switch i:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  content: "";
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear 0s;
  height: 18px !important;
  width: 36px !important;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
  color: #00578A;
  font-weight: 500;
  text-decoration: underline;
}
.submit-btn {
  color: #000;
  padding: 20px 70px;
  border: 0;
  -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;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 50px;
  background-image: linear-gradient(
    to right top,
    #0ca8d6,
    #00bfe2,
    #00d5e5,
    #00eadf,
    #02fed2
  );
  font-size: 20px;
}
#thankyou {
  display: none;
}
.redColor {
  color: #0271b1;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -30px;
  position: absolute;
}
.servitization .download-pdf span {
  -webkit-text-fill-color: #372261;
}
.servitization .download-pdf .field-bg input,
.servitization .download-pdf textarea {
  color: #372261;
  border: 2px solid #372261;
}
.servitization .download-pdf .field-bg label,
.servitization .download-pdf .field-bg input:focus ~ label,
.servitization .download-pdf .field-bg textarea:focus ~ label {
  color: #372261;
}

.download-pdf span {
  -webkit-text-fill-color: #fff;
}
.download-pdf .field-bg input,
.download-pdf textarea {
  color: #fff;
  border: 2px solid #fff;
}
.download-pdf .bar:after,
.download-pdf .bar:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.download-pdf .field-bg label,
.download-pdf .field-bg input:focus ~ label,
.download-pdf .field-bg textarea:focus ~ label {
  color: #fff;
}
/* FORM CSS END */
/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #ab6604;
  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;
}
@media only screen and (max-width: 1024px) {
  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  .hero-head span {
    display: inline;
  }
  .robotic-hand {
    height: 600px;
    top: 0;
    left: 0;
  }
  .six-dimensions-grid {
    padding-bottom: 150px !important;
  }
  .six-dimensions-grid-head {
    font-size: 90px;
  }
  .six-grid-cnt {
    width: 60%;
    bottom: 0;
  }
  /* .six-grid-img-wrapper img,
  .six-grid-img-wrapper:hover img {
    transform: scale(0.9);
    right: -60px;
  } */
  .manufacturing-sub-wrapper-cnt .box .cta-link {
    padding: 4px 30px;
  }
  .six-grid-label-num {
    top: -20px;
  }
  /* .six-grid-popup-para {
    font-size: 22px;
  } */
  .six-grid-popup-h3 {
    font-size: 34px;
    line-height: 1;
  }
  .six-dimensions-grid-top-para {
    margin: 50px 0 100px;
  }
  #logo-content-carousel .owl-nav .owl-prev {
    right: 80px !important;
    top: -20px !important;
    left: unset !important;
  }
  #logo-content-carousel .owl-nav .owl-next {
    right: -20px !important;
    top: -20px !important;
  }
  .six-grid-popup-para {
    margin-top: 75px;
  }
  .manufacturing-head {
    font-size: 100px;
  }
  .manufacturing-img-left {
    left: -90px;
  }
  .manufacturing-img-right {
    right: -90px;
  }
  /* .manufacturing-sub-wrapper-cnt .box {
    padding: 50px 32px;
  } */
  .manufacturing-sub-wrapper-cnt .box .box-head {
    margin: 20px 0 40px;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-1) {
    margin: 0;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-2) {
    margin-left: 0;
  }
  .six-core-form span {
    font-size: 100px;
  }
  .iframe-height-rfs-nyn {
    height: 870px;
  }
}
@media only screen and (max-width: 992px) {
  /* .six-dimensions-head {
    font-size: 100px;
  } */
  .six-dimensions-h3 {
    font-size: 70px;
  }
  /* .six-dimension-top-align, */
  .six-grid-popup-para,
  .manufacturing-top-para {
    margin-top: 50px;
  }
  /* #logo-content-carousel .owl-nav .owl-prev {
    left: -20px !important;
  }
  #logo-content-carousel .owl-nav .owl-next {
    right: -20px !important;
  } */
  .robotic-hand {
    height: 400px;
    top: 30px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 50px 0;
  }
  .manufacturing-head span {
    display: inline-block;
  }
  .manufacturing-img {
    display: none;
  }
  /* .manufacturing-sub-wrapper-cnt .box {
    padding: 50px 32px 100px;
  } */
  .manufacturing-sub-wrapper-cnt .box.box3 {
    margin-top: 70px;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-1),
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-2) {
    margin: 0;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-2) {
    margin-left: 12px;
  }
  /* .manufacturing-sub-bottom-capsule {
    bottom: -100px;
  }
  .manufacturing-sub-bottom-capsule span {
    margin: 0;
    line-height: 1;
    font-size: 40px;
  } */
  /* .form-sec {
    padding-top: 150px !important;
  } */
  .form-sec-para {
    margin-bottom: 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;
  }
  .scroll-up {
    bottom: 60px;
  }
  /* .floating-bar {
    right: unset;
    top: unset;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  } */
  .sticky-icon {
    top: unset;
    bottom: 0;
    transform: none;
    right: unset;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .floating-bar {
    transform: none;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .floating-bar span {
    display: none;
  }
  .floating-bar:hover,
  .floating-bar i,
  .floating-bar:hover i {
    margin-right: 0;
    transform: none;
  }
  #logo-content-carousel.owl-theme .owl-dots .owl-dot {
    cursor: pointer;
    height: 16px;
    margin: 0 10px;
    position: relative;
    width: 16px;
  }
  .slider,
  #hero_slider,
  .repeated-css {
    height: 100vh;
  }
  .hero-head,
  .six-dimensions-head {
    font-size: 60px;
    margin: 0;
  }
  .six-dimensions-grid-head {
    font-size: 70px;
  }
  .robotic-hand {
    height: 300px;
  }
  .six-dimensions-h3 {
    font-size: 60px;
  }
  .number-six {
    font-size: 200px;
  }
  .six-dimensions-grid-head,
  .six-grid-popup-h2 {
    font-size: 55px;
  }
  .six-dimensions-grid-top-para {
    font-size: 22px;
  }
  .six-grid-popup .modal-content {
    padding: 20px;
  }
  .m-top-align,
  .m-top-miuns-align {
    margin-top: 0;
  }
  /* .six-grid-img-wrapper img,
  .six-grid-img-wrapper:hover img {
    right: -100px;
  } */
  .manufacturing-sub-wrapper-cnt .box .box-head {
    margin: 20px 0;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-1) {
    margin-left: 40px;
  }
  .manufacturing-head {
    font-size: 80px;
  }
  .manufacturing-sub-wrapper-cnt .box.box3 {
    margin-top: 40px;
  }
  .manufacturing-sub-bottom-capsule span {
    font-size: 20px;
  }
  .manufacturing-sub-bottom-capsule span .bottom-capsule-cta img {
    max-width: 20px;
  }
  .six-core-form span:nth-child(1) {
    font-size: 60px;
  }
  .manufacturing-top-para {
    font-size: 26px;
  }
  .manufacturing-sub-top-para span {
    font-size: 40px;
  }
  .six-core-form span {
    font-size: 70px;
  }
  .form-sec-para {
    font-size: 20px;
  }
  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;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
  .number-six {
    font-size: 180px;
  }
  /* .six-dimensions-grid:before {
    height: 5%;
  } */
  .six-dimensions-grid-head,
  .six-grid-popup-h2,
  .six-dimensions-h3 {
    font-size: 50px;
  }
  .manufacturing-head {
    font-size: 70px;
  }
  .manufacturing-sub-wrapper-cnt .box .cta-link:nth-child(2n-2) {
    /* margin-left: 0; */
    margin-top: 20px;
  }
  /* #logo-content-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  #logo-content-carousel .owl-nav .owl-next {
    right: 0 !important;
  } */
  /* .manufacturing-sub-bottom-capsule {
    border-radius: 0;
    padding: 15px;
    bottom: -100px;
  } */
  .robotic-hand {
    height: 250px;
  }
}
@media only screen and (max-width: 360px) {
}
