@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: #000000;
  color: #ffffff;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a:focus {
  outline: 1px solid blue;
  outline-offset: -1px;
}

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;
}

.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: #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;
  filter: grayscale(1);
  transform: scaleX(-1);
}

.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: 130px;
  line-height: 0.8;
  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: 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;
}


/* Custom  */
.hero-video {
  object-fit: cover;
}

.head-agri {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 58px;
  color: #ffffff;
  font-weight: 400;
  line-height: 0.9;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
}

.head-agri::before {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/banner-text-bg-1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 50px;
}

.head-agri span.head-grad {
  display: inline-block;
  background-image: linear-gradient(to right, #0085bd, #00a995);
  padding: 0 5px;
}

.head-agri span {
  display: block;
}

.bannerSliderMain {
  position: relative;
  background-color: #09321d;
  z-index: 1;
  padding: 5px 40px;
}

.bannerSliderMain::after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/banner-text-bg-2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 30px;
}

.bannerSlider.owl-carousel .owl-stage,
.why-cobalt-slider.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.bannerSlider.owl-carousel .owl-stage .owl-item {
  display: flex;
  align-items: center;
}

.bannerSliderInner {
  padding: 10px;
}

.bannerSliderInner p {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.bannerSliderInner p span {
  font-weight: 600;
  letter-spacing: 1px;
  /* font-size: 32px; */
}

.text-color-agri {
  color: #00b38a;
}

.bannerSlider .owl-prev,
.bannerSlider .owl-next,
.why-cobalt-slider .owl-prev,
.why-cobalt-slider .owl-next,
.fresh-perspectives-items .owl-prev,
.fresh-perspectives-items .owl-next {
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute !important;
  left: -35px;
  border-radius: 100% !important;
  text-indent: 0;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.owl-next img,
.owl-prev img {
  width: 18px;
}

.bannerSlider .owl-next {
  left: unset;
  right: -35px;
}

.why-cobalt-slider .owl-prev,
.fresh-perspectives-items .owl-prev {
  left: -40px;
}

.why-cobalt-slider .owl-next,
.fresh-perspectives-items .owl-next {
  left: unset;
  right: -40px;
}

.bannerSlider .owl-prev svg,
.bannerSlider .owl-next svg,
.why-cobalt-slider .owl-prev svg,
.why-cobalt-slider .owl-next svg,
.fresh-perspectives-items .owl-prev svg,
.fresh-perspectives-items .owl-next svg {
  width: 15px;
  height: 15px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
}

.infy-portals {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.infy-portals ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}

.infy-portals ul li {
  width: 15px;
  height: 160px;
  background-color: #00b38a;
}

.infy-portals-right {
  left: unset;
  right: 0;
}

.fadeInExpand {
  -webkit-animation-name: fadeInExpand;
  animation-name: fadeInExpand;
}

@-webkit-keyframes fadeInExpand {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 160px;
  }
}

@keyframes fadeInExpand {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 160px;
  }
}

.expandInUp {
  -webkit-animation-name: expandInUp;
  animation-name: expandInUp;
}

@-webkit-keyframes expandInUp {
  0% {
    opacity: 0;
    transform: scaleY(30%);
  }

  100% {
    opacity: 1;
    transform: scaleY(100%);
  }
}

@keyframes expandInUp {
  0% {
    opacity: 0;
    transform: scaleY(30%);
  }

  100% {
    opacity: 1;
    transform: scaleY(100%);
  }
}

.skewInUp {
  -webkit-animation-name: skewInUp;
  animation-name: skewInUp;
}

@-webkit-keyframes skewInUp {
  0% {
    opacity: 0;
    transform: skewX(50deg);
  }

  100% {
    opacity: 1;
    transform: skewX(0deg);
  }
}

@keyframes skewInUp {
  0% {
    opacity: 0;
    transform: skewX(50deg);
  }

  100% {
    opacity: 1;
    transform: skewX(0deg);
  }
}

.w-100 {
  width: 100%;
}

.imagine-bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.imagine-bg img {
  width: 100%;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
}

.imagine-bg-main {
  position: relative;
}

.imagine-slider-main {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.imagine-slider-screen {
  background-color: #062414;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 25px;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.h-100 {
  height: 100%;
}

.d-flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h2-head {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

.h2-head-grad {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 48px;
  line-height: 1;
  background-image: linear-gradient(to right, #0085bd, #00a995);
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.h2-head-grad::after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/imagine-svg-1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 150%;
  height: 20px;
}

.imagine-slider .item ul {
  list-style-type: none;
  margin: 30px 0 20px;
  padding: 0;
}

.imagine-slider .item ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.imagine-slider .item ul li img {
  width: 50px;
}

.imagine-slider .item ul li p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 100;
  margin: 0;
  line-height: 1;
}

.imagine-slider.owl-theme .owl-dots {
  bottom: -50px;
  position: absolute;
  width: 100%;
  text-align: right;
  right: 10%;
}

.imagine-slider.owl-theme .owl-dots .owl-dot {
  height: 10px;
  margin: 0 6px;
  width: 10px;
}

.imagine-slider.owl-theme .owl-dots .owl-dot span {
  border: 0px;
  box-shadow: none;
}

.imagine-slider.owl-theme .owl-dots .owl-dot span::after {
  content: none;
}

.imagine-slider.owl-theme .owl-dots .owl-dot.active span,
.imagine-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.imagine-element {
  width: 200px;
}

.imagine-slider .item2 ul li {
  display: block;
}

.imagine-slider .item2 ul li img {
  width: 80px;
  margin: 0 0 10px;
}

.imagine-slider .item2 ul li p {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 58px;
  line-height: 1;
}

#image-image-update {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.argi-chem-video {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
}

.vidyard-bd-radius {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.pl-50 {
  padding-left: 50px;
}

.agri-cloud-section,
.catalyzing-change {
  position: relative;
  width: 100%;
  height: 100vh;
}

.agri-bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.agri-bg-img:after {
  content: '';
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.agri-bg-img img {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}

.agri-cloud-section .agri-bg-img img {
  right: unset;
  left: 0;
}

.agri-cloud-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.agri-chem-chart {
  display: block;
  position: relative;
  background-color: #040f03;
  border-radius: 15px;
}

.enlarge-flow-chart {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 50, 29, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s ease;
}

.enlarge-flow-chart svg {
  color: #ffffff;
  transform: scale(1);
  transition: all 0.5s ease;
}

.agri-chem-chart:hover .enlarge-flow-chart {
  background: rgba(9, 50, 29, 0.7);
  transition: all 0.5s ease;
}

.agri-chem-chart:hover .enlarge-flow-chart svg {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.agri-cloud-section h3 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 38px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  margin: 10px 0 0;
}

.d-flex-end {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.h2-head-agri {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 52px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}


.h2-head-agri .head-grad {
  color: #ffffff;
  line-height: 1;
  background-image: linear-gradient(to right, #0085bd, #00a995);
  padding: 0 5px;
  margin: 5px 0 50px;
  display: inline-block;
  position: relative;
}

.h2-head-agri .head-grad:after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/imagine-svg-1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5px;
  bottom: -40px;
  width: 100%;
  height: 40px;
  transform: rotate(180deg);
}

.paraP {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

.p-1050 {
  padding: 0px 50px;
}

.btn-agri {
  background-color: rgba(225, 225, 225, 0.3);
  border-radius: 10px;
  padding: 8px 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 0;
  transition: all 0.5s ease;
  line-height: 1;
}

.btn-agri:hover {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.btn-agri:focus,
.btn-agri:active {
  color: #ffffff;
  background-color: rgba(225, 225, 225, 0.3);
  transition: all 0.5s ease;
}

/* Modal Popups  */
.customModal {
  padding-right: 0px !important;
}

#modalagriChem .container {
  max-width: 880px;
}

.customModalImg {
  background-color: transparent;
  border-radius: 0;
  padding: 20px;
}

.customModalImg img {
  width: 100%;
}

.customModal .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100vh;
}

.customModal .modal-header {
  border-bottom: 0px;
}

.customModal .modal-content {
  background-color: #040f03;
  padding: 25px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.customModal .modal-body {
  width: 100%;
  padding: 0;
}

.customModal button {
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  font-size: 31px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.reaping-success {
  position: relative;
  width: 100%;
}

.reaping-success .agri-bg-img {
  width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
}

.reaping-success .agri-cloud-text {
  position: relative;
  height: 100vh;
}

.h3-head-reap {
  font-size: 24px;
  line-height: 1;
  color: #00d8ae;
  margin: 10px 0;
}

.reap-down-arrow a {
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}

.reap-down-arrow a svg {
  stroke: #ffffff;
  width: 25px;
  height: 25px;
  stroke-width: 1px;
}

.reap-down-arrow svg:last-child {
  margin-top: -16px;
}

.reaping-success .h2-head-agri::before {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/banner-text-bg-1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 50px;
}

.reaping-success .h2-head-agri {
  font-size: 58px;
}

.reaping-success .head-grad {
  margin: 5px 0;
}

.reaping-success .head-grad:after {
  content: none;
}

.reaping-success .reaping-success-expand {
  position: relative;
  height: 100%;
  padding: 50px 0;
}

.reaping-success-expand .h2-head-agri::before {
  content: none;
}

.reaping-success-expand .h2-head-agri {
  font-size: 32px;
  text-transform: uppercase;
}

.reaping-success-expand .reap-down-arrow {
  align-items: center;
}

.reaping-vid {
  border-radius: 10px;
  border: 1px solid #0091b0;
  padding: 2px;
  overflow: hidden;
  height: 100%;
}

.reaping-vid .vidyard-player-container,
.reaping-vid img {
  border-radius: 10px;
  height: 100% !important;
}

.reaping-vid .vidyard-lightbox-centering {
  height: 100% !important;
}

#vidyard-overlay-wrapper {
  z-index: 1030;
}

.reaping-vid-flex {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}

/* catalyzing-change */
.catalyzing-change .h2-head-agri {
  font-size: 62px;
  text-transform: uppercase;
  position: relative;
}

.catalyzing-change .h2-head-agri span {
  color: #00b38a;
  position: relative;
}


.catalyzing-change .h2-head-agri:after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/catalyzing-text-svg.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 140px;
}

.catalyzing-change .h2-head-agri::before {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/banner-text-bg-1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -40px;
  width: 60%;
  height: 50px;
}

.catalyzing-change .h2-head-agri .head-grad {
  margin: 0;
  color: #ffffff;
}

.catalyzing-change .h2-head-agri .head-grad:after {
  content: none;
}

.catalyzing-change-items .h2-head-agri {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
}

.catalyzing-change-items .h2-head-agri:before {
  content: none;
}

.catalyzing-change-items .h2-head-agri:after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/constant-innovation-text.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10px;
  bottom: -60px;
  width: 470px;
  height: 120px;
}

.catalyzing-change-items .head-h3-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.catalyzing-change-items .head-h3-btn p {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.catalyzing-change-items .head-h3-btn .btn-agri {
  margin: 0;
  font-weight: 500;
}

.catalyzing-change-items .head-h3 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 43px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  margin: 40px 0 10px;
}

.catalyzing-change-items .bannerSliderMain::after {
  content: none;
}

.catalyzing-change-items .bannerSliderMain {
  background-color: rgba(9, 50, 29, 0.4);
  border-radius: 15px;
  border: 1px solid #00a995;
}

.catalyzing-change-items .bannerSliderInner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
}

.catalyzing-change-items .bannerSliderInner2 h4 {
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.catalyzing-change-items .bannerSliderInner2 .benifit-line {
  width: 105px;
  margin: 10px 0;
}

.catalyzing-change-items .bannerSliderInner2 li {
  color: #ffffff;
  position: relative;
  font-size: 16px;
  padding-left: 15px;
}

.catalyzing-change-items .bannerSliderInner2 li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00b38a;
  border-radius: 100%;
}

.catalyzing-change-items .bannerSliderInner ul li a {
  color: #00b38a;
  text-decoration: underline;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.catalyzing-change-items .bannerSliderInner ul li a:after {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -13px;
  top: 3px;
  color: #ffffff;
}

.operational-efficiencies .bannerSliderInner ul,
.network-intelligence .bannerSliderInner ul {
  flex-direction: unset;
  gap: 10px 35px;
}

.operational-efficiencies .h2-head-agri:after {
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/operational-efficiencies-text.svg) no-repeat;
  background-size: 100%;
  bottom: -95px;
}

.network-intelligence .h2-head-agri:after {
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/network-intelligence-text.svg) no-repeat;
  background-size: 100%;
  bottom: -90px;
}

.superior-experiences .h2-head-agri:after {
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/superior-experiences-text.svg) no-repeat;
  background-size: 100%;
  bottom: -80px;
}

.catalyzing-change-items .bannerSliderInner2 ul {
  flex-direction: column;
  gap: 5px;
}

.why-infosys-cobalt .h2-head-agri,
.fresh-perspectives .h2-head-agri {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
}

.why-infosys-cobalt .h2-head-agri:after,
.why-infosys-cobalt .h2-head-agri::before,
.fresh-perspectives .h2-head-agri:after,
.fresh-perspectives .h2-head-agri::before {
  content: none;
}

.why-infosys-cobalt .head-h3 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  margin: 10px 0 20px;
  position: relative;
  display: inline-block;
}

.why-infosys-cobalt .head-h3::after,
.why-cobalt-item h3:after {
  content: '';
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/client-line.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.why-cobalt-slider .item {
  height: 100%;
  padding: 10px;
}

.why-cobalt-item {
  background-color: rgba(9, 50, 29, 0.4);
  border-radius: 15px;
  border: 1px solid #00a995;
  padding: 25px;
  height: 100%;
}

.why-cobalt-slider .why-cobalt-item img {
  width: 80px;
}

.why-cobalt-item h3 {
  color: #00b38a;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline;
  line-height: 1;
  margin: 0;
}

.why-cobalt-item p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
}

.fresh-perspectives-items {
  padding: 0 5px;
}

.fresh-perspectives .head-h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
  margin: 20px 0;
}

.fresh-perspectives-items .fresh-img {
  background-color: rgba(9, 50, 29, 0.4);
  border-radius: 10px;
  border: 1px solid #00a995;
  padding: 3px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.fresh-img img {
  border-radius: 10px;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.fresh-perspectives-items .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.fresh-perspectives-items p {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

/* Form Section  */
.form-sec {
  position: relative;
  background-color: #00331b;
  background-image: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/form.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.form-sec .form-head {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  position: relative;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
}

.form-sec .form-head span {
  color: #ffffff;
  line-height: 1;
  background-image: linear-gradient(to right, #0085bd, #00a995);
  padding: 0 5px;
  margin: 5px 0;
  display: inline-block;
}

.pr-5 {
  padding-right: 20px;
}

.form-sec p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 0px;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  resize: none;
}

.field-bg {
  position: relative;
  margin-bottom: 50px;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:after,
.bar:before {
  content: '';
  height: 50px;
  width: 0;
  top: -53px;
  position: absolute;
  background-color: rgba(225, 225, 225, 0.1);
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  border-radius: 0px;
}

.field-bg label {
  font-size: 21px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 16px;
  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;
  color: #ffffff;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}

.field-bg sup {
  color: #f16c51;
}

.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: 21px;
  color: #ffffff;
  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: #00B28F;
}

.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: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

/* 
.submit-btn {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  position: relative;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 40px;
  border: 0;
  background-color: #00a995;
 background-image: linear-gradient(to right, #0085bd, #00a995); 
} */

#thankyou {
  display: none;
}

.redColor {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -30px;
  position: absolute;
}

.email-checker {
  position: absolute;
  left: -9999px;
}

/* new code */
#connected_with_us .redColor {
  color: #fff !important;
}

#connected_with_us .field-bg sup {
  color: #fff !important;
}

/* #connected_with_us .submit-btn {
  border: 1px solid #ab6604;
  background-color: #ab6604;
} */
#connected_with_us .submit-btn {
  border: 1px solid #ab6604;
  background-color: #ab6604;
}

#connected_with_us .submit-btn:hover,
#connected_with_us .submit-btn:focus {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.mb15 {
  margin-bottom: 15px;
}

a {
  color: #00578A;
}

#request_for_services .form-group .reg {
  color: #565656;
}

#request_for_services #region .radio-container label {
  color: #595959;
}


#request_for_services .field-bg label,
#request_for_services .field-bg input:focus~label {
  color: #565656;
}

#request_for_services .field-bg textarea:focus~label,
#request_for_services .field-bg textarea:valid~label {
  color: #565656;
}

#request_for_services .redColor {
  color: #993311;
}

#request_for_services .field-bg sup {
  color: #993311;
}

#request_for_services .submit-btn {
  background-color: #000;
  border: 1px solid #000;
}

#request_for_services .submit-btn:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.form-switch {
  margin-top: 0;
}

.form-switch a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#alertsubmit .redColor {
  display: none;
}

.form-switch input {
  width: 100%;
  height: 20px;
  opacity: 1;
}

.form-switch input:focus {
  outline-offset: 1px;
}

.form-switch i {
  background-color: rgba(255, 255, 255, 1);
}

.form-group {
  margin-left: 0px;
}



/* new code end */

/* FORM CSS END */


.catalyzing-change-modal .modal-content {
  height: 100vh;
  overflow: hidden;
  background-image: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/constant-innovation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#catalyzing-change-modal-3 .modal-content,
#catalyzing-change-modal-4 .modal-content,
#catalyzing-change-modal-5 .modal-content,
#catalyzing-change-modal-6 .modal-content,
#catalyzing-change-modal-7 .modal-content,
#catalyzing-change-modal-8 .modal-content {
  background-image: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/operational-efficiencies.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#catalyzing-change-modal-9 .modal-content,
#catalyzing-change-modal-10 .modal-content,
#catalyzing-change-modal-11 .modal-content,
#catalyzing-change-modal-12 .modal-content {
  background-image: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/network-intelligence.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#catalyzing-change-modal-13 .modal-content,
#catalyzing-change-modal-14 .modal-content {
  background-image: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/superior-experiences.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.catalyzing-change-modal .modal-body {
  width: 100%;
  height: 100%;
}

.catalyzing-change-modal .container {
  max-width: 970px;
}

.catalyzing-modal-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(9, 50, 29, 0.4);
  border: 1px solid #00a995;
  border-radius: 25px;
  position: relative;
  padding: 25px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}

.catalyzing-modal-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/content/dam/infosys-web/en/agri-chem-ai-cloud/images/modal-bg.png) no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: -1;
}

.catalyzing-modal-inner button {
  line-height: 1;
  padding: 2px 10px 10px;
  background: rgba(225, 225, 225, 0.3);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 28px;
}

.head-sec-icon {
  display: flex;
  gap: 20px;
  align-items: flex-end;

}

.head-sec-icon img {
  width: 100px;
}

.head-icon-sec-inner p {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 10px;
}

.head-icon-sec-inner img {
  width: 200px;
  margin-bottom: 15px;
}

.catalyzing-modal-inner h3 span {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  background-image: linear-gradient(to right, #0085bd, #00a995);
  padding: 0 5px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}


.catalyzing-modal-content {
  width: 100%;
  height: 220px;
  overflow: auto;
  padding-right: 30px;
  margin-top: 15px;
}

.catalyzing-modal-content .paraP {
  margin: 0 0 15px;
  font-size: 16px;
}

.catalyzing-modal-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.catalyzing-modal-content ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.catalyzing-modal-content ul li span {
  display: block;
  color: #00B38A;
  font-weight: 600;
}

/* width */
.catalyzing-modal-content::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.catalyzing-modal-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

/* Handle */
.catalyzing-modal-content::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 2px;
}

/* Handle on hover */
.catalyzing-modal-content::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {

  .agri-bg-img:after {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 1024px) {

  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }

  /* .catalyzing-change-items .head-h3-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .catalyzing-change-items .head-h3-btn .btn-agri {
    margin: 0 0 10px;
  } */
}

@media only screen and (max-width: 992px) {
  .imagine-section-image {
    position: absolute;
    right: 30px;
    width: 45vw;
    top: 100px;
    height: auto;
  }

  .imagine-section-content {
    display: flex;
    /* flex-wrap: wrap; */
    height: 100%;
    align-items: flex-end;
    position: relative;
    padding-bottom: 150px;
  }

  .imagine-element {
    width: 60%;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .imagine-section-content .h2-head-grad {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 68px;
  }

  .imagine-slider.owl-theme .owl-dots {
    bottom: -100px;
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0;
  }

  .imagine-slider .item ul li p {
    font-size: 24px;
  }

  .imagine-slider .item ul li img {
    width: 70px;
  }

  .imagine-slider .item2 ul li p {
    font-size: 58px;
  }

  .imagine-slider .item2 ul li img {
    width: 80px;
  }

  .argi-chem-video {
    min-height: auto;
  }

  .agri-cloud-section {
    height: 70vh;
  }

  .h2-head-agri {
    font-size: 38px;
  }

  .agri-cloud-section .agri-cloud-text {
    padding: 50px 0;
  }

  .reaping-success .agri-cloud-text {
    position: relative;
    height: auto;
    padding: 75px 0;
  }

  .reaping-success .agri-bg-img {
    background: #000000;
  }

  .reaping-success .agri-bg-img img {
    width: 160% !important;
    height: auto;
    min-height: auto;
  }

  .catalyzing-change {
    height: 70vh;
    background-color: #000000;
  }

  /* .catalyzing-change .agri-bg-img img {
    width: 100% !important;
    height: auto;
    min-height: auto;
  } */

  .catalyzing-change-modal .container {
    max-width: 650px;
  }

  .catalyzing-change .agri-bg-img {
    height: 360px;
  }

  .catalyzing-change .agri-bg-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .catalyzing-change .agri-cloud-text {
    z-index: 2;
  }

  .catalyzing-modal-content {
    height: 350px;
  }

  .btn-agri {
    font-size: 16px;
    padding: 8px 15px;
  }
}

@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 {
    height: 100vh;
    background-color: #09321D;
  }

  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;
  }

  .hero_slider_carousel .infy-portals {
    display: none;
  }

  .repeated-css {
    height: auto;

  }

  .slide-image {
    width: auto;
    height: 40vh;
    min-height: unset;
    bottom: 0;
  }

  .caption {
    top: 140px;
    transform: unset !important;
  }

  .imagine-section-content .h2-head-grad {
    font-size: 48px;
  }

  .imagine-slider .item ul li img {
    width: 50px;
  }

  .imagine-slider .item ul li p {
    font-size: 18px;
  }

  .imagine-slider .item2 ul li p {
    font-size: 48px;
  }

  .imagine-slider .item2 ul li img {
    width: 80px;
  }

  .imagine-section-content {
    padding-bottom: 70px;
  }

  .imagine-element {
    bottom: 60px;
  }

  .imagine-slider.owl-theme .owl-dots {
    bottom: -60px;
  }

  .imagine-section-image {
    width: 65vw;
  }

  .head-agri {
    font-size: 48px;
  }

  .pl-50 {
    padding-left: 0px;
  }

  .agri-cloud-section {
    height: auto;
  }

  .agri-cloud-section .agri-bg-img {
    height: auto;
  }

  .agri-cloud-section .agri-bg-img img {
    position: relative;
    width: 130% !important;
    height: auto;
  }

  .agri-cloud-section .agri-cloud-text {
    position: relative;
    background: #09321D;
    padding: 20px 0;
    height: auto;
  }

  .agri-cloud-section .h2-head-agri {
    /* position: absolute;
    width: 50vw;
    top: -70%;
    right: 20px; */
    font-size: 25px;
  }


  .h2-head-agri,
  .reaping-success .h2-head-agri {
    font-size: 32px;
    display: inline-block;
  }

  .reaping-success .agri-cloud-text {
    position: relative;
    height: auto;
    padding: 70px 0px 30px;
  }

  .reaping-success .h2-head-agri::before {
    top: -25px;
  }

  .reaping-vid-flex {
    gap: 0px;
    flex-wrap: wrap;
  }

  .reaping-vid-flex .reaping-vid {
    margin: 5%;
    height: 90%;
  }

  .catalyzing-change {
    height: 100vh;
    background-color: #000000;
  }


  .catalyzing-change .h2-head-agri {
    font-size: 50px;
  }

  .catalyzing-change .h2-head-agri:after {
    bottom: -150px;
  }

  .catalyzing-change-items .h2-head-agri {
    font-size: 32px;
  }

  .catalyzing-change-items .h2-head-agri:after {
    left: -10px;
    bottom: -40px;
    width: 320px;
    height: 80px;
  }

  .catalyzing-change-items .head-h3 {
    font-size: 28px;
    margin: 25px 0 10px;
  }

  .operational-efficiencies .h2-head-agri:after {
    bottom: -65px;
  }

  .catalyzing-change-items .bannerSliderInner ul li a {
    display: inline;
    /* font-size: 14px; */
  }

  .catalyzing-change-items .bannerSliderInner ul li a:after {
    top: unset;
    bottom: 2px;
  }

  .network-intelligence .h2-head-agri:after {
    bottom: -65px;
  }

  .superior-experiences .h2-head-agri:after {
    bottom: -60px;
  }

  .catalyzing-change .agri-bg-img {
    height: 200px;
  }

  .catalyzing-change-items .bannerSliderInner ul {
    gap: 5px;
  }

  .operational-efficiencies .bannerSliderInner ul,
  .network-intelligence .bannerSliderInner ul {
    gap: 5px 15px;
  }

  .bannerSliderInner {
    padding: 5px;
  }

  .why-infosys-cobalt .h2-head-agri,
  .fresh-perspectives .h2-head-agri {
    font-size: 38px;
  }

  .why-infosys-cobalt .head-h3 {
    font-size: 24px;
  }

  .catalyzing-modal-inner {
    padding: 25px;
  }

  .catalyzing-change-modal .container {
    max-width: 330px;
  }

  .head-icon-sec-inner img {
    width: 130px;
  }

  .catalyzing-modal-inner h3 span {
    font-size: 28px;
  }

  .imagine-slider-main {
    padding: 25px;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 380px) {
  .catalyzing-change-items .paraP {
    font-size: 14px;
  }

  .catalyzing-change-items .bannerSliderInner ul li a {
    display: inline;
    font-size: 14px;
  }

  .head-agri {
    font-size: 38px;
  }

  .bannerSliderInner p {
    font-size: 26px;
  }

  .imagine-slider .item ul li p {
    font-size: 16px;
  }

  .imagine-section-image {
    width: 45vw;
  }

  .h2-head {
    font-size: 38px;
  }
}